﻿.sectionInicial {
    padding-top: 5vh;
    padding-bottom: 1.5vh;
    background: #f5f5f5;
}

.linksRight .btPadrao.btOutlineLaranja {
    background: none;
}

    .linksRight .btPadrao.btOutlineLaranja:hover {
        background: linear-gradient(90deg, rgba(255,80,15,1) 0%, rgba(255,135,0,1) 70%);
    }

.bannerPrincipal.bannerPrincipalHome .banner {
    background: none;
    padding-left: 5vw;
}

    .bannerPrincipal.bannerPrincipalHome .banner .img {
        background-position: center;
        background-size: cover;
        left: 0px !important;
    }

    .bannerPrincipal.bannerPrincipalHome .banner .content h2 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 30px;
    }

.bgBannerInternoPequeno.bannerPrincipalHome .banner {
    min-height: unset;
    height: 180px;
    padding-left: 8vw;
    overflow: unset;
    background-color: #fff;
}

.bannerCenter.bannerPrincipalHome .banner .content h2 {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .bannerPrincipal.bannerPrincipalHome .banner {
        height: auto;
        padding: 0 8vw;
        padding-bottom: 3vh;
    }

        .bannerPrincipal.bannerPrincipalHome .banner .content h2 {
            font-weight: 600;
            line-height: 140%;
            color: #333;
            text-align: center
        }

        .bannerPrincipal.bannerPrincipalHome .banner .content .textPadrao {
            color: #333;
            line-height: 155%;
            text-align: center;
        }

        .bannerPrincipal.bannerPrincipalHome .banner .content .btPadrao {
            margin: auto;
        }
}
