
.banner-index {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 0rem 10rem;
    gap: 0rem;

    background-image: url('../img/banner-index-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-index {
    height: 25rem;
    width: 25rem;
    
    background-image: url('../img/lg-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-index>h1 {
    max-width: 50rem;
    padding: 0rem 0rem;
}

.txt {
    margin: auto;
    padding: 0rem 2rem;
    max-width: 50rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.separador {
    height: 5rem;
    width: 100%;
}

.banner-exposiciones {
    width: 100%;
    height: 15rem;
    margin: 2rem auto;

    background-image: url('../img/banner-index-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.expositores {
    margin: 3rem auto 0rem;
    max-width: 50rem;
    padding: 0rem 2rem;
    text-align: center;
}

.card-expositor {
    margin: 1rem auto;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    border-radius: 1rem;
    background-color: var(--white);
    border: 1.5px solid var(--blue-l);
    box-shadow: 2px 2px 5px lightgrey;

    overflow: hidden;
}

.img-expositor {
    min-height: 100%;
    width: 55rem;
    background-image: url('../img/expositor-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-expositor {
    padding: 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-expositor>a>button, .info-a>a>button {
    margin-top: 1.75rem;
}

.text-expo {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.banner-nosotros, .valores {
    text-align: center;
}

.banner-nosotros {
    width: 100%;
    height: max-content;
    padding: 5rem 0rem 0rem;
    margin: 0rem auto 3rem;
    background-color: var(--white);
}

.banner-nosotros2 {
    margin: 3rem 0rem;
    padding: 3rem 0rem;
    color: var(--white);

    background-image: url('../img/banner-index-4.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.valores {
    margin: 5rem auto -4rem;
    max-width: 50rem;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1rem;
}

.valor-right {
    order: 2;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.valor-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.valor {
    display: flex;
    flex-direction: row;
    gap: 1rem;

    text-align: right;
    align-items: center;
}

.valor-r {
    display: flex;
    flex-direction: row;
    gap: 1rem;

    text-align: left;
    align-items: center;
}

.img-valor {
    min-width: 4rem;
    height: 6rem;
    background-color: transparent;
    border-radius: 0.75rem;
}

.img-valor1 {
    background-image: url('../img/valor1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-valor2 {
    background-image: url('../img/valor2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-valor3 {
    background-image: url('../img/valor3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-valor4 {
    background-image: url('../img/valor4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-valor5 {
    background-image: url('../img/valor5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 792px) {

    .banner-index {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 3rem 0rem 3rem;
        gap: 0rem;

        background-image: url('../img/banner-index-1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 400%;
    }

    .logo-index {
        display: none;
    }

    .banner-index>h1 {
        font-size: 1.75rem;
    }

    .expositores {
        margin: 3rem auto 0rem;
        padding: 0rem 1rem;
    }

    .banner-exposiciones {
        height: 7rem;
    }

    .card-expositor {
        display: flex;
        flex-direction: column;
        border: 0.5px solid var(--blue-l);
        min-width: 100%;

        box-shadow:none;
    }

    .content-expositor {
        padding: 1.25rem;
    }

    .img-expositor {
        width: 100%;
        height: 15rem;

        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .banner-nosotros {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 220%;
    }

    .banner-nosotros>h1, .banner-nosotros>h3 {
        width: 90%;
        margin: auto;
    }

    .banner-nosotros2 {
        background-size: 600%;
    }

    .banner-n-img>img {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .valores {
        width: 85%;
        display: grid;
        grid-template-columns: 100%;
        gap: 2.75rem;

        text-align: center;
    }

    .valor-right {
        order: 1;
        gap: 2.75rem;

        text-align: center;
    }

    .valor-info {
        width: 100%;
        text-align: center;
    }

    .valor-left {
        order: 2;

        gap: 2.75rem;
    }

    .img-valor {display: none;}

    .footer {
        display: grid;
        grid-template-columns: 100%;
    }

    .footer-info {
        display: flex;
        justify-content: center;
    }

    .info-a {
        max-width: 85%;
        padding: 4rem 0rem;
    }

    .maps {
        height: 30rem;
    }
}
