#partners-section {
    margin-bottom: 30px;
}

#partners-section img
{
    padding: 30px 15px;
    margin-bottom: 10px;
}

#section-main 
{
    background-position: 25%!important;
}

#sponsor-imgs img.vertical-logo 
{
    max-height: 200px;
}

/* INFORMACIÓN DE EXPOSITOR */
.expositor-card hr
{
    margin: 1rem 0px;
}
.expositor-name 
{
    font-weight: bold;
    overflow: unset;
}
.expositor-subtitle
{
    font-weight: bold;
}
.expositor-topic 
{
    font-size: 19px;
    color: #00963f;
    font-weight: bold;
}
.expositor-img
{
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    overflow: hidden;
}
.expositor-text 
{
    text-align: justify;
    margin-bottom: 0px;
}

@media (min-width: 768px) 
{
    #sponsor-imgs img.vertical-logo 
    {
        max-height: 150px; 
        margin-top:20px;
    }

    #section-main 
    {
        background-position: center top!important;
    }

    #sponsor-imgs img.vertical-logo 
    {
        max-height: 135px; 
        margin-top:20px;
    }

    #partners-section img
    {
        padding: 20px 15px;
    }
}

@media (max-width: 768px)
{
    .expositor-img
    {
        margin-bottom: 20px;
    }
}