body{
    margin: 0px;
    background: url("../media/papelbg.png");
    background-size: cover;
    height: 100%;
    font-family: "Open Sans", sans-serif;
}


header {
    background-color: #e94135;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 1%;

    min-height: 60px;
}

header > div{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

header > div > img{
    object-fit: contain;
}

nav{
    width: 35vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

a{
    text-decoration: none;
    font-weight: 600;
}

nav > a{
    color: white;
    
}

#boton{
    color: white;
    background-color: #d6c5a4;
    padding: 10px 30px;
    transition: 0.2s ease;
}

#boton:hover{
    color: black;
    background-color: white;
    padding: 15px 40px;
    transition: 0.2s ease;
}

.wide8 {
    min-height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-image: url("../media/feria-ct.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0px 20%;
}

.wide8:after {
    content: '';
    background-color: black;
    min-height: 1200;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    z-index: 4;
}

.wide8 > div {
    color: white;
    z-index: 5;
}

.wide8 > div > h1{
    font-size: 3.5rem;
    font-weight: bold;
}

.wide7{
    min-height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#la-entrada{
    margin: 10% 5%;
}

#la-entrada > div{
    width: 50%;
}

#la-entrada > div > img{
    max-width: 700px;
    max-height: 700px;
    align-items: center;
}

#r1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#r2 {
    width: 40%;
    padding: 5%;
}

#mas-info > div{
    background-color: white;
    padding: 5%;
    min-height: 400px;
    width: 40%;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
}

h3{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

footer {
    background-color: #e94135;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

footer > div{
    width: 20%;
}