/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

*{
    box-sizing: border-box;  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.titulo-montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
}
.parrafo-montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  
}

/*cabecera-logo*/
.contenedor{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.cabecera{
    background: url(../imagenes/img_cabecera_mobile.jpg) no-repeat;
    min-height:364px;
    background-size: 100% auto;
    padding:0;
}
/*@media(min-width: 375px){
    .cabecera{background-position-y: -66px; }
}*/

@media(min-width: 768px){
    .cabecera{background:url(../imagenes/img_cabecera_desktop.jpg) no-repeat;background-size: contain;}
}
@media(min-width: 1024px){
    .cabecera{background-size: cover; min-height:500px; background-position: center;}
}
@media(min-width: 1440px){
    .cabecera{min-height:680px;}
}
@media(min-width: 1900px){
    .cabecera{min-height:850px;}
}


.logo{
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0 2px;     
}
@media(min-width: 1440px){
    .logo img{width: 198px; height: 139px;}
}

.texto-cabecera{
    color: #ffffff;
    padding: 139px 0 0 58px;
}
.texto-cabecera-1{
    margin-top: 10px;
    line-height: 18px;
    max-width: 200px;
   /* padding-bottom: 29px;*/
}
.texto-cabecera-3{
    font-size: 15px;
    margin-top: 10px;
    line-height: 18px;
/*    max-width: 200px;*/
    padding-bottom: 29px;
}
.cabecera .form{
    
    max-width:100%;
    display: flex;
    flex-direction: column;
    min-height: 367px;
    background-color: #0079C8;
    padding: 26px 20px;
}

@media(min-width: 768px){
    .texto-cabecera-1{
        max-width: 380px;
    }
}

@media(min-width: 1024px){
    .cabecera .form{
        width: 100%;
        padding: 40px 30px;
        height: auto;
        flex-basis: 45%;
    }
    .texto-cabecera{
        flex-basis: 45%;

    }

    .cabecera .contenedor {
        display: flex;
        width: 100%;
        padding: 0 80px 40px;
        gap: 80px;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .logo{
        text-align: left;
        padding-top:21px;
        padding-left:56px;
    }
    .texto-cabecera-3{font-size: 18px}
}
@media(min-width: 1440px){
    .texto-cabecera{
        padding-left: 0;
    }
        .texto-cabecera-1{
            font-size: 18px;
            max-width: 474px;
        line-height: 130%;
        }
        .titulo-cabecera{
             font-size: 37px;
        }
}
/*margen por si el form disminuye sus campos*/
/*@media(min-width: 1900px){
        .form{
            margin-top: 140px;
        }
}*/

.titulo-form{
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
}

label{
    font-size:18px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

input[type="tel"], input[type="text"] {
    background: #FFFFFF;
    border-radius: 8px;
    height: 33px;
    width: 100%;
    border: none;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 16px;
    margin: 15px 0 19px;
}
input[type="text"]::placeholder, input[type="tel"]::placeholder{
    font-family: "Montserrat", sans-serif;
    color: #404040;
}
.texto-cabecera-2{
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    padding: 18px 2px;
}


.boton-con-imagen {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.modificacion{
    width: 36%;
    margin: 23px auto;
}
@media(max-width: 425px){
    .modificacion{width: 40%; margin-bottom: 22px;}
}
@media(max-width: 375px){
    .modificacion{width: 50%; margin-bottom: 22px;}
}

.boton-con-imagen input[type="submit"], .boton-con-imagen input[type="button"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.boton-con-imagen label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #DB3907;
    border-radius: 8px;
    height: 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 16px;
    text-decoration: none;
}

.boton-con-imagen a.btn-cita {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #DB3907;
    border-radius: 8px;
    height: 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 16px;
    text-decoration: none;
}

.boton-con-imagen label img {
    height: 12px;
    pointer-events: none;
}

/*.checkbox1{
    font-size:12px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}*/
.politica-privacidad{
    font-size:12px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 22px;
}
.seccion-iconos{
    background-color: #FFF9F2;
}
.texto-iconos-desktop{
    display: none;
}
.titulo-azul{
    color:#0F2460;
    font-size: 30px;
    font-weight: 700;
    line-height: 30.59px;
    text-align: center;
    padding: 32px 40px;
}
.iconos{
    display:flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
   
}
.icono{
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.icono img{
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}
.titulo-icono{
    color: #0F2460;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
}

.parrafo-negro{
    padding: 20px 32px;
    font-size: 17px;
    font-family: "Montserrat";
    line-height: 22px;
    text-align: center;
}


@media(min-width: 768px){
    .iconos{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    }
    .icono{
        width: 33%;

    }
}
@media(min-width: 1024px)
{
    .parrafo-negro{
        text-align: left;
    }
}
@media(min-width: 1440px)
{
    .texto-iconos-desktop{
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 42px;
    }
    .modificacion-title{
 
    text-align: left;
    max-width: 500px;
   
}
}

/*seccion-fondo-cielo*/
.seccion-fondo-cielo{
    background: url(../imagenes/fondo-sky-mobile.jpg) no-repeat;
    min-height:364px;
    background-size: 100% auto;
    padding:0;
}

.padding-texto{
    padding:4px 39px 15px;
}
.padding-titulo{
    padding:29px 40px 10px;
}
.padding-seccion-img-texto{
    padding: 0px 34px 17px;
}
.lista{
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    padding: 8px 22px 10px 60px;
}
ul>li{
    margin-bottom: 10px;
}
@media(min-width: 1024px){
    .seccion-fondo-cielo{
        background-color: #FFF9F2;
        background: url(../imagenes/slider-nino.png) no-repeat #FFF9F2;
        background-position: 29%;
        background-size: cover;

    }
    
   .titulo-cielo-desktop,  .texto-cielo-desktop{
        text-align: left;
        padding-left: 400px;
   }

   .padding-titulo{
    padding-top: 70px;
   }

   .lista-cielo-desktop {
    margin-left: 427px; 
    padding-left: 0;  
  }
   
   
}

/*seccion texto-img*/
.texto-img{
    background: url(../imagenes/ninos-mar.jpg) no-repeat;
    background-size: contain;
    padding-top: 163px;
}
.columnas-flex{
    display: flex;
    flex-direction: column;
}

.columna {
  width: 100%;
  padding: 10px;
}

.imagen {
     background: url(../imagenes/fondo-texto-img.png) top center no-repeat;
    background-size: cover;
}
.strong-negro{
    font-weight: 700;
}

@media(min-width: 768px){
    .texto-img{
        padding-top:350px;
    }
}
@media(min-width: 1024px){
    
    .columnas-flex{
        display: flex;
        flex-direction: row;
    }
    .columna {
     flex-basis: 50%;
    }
    .texto-img{
        background: url(../imagenes/fondo-texto-img.png) top center no-repeat;
        background-size: cover;
        padding-top: 0;
    }
    .titulo-texto-img-desktop{
        text-align: left;
    }
    
}
.boton{
    display: flex;
    justify-content: center;
}
.estilo-boton{
    border-radius: 8px;
    background: #DB3907;
    color: #FFF;
    font-size: 18px;
    border: #DB3907;
    margin: 10px 0 25px;
    font-family: "Montserrat", sans-serif;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
}
/*seccion-video*/
.seccion-video{
    background-color: #FFF9F2;
}
.box-media{
    padding-top: 20px;
    display: flex;
    max-width: 550px;
    width: 100%;
    position: relative;

}
.box-media a {
    display: block;
    width: 100%;
    position: relative; 
}
.box-media .play-icon {
    position: absolute;
    top: 36%;
    left: 43%;
    width: 80px; 
    height: auto;
    pointer-events: none; 
    transition: transform 0.3s ease;
}
.box-media a img {
    display: block;
    width: 100%;
    height: auto;
}
.box-media iframe{
    width:100%;
    height: 210px;
}
.center-video{
    padding: 0 20px;
}
@media(min-width: 768px){
    .seccion-video .contenedor{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box-media iframe{
    width:100%;
    height: 315px;
    }
}
@media(min-width: 1440px){
    .seccion-video .contenedor{
        flex-direction: row;
        padding: 30px 0 45px;
    }
    .box-texto{
        flex-basis: 50%;
    }
}

footer{
    background-color: #0F2460;
    padding: 20px;
}
footer .contenedor{
    display: flex;
    flex-direction: column;
}

.txt-footer{
    color: #FEF9F3;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-weight: 700;

}
.grupo-ico-text{
    display: flex;
    flex-direction: row;
    padding: 13px;
    justify-content: center;
    gap: 5px;
}
.texto-footer-2{
    font-weight: 400;

}
.logo-2{
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0 14px;
}
@media(min-width: 1440px){
    footer .contenedor{
        flex-direction: row;
    }
    .logo-2{
        text-align: left;
    }
    .dos-textos-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12px;
    min-width: 350px;
}
}
.cookie-bar{
    background-color: #F7F0E4;
    padding: 10px 39px;
    text-align: center;
}

.cookie-bar a{
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.cookie-bar .contenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.legal{
    display: flex;
    gap: 10px;  
}


.redes-sociales{
    display: flex;
    align-items: center;
    gap: 10px;

}

.btn-fixed-bottom{
    display:none;
}

@media(max-width: 767px){

    .btn-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    padding: 3px;
    z-index: 999;}

    .btn-fixed-bottom a {
    flex: 1;
    margin: 0 5px;
    padding:  16px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background-color: #DB3907;
    color: white;
    font-family: "Montserrat";
    cursor:pointer;
    text-decoration: none;
    text-align: center;
  }
}

@media(max-width: 460px){
   .cookie-bar .contenedor{
        flex-direction: column;
    }
   .legal{
        display:block;
    } 
    .redes-sociales{
        margin: 15px 0 59px;
    }
}



