* { 
  margin: 0%;
  padding:0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: rgba(107, 103, 98, 0.333);
  position: relative;
  padding-bottom: 2em;
} 
header{
  margin: 0;
  margin-bottom: auto;
  height: 100%;
  width:100%;
}
nav{
  width: 100%;
  background-color: rgb(240, 236, 236);
  border-style: solid;color: rgb(0, 5, 10);
  height:190px;
}
a {
  text-decoration: none;
}
.menu{
  color: rgb(241, 234, 234);
  display: flex;
  width:100%;
  height: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.contador{
  width: 10%;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 10px;
}
.contador h3{
  margin-top: 0px;
  font-size: 25px; 
  margin-left: 10PX;
}
.cuenta{
  margin-left: 10px;
}
.logo{
  width: 25%;
  height: auto;
  margin-bottom: 130px;
  }
.logo img{
  margin-top: 0px;
  margin-left: 20px;
  width: 150px;
  height: 150px;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
}
.sitio{
  margin-top: 50px;
  width: 50%;
  height: auto;
}
.sitio h6{
font-size: 45px;
color: rgb(9, 9, 9);
border-style: solid;color: rgb(0, 2, 3);
padding: 5px;
text-align: center;
}
.youtube{
  
  width: 80%;
  justify-content: center;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-top: 0px;
}
.youtube img{
  margin-top: 0px;
  width: 130px;
  margin-bottom: 25px;
  border-style: solid;color: #060000;
}
.youtube P{
  display: flex;
  width: 60%;
  margin-top: 0PX;
  justify-content: center;
  margin-bottom: 0px;
}
.redes{
  margin-top: 20px;
  display: flex;
  width: 20%;
  margin-right: 30px;
}
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 70px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
  border-style: solid;color: #070000;
}
.presentacion{
  width: 100%;
  height: 350px;
  border-style: solid;color: black;
  background-color: black;
  border-style: solid;color: aliceblue;
 
}
.titulo{
  margin-top: 50px;
  display: flex;
  width: 100%;
  height: 250px;
  background-color: aliceblue;
  }
.titulo img{
  margin-left: 0%;
}
.logo  {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% { transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); }
  100% {transform: scale(1);}
}
h1{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 30px;
  font-family:'Langosta', cursiva;
  font-size: 70px;
  width: 100%;
  height: auto;
  color:rgb(4, 4, 0);
  text-align: center;
}
.fecha{
  width: 100%;
}
.fecha h6{
  font-size: 30px;
  text-align: center;
  padding: 10px;
}
h2{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
  background-color: rgba(242, 94, 220, 0.7);
  padding: 20px;
  font-family:'Langosta', cursiva;
  font-size: 60px;
  width: 86%;
  height:auto;
  color:rgb(2, 2, 0);
  text-align: center; 
  border-style: solid;color: black;
}
h4{
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 5%;
  padding: 20px;
  background-color: rgba(0, 9, 13, 0.7);
  font-family:'Langosta', cursiva;
  font-size: 60px;
  width: 86%;
  height:auto;
  color:rgb(246, 246, 245);
  text-align: center; 
  border-style: solid;color: rgb(246, 245, 245);
}
.foto-pared{
  display: flex;
  width: 100%;
  flex-direction: column;
}
#videoFondo {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Coloca el video detrás del contenido */
}
.caja-categoria{
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 5px;
  display: flex;
  width: 99%;
  height: 250px;
}
.categoria{
  width: 24%;
  height: 100%;
  border-style: solid;
  color: aliceblue;
  border-radius: 25%;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
  background-color:rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.categoria h3{
  color: rgb(252, 246, 246);
  padding: 0px;
  height: auto;
  text-decoration: none;
  width: auto;
 font-size: auto;
 background-color: #060000;
 border-radius: 15px;
}
.categoria img: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 img{
  width: 100%;
  height: 85%;
}
.n-color{
  width: 33%;
  height: 250px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.n-color img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-style: solid;color: black;
}
.n-color: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 );
}
.secret{
  width: 33%;
  height: 250px;
  border-style: solid;
  color: rgb(2, 3, 19);
  border-radius: 25%;
  text-decoration: none;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
 background-color: black;
  text-align: center;
  font-size: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.secret h3{
  color: rgb(246, 244, 244);
  padding: 5px;
  margin-top: 10PX;
  height: auto;
  text-decoration: none;
}
.secret img{
  width: 50%;
}
.secret: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 );
}
.tienda{
width: 23%;
  height: 100%;
  border-style: solid;
  color: aliceblue;
  border-radius: 25%;
  text-decoration: none;
  margin-top: 29px;
  margin-left: 15px;
 
  background-color:rgba(223, 196, 109, 0.4);
  text-align: center;
  font-size: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}
.tienda img{
  width: 80%;
  height: 80%;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-style: solid;color: rgb(230, 158, 4);

}
.tienda img: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 );
}
.google{
  width: 160px;
  height: 200px;
  margin-left: 85px;
  margin-top: 50px;
}
.google img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-style: solid;color: black;
}
.google: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;
}
.cont-raza{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 40px;
  padding: 0px;
  justify-content: center;
  
}
.raza{
  width: 50%;
  height: 350px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}

.raza img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.cont-publi{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 70px;
  padding: 0px;
  justify-content: center;
  
}

.publicidad{
  width: 33%;
  height: 270px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}
.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;
}
.anuncio-video{
  width: 50%;
  margin-left: 25%;
}

.anuncio-video video{
  width: 100%;
  height: 100%;
}

.articulo{
 
  width: 96%;
  height: auto;
  margin-left: 2%;
  padding: 10px;

  margin-bottom: 15px;
}
.articulo p{
  font-size: 30px;
  padding: 20px;
  background-color: rgb(246, 246, 246); 
  border-style: solid;color: #060000;
}
.articulo h2{
  color: #f4eeee;
  font-size: 45px;
  font-family:'Langosta', cursiva;
  text-align: center;
  background-color: rgb(0, 0, 0);
}
.foto-articulo{
  width: 96%;
  margin-left: 2%;
  padding: 20px;
  border-radius:20px ;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
  border-style: solid;color: #060000;
  background-color: #eceff2; 
}
.foto-articulo img{
    width: 96%;
    margin-left: 2%;
    padding: 0px;
    border-radius:20px ;
    -webkit-border-radius:20px ;
    -moz-border-radius:20px ;
    -ms-border-radius:20px ;
    -o-border-radius:20px ;
    border-style: solid;color: #060000;
    background-color: #eceff2;
} 
/*lo siguiente pertenece a los videos de cada articulo*/
.caja-video{
  
  margin-top: 20PX;
  margin-bottom: 30px;
margin-left: 10%;
  width: 80%;
  height: 650px;
}
video{
  margin: 0 auto;
  width: 100%;
  height: 580PX;
}
.prc-fecha{
  margin-top: 40px;
  display:flex;
  width: 100%;
  height: auto;
  justify-content: center;
  color: aliceblue;
}
.enlace{
  width: 45%;

}
.enlace h3{
  font-size: 30px;
  padding: 5px;
  margin: 10px;
  background-color: #070000;
  text-align: center;
  color: aliceblue;
  text-decoration: none;
}
.prc-fecha a{
  text-decoration:none ;
}


.contenedor{
  display:flex;
  width: 100%;
  height:100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px;
  justify-content: center;
  
}

.iconos{
  display: flex  ;
  justify-content: center;
  background-color: black;
  }
  .redes{
    margin-top: 0px;
    height: 90px;
  }
  
  footer img{
    border-radius: 25%;
    background-color: none;
    padding: 0 auto;
    padding: 5px;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}
 
h5{
  margin-top: 20px;
  background-color: aliceblue;
    text-align: center;
    margin-bottom: 0%;
   color: black;
   font-size: 20px;
   height: 40px;
   padding: 6px;
}
/* a partir e aca etiquetas corresponsientes 
a la galeria de fotos de cada fecha*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 800px;
  margin: 20px auto;
}

.gallery img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  border-style: solid;color: #060000;
}

.gallery img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal img {
  width: 70%;
  height: 560px;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 80px;
  cursor: pointer;
}
/*aca terminan la etiquetas correspondientes 
a las galerias de fotos de cada fecha*/
/*ETIQUETAS CORRESPONDIENTES AL
 BOTON DE LA COPIA DE ENLACES*/
 .button {
  width: 20%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 60px;
  padding: 0px;
  font-size: 20px;
  cursor: pointer;
  background-color: #384048;
  color: white;
  border: none;
  border-radius: 5px;
}
.button:hover {
  background-color: #b30000;
}
.fecha {
  margin-bottom: 20px;
}
/*FINAL DE LAS
 ETIQUETAS CORRESPONDIENTES AL 
 BOTON DE COPIA DE ENLACE*/ 

  footer{
    border-style: solid;color: aliceblue;
    margin-top: 50px;
    margin-bottom: 0PX;
    background-color: rgb(0, 8, 14);
    padding: 1em 0 ;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 160PX;
    
  }  
  /* 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*/
<!--FINAL BOTON SUBIR-->
/* a partir e aca etiquetas correspondientes 
a la galeria de fotos de cada fecha*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 960px;
  margin: 10px auto;
}
.gallery img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.gallery img:hover {
  transform: scale(1.05);
}
.modal {
  display: none;
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.modal img {
  width: 70%;
  height: 560px;
  border-radius: 8px;
}
.close {
  position: absolute;
  top: 15px;
  right: 0px;
  color: #fff;
  font-size: 80px;
  cursor: pointer;
}
/*aca terminan la etiquetas correspondientes 
a las galerias de fotos de cada fecha*/

