@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;900&display=swap');
@import url("webfonts/HelveticaNeue-BlackCondObl/styles.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,900;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

/************ESTILOS WEB************/

* {
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #293959;
    border-radius: 8px;
}

.container-main {
    top: 0;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height:auto;
    box-sizing: border-box;
    overflow: hidden;
}

/************ESTILOS HEADER************/

header {
    position: fixed;
    padding: 0 100px;
    background: rgba(115, 119, 126, 0.8);
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    z-index: 1000;
}

header .logo {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px;
}

header .logo img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

header nav {
    float: right;
    height: 100%;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    list-style: none;
    border: none;
}

header li p{
    height: 50px;
    line-height: 50px;
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-decoration: none;
    font-family: Nunito;
    font-size: 14px;
    display: block;
    transition: .5s ease-out;
    margin: 0 3px;
    box-shadow: 2px 0px 0px #fbc101 inset,
                -2px 0px 0px #fbc101 inset; 
}

header nav ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-decoration: none;
    font-family: Nunito;
    display: block;
    transition: .5s ease-out;
    margin: 0 3px;
}

header nav ul li a:hover,
header nav ul li a.active{
    color: #fff;
    box-shadow: 0px -2px 0px #fbc101 inset;
    /*    border-bottom:solid 3px #003355;*/
}

.menu-toggle {
    float: right;
    cursor: pointer;
    display: none;
}

/**********ESTILOS ICONO DE HAMBURGUESA**********/

.menu-toggle {
    cursor: pointer;
    transition: 0.4s ease-out;
}

.linea,
.linea2,
.linea3 {
    width: 35px;
    height: 4.5px;
    background-color: #fff;
    margin: 3px 0px;
    transition: 0.4s ease-out;
}

.change .linea {
    transform: rotate(-45deg) translate(2px, -1px);
    position: absolute;
}

.change .linea2 {
    opacity: 0;
}

.change .linea3 {
    transform: rotate(45deg) translate(-8px, -9px);
    position: absolute;
}

/************FIN ESTILOS HEADER************/


/**********ESTILOS SECTION SLIDER**********/

.container {
    background-image: url(../img/fondoslide.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.container img{
    width: 100%;
    height: auto;
    display: block;
}


.container .txt {
    position: absolute;
    width: 60%;
    height: auto;
    padding: 20px;
}

.container .txt h1{
    font-family: montserrat;
    font-weight: 300;
    font-size:37px;
    color: #003355;
    
}

.container .txt h3{
    font-family: montserrat;
    font-weight: 900;
    font-size: 37px;
    color: #003355;
    
}


/**********FIN ESTILOS SECTION SLIDER**********/


/**********ESTILOS SECTION WELCOME**********/

.welcome {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    box-sizing: border-box;

}

.welcome img{
    width: 100%;
}

.back-2 {
    position: absolute;
    width: 100%;
    height: auto;
    /*
    background-image: url(../img/bienvenidos3.png);
    background-position: center;
    background-size: cover;
*/

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}

.txt-welcome {
    position: relative;
    max-width: 570px;
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    overflow: hidden;


}

.txt-welcome h2 {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 30px 0px 0px;
    color: #003355;
    text-align: end;
    font-size: 3.3em;
    font-family: Montserrat;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0;
}

.txt-welcome h4 {
    width: 100%;
    font-family: nunito;
    padding: 0px 30px 6px 0px;
    color: #73777e;
    text-align: end;
    font-size: 1.5em;
    margin: 0;
}

.txt-welcome p {
    width: 100%;
    text-align: end;
    font-family: nunito;
    color: #003355;
    padding: 0px 30px 0px 0px;
    margin: 0;

}


.btn-abrir-popup {
    position: relative;
    background: #1a365a;
    padding: 13px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-family: montserrat;
    font-weight: 600;
    display: block;
    width: 140px;
    text-align: center;
    margin: 20px auto;
    float: right;
    border: 3px solid rgba(155,119,126,1);
    cursor: pointer;
    transition: all .3s;
}

.btn-abrir-popup:hover{
    box-shadow: 140px 0px 0px 0px inset #fbc101;
    color: #1a365a;
    font-weight: 600;
    
}


/**********FIN ESTILOS SECTION WELCOME**********/


/********************ANIMACIONES********************/

.animado{
    opacity: 0;
    right: -200%;
    transition: all 0.5s;
}

.anima2{
    opacity: 0;
    right: -100%;
    transition: all 0.5s;
}
/******************FIN ANIMACIONES******************/


/**********ESTILOS SECTION ICONOS**********/

.cont-iconos {
    background: #e9e7ea;
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 0px 0px #fbc101;

}



.cont-iconos h2 {
    width: 50%;
    height: auto;
    padding: 30px 0px 6px 0px;
    margin: auto;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-size: 2em;
    color:  #73777e;
    text-transform: uppercase;

}

.iconos {
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 8px;
    margin: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.icon1 {
    position: relative;
    max-width: 320px;
    width: 100%;
    height: auto;
    max-height: 300px;
    padding: 8px;
    margin: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.icon1 img {
    position: relative;
    max-width: 100px;
    height: auto
    box-sizing: border-box;
}

.icon1 h4 {
    width: 100%;
    height: auto;
    padding: 12px 12px 0px 12px;
    margin: 0;
    font-family: nunito;
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #73777e;
}

.icon1 p {
    display: block;
    width: 80%;
    height: auto;
    padding: 0px 10px 10px 10px;
    margin: 0;
    font-family: nunito;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    color: #8f949d;
}

/*********************** FIN ESTILOS SECTION ICONOS **************************/

/*********************** ESTILOS SECTION SERVICIOS **************************/

.servicios {
    position: relative;
    background-image: url(../img/2parte.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}

.serv__titulo {
    width: 100%;
    height: auto;
    padding: 10px;
}

.serv__titulo h1 {
    font-family: 'Montserrat';
    font-weight: 900;
    text-transform: uppercase;
    color: #73777e;
    text-align: center;
    font-size: 1.5em;
    line-height: 29px;
}

.centrar-serv {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.serv__1,
.serv__2,
.serv__3,
.serv__4,
.serv__5,.serv__6  {
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 260px;
    overflow: hidden;
    margin: 15px;
    display: flex;
    flex-direction: column;
    border: 3px solid #fbc101;
    border-radius: 12px;
}

.serv__1 {
    background-image: url(../img/im1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv__1 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: auto;
    margin-bottom: 0px;
    width: 70%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 288;

}

.serv__1 a {
    background: #fbc101;
    width: 100px;
    height: auto;
    padding: 10px 15px;
    z-index: 289;
    margin: auto;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    color: #293959;
    text-transform: uppercase;
    transition: all 0.4s;

}

.serv__1 a:hover {
    transform: scale(0.9);
}



.serv__2 {
    background-image: url(../img/im3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.serv__2 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: auto;
    margin-bottom: 0px;
    width: 70%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 288;

}


.serv__2 a {
    background: #fbc101;
    width: 100px;
    height: auto;
    padding: 10px 15px;
    z-index: 289;
    margin: auto;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    color: #293959;
    text-transform: uppercase;
    transition: all 0.4s;

}

.serv__2 a:hover {
    transform: scale(0.9);
}


.serv__3 {
    background-image: url(../img/im2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


.serv__3 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: auto;
    margin-bottom: 0px;
    width: 70%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 288;

}


.serv__3 a {
    background: #fbc101;
    width: 100px;
    height: auto;
    padding: 10px 15px;
    z-index: 289;
    margin: auto;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    color: #293959;
    text-transform: uppercase;
    transition: all 0.4s;

}

.serv__3 a:hover {
    transform: scale(0.9);
}

.serv__4 {
    background-image: url(../img/im4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.transparencia {
    display: block;
    position: absolute;
    background: rgba(26, 54, 90, 0.8);
    width: 100%;
    height: 400px;
    transition: all 0.2s;
}

.transparencia:hover {
    background: rgba(0, 0, 0, 0.3);

}

.serv__4 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: auto;
    margin-bottom: 0px;
    width: 70%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 288;

}


.serv__4 a {
    background: #fbc101;
    width: 100px;
    height: auto;
    padding: 10px 15px;
    z-index: 289;
    margin: auto;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    color: #293959;
    text-transform: uppercase;
    transition: all 0.4s;

}

.serv__4 a:hover {
    transform: scale(0.9);
}



.serv__5 {
    background-image: url(../img/im4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.transparencia {
    position: absolute;
    background: rgba(41, 57, 89, .8);
    width: 100%;
    height: 400px;
    transition: all 0.2s;
}

.transparencia:hover {
    background: rgba(0, 0, 0, 0.3);

}

.serv__5 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: auto;
    margin-bottom: 0px;
    width: 70%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    z-index: 288;

}


.serv__5 a {
    background: #fbc101;
    width: 100px;
    height: auto;
    padding: 10px 15px;
    z-index: 289;
    margin: auto;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: bold;
    color: #293959;
    text-transform: uppercase;
    transition: all 0.4s;

}

.serv__5 a:hover {
    transform: scale(0.9);
}
.serv__6 {    background-image: url(../img/im6.jpg);    background-repeat: no-repeat;    background-position: center;    background-size: cover;}.serv__6 h2 {    font-family: 'Montserrat';    font-weight: 500;    margin: auto;    margin-bottom: 0px;    width: 70%;    font-size: 17px;    text-align: center;    color: #fff;    z-index: 288;}.serv__6 a {    background: #fbc101;    width: 100px;    height: auto;    padding: 10px 15px;    z-index: 289;    margin: auto;    margin-top: 20px;    border-radius: 60px;    text-align: center;    text-decoration: none;    font-family: 'Montserrat';    font-size: 11px;    font-weight: bold;    color: #293959;    text-transform: uppercase;    transition: all 0.4s;}.serv__6 a:hover {    transform: scale(0.9);}



.flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

}

.flex_form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}



.modal1,
.modal2,
.modal3,
.modal4,
.modal5,
.modal6 {
    display: none;
    position: fixed;
    z-index: 3000;
    overflow: auto;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background: rgba(41, 57, 89, 0.7);
}



.contenido_modal {
    position: relative;
    background: #f8f8f8;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 5px;
    padding: 5px;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    animation-name: modal;
    animation-duration: 1s;

}

@keyframes modal {
    from {
        top: -530px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}

.close2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}

.close3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}

.close4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}


.close5 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}

.close6 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 30px;
    font-weight: bold;
    font-family: nunito;
    color: #293959;
    width: 45px;
    height: 45px;
    border-radius: 600px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    transform: rotate(0);

}


.close:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}

.close2:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}

.close3:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}

.close4:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}


.close5:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}

.close6:hover {
    background: rgba(242, 242, 242, 0.8);
    transform: rotate(360deg);
}


.modal_header {
    width: 100%;
    height: auto;
    padding: 12px;

}

.modal_header h2 {
    font-family: montserrat;
    font-weight: 900;
    text-align: center;
    margin: auto;
    color: dimgray;
    font-size: 16px;
    width: 350px;
}

.titulo__modal {
    font-family: montserrat;
    font-weight: 900;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 1.3em;
    z-index: 500;
    text-transform: uppercase;
}



.contenido_modal ul {
    display: block;
    padding: 10px;
    width: 85%;
    margin: auto;
}

.contenido_modal ul li {
    list-style: decimal;
    padding: 6px;
    font-family: nunito;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: grey;
}

.clausulas {
    position: relative;
    width: 95%;
    height: auto;
    margin: auto;
    font-family: montserrat;
    color: #293959;
    padding: 12px;
}

.clausulas h3 {
    font-size: 12px;
}

.clausulas p {
    font-size: 11px;
    margin: 6px;
}

.contenido_modal a {
    background: #293959;
    padding: 10px 20px;
    margin: auto;
    width: 160px;
    height: auto;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    font-family: montserrat;
    text-align: center;
    display: block;
    border-radius: 20px;
    transition: all 0.4s;

}

.contenido_modal a:hover {
    opacity: .7;
    transform: scale(1.2);
}

/*********************** FIN ESTILOS SECTION SERVICIOS **************************/



/*********************************SECTION POPUP*********************************/

.overlay {
    max-width: 800px;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: auto auto;
    z-index: 2000;
    border-radius: 20px;
    visibility: hidden;
    box-sizing: border-box;
}

.overlay.active {
    visibility: visible;
}

.btn-cerrar-popup {
    position: absolute;
    font-size: 46px;
    font-weight: 600;
    font-family: nunito;
    line-height: 26px;
    display: block;
    text-decoration: none;
    top: 23px;
    right: 42px;
    text-align: end;
    color: #bbbbbb;
    border-radius: 50px;
    transition: .2s ease all;
    
}

.btn-cerrar-popup:hover {
    color: #000;
}

.popup {
    max-width: 740px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    transition: .2s ease all;
    transform: scale(.7);
}

.popup::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.popup::-webkit-scrollbar-thumb {
    background: #293959;
    border-radius: 8px;
}

.popup-txt {
    width: 280px;
    max-width: 100%;
    height: auto;
    padding: 40px 30px;
    font-family: montserrat;
    background: #f8f8f8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 1;
}

.popup-txt h2 {
    font-size: 1.5em;
    font-weight: 900;
    width: 80%;
    margin: auto;
    color: #293959;
    padding: 0px 0px 0px 20px;
    box-shadow: -2px 0px 0px 0px #fbc101;
}

.popup-txt p {
    display: block;
    width: 100%;
    height: auto;
    font-family: nunito;
    font-size: 14px;
    text-align: justify;
    color: dimgray;
}

.popup-img {
    background-image: url(../img/nosotros.jpg);
    background-position: center;
    background-size: cover;
    max-width: 350px;
    width: 100%;
    max-height: 450px;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 5px 0px 0px 0px inset #fbc101;
    /*    opacity: 0;*/
}

.mas{
    display: block;
    text-decoration: none;
    color: dimgray;
    width: 100%;
    text-align: center;
    transition: all 2s;
}

.mas:hover{
    transform: scale(1.3);
}

/* --------------------------------------*/

/*ANIMACIONES*/

/* --------------------------------------*/

.popup.active {
    opacity: 1;
    transform: scale(1);
}

.popup.active .popup-txt {
    animation: entradaTextos 3s;

}

@keyframes entradaTextos {
    from {
        transform: translateY(-45px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.popup.active .popup-img {
    animation: entradaImg 3s;

}

@keyframes entradaImg {
    from {
        transform: translateY(45px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/**********FIN ESTILOS SECTION POPUP**********/

/*************************************ESTILOS SECTION FORMULARIO*************************************/

.formulario {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.formulario h2{
    max-width: 340px;
    width: 100%;
    height: auto;
    padding: 12px 12px 0px 12px;
    margin: auto;
    font-family: montserrat;
    font-weight: 900;
    font-size: 2.6em;
    color: #1a365a;
}


.formulario p{
    max-width: 340px;
    width:100%;
    height: auto;
    padding: 0px 12px 12px 12px;
    margin: auto;
    font-family: nunito;
    font-weight: 900;
    letter-spacing: 2.5px;
    font-size: 1em;
    color: dimgray;
    text-align: end;
}

.info {
    max-width: 900px;
    width: 100%;
    padding: 15px;
    display: block;
    margin: auto auto;
    box-sizing: border-box;
}

.info_form {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    box-sizing: border-box;
}

.input-field {
    display: block;
    width: 80%;
    padding: 6px;
    margin: auto;
    box-sizing: border-box;

}

.input-field i {
    font-size: 2em;
    color: #1a365a;
    width: 100%;
    height: auto;
    margin: auto;
}

.validate {
    display: block;
    background: none;
    width: 100%;
    font-family: nunito;
    font-size: 18px;
    color: #858788;
    padding: 20px;
    margin: 2px;
    height: 50px;
    border: none;
    box-shadow: 0px 2px 0px 0px #858788;
    box-sizing: border-box;
}

/*ELIMINAR LINEAS EXTERNAS DE INPUT*/
.validate:focus-within{
    outline: none;
}

#mensaje{
    width: 100%;
    background: none;
    border: none;
    font-family: nunito;
    font-size: 18px;
    color: #858788;
    box-shadow: 0px 2px 0px 0px #858788;
}

#mensaje:focus-within{
    outline: none;
}

.btn-form-2{
    display: block;
    margin: auto;
    font-family: nunito;
    font-size: 14px;
    padding:12px 30px;
    border: none;
    border-radius: 22px;
    background: #1a365a;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.btn-form-2:hover {
    transform: scale(.9);
}

/*ELIMINAR BACKGROUND DE INPUT*/
input:placeholder-shown {
     Background: none;
}


/*CAMBIAR ESTILOS DEL TXTO DE INPUT*/
::-webkit-input-placeholder {
    color: darkgrey;
    font-family: montserrat;
    font-weight: 600;
    font-size: 1em;
    background: none;
}

::-moz-placeholder {
    color: darkgrey;
    font-family: montserrat;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
    background: none;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: darkgrey;
    font-family: montserrat;
    font-weight: 600;
    font-size: 1em;
    background: none;
}

/* ie */
input:-moz-placeholder {
    color: darkgrey;
    font-family: montserrat;
    font-weight: 600;
    font-size: 1em;
    background: none;
}

.btn-form{
    width: 150px;
    display: block;
    padding: 5px 20px;
    border: none;
    border-radius: 30px;
    background: #1a365a;
    color: #fff;
    
}

/*************************************FIN ESTILOS SECTION FORMULARIO*************************************/


/*************************************ESTILOS SECTION MAP*************************************/

.cont-map{
    position: relative;
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.cont-map iframe{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    
}
.cont-map-txt{
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 80%;
    margin: auto;
    height: auto;
    padding: 12px;
    box-sizing: border-box;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.our-offices{
    max-width: 300px;
    width: 100%;
    padding: 12px;
    box-sizing:border-box;
   
}

.our-offices h2{
    font-family: montserrat;
    font-weight: 900;
    line-height: 19px;
    color: #1a365a;
}

.our-offices p{
    font-family: nunito;
    text-align: justify;
    font-size: 12px;
    color: dimgray;
}

.addres{
    max-width: 270px;
    width: 100%;
    height: auto;    
    padding: 10px;
    margin: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    box-sizing:border-box;
}

.addres-img{
    width: 20%;
    height: 100%;
    display: block;
    padding: 8px;
    transition: all 3s;
}
.addres-img:hover{
    transform: scale(1.2);
}

.addres-img img{
    width: 100%;
    height: auto;
}

.addres-txt{
    width: 100%;
    height: auto;
    display: block;
}

.addres-txt h3{
    font-family: montserrat;
    color: #1a365a;
    margin-bottom: 0;
    
}

.addres-txt p{
    font-family: nunito;
    font-size: 11px;
    color: dimgray;
    margin-top: 3px;
    
}

.addres-txt p a{
    text-decoration: none;
    font-family: nunito;
    color: grey;
}
/*************************************FIN ESTILOS SECTION MAP*************************************/


/*************************************ESTILOS SECTION COPYRIGHT*************************************/

footer{
    background: rgba(115, 119, 126, 0.8);;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 12px;
}

.enlace{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    transform: scale(1);
}

footer:hover .enlace{
    transform: scale(1.5) translateY(-22px);
}

footer p{
    width: 100%;
    height: auto;
    padding: 12px 12px 0px 12px;
    box-sizing: border-box;
    font-family: nunito;
    font-size: 13px;
    text-align: center;
    color:#fff;
    margin: 0;
}

footer ul{
    position: relative;
    max-width: 350px;
    margin: auto;
    list-style: none;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul li {
    position: relative;
    background: #707070;
    width: 50px;
    height: 50px;
    padding: 12px;
    margin:5px 12px;
    box-sizing: border-box;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

footer ul li::after{
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    border-radius: 120px;
    transform: scale(0);
    transition: all 0.5s;
    z-index: 1;
    
}

footer ul li:hover::after{
    transform: scale(1);
}


footer ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;    
    z-index: 2;
}

footer ul li a:hover{
    color: #707070;
}

.subir{
    position: absolute;
    display: block;
    top: 20%;
    left: 93%;
    width: 30px;
    height: 30px;
    padding: 12px;
}

.subir a{
    color: #fff;
    font-size: 50px;
    opacity: .4;
    transition: all 2s;
}

.subir a:hover{
    opacity: .9;
    transform: scale(1.2);
}
/*************************************FIN ESTILOS SECTION COPYRIGHT*************************************/



/*************************************ESTILOS SEC NOSOTROS*************************************/

#supir{
    width: 100%;
    height: auto;
    
}
.sec-nosotros{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    
}

.header-nosotros{
    background-image: url(../img/bienvenidos3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.fondo{
    position: absolute;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    
}

.centrar{
    position: relative;
    max-width: 590px;
    width: 100%;
    padding: 12px;
    margin:auto auto;
    z-index: 1200;
}

.centrar span{
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: auto;
    font-family: montserrat;
    font-weight: 900;
    font-size: 6em;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255,255,255,.2);
    text-shadow: 0px 0px 0190px #363636;
    opacity: ;
    text-align: center;
    box-sizing: border-box;
}

.centrar h2{
    width: 100%;
    height: auto;
    font-family: nunito;
    font-weight: 400;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    margin: auto 0;
    padding: 0;
}

.nosotros-contenido{
    position: relative;
    background-image: url(../img/2parte.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
/*    border-bottom: 3px solid #fbc101;*/
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.nosotros-img{
    max-width: 700px;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #fbc101;
}

.nosotros-img img{
    display: block;
    width: 100%;
    
}

.nosotros-img::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 78%;
    height: 3px;
    background: #fbc101;
    
}

.nosotros-txt{
    position: relative;
    max-width: 750px;
    width: 100%;
    height: auto;
    padding: 12px;
/*    box-shadow: 0px -4px 0px 0px inset #fbc101;*/
}



.nosotros-txt h2{
    font-family: montserrat;
    font-weight: 900;
    font-size: 3em;
    padding: 20px 10px;
    color: darkslategrey;
    
}

.nosotros-txt p{
    width: 80%;
    font-family: nunito;
    font-weight: 300;
    font-size: 17px;
    text-align: justify;
    padding: 15px;
    box-sizing: border-box;
    color: dimgray;
}


.valores-cont{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    
}

.valores-cont ul{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
}

.valores-cont ul li{
    max-width: 400px;
    width: 100%;
    display: block;
    padding: 12px;
    margin: 8px;
}

.valores-cont ul li h3{
    width: 100%;
    height: auto;
    font-family: montserrat;
    font-weight: 900;
    font-size: 1.5em;
    color: darkslategrey;
    
}

.valores-cont ul li p{
    width: 100%;
    height: auto;
    font-family: nunito;
    text-align: justify;
    font-size: 17px;
    color: dimgray;
}


/*************************************FIN ESTILOS SEC NOSOTROS*************************************/



.slide_main{
    background-image: url(../img/2parte.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 80px 20px 20px 20px;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    display: block;
    
    
    box-sizing: border-box;
/*    transform: translateX(-1520px);*/
}



.slide_main h2{
    font-family: nunito;
    font-size: 2.5em;
    text-align: center;
    padding: 20px 20px 10px 20px;
/*    box-shadow: 0px 5px 0px 0px #f8f8f8;*/
    color: dimgray;
}





form{
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: auto;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#datos_personales{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
    border-left: solid 2px grey;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}


legend{
    display: block;
    width: 100%;
    font-family: nunito;
    font-size: 2em;
    padding: 20px;
    margin: auto;
    font-weight: 600;
    color: dimgray;
    text-align: center;
}

.first{
    position: relative;
    width: 500px;
    height: auto;
    margin: 8px;
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.ingresos{
    font-family: nunito;
    font-size: 1.3em;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px;
    color: dimgray;
    
}

.inner_label{
    width: 100%;
    font-family: nunito;
    font-size: 1.1em;
    padding: 10px 12px 0px 18px;
    text-align: left;
    display: block;
    color: gray;
    box-sizing: border-box;
/*    transform: translatey(10px);*/
}

.inner{
    position: relative;
    width: 95%;
    height: 12px;
    padding: 15px;
    margin: auto;
    border: none;
    font-family: nunito;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0 2px gray;
    background: none;
    color: dimgray;
    
}

/*
.inner::before{
    content: "";
    width: 100px;
    height: 5px;
    display: block;
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    z-index: 2;
    
}
*/

#two{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding: 12px;
    
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}


#genero{
    position: relative;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 12px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#t_residencia{
    position: relative;
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 12px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#academico{
    position: relative;
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: 12px;
    box-sizing: border-box;
    text-align: center;
}

#genero p, #t_residencia p, #academico p{
    position: relative;
    width: 100%;
    height: auto;
    font-family: nunito;
    padding: 12px 12px 12px 12px;
    text-align: center;
}

#genero input, #t_residencia input, #academico input{
    width: 20px;
    height: auto;
    padding: 12px;
    display: inline-block;
}

#genero label{
    width: 70px;
    height: auto;
    font-family: nunito;
    padding: 12px 12px 12px 2px;
    display: inline-block;
}

#t_residencia label{
    width: 70px;
    height: auto;
    font-family: nunito;
    padding: 12px 12px 12px 2px;
    display: inline-block;
}

#academico label{
    width: 95px;
    height: auto;
    font-family: nunito;
    padding: 12px 2px 12px 12px;
    display: inline-block;
}

.next{
    width: 100%;
    height: auto;
    padding: 20px;
}

.but-enviar{
    position: relative;
    background: #1a365a;
    display: block;
    padding: 14px 28px;
    margin: auto;
    cursor: pointer;
    border-radius: 15px;
    color: #fff;
    font-family: nunito;
    font-size: 15px;
    z-index: 0;
}

.but-enviar::after{
    content: "";
    position: absolute;
    background: #fff;
    padding: 15px 30px;
    margin: auto;
    border-radius: 15px;
    color: #1a365a;
    transform: scale(1);
    transition: all 0.5s;
    border: 1px solid grey inset;
    z-index: 1;
    
/*
     content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    border-radius: 120px;
    transform: scale(0);
    transition: all 0.5s;
    z-index: 1;
*/
}

/*************************************ESTILOS CALCULADORA*************************************/


.calc{
/*    background: rgba(26, 54, 90, .7);*/
    position: fixed;
    max-width: 450px;
    width: 100%;
    height: 100%;
    padding: 20px 10px 10px 10px;
    top: 0;
    left: 0;
    z-index: 9000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all .3s;
    transform: translateX(0);
    box-sizing: border-box;
}

.mostrar{
    transform: translateX(-500px);
}



.alig-vert{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}



.center3{
    position: relative;
    background: rgba(255,255,255,.9);
    max-width: 350px;
    width: 100%;
    max-height: 700px;
    margin: auto auto;
    padding: 20px 0;
    border-radius: 23px;
    border: 12px solid rgba(115, 119, 126, 0.8);
    transition: all .3s;
    box-sizing: border-box;
}

/*
.center3:hover{
    box-shadow: 0 0px 9px 15px  rgba(255, 255, 255, .3);
}
*/


.center3 h2{
    background:rgba(115, 119, 126, 0.8); 
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 22px;
    font-family: nunito;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.center3 form{
    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 12px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}

.t_credito{
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px;
    
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    
    
}

.t_credito p{
    width: 100%;
    font-family: nunito;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
}

.t_credito label{
    font-family: nunito;
    font-size: 10px;
    text-transform: uppercase;
    margin: auto auto;
    font-weight: 600;
    color: gray;
}

.t_credito input{
    
}

/*
#t_credito option{
    background: rgba(255, 255, 255,1);
    padding: 12px;
    display: block;
    margin: 9px;
    border: none;
    color: #1a365a;
}

#t_credito:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(26, 54, 90, .8);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #1a365a; 
    outline: none;
}
*/



.center3 form .ingre{
    position: relative;
    background: none;
    width: 80%;
    height: 40px;
    font-family: nunito;
    font-size: 1em;
    font-weight: 600;
    color: rgba(115, 119, 126, 0.8);
    margin: 12px auto;
    text-align: center;
    border: 1px solid rgba(115, 119, 126, 0.8);
    
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
/*    box-shadow: 0 3px 0 0 #fff;*/
}

.center3 form .ingre:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: rgba(115, 119, 126, 0.8); 
    outline: none;
}

.calcular{
    background: rgba(115, 119, 126, 0.8);
    display: block;
    width: 60%;
    height: auto;
    padding: 10px;
    font-size: 1em;
    font-family: nunito;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    margin: 8px auto 0px auto;
    color: #fff;
}
.message-calc{	text-align: center;   	display: block;	padding: 10px;	font-family: nunito;	font-size: 12px;	color: #1a365a;	width: 100%;	height: auto;	margin: auto;	box-sizing: border-box;}
.clean{
    background: rgba(115, 119, 126, 0.8);
    display: block;
    width: 50%;
    height: auto;
    padding: 10px;
    font-size: 1em;
    font-family: nunito;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    margin: 8px auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.cerrar12{
    position: absolute;
    background: rgba(115, 119, 126, 0.8);
    width: 20px;
    height: 20px;
    bottom: -12px;
    right: -12px;
    font-size: 14px;
    font-family: nunito;
    font-weight: 900;
    color: #fff;
    padding: 20px;
    margin: auto;
    text-decoration: none;
    border-radius: 60px 0px 20px 0;
    text-align: center;
    transition: .3s all;
}

.cerrar12:hover{
    transform:scale(.8);
    box-shadow: 0 0px 9px 6px  rgba(255, 255, 255, .5);
    
}


.tu_cuota{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.tu_cuota p{
    text-align: center;
    font-size: 18px;
    font-family: nunito;
    font-weight: 600;
    color: #1a365a;
    padding: 12px;
}

.tu_cuota h2{
    background:rgba(26, 54, 90, .6); 
    width: 50%;
    height: auto;
    text-align: center;
    font-size: 18px;
    font-family: nunito;
    font-weight: 900;
    color: #fff;
    box-sizing: border-box;
    margin: auto;
    border-radius: 55px 4px 55px 4px;
    
}



/******************************************Modal Solicitud******************************************/


.modal_solicitud{
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px;
    background: #fff;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    
}

.modal_centrar{
    position: relative;
    max-width: 800px;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.logo_modal{
    display: block;
    max-width: 250px;
    height: auto;
    margin: auto;
    
}

.logo_modal img{
    width: 100%;
    height: auto;
}

.logo_modal h3{
    width: 100%;
    height: auto;
    padding: 4px;
    text-align: center;
    font-family: nunito;
    font-weight: 500;
    font-size: .8em;
}

.txt_modal_soli{
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
}


.txt_modal_soli h2{
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 1em;
}


form{
    max-width: 600px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}

.group_1{
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}


#iconos{
    font-size: 2em;
    color: #1a365a;
    height: auto;
    padding: 0 6px;
    
}

#inputs{
    background:none;
    width: 100%;
    font-family: nunito;
    font-size: 12px;
    font-weight: 100;
    color: #858788;
    padding: 10px;
    margin: 8px;
    height: 40px;
    border: none;
    display: block;
    box-shadow: 0px 2px 0px 0px #858788;
    box-sizing: border-box;
}


.lines{
    max-width: 280px;
    width: 100%;
    height: auto;
}


.line{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}

.documents{
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.doc_file{
    width: 100%;
    max-width: 160px;
    height: auto;
    padding: 8px;
    margin: 8px;
    
}

.doc_file h3{
    width: 100%;
    height: auto;
    font-family: nunito;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.imagen_docs{
    width: 100%;
    height: auto;
    padding: 20px;
}

.imagen_docs img{
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
}

#file_up{
}

.btn{
    display: block;
    padding: 10px 21px;
    border: none;
    color: #fff;
    font-size: 18px;
    background-color: #3991a9;
    border-radius: 3px;
    cursor: pointer;
    border-bottom: 3px solid #237085;
    font-family: nunito;
    text-align: center;
}

.btn:hover{
    transition: all .4s;
    background-color: #237085;
}








































































@media (max-width: 991px) {

    /**********SECTION HEADER**********/
    header {
        padding: 0 20px;
    }

    .menu-toggle {
        display: block;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: rgba(115, 119, 126, 0.8);
        top: 70px;
        left: -100%;
        transition: 0.5s;
        overflow: hidden;
    }

    header nav.active {
        left: 0;
    }

    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li {
    }

    header nav ul li a:hover,
    header nav ul li a.active {
        color: #fff;
        box-shadow: 0px -5px 0px 0px #fbc101 inset;
    }

    /**********FIN SECTION HEADER**********/


    /**********SECTION SLIDER**********/
    .container {
        width: 100%;
        height: auto;
        position:relative;
        margin-top: 73px;
    }

    
    
    
    .container .txt{
        position: absolute;
        width: 52%;
        height: auto;
        padding: 10px;
        left: 0;
        text-align: center;
    }

    
    .container .txt h1 {
        position: relative;
        left: 0;
        width: 100%;
        color: #8f949d;
        font-size: 12px;

    }

    .container .txt h3 {
        width: 100%;
        color: #8f949d;
        font-size: 12px;
        font-family: Montserrat;
        font-weight: 700;
    }

    /**********FIN SECTION SLIDER**********/

    /**********ESTILOS SECTION WELCOME**********/

    .welcome {
        position: relative;
        padding: 0;
        background: #1a365a;
        box-shadow: none;

    }
    
    .welcome img{
        display: none;
    }

    .back-2 {
    position: relative;
    width: 100%;
    height: 100%;
    

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}



    .txt-welcome {
        display: block;
        position: relative;
        padding: 30px 10px 0px 10px;
        width: 100%;
        height:auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .txt-welcome h2 {
        position: relative;
        width: 100%;
        padding: 0;
        color: #fbc101;
        text-align: center;
        font-size: 2.2em;
        font-family: Montserrat;
        font-weight: 900;
        letter-spacing: 4px;
        text-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        margin: 0;
        left: 0;
        right: 0;
    }

    .txt-welcome h4 {
        position: relative;
        width: 100%;
        font-family: nunito;
        padding: 0;
        color: #fff;
        text-align: center;
        font-size: 1.2em;
        font-weight: 400;
        margin: 0;
        left: 0;
        right: 0;
    }

    .txt-welcome p {
        width: 100%;
        font-size: 10px;
        text-align: center;
        font-family: nunito;
        color: #fff;
        padding: 0px 30px 0px 0px;
        margin: 0;

    }

    .btn-abrir-popup {
        position: relative;
        background: #fbc101;
        padding: 13px 10px;
        border-radius: 20px;
        text-decoration: none;
        color: #293959;
        font-family: montserrat;
        font-weight: 600;
        display: block;
        width: 140px;
        text-align: center;
        margin: 30px auto;
        float: none;
    }




    /**********FIN ESTILOS SECTION WELCOME**********/
    
    
    
    .lines{
        display: contents;
        width: 100%;
    }
    

    /**********ESTILOS SECTION POPUP**********/


    .overlay {
        height: 100vh;
        
        position: fixed;
        padding: 5px;

    }

    .popup {
        max-width: 740px;
        width: 100%;
        height: 100%;
        margin: auto auto;
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 0;
        transition: .3s ease all;
        transform: scale(.7);
        overflow-y: scroll;


    }

    .popup-txt {
        display: block;
        width: 280px;
        max-width: 100%;
        height: auto;
        padding: 40px 30px;
        font-family: montserrat;
        background: #f8f8f8;
        border-radius: 20px;
        opacity: 1;
        margin: 8px;
    }

    .popup-txt h2 {
        font-size: 1.5em;
        font-weight: 900;
        width: 80%;
        margin: auto;
        color: #293959;
        padding: 0px 0px 0px 20px;
        box-shadow: -2px 0px 0px 0px #fbc101;
    }

    .popup-txt p {
        font-family: nunito;
        font-size: 14px;
        text-align: justify;
        color: dimgray;
    }

    .popup-img {
        background-image: url(../img/nosotros.jpg);
        background-position: center;
        background-size: cover;
        max-width: 350px;
        width: 100%;
        margin: 8px;
        height: 400px;
        border-radius: 20px;
        box-shadow: none;
        /*    opacity: 0;*/
    }



    body::-webkit-scrollbar-track {
        background: #e1e1e1;
        border-radius: 4px;
    }

    body::-webkit-scrollbar-track:hover,
    body::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }
    
    
    .subir{
    position: absolute;
    display: block;
    top: 37%;
    left: 80%;
    width: 30px;
    height: 30px;
    padding: 12px;
}
    .nosotros-txt h2{
        text-align: center;
        margin: auto;
    }

    .nosotros-txt p{
        text-align: center;
        margin: auto;
    }
    
    .valores-cont ul li{
        text-align: center;
    }
    
    .valores-cont ul li p{
        text-align: center;
    }
    
    .nosotros-img::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fbc101;
    
}
    
    .centrar span{
    position: absolute;
    top: -23px;
    width: 100%;
    height: auto;
    font-family: montserrat;
    font-weight: 900;
    font-size: 3.6em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.2);
    text-shadow: 0px 0px 0190px #363636;
    opacity: ;
    text-align: center;
    box-sizing: border-box;
}

.centrar h2{
    position: absolute;
    width: 100%;
    height: auto;
    font-family: nunito;
    font-weight: 400;
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: -22px 0;
    padding: 0;
    top: 52px;
}

    .nosotros-txt h2{
    font-family: montserrat;
    font-weight: 900;
    font-size: 2.3em;
    padding: 20px 10px;
    color: darkslategrey;
    
}


}
