@font-face {
  font-family: goth;
  src: url('../fonts/iCiel\ Medium.ttf');
}

@font-face {
  font-family: font2;
  src: url('../fonts/Insanibu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Insanibu.eot'),
     url('../fonts/Insanibu.woff') format('woff'), 
     url('../fonts/Insanibu.ttf')  format('truetype'),
     url('../fonts/Insanibu.svg#svgFontName') format('svg');
}
@font-face{
  font-family: fredoka;
  src: url('../fonts/FredokaOne-Regular.ttf');
}
/*--------------HEADER-----------------------------------*/
.col-md-4 a{
  text-decoration: none;
}/* datos sin subrayado*/

header{
  background-image: url(../img/Header.png);
  background-size:  100%;
  background-repeat: no-repeat;
  overflow: hidden;
}/*Fondo header celeste*/

.col-md-4.bglogo{
  background-image: url(../img/nube1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}/*nube fondo logo*/

.Logo{
  width: 60%;
  height: auto;
  padding: -20px 0px -20px 0px;
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: 50px;
}/*Logo kidsgarden*/

.titulodatos{
  text-align: center;
  margin-top: 20px;
  font-family: font2;
  color: #02afb7;
  font-size: 25px;
  margin-left: 50px;
}/*Contactanos header*/

ul .datos{
  text-align: left;
  font-family: goth;
  color: #02afb7;
  font-size: 20x;
  margin-left: 0px;
  margin-top: -4px;
  margin-bottom: -3px;
}/*Lista de datos en header*/
.logopequeno{
  width: 15px;
  height: auto;
}/*Logos contacto en header*/
ul {
  list-style-type: none;
  margin-left: 100px;
}/*quita los puntos de la lista*/


@media (max-width: 600px){
 
  header{
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  header .head{
    display: block;
    width: 100%;
  }
  .Logo{
    width: 25%;
    height: auto;
    margin-left: 0px;
    margin-top: -27px;
  }
  .titulodatos{
    text-align: right;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -20px;
    font-size: 10px;
  }
  .col-md-4.bglogo{
    background-size: 40% 100%;
    padding-bottom: 7%;
  }
  .col-md-4.bgdata{
    display: none;
  }
  ul{
    margin-left: 0;
  }
  
  ul .datos{
    font-size: 5px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: -5px;
    margin-left: 0;
    color: #02afb7;
    text-decoration: none;
    
  }
  .datos .logopequeno{
    width: 8px;
    height: auto;
    margin-left: 135px;
    margin-bottom: 5px;
  }
}/*Fin Media header*/

@media (max-width: 1024px){
  ul{
    margin-left: 40px;
  }
  li{
    margin-bottom: -6px;
  }
  ul .datos{
    margin-left: 0;
    font-size: 12px;
    margin-bottom: -5px;
    margin-top: -6px;
  }
}/*Fin media lista datos*/

.col-md-4.bgdata{
  background-image: url(../img/nube.png);
  float: right;
  background-repeat: no-repeat;
  background-size: 100%;
}/*nube datos header*/

/*------------------Menu-----------------------*/
#navbarz{
  z-index: 19;
  overflow: hidden;
}
.menucolor{
  background-color:#a8c612;
  text-align: center;
  
}
.nav-item{
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.navbar-light .navbar-nav a.nav-link.menus{
  font-family: font2;
  font-size: 18px;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 20px 5px 20px ;
}
.navbar-light .navbar-nav a.nav-link.menus:hover{
  color: #db277d;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;

}

.sticky + .content {
  padding-top: 60px;
}

@media (max-width:600px){
  #navbarz{
    margin-top: 0;
    width: 100%;
  }
  .menucolor{
    width: 100%;
  }
}
/*-------------------------BODY------------------------*/
body{
  height: 100%;
  width: 100%;
}
/*---------------------bienvenidos--------------------*/
.row .titulo{
  font-family: fredoka;
  color: #db277d;
  vertical-align: middle;
  margin-top: 50px;
  font-size: 60px;
  text-align: center;
}
.row .texto1{
  font-family: fredoka;
  color: #82218a;
  margin-top: 30px;
  font-size: 23px;
  text-align: left;
  padding-left: 15%;
}/*Texto bienvenidos*/
.row.movil{
  display: none;
}

@media (max-width:600px){
  .row .titulo{
    display: none;
  }
  .row .texto1{
    display: none;
  }
  .row.movil{
    display: block;
  }
  .row.movil .titulo{
    font-size: 35px;
    text-align: center;
    margin-left: 0px;
    margin-top: 65px;
    display: block;

  }
  .row.movil .texto1{
    display: block;
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    width: 78%;
    margin: 10px auto;
    
  }
}/*FIN media movil textos bienvenido*/

/*imágen bienvenidos*/
.col-md-6 .imagen1{
  margin-top: 50px;
  width: auto;
  height: 75%;
  border-radius: 5px;
  padding-left: 20%;
}
@media (max-width: 600px){
  .col-md-6 .imagen1{
    display: none;
  }
  .col-md-12 .row .imagen1{
    margin-left: 0;
    margin-top: 20px;
    padding-left: 10%;
    align-items: center;
    width: 90%;
    height: 85%;
    border-radius: 5%;
  }
}/*Fin media imagen*/

/*---------------------Actividades---------------------*/
.azul{ 
  background-color: #b2dddf;
  padding-top:10px;
  background-size: 100%;
  margin-top: 40px;
}

.col-md-12.bgtitulo{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.col-md-6.bgtitulo{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.tituloline{
  width: 100%;
  height: 0;
  border: 3px solid #f45900;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  z-index: 0;
  background-color: #f45900;
}
@media (max-width: 600px){
  .azul{
    background-size: 100%;
    
  }
  .contenedor {
    position:relative;
    width: calc(100% - 5px);
  }
  .tituloline{
    width: 90%;
    height: 0%;
  }
  .card.activcard{
    width: 100%;
    height: auto;
  }
}/* Fin media cards actividades*/

.activcard{
  width: 18rem;
  
}
.slider{
  width: 1367px;
  display: flex;
}

.tituloceleste{
  background-color: #b2dddf;
  display: inline-block;
  margin-top: 10px;
  color:#db277d;
  text-align: center;
  font-family: fredoka;
  z-index: 9;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.tituloblanco{/*fondos blancos*/
  background-color: white;
  display: inline-block;
  margin-top: 10px;
  color:#db277d;
  text-align: center;
  font-family: fredoka;
  z-index: 9;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.card{
  margin-left: 40px;
  margin-bottom: 40px;
  z-index: 9;
}
.card .card-img-top{
  align-items: center;
  z-index: 9;
}
.card .card-img-top .card-body{
  align-items: center;
  z-index: 9;
}
@media (max-width: 600px){
  .card{ 
    margin-left: 0;
    align-items: center;
  }
  .col-md-4 .card{
    margin-left: 0;
    align-items: center;
    width: 95%;
    padding-left: 0%;
  }
  .tituloblanco{
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
 
  .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
 
  .owl-carousel .caption {
    text-align: center;
  }
}/*media cards movil*/
/*----------------------SALAS------------------------*/
.card.bordeamarillo{
  border-color: #f8f32B;
  border-width: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 85%;
  display: flex;
  margin: auto;
}
.card.borderojo{
  border-color: red;
  border-width: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 85%;
  display: flex;
}
.card.bordenaranja{
  border-color: orangered;
  border-width: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 85%;
  display: flex; 
}
/*Colores textos salas*/
.card-body .card-title.textoSala{
  font-family: fredoka;
  font-size: 20px;
  color: #f45900;
}
.card-body .card-title.textoSala2{
  font-family: fredoka;
  font-size: 20px;
  color: red;
}
.card-body .card-title.textoSala3{
  font-family: fredoka;
  font-size: 20px;
  color: orangered;
}
.card-text.textosalas{
  font-family: fredoka;
  color: #333;
  margin-bottom: 0;
}
.card-img.imgsalas{
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 15px;
}
.celular{
  display: none;
}

@media (max-width:600px){
 .cartaamarilla{
  margin-bottom: 15px;
  border:5px solid #f8f32B;
  display: flex;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5%;
}
 .cartaroja{
   margin-bottom: 15px;
   border: 5px solid red;
   display: flex;
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5%;
  }
  
  .cartanaranja{
    margin-bottom: 15px;
    border: 5px solid orangered;
    display: flex;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
   border-radius: 5%;
   }
  .card-img.imgsalas{
    width: 30%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 00%;
    
  }
  .contenido .textoSalaamarilla{
    font-size: 20px;
    margin-top: 22px;
    padding-left: 20px;
    font-family: fredoka;
    color: #f45900;
  }
  .contenido .textoSalanaranja{
    font-size: 20px;
    margin-top: 22px;
    padding-left: 20px;
    font-family: fredoka;
    color: orangered;
  }
  .contenido .textoSalaroja{
    font-size: 20px;
    margin-top: 22px;
    padding-left: 20px;
    font-family: fredoka;
    color: red;
  }
  
 .contenido .textocarta{
   margin-top: 5px;
   width: 100%;
   padding-left: 20px;
  font-family: fredoka;
  font-weight: normal;
  color: #333;
  }
  
  .cardmovil{
    border: #f8f32B;
  }
}
/*-----------------PROTOCOLOS COVID------------------*/
.col .line2{
  vertical-align: middle;
  display: inline-block;
  margin-top: 40px;
}
.tituloact{
  margin-top: 10px;
  color:#db277d;
  text-align: center;
  font-family: fredoka;
  vertical-align: middle;
}
.textcov{
  font-family: fredoka;
  color:#82218a;
}

@media (max-width: 600px){
  .textcov{
    font-size: 14px;
  }
  .medidastxt{
    font-size: 14px;
  }
  ul.bullets{
    font-size: 14px;
    padding-bottom: 10px;
    margin: auto ;
  }
  ul.bullets .li{
    margin-bottom: 5px; 
  } 
 
}/*Media*/

.medidastxt{
  font-family: fredoka;
  color: #f45900;
  font-size: 20px;
  margin-top: 20px;
}
ul.bullets{
  list-style-type:disc;
  font-family: fredoka;
  color: #82218a;
}

/*------------------galeria------------------------*/

.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 50%;
  max-height: 60%;
  margin: auto;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}
.gallery img {
  max-width: 100%;
  border-radius: 10%;
  box-shadow: 0 0 16px #333;
  transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: 0 0 32px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
  grid-row-end: span 20;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
  z-index: 12;
}
@media (max-width: 600px) {
  .carousel-inner{
    border-radius: 5%;
  }
  .gallery {
    display: flex;
  }
  .gallery img{
    width: 100%;
    height: auto;
  }
  .gallery-item{
    width: 100%;
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-rows: repeat(auto-fill, minmax(50%, 1fr));
  }
}

@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    
  }
  70% {
    max-width: 10%;
   
  }
  100% {
    max-width: 10%;
    z-index: 12;
  }
  
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    
  }
  70% {
    max-width: 50%;
    
  }
  100% {
    max-width: 60%;
    height: 30%;
  }
}

/*--------------HORARIOS------------------------*/

.row .fondohorario{
  background-color: white;
  background-size: 100%;
  display: block;
  align-items: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 20px;
}
.horariosubtitulo{
  font-family: fredoka;
  text-align: center;
  margin-top: 20px;
  color: #82218a;
}
.textohoras{
  font-family: fredoka;
  color: #333;
  text-align: center;
}
@media (max-width: 600px){
  .row .fondohorario{
    width: 90%;
  }
  .horariosubtitulo{
    margin-top: 10px;
  }
}

/*----------------UBICACION-----------------------*/

#map {
  height: 400px;
  
  width: 100%;
  
}
iframe{
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 600px){
  iframe{
    padding-left: 0;
  }
}

/*-----------------quienes somos-------------*/
.textoAS{
  font-family: fredoka;
  color: #82218a;
}
.textoAS2{
  font-family: fredoka;
  color: #02afb7;
}
/*--------------------contacto---------------*/
input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container2 {
  border-radius: 5px;
  background-color: #f2f2f2;
  background-size: 80%;
  padding: 20px;
  margin-bottom: 20px;
}
.iconos{
  width: 30px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 10px;
}
li.cont{
list-style: none;
padding-left: 50px;
}
a.textcont{
  font-family: fredoka;
  text-decoration: none;
  margin-bottom: 20px;
}
.row .fondodatos{
  background-color: white;
  background-size: 100%;
  display: block;
  align-items: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.datosubtitulo{
  font-family: fredoka;
  text-align: center;
  margin-top: 20px;
  color: #82218a;
}
@media (max-width: 600px){
  .row .fondodatos{
    margin-top: 20px;
    background-size: 80%;
    height: 70%;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  h3.datosubtitulo{
    margin-top: 0px!important;
    font-size:20px;
  }
  li.cont{
    padding-left: 10px;
  }
  a.textcont{
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .iconos{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*---------------FOOTER-------------------------*/
footer {
  overflow: hidden;
}
footer div.fondofooter{
  margin-top: 0px;
  background-color: lightgrey;
  background-size: 100%;
  font-family: goth;
  color: black;
  font-size: 12px;
}
.textfoot{
  font-family: font2;
  text-align: center;
  color: #333;
}
