.div_form_contact{
    position: relative;
    width: 50%;
    height: 600px;
    background: #ffff;
    left: 20%;
    transform: translate(-25%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0px;
    overflow: hidden;
}

.iframe_video{
    border: none; 
    border-radius: 24px;
    left: 3%; 
    position: relative;
    width: 40%;
    height:600px;
}

.div_linea{
    position: absolute;
    top: 55px;
    left: 45.4%;
    transform: translate(-50%);
    width: 3px;
    height: 660px;
    background: rgba(0, 0, 0, .2);
}

.i_mapa{
    width: 100%;
    height: 50%;
    border: 0;
}

.div_direccion_sede{
    position: relative;
    margin-top: 10px;
    width: 60%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.div_mapa_sede{
    width: 100%;
    height: 700px;
}


/**Extra large devices (large desktops, 1440px and up)*/
@media (max-width:1440px){

}

/**Extra large devices (large desktops, 1280px and up)*/
@media (max-width:1280px){

}

/**Extra large devices (large desktops, 1200px and up)*/
@media (max-width:1200px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (max-width:1024px){
.div_form_contact{
    position: relative;
    width: 50%;
    height: 600px;
    background: #ffff;
    left: 20%;
    transform: translate(-25%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0px;
    overflow: hidden;
}

.iframe_video{
    border: none; 
    border-radius: 24px;
    left: 0%; 
    position: relative;
    width: 35%;
    height:600px;
}

.div_linea{
    position: absolute;
    top: 55px;
    left: 48%;
    transform: translate(-50%);
    width: 3px;
    height: 660px;
    background: rgba(0, 0, 0, .2);
}

.i_mapa{
    width: 100%;
    height: 50%;
    border: 0;
}

.div_direccion_sede{
    position: relative;
    margin-top: 10px;
    width: 60%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.div_mapa_sede{
    width: 84%;
    height: 700px;
}

}

/**Extra large devices (large desktops, 992px and up)*/
@media (max-width:992px){

}

/**Extra large devices (large desktops, 834px and up)*/
@media (max-width:834px){
    .div_form_contact{
        position: relative;
        width: 99%;
        height: 600px;
        background: #ffff;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 3%; 
        position: relative;
        width: 100%;
        max-width: 40%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 55px;
        left: 45.4%;
        transform: translate(-50%);
        width: 3px;
        height: 660px;
        background: rgba(0, 0, 0, .2);
        display: none;
    }

    .i_mapa{
        width: 100%;
        height: 50%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 10px;
        width: 50%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

}

/**Extra large devices (large desktops, 820px and up)*/
@media (max-width:820px){
    .div_form_contact{
        position: relative;
        width: 100%;
        height: 600px;
        background: #ffff;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 3%; 
        position: relative;
        width: 100%;
        max-width: 40%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 55px;
        left: 45.4%;
        transform: translate(-50%);
        width: 3px;
        height: 660px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 50%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 10px;
        width: 50%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

}

/**Extra large devices (large desktops, 810px and up)*/
@media (max-width:810px){
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 95%;
        height: 350px;
        background: #ffff;
        left: 50%;
        transform: translate(-53%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 19%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 50%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 40%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 60%;
        height: 700px;
    }
}

/**Extra large devices (large desktops, 800px and up)*/
@media (max-width:800px){
 
}

/**Extra large devices (large desktops, 768px and up)*/
@media (max-width:768px){
     
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 50%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }

}

/**Extra large devices (large desktops, 720px and up)*/
@media (max-width:720px){
   
}

/**Extra large devices (large desktops, 604px and up)*/
@media (max-width:604px){
      
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 45%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }
}

/**Extra large devices (large desktops, 600px and up)*/
@media (max-width:600px){
      
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 60%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }
}

/**Extra large devices (large desktops, 576px and up)*/
@media (max-width:576px){
    

}

/**Extra large devices (large desktops, 504px and up)*/
@media (max-width:504px){
       
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }

}


/**Extra large devices (large desktops, 480px and up)*/
@media (max-width:480px){
  
}

/**Extra large devices (large desktops, 432px and up)*/
@media (max-width:432px){
   

}

/**Extra large devices (large desktops, 428px and up)*/
@media (max-width:428px){
   
}

/**Extra large devices (large desktops, 427px and up)*/
@media (max-width:427px){
    
}

/**Extra large devices (large desktops, 414px and up)*/
@media (max-width:414px){
   
}

/**Extra large devices (large desktops, 412px and up)*/
@media (max-width:412px){
   
}

/**Extra large devices (large desktops, 393px and up)*/
@media (max-width:393px){
    

}

/**Extra large devices (large desktops, 390px and up)*/
@media (max-width:390px){
    
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }

}

/**Extra large devices (large desktops, 384px and up)*/
@media (max-width:384px){
        
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }

}

/**Extra large devices (large desktops, 375px and up)*/
@media (max-width:375px){


}

/**Extra large devices (large desktops, 360px and up)*/
@media (max-width:360px){
    
    .div_form_contact{
        position: relative;
        top: 40px;
        width: 96%; 
        height: 550px;
        background: #ffff;
        left: 0%;
        transform: translate(0%);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0px;
        overflow: hidden;
    }

    .iframe_video{
        border: none; 
        border-radius: 24px;
        left: 0%; 
        position: relative;
        width: 100%;
        max-width: 90%;
        height:600px;
    }

    .div_linea{
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        height: 3px;
        background: rgba(0, 0, 0, .2);
    }

    .i_mapa{
        width: 100%;
        height: 41.5%;
        border: 0;
    }

    .div_direccion_sede{
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .div_mapa_sede {
        width: 100%;
        height: 700px;
    }

}

/**Extra large devices (large desktops, 346px and up)*/
@media (max-width:346px){


}

/**Extra large devices (large desktops, 320px and up)*/
@media (max-width:320px){


}

/**Extra large devices (large desktops, 280px and up)*/
@media (max-width:280px){
    

}







































