body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: white;
    max-width: 1920px; 
	margin: 0 auto !important; 
	float: none !important; 
}
h1{
    display: none;  
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navegacion{
    padding: .5%  5%;
    text-align: center;
}
.navbar-brand img{
    width:50%;
}
.nav-link span, .iniciar a{
    color: white !important;   
}
.navbar-nav{
    width: 12%;
}
.nav-item{
    width: 100%;
}
.iniciar{
    border: 2px solid white;
    border-radius: 60px; 
    border-style: solid;
    border-image: initial;
    border-color: white;  
}
.iniciar:hover{
    border-width: 2px;
    background-color: white;
}
.iniciar a:hover{
    color: #113D51 !important;
}

/*Sección 1*/

.seccion1 img{
    width:100%;
}
.foto{
    padding-right: 0px;
    padding-left: 0px;
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(226,224,221,1) 100%);      
}
figure{
        margin: 0px !important;
}
h2{
    padding: 0% 0% 0% 0%;
    font-size: 48px;
    font-weight: 700;
    color: #10465B;
    text-align: center;
}
.green{
    margin-top: 10%;
    margin-bottom: 0%;
    color: #A7CB19;
}
.intro{
   background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(226,224,221,1) 100%);
    /*background-image: url(Fondo-color.png);
    background-repeat: no-repeat;
    background-size: auto;*/
}
.intro h4{
    margin-top: 3%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #10465B;    
}
ul{
    list-style: none;
    padding: 0%;    
}
.lista{
    margin-top: 2%;
}

.lista li{
    margin-top: 4%;
    margin-left: 33%;
    font-size: 20px;
    color: #10465B;
    font-weight: 300;
}
.lista img{
    width: 5%;
    margin-right: 3%;
}
.cta{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
   /*CTA*/ 
    border: 2px solid #A7CB19;
    border-radius: 60px; 
    border-style: solid;
    border-image: initial;
    border-color: rgb(167, 203, 25); 
    background-color: #A7CB19; 
    color: white;
    padding: 1%;
}
.cta a{
    color: white;
}
.cta a:hover{
    text-decoration: none;
    color: rgba(52, 58, 64, 0.3);
}
.cta:hover a{
     text-decoration: none;
     color: rgba(52, 58, 64, 0.3);
}
.cta:hover{
    border: 2px solid rgba(52, 58, 64, 0.3);
    color: rgba(52, 58, 64, 0.3);
}
.cta-1{
    width: 40%;
    margin-left: 29%;
    margin-top: 5%;
    margin-bottom: 3%;
}
.cta-fixed{
    display: none;
}
.intro p{
    font-size: 11px;
    font-weight: 200;
    text-align: center;
    color: #10465B;
}
    
/*Sección 2*/
.perks p{
    color: #10465B; 
    font-size: 15px;
    text-align: center;
    margin-top: 2%;   
}
.perks img{
    margin-left: 40%;
    margin-bottom: 5%;
}
.desc{
    margin-left: 35% !important;
}
.s2p1{
    padding: 0% 15%;
}
.col-12 h2{
    margin-bottom: 3%;   
}
.perks-list p{
    font-size: 17px;
    margin-bottom: 0%;
    margin-top: 0%;
}
.light-blue{
    font-weight: 800;
    color:#79C9D6 !important;
}
.perks{
    padding-bottom: 3%;
    padding-top: 1%;
}

/*Sección 3*/

.seccion3{
    background-color: #113D51;
    padding: 3% 2%;
    color: white;
    text-align: center;
}
.seccion3 img{
    width: 10%;
    margin-bottom: 5%;
}
.s3p1{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2%;
}
.s3p2{
    border-right: 1px solid white; 
}

.s3p3 p{
    margin-bottom: 0%;
}
.documentos-p{
    margin-top: 4%;
}
.s3p3 a{
    color: #A7CB19;
}
.s3p3 a:hover{
    text-decoration:underline;
}
.cta-3{
    width: 20%;
    margin-left: 40%;
    margin-top: 0%;
    padding: .6% 0% !important;
}


/*Footer*/
footer{
    background-color: white;
    padding: 2% 6%;
}
footer ul{
    list-style: none;
    padding: 0%;    
}
footer a{
    color: #A7CB19;
}
footer a:hover{
    color: #A7CB19;
}
footer h4{
    font-size: 18px;
    font-weight: 800;
    color: #10465B;
}
footer p{
        color: #10465B;
}

footer img{
    width: 5%;
    margin-right: 5%;
}

/*Media Queries*/

@media screen and (max-width: 1500px){   
   .navbar-nav {
       width: 20%;
    }  
    footer img{
        width: 8%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1335px){ 
    .foto{
        min-height: 300px;
    }
    .mujer{
        position: absolute;
        bottom: 0;
        width: auto;
    }
    
    
}

@media screen and (max-width: 1235px){   
    .navbar-nav {
        width: 25%;
    } 
    .cta-1 {
        width: 50%;
        margin-left: 25%;
    }
    .cta-3 {
        width: 25%;
        margin-left: 38%;
    } 
}

@media screen and (max-width: 1200px){
    footer{
        padding: 2% 2%;
    }
    .col-md-2 p{
        width: 100%;
    }
    .col-md-2 ul{
        width: 100%;
    }
    footer img{
        width: 10%;
        margin-right: 5%;
    }
}
@media screen and (max-width: 1024px){
    h2{
        font-size: 40px;
    }
    h4{
        font-size: 22px;
    }
    .lista li{
        margin-left: 19%;
    }
    .lista img{
        width: 8%;
    }
    .desc {
        margin-left: 28% !important;
    }
    
}
@media screen and (max-width: 768px){
    .navbar-brand{
        width: 40%;
    }
    .ml-auto{
        /* margin-left: auto!important; */
        margin-left: 40% !important;
        margin-top: 5% !important;
        margin-bottom: 2% !important;
    }
    .navegacion{
        padding: .5% 1%;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    .lista li{
        font-size: 16px;
    }
    .cta-1 {
        width: 72%;
        margin-left: 15%;
    }
    .intro p{
        font-size: 9px;
    }
    .s2p1 {
        padding: 0% 10%;
    }
    .perks p{
        font-size: 15px;
    }
    .cta-3 {
        width: 35%;
        margin-left: 34%;
    }
    .col-12 h2 {
        margin-bottom: 6%;
    }
    .perks img {
        margin-left: 27%;
        margin-bottom: 8%;
    }
    .desc{
        margin-left: 15% !important;
    }
        footer{
        padding-top: 5%;
    }
    footer img{
        width: 10%;
        margin-right: 4%;  
    }
    .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 5% !important;
    }
}

@media screen and (max-width: 560px){
    .foto {
        min-height: 275px;
    }
    .mujer {
        width: 63% !important;
    }
    .green{
        margin-top: 5%;
    }
    .perks img {
        margin-left: 42%;
        margin-bottom: 2%;
        margin-top: 6%;
    }
    .desc {
        margin-left: 37% !important;
    }
    .col-12 h2 {
        margin-bottom: 0%;
    }
    .cta-3 {
        width: 68%;
        margin-left: 18%;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    
    
}


@media screen and (max-width: 415px){
    .navbar-brand img {
        width: 85%;
    }
    .ml-auto{
        margin-left: 31% !important;
    }
    .navbar-nav {
        width: 40%;
    }
    .foto{
        min-height: 250px;
    }
    .mujer{
        width: 70% !important;
    }
    .green{
        margin-top: 5%;
    }
    h2{
        font-size: 25px;
    }
    .intro h4{
        font-size: 20px;
    }
    .cta-1{
        display: none;
    }
    .cta-fixed{
        display: block;
        position: fixed;
        z-index: 1000;
        bottom: 5px;
        margin-left: 11% !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .s2p1 {
        padding: 2% 5%;
    }
    .s2p1 p {
        font-size: 12px;
    }
    .perks img {
        margin-left: 38%;
        margin-bottom: 1%;
        margin-top: 10%;
    }
    .desc{
        margin-left: 33% !important;
    }
    .interes{
        margin-top: 0% !important;
        margin-left: 40% !important;
    }
    .s3p1 {
        font-size: 20px;
        margin-top: 10%;
    }
    .s3p2 {
        border-right: none;
    }
    .cta-3 {
        width: 68%;
        margin-left: 18%;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer img {
        width: 4%;
        margin-right: 2%;
    }
    .final{
        padding-bottom: 12% !important;
    }
}

@media screen and (max-width: 320px){
    .foto {
        min-height: 200px;
    }
    .perks img {
        margin-left: 34%;
    }
    .desc {
        margin-left: 33% !important;
    }
}