.slidefull {
    width: 100%;
    max-height: 450px;
}

.bannerfull {
    position: relative;
    width: 100%;
    height: 100%;

}


.bannerfull a img {
    width: 100%;
    height: 100%;
    max-height: 420px;
}

.bannertext h2,
.bannertext p {
    width: 90%;

}

.bannertext {
    position: absolute;
    text-align: left;
    top: 130px;
    width: 80%;
    left: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.banner__title{
    font-size: 52px;
    line-height: 3.5rem;
}

@media screen and (max-width:920px) {
    .bannertext {
        top: 0px;
        left: 25%;
        width: 60%;
    }
    .banner__title{
        font-size: 32px;
        line-height: 2.5rem;
    }
    
}
@media screen and (max-width:650px) {
    .bannertext {
        top: 3%;
        width: 300px;
    }
    .banner__title{
        font-size: 28px;
    }
}

@media screen and (max-width:570px) {
    .bannertext {
        top: 30%;
        left: 0;
        width: 100%;
        max-width: 99%;
        text-align: center;
    }

    .bannertext h2,
    .bannertext p {
        width: 100%;

    }
    .bannertext h2{
        margin-bottom: .5em;
    }
    .banner__title{
        font-size: 36px;
    }
}

@media screen and (max-width:390px) {
    .bannertext h2{
        margin-bottom: 0;
    }
    .banner__title{
        font-size: 26px;
    }
    .bannertext p{
        font-size: 14px;
    }
    
}
@media screen and (max-width:310px) {
    
    .banner__title{
        font-size: 20px;
    }
    
}

/* Banner pg planos */
@media(max-width:360px){
    .banner__t-valores{
        line-height: 1.8rem!important;
        margin-bottom: 10px!important;
    }

    .banner_subtitle{
        font-size: 16px!important;
    }
}

@media(max-width: 500px){
    .bannertext__precos{
        top: 5%!important;
    }
}

@media(min-width:571px){
    .banner_downtext{
        visibility: hidden;
    }
    .banner__t-valores{
        line-height: 2rem!important;
    }
    .bannertext__precos{
        top: 10%;
    }
}
@media(min-width:763px){
    .bannertext__precos{
        top: 0px;
    }
    .banner_downtext{
        visibility: visible;
    }
    .banner__t-valores{
        line-height: 3rem!important;
    }
}

@media(min-width:920px){
    .banner_subtitle{
        font-size: 28px!important;
    }

    .bannertext__precos{
        top: 30px!important;
    }

    .banner__t-valores{
        line-height: 4rem!important;
    }
}

@media(min-width:1000px){
    .bannertext__precos{
        top: 100px!important;
    }
}

@media(min-width:1100px){
    .banner__t-valores{
        line-height: 5rem!important;
    }
}