.contenedor-general-header nav ul .btn-submenu .ul-submenu li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #060E24;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
}

.contenedor-general-header nav ul li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #060E24;
    font-size: 14px;
    text-decoration: none;
    padding-top: 50px;
    padding-bottom: 50px;
    text-decoration: none;
    text-align: center;
}

.btn-llamada-header:hover{
    background-color: #060E24;
}

.btn-llamada-header:hover .icon-tel{
    background: url('../assets/icon-tel-b.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-llamada-header:hover span{
    color: #FFFFFF;
}






.seccion-contacto-0{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 180px;
    padding-bottom: 60px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-contacto-0{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-contacto-0{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-contacto-0 h3{
    width: auto;
    height: auto;
    background-color: #DB261E;
    float: left;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.contenedor-info-contacto-0 h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #060E24;
    font-size: 60px;
    letter-spacing: .5px;
    text-align: left; 
}

.contenedor-info-contacto-0 p{
    width: 100%;
    float: left;
    background-color: transparent;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222021;
    font-size: 18px;
    line-height: 26px;
    transition: color ease .2s;
    margin-top: 20px; 
}

.contenedor-datos-contacto-0{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
}

.contenedor-datos-contacto-0 a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-datos-contacto-0 a img{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    background-color: transparent;
}

.contenedor-datos-contacto-0 a .icon-email{
    margin-top: 8px;
}

.contenedor-datos-contacto-0 a .icon-tel{
    margin-top: 8px;
}

.info-datos-direccion,
.info-datos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-datos-direccion span,
.info-datos span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Anton", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #DB261E;
    font-size: 20px;
    letter-spacing: .5px;
}

.info-datos span{
    margin-top: 22px;
}

.info-datos-direccion p{
    width: 100%;
    float: left;
    background-color: transparent;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #222021;
    font-size: 18px;
    line-height: 26px;
    transition: color ease .2s;
    margin-top: 0px; 
}

.info-datos p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #060E24;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0px;
}

.contenedor-formulario-contacto-0{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-formulario-contacto-0 form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-formulario-contacto-0 form .input-form{
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    appearance: none;
    border: 1px solid #C7C7C7;
    outline: none;
    padding: 10px;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222021;
    font-size: 16px;
    margin-bottom: 40px;
}

.contenedor-formulario-contacto-0 form .textarea-form{
    width: 100%;
    height: 180px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    appearance: none;
    border: 1px solid #C7C7C7;
    outline: none;
    padding: 10px;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222021;
    font-size: 16px;
    margin-bottom: 40px;
    resize: none;
}

.contenedor-formulario-contacto-0 form button{
    width: 250px;
    height: 60px;
    background-color: #DB261E;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding: 19px;
    border-radius: 50px;
    margin-top: 20px;
    text-decoration: none;
    border: none;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.contenedor-formulario-contacto-0 form button span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
}

.contenedor-formulario-contacto-0 form button .icon-ir{
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    background: url('../assets/icon-ir-b.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contenedor-formulario-contacto-0 form button:hover{
   background-color: #060E24;
}

.contenedor-formulario-contacto-0 form button:hover span{
    color: #FFFFFF;
}

.contenedor-formulario-contacto-0 form button:hover .icon-ir{
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 20px;
    margin-top: 1px;
    background: url('../assets/icon-ir-b.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.seccion-contacto-1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-bottom: 120px;
}

.contenedor-general-contacto-1{
    width: 1400px;
    height: 450px;
    border-radius: 20px;
    background-color: #060E24;
    float: left;
    overflow: hidden;
}

.contenedor-general-contacto-1 iframe{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
}








@media only screen and (max-width: 1780px){

    .seccion-contacto-0{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-contacto-0{
        width: 100%;
    }





    .seccion-contacto-1{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-contacto-1{
        width: 100%;
    }
}








@media only screen and (max-width: 1580px){
  
    .contenedor-general-header nav{
        width: 350px;
        height: 100vh;
        background-color: #FFFFFF;
        float: left;
        position: fixed;
        right: -150%;
        top: 0;
        padding-top: 40px;
        transition: ease .4s right;
    }

    .contenedor-general-header nav.muestra-menu{
        right: 0%;
        transition: ease .4s right;
    }

    .btn-cerrar-menu{
        display: block;
        visibility: visible;
    }

    .contenedor-general-header nav ul{
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-general-header nav ul li{
        width: 100%;
    }

    .contenedor-general-header nav ul .btn-submenu:hover > .ul-submenu{
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 1;
        border-radius: 0px;
    }

    .contenedor-general-header nav ul .btn-submenu .ul-submenu li{
        width: 100%;
    }

    .contenedor-general-header nav ul .btn-submenu .ul-submenu li a{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: right;
        background-color: #EBEBEB;
    }

    .contenedor-general-header nav ul .btn-submenu .ul-submenu li a:hover{
        color: #FFFFFF;
        background-color: #DB261E;
    }

    .contenedor-general-header nav ul li a{
        width: 100%;
        color: #060E24;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: right;
        font-size: 20px;
        font-weight: 600;
    }

    .contenedor-general-header nav ul li a.fija-header{
        color: #060E24;
    }

    .contenedor-general-header nav ul li a:hover{
        color: #FFFFFF;
        background-color: #DB261E;
    }

    .contenedor-btns-menu-llamada-header{
        width: 320px;
    }

    .btn-menu{
        visibility: visible;
        display: block;
    }
}







@media only screen and (max-width: 1180px){

    .seccion-contacto-0{
        padding-left: 70px;
        padding-right: 70px;
    }




    .seccion-contacto-1{
        padding-left: 70px;
        padding-right: 70px;
    }
}







@media only screen and (max-width: 980px){

    .seccion-contacto-0{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-contacto-0{
        flex-wrap: wrap;
    }

    .contenedor-info-contacto-0{
        width: 100%;
    }

    .contenedor-formulario-contacto-0{
        width: 100%;
        margin-top: 20px;
    }




    .seccion-contacto-1{
        padding-left: 50px;
        padding-right: 50px;
    }
}







@media only screen and (max-width: 780px){
    
    .contenedor-btns-menu-llamada-header{
        width: 45px;
    }

    .btn-llamada-header{
        display: none;
        visibility: hidden;
        margin-top: 40px;

    }





    .seccion-contacto-0{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 160px;
    }

    .contenedor-general-contacto-0{
        flex-wrap: wrap;
    }

    .contenedor-info-contacto-0{
        width: 100%;
    }
    
    .contenedor-formulario-contacto-0{
        width: 100%;
        margin-top: 20px;
    }




    .seccion-contacto-1{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 90px;
    }
}








@media only screen and (max-width: 580px){

    .seccion-contacto-0{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 160px;
    }

    .contenedor-general-contacto-0{
        flex-wrap: wrap;
    }

    .contenedor-info-contacto-0 h2{
        font-size: 50px;
    }

    .contenedor-info-contacto-0{
        width: 100%;
    }
    
    .contenedor-formulario-contacto-0{
        width: 100%;
        margin-top: 20px;
    }

    .contenedor-formulario-contacto-0 form button{
        width: 225px;
        height: auto;
        padding: 16px;
    }




    .seccion-contacto-1{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 90px;
    }
}









@media only screen and (max-width: 480px){

    .contenedor-info-contacto-0 h2{
        font-size: 45px;
    }

    .contenedor-formulario-contacto-0 form button{
        width: 215px;
        height: auto;
        padding: 14px;
    }
}








@media only screen and (max-width: 380px){

    .contenedor-general-header nav{
        width: 100%;
    }



    .seccion-contacto-0{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 140px;
    }

    .contenedor-info-contacto-0 h2{
        font-size: 40px;
    }

    .contenedor-formulario-contacto-0 form button{
        width: 200px;
        height: auto;
        padding: 12px;
    }




    .seccion-contacto-1{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 60px;
    }
}