/* IMG de expositores */
#Expositores {
    width: 100%;
    padding: 30px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h2Expositores {
    text-align: center;
    /*font-size: 45px;*/
    font-weight: bolder;
}

.divExpo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: auto;
    width: 85%;
    /* width: 100%; */
}

.imgExpositores {
    width: 100%;
}

@media (max-width:1800px) {
    #Expositores {
        padding: 15px;
    }
}

@media (max-width:1000px) {
    #Expositores {
        padding: 0px;
    }
}

