.menu-topo {
    background-color: transparent;
}

.mySlides {
    display: none;
}

.mySlides img {
    height: 100vh;
    width: 100%;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    /*margin: auto;*/
    height: 100vh;
    overflow: hidden;
}

.slideshow-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: rgb(6, 6, 6);
    background: linear-gradient(180deg, rgba(6, 6, 6, 0.3) 30%, rgba(189, 187, 202, 0.15) 50%, rgba(47, 47, 47, 0.35) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b300254c', endColorstr='#5900254c', GradientType=0);
}

/* Antes era somente a classe text*/
.slider-content {
    position: absolute;
    bottom: 20vh;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 80px; */
    padding: 0 10%;
    gap: 80px;
}

.tab {
    display: block;
    background-color: #FFF;
    width: 6px;
    height: 18px;
}

.legend {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    padding-left: 10px;
}

.text h1 {
    font-size: 50px;
    font-family: 'Rubik-Bold';
    line-height: 63px;
    padding-top: 10px;
}

ul {
    padding: 0;
}

.dot {
    cursor: pointer;
    height: 4px;
    width: 15%;
    margin: 0 -2px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-grid;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #61FFCF;
}

.dot.active span,
.dot:hover span {
    color: #fff;
}

.active,
.span:hover,
.active span {
    background-color: rgba(255, 255, 255, 0.1);
}

.dot span {
    font-family: 'Rubik-Medium';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 20px 35.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.8s;
    animation-name: fade;
    animation-duration: 1.8s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}


/* configurações gerais*/

button {
    font-family: 'Rubik-Bold';
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.button-slide {
    background-color: #61FFCF;
    color: #081349;
    padding: 8px 15px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    float: left;
    transition: all 0.4s ease 0s;
    outline: none;
    margin-top: 15px;
}

.button-slide>a {
    color: #fff;
    text-decoration: none;
}

.button-slide-link {
    text-decoration: none;
    color: rgb(0, 37, 76);
}

.button-slide:hover {
    background-color: #9FFFE2;
    border: none;
}

.button-slide:focus {
    background-color: #2AD5A1;
    border: none;
}

.button-slide-link:hover {
    text-decoration: none;
    color: #fff;
}

.button-fdr {
    background-color: #081349;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    float: left;
    transition: all 0.4s ease 0s;
    outline: none;
}

.button-fdr:hover {
    background-color: #102073;
    border: none;
}

.button-fdr:focus {
    background-color: #000A3A;
    border: none;
}


/* 1° sessão */

.fdr {
    position: relative;
}

.film {
    width: 60%;
}

.desc {
    width: 40%;
    height: 315px;
    background-color: #61FFCF;
    background: rgb(184, 240, 223);
    background: radial-gradient(circle, rgba(184, 240, 223, 1) 7%, rgba(97, 255, 207, 1) 53%);
    border-radius: 0px 12px 12px 0px;
    padding: 30px;
}

.desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.fdr h1,
.depoimentos h1,
.pilares h1 {
    font-family: 'Rubik-Bold';
    font-size: 35px;
    color: #0A043C;
    text-align: left
}

.fdr p {
    font-family: 'Rubik-Regular';
    font-size: 16px;
    color: #0A043C;
    text-align: left;
}


/* 2° sessão */

.pilares p {
    font-family: 'Rubik-Regular';
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}


.cards li {
    padding: 30px 17px;
    list-style: none;
    margin: auto;
    background-color: #081349;
    background: rgb(15, 57, 102);
    background: radial-gradient(circle, rgba(15, 57, 102, 1) 7%, rgba(8, 19, 73, 1) 31%);
    width: 217px;
    height: 450px;
    border-radius: 20px;
    position: relative;
}

.topo-card {
    border-bottom: 2px solid #61FFCF;
    align-items: flex-end;
    position: absolute;
    height: 67px;
    top: 115;
    right: 17;
    left: 17;
}


.topo-card p {
    font-family: 'Rubik-Medium';
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cards li .imagem-card-icone a img {
    width: 45px;
    height: auto;
}

.texto-cards {
    position: absolute;
    top: 220;
    right: 17;
    left: 17;
}


/* .cards li:hover .texto-cards {
    transform: none;
}

.cards li:hover:before {
    opacity: .7;
} */

/* .cards li .imagem-card-icone {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 10%;
    padding-left: 20px;

}



/* .cards li:hover .imagem-card-icone {
    transform-origin: 0% 0%;
    transform: translate(0, -50%);
} */

/* .icone-img {
    display: none;
} */

/* .cards li:hover .icone-texto {
    display: none;
}

.cards li:hover .icone-img {
    display: block;
} */


/* divisoria */

/* .divisoria {
    overflow: hidden;
}

.divisoria img {
    width: 120%;
    margin-left: -50px;
} */

/* .imagem-card-fundo::before {
    background-color: #333333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: .6;
} */


/* 3° sessão */

.depoimentos h3 {
    font-family: 'Rubik-Regular';
    font-size: 17px;
    color: #707070;
    margin-left: 15px;
}

.depoimentos p {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .depoimentos p:before {
    content: "";
    background-image: url("../img/aspas.png");
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
} */

.img-autor {
    display: flex;
    align-items: center;
}

.icone img {
    width: 20px;
    height: 20px;
}

.nav-bottom {
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 30px;
}

.container-fluid.d-flex.flex-column.px-0 {
    position: relative;
}

.nav-bottom ul {
    padding: 0;
    width: 100%;
}

.menu-topo.menu-fixed {
    background-color: #081349;
    background: rgb(15, 57, 102);
    background: radial-gradient(circle, rgba(15, 57, 102, 1) 7%, rgba(8, 19, 73, 1) 31%);
}

.aplicativo {
    background-color: #F2F2F2;
    background: rgb(242, 242, 242);
    background: radial-gradient(circle, rgba(242, 242, 242, 1) 7%, rgba(201, 201, 201, 1) 97%);
}

.aplicativo h3 {
    font-family: 'Rubik-Bold';
    font-size: 30px;
    text-align: left;
    color: #081349;
}

.aplicativo p {
    font-family: 'Rubik-Regular';
    font-size: 15px;
    text-align: left;
    color: #1E1E1E;
}

.text-box {
    width: 50%;
}

.aplicativo img {
    width: 100%;
    max-width: 100px;
    height: 200px;
}

.aplicativo #qrcode {
    width: 100%;
    max-width: 200px;
    height: 200px;
    border-radius: 7px;
}


/*MENU DESKTOP*/

/* @media only screen and (min-width: 768px) and (max-width: 1035px)  {
    .cards li {
        width: 224px!important;
    }
} */


@media only screen and (min-width: 1190px) {
    .nav-bottom a {
        font-family: 'Rubik-Medium';
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        padding: 10px 10px 10px 10px;
    }

    .nav-bottom a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .conteudo-slide {
        width: 100%;
        position: absolute;
        padding: 0;
        z-index: 999;
        display: flex;
        margin-top: 520px;
        padding-right: 40px;
    }

    .texto-slide {
        width: 50%;
        float: right;
    }

    .texto-slide h1 {
        font-family: 'Rubik-Bold';
        font-size: 40px;
        color: #fff;
    }

    .texto-slide p {
        font-family: 'Rubik-Regular';
        font-size: 20px;
        color: #fff;
        text-align: justify;
    }

    .logoPos img {
        width: 150px;
    }

    .fdr iframe {
        display: block;
        width: 100%;
    }

    /* .desc p {
        -webkit-line-clamp: unset!important;
    } */
}

@media only screen and (max-width: 1189px) {

    .text h1,
    .fdr h1,
    .depoimentos h1,
    .pilares h1 {
        font-size: 35px;
        line-height: 34px;
    }

    .text {
        width: 75%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .fdr p {
        font-size: 18px;
    }

    /* .text p,
    .dot span {
        display: none;
    } */
    .mySlides img {
        height: 100vh;
        object-fit: cover;
    }

    .button-slide {
        float: left;
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    .dot {
        cursor: pointer;
        height: 4px;
        width: 17%;
        margin: 0 -2px;
        background-color: rgba(255, 255, 255, .5);
        display: inline-grid;
        transition: background-color 0.6s ease;
    }

    .active,
    .dot:hover {
        background-color: #fff;
    }

    .dot span {
        display: none;
    }

    .cards li {
        width: 324px;
        max-height: 420px;
        margin-bottom: 20px;
    }

    .topo-card p {
        font-size: 20px;
        text-align: left;
        width: 80%;
    }



    .img-autor img {
        width: 60px;
        height: auto;
    }

    iframe {
        display: block;
        width: 100%;
        /* height: 400px; */
    }
}

@media only screen and (max-width: 1020px) {

    .text h1,
    .fdr h1,
    .depoimentos h1,
    .pilares h1 {
        font-size: 26px !important;
    }

    .aplicativo h3 {
        font-size: 23px;
    }

    .depoimentos {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-carrossel {
        justify-content: left;
    }
}

@media only screen and (max-width: 430px) {
    .main-carrossel {
        justify-content: left !important;
    }
}

@media only screen and (max-width: 767px) {

    .film,
    .desc {
        width: 100%;
    }

    .desc {
        height: 375px;
        border-radius: 0px 0px 20px 20px;
    }

    .desc p {
        -webkit-line-clamp: 8;
    }

}

/* ==========================TESTIMONIAL SLIDER STYLE====================== */
.container-carrossel {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}

.header-carrossel {
    width: 100%;
    height: 120px;
    position: relative;
}

.main-carrossel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    /* overflow-y: hidden; */
    height: 100px;
    box-sizing: border-box;
    margin-top: 370px;
}

.item-carrossel {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.balao {
    background-color: #61FFCF;
    padding: 30px 20px 50px 20px;
    width: 100%;
    height: 449px;
    /* height: 120px; */
    color: #000;
    z-index: 9;
    border-radius: 20px;
    transition: ease .5s;
    box-sizing: border-box;
}

.seta {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #61FFCF;
    position: absolute;
    left: 150px;
    /* left: 200px; */
    /* bottom: -20px; */
    transition: ease .4s;
    z-index: 9;
}

.item-carrossel:first-of-type {
    left: 170px;
}

.foto-autor {
    width: 100%;
    height: 100%;
}

.foto-autor figure {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    transition: .3s;
    aspect-ratio: 1/1;
}

.foto-autor img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.item-carrossel.active_comment {
    margin: 0 13px;
}

.item-carrossel.active_comment figure {
    transform: scale(1.30);
    box-shadow: 0px 0px 0px 3px rgb(8, 19, 73);
}

.item-carrossel.active_comment:before {
    opacity: 1;
}

.balao .icon {
    margin-bottom: 24px;
    border-right: 2px solid #081349;
    width: 45%;
    max-width: 128px;

}

.comment .name,
.comment .carrer,
.comment .comment_text {
    color: #081349;
}

.comment .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}

.comment .carrer {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.comment .comment_text {
    font-size: 17px;
    line-height: 22px;
}

@media (max-width: 920px) {
    .seta {
        /* left: 0;
      right: 0;
      margin: 0 auto; */
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .lista-itens {
        bottom: 0;
        max-width: 1800px;
        margin: 0 auto;
    }

    .depositions-section {
        padding: 0 60px;
    }

    .depositions-section>.box {
        margin: 0 auto;
        max-width: 1100px;
    }

    .box>h2 {
        font-size: 40px;
        margin-left: 100px;

    }

    .balao {
        display: flex;
        height: 300px;
    }

    .balao .icon {
        margin-right: 40px;
        padding-right: 43px;
        max-height: 80px;
    }

    .comment .name {
        font-family: 'Rubik-Bold';
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .comment .carrer {
        font-family: 'Rubik-Regular';
        font-size: 18px;
        margin-bottom: 21px;
    }

    .comment .comment_text {
        font-family: 'Rubik-Regular';
        font-size: 18px;
        line-height: 21px;
    }

    .main-carrossel {
        margin-top: 225px;
    }
}

/* ==========================TESTIMONIAL SLIDER STYLE====================== */


/* 3° sessão */

/* .depoimentos {
    background-color: #F3F3F3;
} */

.depoimentos h1 {
    font-family: 'Rubik-Bold';
    font-size: 35px;
    text-align: left;
    color: #081349;
}

.depoimentos h3 {
    font-family: 'Rubik-Regular';
    font-size: 17px;
    color: #707070;
    margin-left: 15px;
}

.depoimentos p {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .depoimentos p:before {
    content: "";
    background-image: url("../img/aspas.svg");
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
} */

.img-autor {
    display: flex;
    align-items: center;
}

.icone img {
    width: 20px;
    height: 20px;
}

.img-autor h3 {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    color: #081349;
}


@media (min-width: 1050px) {
    .depoimentos {
        padding: 0 122px;
    }

    .pilares {
        padding: 0 100px;
    }

}

/* Banners */
@media (max-width: 768px) {
    .ad-banner-desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .ad-banner-mobile {
        display: none;
    }
}

/* end banners*/