@charset "utf-8";
/* CSS Document By Fizz Estudio Gr¨˘fico - www.fizz.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* Icons */
/*@import url("normalize.css");/*  Reset Reloaded + HTML5 baseline */
@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
@import url("reseteo.css");
@import url("header.css");
@import url("footer.css");
@import url("galeria.css");
@import url("servicios.css");
@import url("quienes-somos.css");
@import url("huepil.css");
@import url("animate.css");
@import url("pagar.css");
@import url("pago-webpay.css");
@import url("parallax.css");
@import url("convenios.css");


.mostrar-pc {display: inline-block;}
.ocultar-pc {display: none;}


/**************************************** BIENVENIDOS ***********************************************/
.hidden-icon{
    display: none !important;
}
.barra-bienvenidos {
	width: 100%;
	height: auto;
	background-color: #ff0068;
}

.barra-bienvenidos h2{
	color: #FFF;
	margin: 0px auto;
	font: 400 70px 'Just Another Hand';
	text-align: center;
	padding: 35px 30px 30px 30px;

}

.contenedor-bienvenidos {
	background-image: url(../imagenes/bienvenidos.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% cover;
	width: 100%;
}

.contenedor-texto-bienvenidos {
	width: 100%;
	max-width: 1200px;
	padding: 0px 50px;
	margin: auto;
	height: 650px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contenedor-texto-bienvenidos h1{
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	text-align: left;
	color: #FFF;
	width: 40%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}

.contenedor-texto-bienvenidos h2{
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-align: left;
	color: #FFF;
	width: 40%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

/**************************************** SERVICIOS ***********************************************/
/*
.contenedor-servicios {
	width: 100%;
	background-color: #780068;
}

.contenedor-cajas {
	width: 100%;
	max-width: 1200px;
	padding: 0px 50px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: justify;
	        justify-content: space-around;
}

.caja {
	width: 340px;
	height: auto;
	padding: 50px 0px;
}

.caja img {
	width: 100%;
	height: auto;
    border-radius: 5px;
}

.caja h1 {
	width: 100%;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	margin: 10px 0px;
}

.caja p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.caja a {
	padding: 15px;
	width: 150px;
	background-color: #016B69;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	margin: auto;
	color: #FFF;
	text-decoration: none;
	display: block;
}

.caja a:hover {
	background-color: #513d54;
}

.caja-margen {
	margin: 0px 10px;
}

.caja-last {
	padding-bottom: 0px;
}
*/

.contenedor-servicios {
    /*padding: 30px;*/
    width: 100%;
    background-color: #F0F0F0;
}

.contenedor-cajas {
	width: 100%;
	max-width: 1200px;
	padding: 20px 50px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;

}


.contenedor-cajas img {
	width: 40%;
	height: auto;
}

.contenedor-cajas-texto h1 {
	width: 100%;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	color: #404b73;
	margin: 10px 0px;

}

.contenedor-cajas-texto {
    padding-right: 120px;
    padding-left: 40px;
	font-size: 40px;
	font-weight: 300;
	text-align: right;
	color: #FFF;
	line-height: 45px;
	margin-right: -25px;
	margin-left: 10px;
}

.contenedor-cajas p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #404b73;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 5px;
}

.contenedor-cajas-texto a {
	padding: 15px;
	width: 150px;
	background-color: #DD4B79;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	margin: auto;
	color: #FFF;
	text-decoration: none;
	display: block;
}

.ver-mas a:hover {
	background-color: #513d54;
}

.caja-margen {
	margin: 0px 10px;
}

.caja-last {
	padding-bottom: 0px;
}

@media (min-width: 768px) {

.contenedor-cajas-texto { text-align: left; }
.contenedor-cajas-texto h1 { text-align: left; margin-left: 20px; }
.contenedor-cajas-texto a { margin:auto }

}

/*********************************************** PADRES ********************************************/

.padres {
	width: 100%;
	background-color: #F8F9FF;
}

.contenedor-padres {
	width: 100%;
    gap: 40px;
	max-width: 1200px;
	padding: 20px 50px;
	margin: auto;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;

	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;*/
	        align-items: center;
}

.caja-padres-texto {
    display: flex;
    /* align-content: center; */
    align-items: center;
	width: 100%;
    max-width: 245px;
    flex-basis: auto;
    /*flex-wrap: wrap;*/
	padding: 50px 0px;
    flex-direction: column;

	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;*/
}

.caja-padres-texto h1 {
	font-size: 40px;
	font-weight: 300;
	text-align: left;
	color: #FFF;
	line-height: 45px;
}

.caja-padres-texto h1 span{
	font-size: 40px;
	font-weight: 900;
	text-align: left;
	color: #FFF;
	line-height: 45px
}

.caja-padres-texto h2 {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: #FFF;
	line-height: 25px;
	padding-top: 10px;
}

.contenedor-padres img {
    width: 80%;
    height: auto;
}


/*********************************************** FACEBOOK ********************************************/

.seccion-facebook {
	width: 100%;
	background-image: url(../imagenes/fondo-facebook.jpg);
	background-repeat: repeat;
}

.contenedor-facebook {
	width: 100%;
	max-width: 1200px;
	padding: 20px 50px;
	margin: auto;
	display: flex;
	gap: 20px;
}

.texto-facebook {
	width: 44%;
	height: auto;
	padding: 50px 50px 10px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.texto-facebook h1 {
	font-size: 50px;
	font-weight: 900;
	color: #018AD2;
	line-height: 55px;
	text-align: center;
}

.texto-facebook h2 {
	font-size: 50px;
	font-weight: 300;
	color: #018AD2;
	line-height: 55px;
	text-align: center;
}

.texto-facebook-dedo {
	width: 50%;
	margin: 0px auto;
}

.texto-facebook-dedo img {
	width: 100%;
	height: auto;
	padding-top: 15px;
}

.fanpage {
	width: 55%;
	position: relative;
	left: 0;
}
.instagram-media{
    height:570px !important;
}


/******************************** MODO RESPONSIVO ****************************/
/********************************      1200       ****************************/
/******************************** MODO RESPONSIVO ****************************/

@media (max-width: 1200px) {

.caja {
	width: 270px;
	padding: 50px 0px 0px 0px;
}

.caja-last {
	padding-bottom: 50px;
}

.contenedor-cajas {
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}


}
/******************************** MODO RESPONSIVO ****************************/
/********************************      1000       ****************************/
/******************************** MODO RESPONSIVO ****************************/

@media (max-width: 1000px) {

.contenedor-facebook {
	width: 100%;
	max-width: 1000px;
	padding: 20px 50px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.texto-facebook {
	width: 100%;
	height: auto;
	padding: 50px 50px 10px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.texto-facebook-dedo {
	width: 15%;
	margin: auto;
}

.texto-facebook-dedo img {
	width: 100%;
	height: auto;
}

.fanpage {
	width: 100%;
	position: static;
	display: block;
	text-align: center;
    /*margin-left: 22px;*/
}
    .fb-page iframe{
        width: 324px !important;
    }
    .fb-page span{
        width: 324px !important;
    }
/*.instagram-media{
    width: 500px !important;
}*/
.caja-padres-texto h1 {
	font-size: 30px;
	line-height: 35px;
}

.caja-padres-texto h1 span{
	font-size: 30px;
	line-height: 35px;
}

.caja-padres-texto h2 {
	font-size: 15px;
	line-height: 20px;
}
.contenedor-padres{
    /*max-width: 1000px;
       padding:unset;*/

    width: 100%;
    gap: 40px;
    max-width: 1000px;
    padding: 20px 50px;
    margin: auto;
    display: flex;
    height: auto;
    align-items: center;
}


}

/******************************** MODO RESPONSIVO ****************************/
/********************************       768       ****************************/
/******************************** MODO RESPONSIVO ****************************/

@media (max-width: 768px) {

.mostrar-pc {display: none;}
.ocultar-pc {display: inline-block;}
.mostrar-imagen {display: none;}

.contenedor-cajas-texto a{
    margin-bottom: 10px;}
    .hidden-icon{
        display: block !important;
    }
.contenedor-padres{
    width: 100%;
}


/**************************************** BIENVENIDOS ***********************************************/

.barra-bienvenidos h2 {
	font-size: 35px;
	padding: 20px 15px 15px 15px;
}

.contenedor-bienvenidos {
	background-image: url(../imagenes/bienvenidos.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.contenedor-texto-bienvenidos {
	height: 400px;
	padding: 0px 20px;
}

.contenedor-texto-bienvenidos h1{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	width: 70%;
}

.contenedor-texto-bienvenidos h2{
	font-size: 18px;
	line-height: 20px;
	width: 70%;
}

/**************************************** SERVICIOS ***********************************************/

.contenedor-cajas{
    flex-wrap: wrap;
    justify-content: center;
}
.contenedor-cajas-texto{
    padding: unset;
}
    .contenedor-cajas-texto h1{
        padding: 20px;
    }
    .contenedor-cajas-texto p{
        padding: 20px;
    }
    .contenedor-cajas img{
        width: 60%;
        min-width: 302px;

    }
.caja {
	width: 100%;
	height: auto;
	padding: 50px 10px 0px 10px;
}

.caja-last {
	padding-bottom: 50px;
}

/************************************* PADRES ************************************************/



.caja-padres-texto h1 {
	font-size: 30px;
	text-align: center;
	line-height: 35px;
}

.caja-padres-texto h1 span{
	font-size: 30px;
	text-align: center;
	line-height: 35px
}

.caja-padres-texto h2 {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}



/************************************* FACEBOOK ***************************************/


.contenedor-facebook {
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.texto-facebook {
	width: 100%;
	padding: 20px 50px 20px 50px;
}

.texto-facebook h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px;
	padding: 0px
}

.texto-facebook h2 {
	font-size: 25px;;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.texto-facebook img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: auto;
}

.fanpage {
	width: 100%;
	position: none;
}


}
@media (max-width: 414px) {
    .contenedor-padres {
        padding: 20px 40px;
      /*  display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;*/
        display: flex;
        /*-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;*/
        flex-direction: column;
        /*-webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;*/
        justify-content: center;
    }

    .caja-padres-texto {
        width: 100%;
        padding: 20px 0px;
    }
    .contenedor-padres img {
        width: 80%;
        height: auto;
    }
    .contenedor-cajas {
        flex-wrap: wrap;
        padding-top:20px;
    }
    .contenedor-cajas-texto{
        margin:0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .contenedor-cajas img{
        width: 100% !important;
    }
    .contenedor-cajas p {
        margin: 0 0 20px 0px;
        text-align: center;}
    .instagram-media{
        width: 324px !important;
    }
    .fb-page iframe{
        margin-left: 26px;
        width: 324px !important;
       }
    .fanpage{
        margin-left: 0px;
    }
}

@media (max-width: 378px){
    .fb-page iframe{
        margin-left: 0px;
        width: 324px !important;
    }

}

/******************   Secci¨Žn modificada de servicios padres *******/

.box-border{
    width: 100%;
    max-width: 245px;
    min-height: 270px;
    border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    background: #669933;
    margin-top: -30%;
    padding-top: 40%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
}
.box-border p{
    text-align: center;
    /*font-weight: bold;*/
    /*margin: 40% 5% 20% 5%;*/
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.box-border a{
    color: white;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.img-circulo{
    border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    z-index: 2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
