<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ax-banner-rotador__title_ins{
    line-height: normal;
}
@media (min-width: 568px){
    .ax-banner-rotador__title_ins {
        font-size: 30px;
    }
}
@media (min-width: 768px){
    .ax-banner-rotador__title_ins {
        font-size: 30px;
    }
}
@media (min-width: 992px){
    .ax-banner-rotador__title_ins {
        font-size: 40px;
    }
}
@media (min-width: 1024px){
    .ax-banner-rotador__title_ins {
        font-size: 45px;
    }
}
@media (min-width: 1200px){
    .ax-banner-rotador__title_ins {
        font-size: 50px;
}
}









.ax-banner-rotador {
    position: relative;
}

.ax-banner-rotador__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 0;
}

.ax-banner-rotador__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin-bottom: -1px;
}

.ax-banner-rotador__item img {
    width: 100%;
}

.ax-banner-rotador__item .ax-img-responsive {
    display: none;
}

.ax-banner-rotador__text {
    position: absolute;
    flex-direction: column;
    width: 1000px;
    max-width: 90%;
    margin: auto;
    /*padding-left: 5%;*/
    bottom: 25%;
    left: 0;
    right: 0;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: flex-center;
    z-index: 1;
}

.ax-banner-rotador__title {
    color: #fff;
    margin: 0;
    font-size: 26px;
}

.ax-banner-rotador__title strong {
    display: block;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
}

@media (min-width: 568px){
    .ax-banner-rotador__title strong{
        font-size: 30px;
    }
}
@media (min-width: 768px){
    .ax-banner-rotador__title strong{
        font-size: 30px;
    }
    .ax-banner-rotador__text {
        bottom: 18%;
    }
}

@media (min-width: 992px){
    .ax-banner-rotador__title strong{
            font-size: 30px;
    }
    .ax-banner-rotador__text {
        bottom: 25%;
    }
}

@media (max-width: 767px){
    .ax-banner-rotador__item .ax-img-desktop {
        display: none;
    }

    .ax-banner-rotador__item .ax-img-responsive {
        display: block;
    }

    .ax-banner-rotador__text {
        /*max-width: 80%;*/
        /*padding: 0 5%;*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
        bottom: 10%;
    }

    .ax-banner-rotador__title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    
    .ax-banner-rotador__title strong {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 768px) and (max-width:992px){
    .ax-banner-rotador__item {
        height: 400px;
        overflow: hidden;
    }
    
    .ax-banner-rotador__item img {
        width: auto;
        max-width: initial;
        height: 400px;
    }
}</pre></body></html>