
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:500');

nav{
    display:grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: black;
    font-family: sans-serif;
    position:fixed;
    top:0;
    width:100%;
    color: whitesmoke;
    text-decoration: none    ;
    z-index: 2;
    height: 20vh;
    
 }
 a
 {
    text-decoration: none;
    color: whitesmoke;
 }
 nav .logo{
    font-size: 24px;
    font-weight:black;
 }
 nav .barnav{
    display:grid;
    grid-template-columns: repeat(7,auto);
    margin-right: 30px;
    color: whitesmoke;
 }
 nav .barnav div{
    padding: 10px 20px;
    color: whitesmoke;
 }
 nav .barnav div:hover{
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid rgb(235, 229, 229);
 }
 .contenido{
    height: 1100px;
    margin-top: 60px; 
 }
 body, html {
     margin: 0;
     padding: 0; 
 }
 .negro
 {
    height: 10vh;
    background-color: black;
 }
 .section {
     height: 100vh; 
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center; 
}
.fondo
{
    background: url(WhatsApp\ Image\ 2024-04-28\ at\ 11.26.54\ AM.jpeg) center;
    background-size: cover;
    margin:0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; background-size: cover;
    background-attachment: fixed;
}
.footer
{
background-color: black;
height: 10vh;
font-family: "Oswald";
color: #fff;
text-align: center;
text-transform: uppercase;
}
.wrap
{
   font-family: "Oswald";
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0px 0px 25px #222;
    backdrop-filter: blur(4px);
}
.titulopr
{
    font-family: "Oswald";
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
}
.espacio
{
    height: 10vh;
}
.titulos
{
    font-family: "Oswald";
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}
.container {
    width: 70;
     /* Cambia el ancho máximo según sea necesario */
    display: flex;
}

.column {
    flex: 1;
    padding: 10px;
}

.content {
   
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
   
}
h2
{
    text-transform: uppercase;
    font-size: 30px;
}
.content2 {
   
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   
}
p
{
    text-align: justify;
    font-family: "Oswald";
    font-size: 20px;
}

/**/

.tradiciones {
    width: 70;
     /* Cambia el ancho máximo según sea necesario */
    display: flex;
}
.tradiciones :hover{
background-color: rgb(233, 225, 118);
color: #f2f2f2;
box-shadow: 0 0 10px rgba(212, 17, 17, 0.1);
}
.num {
    flex: 1;
    padding: 10px;
}

.foto {
   
    background-color:  #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(212, 17, 17, 0.1);
    text-align: center;
  
}
h2
{
    text-transform: uppercase;
    font-size: 30px;
}
.descripcion {
   
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   height: 320px;
}
hr{
    border: 1px solid black;
   
    width: 400px;
}
.tittra
{
    text-align: center;
    font-size: 50px;
    font-family: "Oswald";
}
.actividades
{
    grid-template-columns: repeat(5,auto);
    text-align: center;
}
.des{
    border: 1px solid green;
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image {
    text-align: center;
    margin: 10px;
}

.image img {
    width: 150px; /* Ajusta el tamaño según lo necesites */
    height: auto;
    border: 1px solid #ccc; /* Borde opcional */
    border-radius: 5px; /* Borde redondeado opcional */
}

.image p {
    margin: 5px 0 0;
    font-size: 14px;
}
.image :hover
{
    width: 400px;
    height: auto;
    background-color: rgb(233, 136, 25);
    font-size: 20px;
    color: red;
}

.image-container :hover
{
    background-color: rgb(233, 136, 25);
    font-size: 40px;
    color: white;
    padding: 10px;
    border: 0px solid rgb(233, 136, 25);
    border-radius: 10px;
    text-align: center;

}
.video
{
width: 300px;
text-align: center;

}
