@media only screen and (max-width: 3840px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 600px;
        height: 450px;
        background: transparent;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pre-header{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 460px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: none;
        visibility: hidden;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 100%;
        height: auto;
        float: left;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
    }

    header nav.fija-menu{
        width: 100%;
        height: auto;
        float: left;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    header nav ul{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        list-style: none;
    }

    header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        border-bottom: transparent solid 2px;
        cursor: pointer;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 140px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-logo-footer{
        width: 18%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
    }

    .contenedor-redes-footer{
        width: 30%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: start;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}














@media only screen and (max-width: 1380px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 600px;
        height: 450px;
        background: transparent;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 460px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: none;
        visibility: hidden;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
    }

    header nav.fija-menu{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        list-style: none;
    }

    header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        border-bottom: transparent solid 2px;
        cursor: pointer;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 140px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 90px;
        padding-right: 90px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-logo-footer{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
    }

    .contenedor-redes-footer{
        width: 30%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: start;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}















@media only screen and (max-width: 1080px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 600px;
        height: 450px;
        background: transparent;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 460px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: none;
        visibility: hidden;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
    }

    header nav.fija-menu{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        list-style: none;
    }

    header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        border-bottom: transparent solid 2px;
        cursor: pointer;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 140px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 70px;
        padding-right: 70px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-logo-footer{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
    }

    .contenedor-redes-footer{
        width: 280px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 250px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 35px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: left;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: start;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}















@media only screen and (max-width: 950px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 600px;
        height: 450px;
        background: transparent;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 460px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: none;
        visibility: hidden;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
    }

    header nav.fija-menu{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        list-style: none;
    }

    header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        border-bottom: transparent solid 2px;
        cursor: pointer;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 100px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 70px;
        padding-right: 70px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer img{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
    }

    .contenedor-redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 150px;
        padding-right: 150px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}














@media only screen and (max-width: 850px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        margin: auto;
        padding: 50px;
        padding-top: 140px;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        right: 0;
        top: -20px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 220px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        visibility: visible;
        margin-left: 20px;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
    }

    header nav.fija-menu{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background: rgb(2,42,97);
        background: linear-gradient(90deg, rgba(2,42,97,1) 24%, rgba(0,174,239,1) 100%);
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        list-style: none;
    }

    header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        border-bottom: transparent solid 2px;
        cursor: pointer;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 100px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer img{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
    }

    .contenedor-redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 150px;
        padding-right: 150px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}
















@media only screen and (max-width: 680px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        margin: auto;
        padding: 30px;
        padding-top: 140px;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        right: 0;
        top: -20px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .seccion-general header.fija-menu-pre{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 220px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
    }

    .contenedor-btn-tel{
        width: 160px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        padding-top: 9px;
        justify-content: space-between;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        visibility: visible;
        margin-left: 20px;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav.fija-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
    }

    header nav.muestra-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: 0px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
        list-style: none;
        margin-top: 70px;
    }

    header nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: left;
        border-bottom: transparent solid 2px;
        cursor: pointer;
        border-bottom: solid 1px #00357e;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 100px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer img{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
    }

    .contenedor-redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-subfooter p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-top: 12px;
    }

    .contenedor-logo-estudio{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}
















@media only screen and (max-width: 480px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        margin: auto;
        padding: 20px;
        padding-top: 140px;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        right: 0;
        top: -20px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .seccion-general header.fija-menu-pre{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 220px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
    }

    .contenedor-btn-tel{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        visibility: visible;
        margin-left: 0px;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav.fija-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
    }

    header nav.muestra-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: 0px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
        list-style: none;
        margin-top: 70px;
    }

    header nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: left;
        border-bottom: transparent solid 2px;
        cursor: pointer;
        border-bottom: solid 1px #00357e;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 100px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer img{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
    }

    .contenedor-redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-subfooter p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
        margin-top: 0px;
    }

    .contenedor-logo-estudio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}
















@media only screen and (max-width: 380px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;   
    }

    .seccion-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal.muestra-modal{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        float: left;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        transition: top ease .4s;
    }

    .contenedor-img-modal{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
        margin: auto;
        padding: 10px;
        padding-top: 140px;
    }

    .contenedor-img-modal a{
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        right: 0;
        top: -20px;
    }

    .contenedor-img-modal a img{
        width: 100%;
        height:auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-modal img{
        width: 100%;
        height: auto;
        background: transparent;
        float: left;
    }

    .seccion-general{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .seccion-general header.fija-menu-pre{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .contenedor-pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pre-header{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .pre-header a{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .pre-header a img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-header{
        width: 220px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
    }

    .contenedor-btn-tel{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-email{
        width: 240px;
        height: auto;
        background-color: transparent;
        float: left;
        display: none;
        padding-top: 9px;
        justify-content: space-between;
        visibility: hidden;
    }

    .contenedor-btn-tel figure,
    .contenedor-btn-email figure{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
        border: solid 1px #022A61;
        position: relative;
    }

    .contenedor-btn-tel figure img,
    .contenedor-btn-email figure img{
        width: 25px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .info-btns-header-tel{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header-email{
        width: 180px;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 8px;
    }

    .info-btns-header label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        text-align: left;
    }

    .info-btns-header p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #282828;
        font-weight: 400;
        text-align: left;
    }

    .contenedor-btn-menu{
        width: 40px;
        height: auto;
        float: left;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        visibility: visible;
        margin-left: 0px;
    }

    .contenedor-btn-menu a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
    }

    .contenedor-btn-menu a img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    header nav{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav.fija-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: -300px;
        z-index: 10;
    }

    header nav.muestra-menu{
        width: 300px;
        height: 100vh;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        background: unset;
        background: unset;
        background-color: #022A61;
        display: inline-flex;
        justify-content: center;
        position: fixed;
        top: 0;
        left: unset;
        right: 0px;
        z-index: 10;
        transition: right ease .5s;
    }

    header nav ul{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
        list-style: none;
        margin-top: 70px;
    }

    header nav ul li{
        width: 100%;
        background-color: transparent;
        float: left;
        height: auto;
    }

    header nav ul li a{
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        font-family: Lato;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        text-align: left;
        border-bottom: transparent solid 2px;
        cursor: pointer;
        border-bottom: solid 1px #00357e;
    }

    header nav ul li a:hover{
        border-bottom: solid 2px #ffffff;
    }









    footer{
        width: 100%;
        height: auto;
        background-color: #282828;
        float: left;
        padding-top: 100px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-general-footer{
        width: 100%;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-footer img{
        width: 190px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
    }

    .contenedor-redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-redes-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .redes-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .redes-footer a{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 50%;
    }

    .redes-footer a:hover img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        opacity: .7;
    }

    .contenedor-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        margin-top: 70px;
    }

    .contenedor-contacto-footer label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: .2px;
        text-align: center;
    }

    .datos-contacto-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .datos-c-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .datos-c-footer img{
        width: 20px;
        height: 20px;
        float: left;
        background-color: transparent;
        padding-top: 2px;
    }

    .datos-c-footer p{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: left;
        margin-left: 8px;
    }

    .contenedor-subfooter{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 1px #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-subfooter p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Lato;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .1px;
        text-align: center;
        margin-top: 0px;
    }

    .contenedor-logo-estudio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    .contenedor-logo-estudio a{
        width: 100px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-estudio a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}