@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	font-family: "Montserrat", sans-serif;
}

.ninosninas_cabezote
{
	      background-color: #502D9E;
    background-image: url(/sites/default/files/2026-06/fondo.png);/*sites/default/files/2024-09/fondo.png*/
    background-size: cover;
    background-attachment: fixed;

}

.nubes {
          bottom: -48px;
    animation: float 6s linear infinite;
    width: 96.8%;
}
.nubes img {

    width: 100%;
}

.bmx, .mascota, .logoninos
{
	position:relative;
	z-index:1;
}

.logos img
{
	filter: invert(100%) brightness(2);
}
header
{
	background: #FFF;
}


@keyframes float {
	0% {

		transform: translatey(0px);
	}
	50% {

		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes pendulum {
  0%, 100% {
      transform: rotate(0deg);
  }
  50% {
      transform: rotate(5deg);
  }


}

@keyframes slidein {
  0% {
      left: 100%;
  }
  100% {
    left: -100%;
  }

}

.cards_carousel
{width: 347px;
    background-color: #F44336;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: white;
    margin: 20px auto;
    position: relative;
     min-height: 357px;
	
}

.slick-list  .slide--1 .cards_carousel
{
	background-color: #F44336;

}
.slick-list .slide--2 .cards_carousel
{
	background-color: #46ff4a;

}
.slick-list  .slide--3  .cards_carousel
{
	background-color: #a846ff;

}
.slick-list  .slide--4  .cards_carousel
{
	background-color: #ffe945;

}
.slick-list  .slide--5  .cards_carousel
{
	background-color: #45d7ff;

}
.slick-list  .slide--0  .cards_carousel
{
	background-color: #45d7ff;

}



.cards_carousel h2,
.cards_carousel p
{
	color: #FFF;
}


.Backgalerias
{
	    position: absolute;
    bottom: 0;
    width: 100%;
}

 .background-img  {
    width: 100% !important;

}
.bg-noticias
{
		background-color: #F6F1E6;


	
}


.bg-noticias2 {
    background-image: url(/sites/default/files/2026-06/noticias-videos2.jpg);/*/sites/default/files/2024-09/noticias-videos.png*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}


.bg-videos
{
		background-color: #FF4545;

}


.letra-titulos {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  color:#EEAF36;
  
}
h2 a {
    color: #321b5f;
    text-decoration: none;
    font-size: x-large;
    font-weight: bold;
}
h2  a:hover {
    color: #321b5f;
    text-decoration: none;
    font-size: x-large;
    font-weight: bold;
}

a 
{
    color: #321b5f;
}


h3 a 
{
    color: #321b5f;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
        line-height: 24px !important;
}
h3  a:hover
{
    color: #321b5f;
    text-decoration: none;
}
h3 {

    line-height: 24px !important;
}


.image-container {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    width: 90%;
}
.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Cambiado a 'hidden' para evitar que el zoom desborde el contenedor */
    top: 20px;
    left: 20px;    border-radius: 20px;
    transition: transform 0.3s ease; /* Añadir transición suave al contenedor */
}

.image-wrapper img {
    border-radius: 20px;
    transition: transform 0.3s ease; /* Transición suave para el efecto zoom */
}

.image-wrapper:hover img {
	  border-radius: 20px;
    transform: scale(1.1); /* Efecto zoom al pasar el cursor */
}

.btnninos
{
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    background: #EEAF36;
    padding: 7px 38px;
}
.btnninos:hover
{

    background: #574e3d;
    color: #FFF;
}
.titninos{
	    min-height: 139px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.Galerianinosnyninas img
{
	    width: 100%;

}
.Galerianinosnyninas 
{

    margin-top: 7rem !important;
}

.cards_carousel a
{
	color:#FFF;
	    text-decoration: none;

}
.cards_carousel a:hover
{
    color: #fff !important;
}
.cards_carousel:hover
{
    background-color: #604e70 !important;
}


.imagen-zoom {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.imagen-zoom:hover {
  transform: scale(1.08);
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);*/
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));

}
.botonencima
{
    position: relative;
    z-index: 1;
    
}

