.partner-inn .logo {
    text-align: center;
    margin-bottom: 30px;
}

    .partner-inn .logo img {
        opacity: 0.3;
        transition: all 0.4s ease 0s;
    }

        .partner-inn .logo img:hover {
            opacity: initial;
        }

.banner-10nos-area {
    background: #1c1010;
    background-image: url(/img/site/10anos-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}

@media only screen and (max-width: 600px) {
    .banner-10nos-area {
        background-size: cover;
    }
}

.select2-container .select2-selection--single {
    display: flex;
    height: 50px;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}
