@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600&display=swap');
/* font-family: 'Dosis', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif; */
.headerotro{
    position: fixed;
    z-index: 99;
    display: flex;
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    box-shadow: 0 0 20px rgba(61, 61, 61, 0.247);
    
}
.container-header-otro{
    display: flex;
    align-items: center;
 
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;


}
.container-header-otro img{
  width: 100px;
}
.menuotro a{
    
    text-decoration: none;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    padding: 10px;
    
}
.menuotro a:hover{
    background-color: var(--verde);
    border-radius: 10px;
    padding: 10px;

}


/*CABECERA*/
#cabecera{
    height: 700px;
    background-image: url(../Multimedia/Evento/encabezado.jpg);
    background-position: center;
    background-size: cover;
    
   
    display: flex;
    font-family: 'Oswald', sans-serif;
    color:#ffffff
}
.contenedorcabecera{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(5, 24, 3, 0.397), rgba(19, 19, 19, 0.336));}
#cabecera h1{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
 
    filter: none;
}


/* INFORMACION */
#informacion{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#informacion p{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

}
.contenedorinfo{
    text-align: justify;
    display: flex;
    justify-content: center;
}
img{
    width:100%;
}
row{
    display:flex;
    padding:5px;
    flex-wrap:wrap;
    
}
.colum{
    flex:25%;
    padding:5px;
}
.colum img{
    margin-top:5px;
}
@media(max-width:800px){
    .colum{
        flex:50%;
    }
}
@media(max-width:600px){
    .colum{
        flex:100%;
    }
}
/* FOOTER */
.contacta{
    font-size: 20px;
}