main{
    background: url(./../../../../default/img/banner-central.jpg) no-repeat center 18vh;
}

.main-banner{
    display: flex;
    width: 100%;
    position: relative;
    /* min-height: calc(970px - 165px); */
    padding-top: 165px;
    flex-direction: column;
    /* min-height: calc(100vh - 165px); */
}

.main-banner .titulo-pagina{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn-supermercado{
    display: inline-block;
    background: #029640;
    width: 210px;
    left: 20px;
    margin: 20px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.btn-supermercado:hover{
    opacity: 0.7;
}

.contato-item{
    padding-top: 0px !important;
}

.main-banner h1{
    position: relative;
    margin-top: 150px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    bottom: -50px;
    left: 15px;
    opacity: 0;
}

.main-banner h1.ativo{
    bottom: 0px;
    opacity: 1;
}

.main-banner .itens-sobre{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 335px;
    margin-bottom: 10px;
}

.main-banner .itens-sobre div{
    display: flex;
    align-items: center;
    position: relative;
    width: 32%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.main-banner .itens-sobre div:before{
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    content: ' ';
    background: #C5C5C5;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: .7;
    border-radius: 150px;
}

.main-banner .itens-sobre div.ativo:hover:before{
    padding: 100%;
    left: -50%;
    top: -50%;
    opacity: .5;
}

.main-banner .itens-sobre div a{
    position: relative;
    width: 85%;
    padding-left: 15%;
    min-height: 130px;
    align-items: center;
    display: flex;
}


.main-banner .itens-sobre div a:after{
    position: absolute;
    content: ' ';
    background: url(./../../../../default/img/duvidas-icone.png) no-repeat center center;
    height: 100%;
    width: 20px;
    right: 85px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-banner .itens-sobre div:nth-child(1).ativo a:after{
    right: 45px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-banner .itens-sobre div:nth-child(2).ativo a:after{
    right: 45px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: .25s;
}

.main-banner .itens-sobre div:nth-child(3).ativo a:after{
    right: 45px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: .5s;
}

.main-banner .itens-sobre div h2{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

@media all and (max-width: 990px){
    .main-banner .titulo-pagina{
        overflow: hidden;
    }
    .main-banner .itens-sobre div{
        width: 33%;
    }
}

@media all and (max-width: 910px){
    .main-banner{
        padding-top: 120px;
    }
}

@media all and (max-width: 890px){
    .main-banner .itens-sobre div{
        width: 100%;
        max-width: 320px;
        margin-bottom: 15px;
    }
    .main-banner .itens-sobre{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    main{
        background: url(./../../../../default/img/banner-central.jpg) no-repeat 60% 15vh;
    }
    .main-banner h1{
        font-size: 45px;
    }
    .main-banner .itens-sobre{
        margin-top: 165px;
    }
}

@media (max-width: 600px){
    .btn-supermercado{
        left: 0px;
    }
    .main-banner .wrapper-970{
        width: 95%;
    }
    .main-banner .itens-sobre{
        width: 65%;
    }
    .main-banner .itens-sobre div a{
        padding: 2%;
        width: 100%;
    }
    .main-banner .itens-sobre div h2{
        font-size: 20px;
    }
    .main-banner .itens-sobre div a{
        min-height: 100px;
    }
    .main-banner h1 {
        font-size: 30px;
        line-height: 33px;
        margin-top: 30px;
    }
    .main-banner .itens-sobre {
        margin-top: 70px;
    }
    main {
        background: url(./../../../../default/img/banner-central.jpg) no-repeat 65% 20vh;
    }
    .main-banner .itens-sobre div{
        max-width: 260px;
    }
    .main-banner .itens-sobre div:nth-child(1).ativo a:after{
        right: 10px;
    }
    .main-banner .itens-sobre div:nth-child(2).ativo a:after{
        right: 10px;
    }
    .main-banner .itens-sobre div:nth-child(3).ativo a:after{
        right: 10px;
    }
}

@media all and (max-width: 450px){
    .main-banner .itens-sobre div h2{
        font-size: 4.6vw;
    }
}