* { 
    margin: 0%;
    padding:0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
body {
  height: auto;
  margin: 0;
  background-color: rgb(55, 52, 52);
  position: relative;
  padding-bottom: 2em;
} 
header{
  margin: 0;
  background-image: url("../img/img de fondo/niños en el arco.png");
  margin-bottom: 20px;
  height: 550px;
}
nav{
  background-color: black;
  border-style: solid;color: aliceblue;
  height: 110px;
}
/*.contador{
  display: flex;
  margin-left: 50px;
}
.contador h3{
  color: aliceblue;
  font-size: 25px;
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 0;
}*/
.menu{
  color: rgb(241, 234, 234);
  display:flex;
  width:100%;
  height: auto;
  margin-right:0px;
  margin-left:0px ;
  margin-bottom: 30px;
  margin-top: 10px;
}
.item-menu{
  width: 30%;
  text-align: center;
}
.item-menu h3{
  padding: 20px;
  font-size: 30px;
  color: #f4eeee;
  text-align: center;
}
.item-menu:hover{
  transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}
a{
  text-decoration: none;
}
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 100px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-bottom: 50px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.cabecera{
  width: 100%;
  height: 450px;
  display: flex;
  background-color: rgba(0, 9, 13, 0.4);
  border-style: solid;color: aliceblue;
}
.logo{
  width: 20%;
}
.logo img{
  border-style: solid;color: black;
  background-color: black;
  margin-top: 10px;
  margin-left: 30px;
  width: 150px;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
}
.logo {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {transform: translateY(0);}
    50% {transform: translateY(-10px);}
    100% {transform: translateY(0);}
}
.titulo{
  width: 80%;
  height: 450px;
}
h1{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 30px;
  font-family:'Langosta', cursiva;
  font-size: 70px;
  width: 100%;
  height: auto;
  color:rgba(246, 246, 245);
  text-align: center;
}
.caja-categoria-3{
  display: flex;
  width: 100%;
  height: 70px;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 0px;
  align-items: center;
}
.liga-p{
  width: 60%;
  height: 90px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: solid;color: #070000;
}
.liga-p img{
  width: 100%;
  height: 100%;
}
.liga-p:hover{
  transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}

.categoria-3{
  margin-left: 3%;
  border-radius: 20px;
  border-style: solid;
  color: rgb(0, 1, 2);
  width: 35%;
  display: flex;
  height: auto;
  background-color: aliceblue;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.categoria-3 h3{
  color: black;
  width: 70%;
  font-size: 25px;
  padding: 5px;
  margin-left: 10PX;
  margin-top: 15px;
}
.categoria-3 img{
  width: 60px;
  padding: 0px;
  margin-top: 5px;
  border-radius: 20px;
}
.categoria-3:hover{
  transform: scale(1.1 );
  -webkit-transform: scale(1.1 );
  -moz-transform: scale(1.1 );
  -ms-transform: scale(1.1 );
  -o-transform: scale(1.1 );
}

.cont-publi{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 70px;
  padding: 0px;
  justify-content: center;
  
}
.publicidad{
  width: 50%;
  height: 250px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
  background-color: #eceff2;
}
.publicidad img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.publicidad p{
  display: flex;
  color: rgb(239, 34, 11);
  background-color: rgb(247, 245, 245);
  border-style: solid;color: rgb(0, 0, 0);
  margin-left: 10%;
  font-size: 20px;
  padding: 10px;
  margin-top: 0px;
}
.anuncio{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-style: solid;
  color: #eceff2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.anuncio img{
width: 100%;
height: 100%;
border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/*.bloque h2{
  transition: .5s, color .10s;
      -webkit-transition: .5s, color .10s;
      -moz-transition: .5s, color .10s;
}
.bloque h2:hover{
  transform: rotateX(360deg);
      -webkit-transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
}*/
a{
  text-decoration: none;
}
          
h2{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 20px;
  background-color: rgba(237, 243, 245, 0.2);
  font-family:'Langosta', cursiva;
  font-size: 50px;
  width: 100%;
  height: auto;
  color:rgb(4, 4, 0);
  text-align: center;
  border-style: solid; color: #070000;
}
.cont-raza{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 40px;
  padding: 0px;
  justify-content: center;
  
}
.raza{
  width: 350px;
  height: 350px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}

.raza img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.pelotas{
  border-style: solid;color: #f4eeee;
  background-color: black;
  width:100% ;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: auto;
}
video{
  margin-top: 50px;
  margin-left:5%;
  width: 90%;
  height:auto;
}
.vid-publ{
  width: 50%;
  height: 300px;
  margin-left: 25%;
  margin-bottom: 20px;
}
.vid-publ video{
  width: 100%;
  height: 100%;
  padding: auto;
  margin-left: 0px;
margin-top: 0px;
  margin-bottom: 10px;
}
.nacho{
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    border-style: solid;color: aliceblue;
    background-color: black;
  }
  .nacho img{
    width: 30%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;color: aliceblue;
  }
  .container h3{
    margin-left: 60px;
    text-align: center;
    font-size: 30px;
  }
.container p{
  display: block;
  width: 100%;
  padding: 10PX;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(0, 9, 13, 0.6);
  font-family:'Langosta', cursiva; 
  font-size: 25px;
  color:rgb(246, 246, 245);
  text-align: left;
}

.bloque{

  width: 100%;
  height: 100%;
  background-color: azure;
  border-style: solid;color: brown;
  margin-bottom: 15px;
}
.contenedor-bronce-oro{
  display: flex;
  width: 100%;
}
.bronce{
width: 40%;
height: 50%;

}
.bronce img{
  width: 50px;
  height: 50PX;
}
.bronce h2{
  width: 100%;
  height: 105PX;
  background-color: rgb(234, 196, 8);
  margin-left: 30%;
} 
.oro{
  width: 40%;
  
}
  .oro img{
    width: 50px;
    height: 50PX;
    
  }
  .oro h2{
    width: 100%;
    height: 105PX;
    background-color: rgb(215, 234, 8);
    margin-left: 20%;
    padding: 20px;
  } 
.peques{
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
.peques img{
    width: 50px;
    height: 50PX;
    margin-left: 0px;
}
.peques h2{
      width: 100%;
      height: 105PX;
      background-color: rgb(80, 80, 72);
      color: #eceff2;
    }    

.contenedor-div{ 
  display:flex;
  margin-top: 20px;
  margin-bottom: 10PX;
  width: 99%;
  height:100%;
  padding: 0px;
  justify-content: center;
}
.division{
  border-style: solid;color: black;
  background-color: aliceblue;
  margin: 5px;
  width: 33%;
  height: 300px;
}
.division img{
  border-style: solid;
  color: black;
  border-radius: 45px;
  width:100% ;
  height: 86%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
.division h3{
  margin-top: 0px;
  text-decoration: none;
  display: flex;
  width:100%;
  height: 50px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px;
  justify-content: center;
  background-color: rgb(235, 238, 239);
  color: rgb(5, 0, 0);
  font-family:'Langosta', cursiva; 
  font-size: 25px;
  border-style: solid ;color: rgb(6, 0, 0); 
}


.contenedor-prof{ 
  display:flex;
  margin-top: 20px;
  margin-bottom: 80PX;
  width: 99%;
  height:100%;
  padding: 0px;
  justify-content: center;
}
.profes {
  margin-top: 30px;
  width: 50%;
  height: 250px;
  padding: 0px;
}
.profes img{
  border-style: solid;color: rgb(8, 1, 1);
  border-radius: 25%;
  
  padding: 5px;
  margin-left: 25%;
  width:50% ;
  height: 100%;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.profes h4{
  margin-top: 0px;
  text-decoration: none;
  display: flex;
  width:50%;
  height: 60px;
  padding: 3px;
  margin-left: 25%;
  margin-right: 0%;
  text-align: center;
  color: rgb(8, 0, 0);
  font-family:'Langosta', cursiva; 
  font-size: 20px;
}
.liga{
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0px;
  justify-content: center;
  border-style: solid;color: #070000;
  background-color: rgb(212, 219, 225);
}
.liga img{
  justify-content: center;
  width:80%;
  margin: 0 auto;
  margin-left: 10%;
}
.liga h3{
  margin-top: 0px;
  text-decoration: none;
  display: flex;
  width:80%;
  height: 50px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px;
  justify-content: center;
  background-color: rgb(234, 236, 238);
  color: #070000;
  font-family:'Langosta', cursiva; 
  font-size: 20px;
}
.iconos{
margin-top: 0px;
  margin-left: 29%;
  height: 90px;
  width: 40%;
  display: flex;
}
.redes{
  width: 30%;
  margin-left: 15px;
}
.mje p{
  display: block;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 25px;
}
footer img{
  border-radius: 25%;
  background-color: none;
  margin-top: 4px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
h5{
  background-color: aliceblue;
  text-align: center;
  margin-bottom: 0%;
  color: black;
  font-size: 20px;
  height: 40px;
}
footer{
  border-style: solid;color: aliceblue;
  margin-top: 40px;
  background-color: rgb(0, 8, 14);
  padding: 1em 0 ;
  text-align: center;
  position: absolute;
  width: 100%;
}  
  /*animacion de las imagenes*/
@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
img {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image ;
  animation-name:show  ;
  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
}
/* final de las animaciones de las imagenes*/
/* COMIENZO BOTON SUBIR*/
.back-to-top {
  width: 180PX;
  height: 50px;
  font-size: 20px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  background-color: #eceff2;
  color: rgb(5, 0, 0);
  border: none;
  padding: 0px 0px;
  border-radius: 50px;
  cursor: pointer;
  display: none; /* Oculto por defecto */
}
.back-to-top:hover {
    background-color: #5e5e5f;
}
/*FINAL BOTON SUBIR*/