﻿#sobre {
    position: absolute;
    overflow: auto;
    height: 100%;
    max-height: 200%;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--cor-principal);
    background-size: 100% 100%;
}

@media (max-width: 480px) {
    #sobre #logoEvento {
        width: 60% !important;
        margin-top: 35px;
    }

    #sobre #logoInstituicaoSobre {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    #sobre #logoEvento {
        width: 30%;
        margin-top: 35px;
    }

    #sobre #logoInstituicaoSobre {
        width: 15%;
    }
}

@media (min-width: 768px) {
    #sobre #logoEvento {
        width: 30%;
        margin-top: 35px;
    }

    #sobre #logoInstituicaoSobre {
        width: 15%;
    }
}

@media (min-width: 1200px) {
    #sobre #logoEvento {
        width: 30%;
        margin-top: 35px;
    }

    #sobre #logoInstituicaoSobre {
        width: 15%;
    }
}
