@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Lato", sans-serif !important;
}

p,
a,
body,
label,
input,
button {
  font-family: "Lato", sans-serif !important;
}

section {
    scroll-margin-top: 140px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.hero-content {
    position: absolute;
    top: 47%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: left;
    max-width: 640px;
}

.hero-content h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
}

.hero-content p{
    opacity: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 15px;
}

.container-topics {
    background: white;
    margin: auto;
    display: flex;
    position: relative;
    padding: 70px 0px 0px 150px;
}

.container-divisor {
    display: flex;
    width: 85%;
    height: 100%; /* altura que você quiser */
    align-items: stretch; /* Estica as colunas para o mesmo tamanho */
    padding-left: 7%;
  }
  
  .coluna-divisor {
    flex: 1;
    text-align: left;
    display: flex; /* Adicionado */
  }
  
  .divisor-line {
    width: 1px;
    background-color: #155CB6; /* cor da linha divisora */
    align-self: stretch; /* força o divisor a se esticar também */
  }

.container-topics .image-line {
    left: -35px; /* Ajuste conforme necessário */
    top: 0;
    height: 100%;
}

.container-topics .left-section {
    flex: 1;
    position: relative;
    max-width: 90%;
    padding: 0 30px 30px 30px;
}

.container-topics .left-section h1 {
    color: #155CB6;
    font-size: 42px;
    margin-bottom: 10px;
}

.container-topics .left-section p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 80%;
}

.container-topics .left-section .blue-square {
    width: 15px;
    height: 15px;
    background: #155CB6;
    position: absolute;
    top: 8px;
    left: -25px;
    border-radius: 3px;
}

.container-topics .left-section img {
    width: 100%;
    margin-top: 20px;
    margin-left: -60px;
    width: 100%;
    height: auto;
    min-height: 360px;
    object-fit: cover; 
}

.container-topics .right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 25%;
}

.container-topics .right-section .feature {
    display: flex;
    align-items: flex-start;
    max-width: 517px;
}

.container-topics .right-section .feature i {
    color: #155CB6;
    font-size: 20px;
}

.container-topics .right-section .feature h2 {
    color: #155CB6;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 120%;
}

.container-topics .right-section p {
    font-size: 16px;
    color: #9696A6;
    line-height: 24px;
    padding-top: 15px;
}

.container-topics .divider {
    max-width: 517px;
    height: 1px;
    background: #B4B9C9;
    margin: 20px 0 20px;
}

.container-topics .btn {
    background: #1746A2;
    color: white;
    border: none;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px;
}

.container-topics .btn:hover {
    background: #122c77;
}

.container-destaque {
    display: flex;
    flex-direction: column;
}
.container-destaque .text-box {
    background-color: #fff;
    padding: 40px 0px 20px 15%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.container-destaque .decoration {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
    z-index: 999;
}
.container-destaque .decoration img{
    position: absolute;
}
.container-destaque .square {
    width: 20px;
    height: 20px;
    background-color: #0056b3;
    border-radius: 4px;
}
.container-destaque .line {
    width: 2px;
    height: 60px;
    background-color: #ccc;
    margin-top: 10px;
}
.container-destaque .text-content{
    padding-left: 30px;
}
.container-destaque .text-content h1 {
    color: #0056b3;
    font-size: 42px;
    font-weight: 400;
    max-width: 80%;
}
.container-destaque .text-content p {
    margin: 10px 0 0 0;
    max-width: 75%;
    font-size: 16px;
    font-weight: 400;
}
.container-destaque .cta-button {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
.container-destaque .image-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    padding-top: 20px;
}

.container-destaque-2 {
    display: flex;
}
.container-destaque-2 .text-box-2 {
    background-color: #fff;
    padding: 40px 0px 20px 15%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 50%;
}
.container-destaque-2 .decoration-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
    margin-top: -210px;
}
.container-destaque-2 .square-2 {
    width: 20px;
    height: 20px;
    background-color: #0056b3;
    border-radius: 4px;
}
.container-destaque-2 .line-2 {
    width: 2px;
    height: 60px;
    background-color: #ccc;
    margin-top: 10px;
}
.container-destaque-2 .text-content-2 {
    padding-right: 35px;
}
.container-destaque-2 .text-content-2 h1 {
    color: #0056b3;
    font-size: 42px;
    font-weight: 400;
}
.container-destaque-2 .text-content-2 p {
    margin: 10px 0;
    color: #333;
}
.container-destaque-2 .cta-button-2 {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
.container-destaque-2 .image-box-2{
    /*margin-top: -250px;*/
    max-width: 50%;
    width: 100%;
}
.container-destaque-2 .image-box-2 img {
    width: 100%;
    display: block;
}

.container-destaque-3 {
    display: flex;
}
.container-destaque-3 .text-box-3 {
    background-color: #fff;
    padding: 40px 0px 20px 150px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 50%;
}
.container-destaque-3 .decoration-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
.container-destaque-3 .square-3 {
    width: 20px;
    height: 20px;
    background-color: #0056b3;
    border-radius: 4px;
}
.container-destaque-3 .line-3 {
    width: 2px;
    height: 60px;
    background-color: #ccc;
    margin-top: 10px;
}
.container-destaque-3 .text-content-3 h1 {
    color: #0056b3;
    font-size: 42px;
    font-weight: bold;
}
.container-destaque-3 .text-content-3 p {
    margin: 10px 0;
    color: #333;
}
.container-destaque-3 .text-content-3 img {
    max-width: 100%;
}
.container-destaque-3 .cta-button-3 {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
.container-destaque-3 .image-box-3{
    /*margin-top: -250px;*/
    max-width: 50%;
}
.container-destaque-3 .image-box-3 img {
    width: 100%;
    display: block;
}

.experience {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 40px;
}

.experience .content {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;
}

.experience h1 {
    color: #1d4ed8;
    font-size: 42px;
    margin-bottom: 10px;
}

.experience button {
    background: #1d4ed8;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.experience .image {
    flex: 1;
    max-width: 50%;
}

.experience img {
    width: 100%;
    border-radius: 5px;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 100%;
    border-radius: 10px;
}

.slider-container-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider-2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-2 img {
    width: 100%;
    border-radius: 10px;
}

.buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.buttons button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.3vw;
    border-radius: 5px;
}

.buttons button:hover {
    background: rgba(0, 0, 0, 0.8);
}
.main-newsletter{
padding: 70px;
}
.banner-secondary{
padding-top: 70px;
}

.banner-2-content {
font-size: 1.3vw;
font-weight: bold;
max-width: 40%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
}

body {
background-color: #ffffff;
color: #333;
}

main{
padding-right:182px;
padding-left: 182px;
justify-content: center;
display: grid;
}

.btn-primary-review, .btn-secondary {
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
font-size: 1.1vw;
}

.btn-primary-review {
background: #155cb6;
color: white;
font-size: 16px;
line-height: 100%;
font-weight: 700;
}

.btn-feature {
max-width: 200px;
width: 100%;
}

.btn-newsletter{
width:100%;
max-width:396px;
font-size: 1.2vw;
background-color: #2575E8;
text-decoration: none;
display: flow;
}

.content-item {
width: 100%;
max-width: 400px;
}

.features {
display: flex;
padding-top: 40px;
gap: 91px;
align-items: center;
justify-content: center;
}

.features h2{
font-size: 2vw;
color: #155cb6;
line-height: 160%;
}

.features p{
line-height: 160%;
font-size: 1.2vw;
}

.feature-item {
flex: 1;
color: #1e1e21;
display: grid;
/*width: 100%;
max-width: 433px;*/
}

.feature-image {
flex: 1;
/*width: 100%;
max-width: 549px;*/
}

.feature-image img {
width: 100%;
}

.chamada {
display: flex;
padding-top: 70px;
justify-content: center;
gap: 30px;
padding-bottom: 70px;
}

.chamada h2{
font-size: 2vw;
color: #155cb6;
line-height: 120%;
}

.chamada p{
line-height: 160%;
font-size: 1.2vw;
}

.chamada-item {
flex: 1;
color: #1e1e21;
/*width: 100%;
max-width: 433px;*/
}

.chamada-image {
flex: 1;
/*width: 100%;
max-width: 549px;*/
}

.chamada-image img {
width: 100%;
}

.reverse {
flex-direction: row-reverse;
gap: 60px !important; 
padding-top: 20px;
padding-bottom: 60px;
}



.banner .banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(21, 92, 182, 0.8);
filter: brightness(0.7);
}

.banner-content {
transform: inherit;
color: white;
text-align: center;
padding-top: 50px;
font-size: 1.8vw;
color: white;
line-height: 160%;
}

.banner-content h2{
padding-bottom: 10px;
}

.btn-secondary {
background: #fff;
color: #155cb6;
border: 2px solid #155cb6;
width: 100%;
max-width: 232px;
}

.reviews {
padding: 40px;
text-align: center;
}

.review-section {
   padding-top: 60px;
}
.review-content h2 {
    font-size: 2vw;
    color: #155cb6;
    line-height: 160%;
}
.review-content p {
    font-size: 1.2vw;
    color: #333;
    max-width: 60%;
    line-height: 160%;
}
.review-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.review-video {
    flex: 2;
    position: relative;
    width: 100%;
    max-width: 900px;
}
.review-video img {
    width: 100%;
    border-radius: 8px;
}
.video-info {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    font-size: 1vw;
    padding-bottom: 10px;
}
.video-info .tag {
     background: #fff;
    color: #155cb6;
    border: 1px solid rgb(130 174 231 / 80%);
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
}
.video-info .time{
    color: #393C40;
    padding-top: 5px;
}
.review-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 346px;
}
.filter {
    padding: 10px;
    font-size: 1vw;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.video-display iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.video-list {
    margin-top: 10px;
    overflow-y: auto;
    max-height: 400px;
}
.video-item {
    display: flex;
    align-items: center;
    background: #DFDFDF;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    gap: 10px;
    min-height: 134px;
    cursor: pointer;
}
.video-item img {
    width: 80px;
    height: 60px;
    border-radius: 4px;
}
.video-text button {
    font-size: 1vw;
    padding: 5px 8px 5px 8px;
    width: 100%;
    max-width: 126px;
}
.video-text p {
    padding-top: 10px;
    font-size: 1.3vw;
    color: #555;
    margin: 0;
}
.video-item.active {
    background: #155CB6;
    color: white;
}
.video-item.active button{
    color: #155CB6;
    background-color: white;
}
.video-item.active p {
    color: white;
}
.review-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.btn {
    background: #002F87;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 1vw;
    cursor: pointer;
    border-radius: 4px;
}
.current-page {
    font-size: 1vw;
    color: #555;
}


.search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 92, 182, 0.9);
}


.newsletter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 112, 255, 0.6), rgba(255, 255, 255, 0.6));
}
.search-content {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.search-content h1{
    font-size: 2vw;
    color: white;
    max-width: 500px;
}
.search-content p{
    font-size: 1.2vw;
    opacity: 80%;
    max-width: 500px;
}

.highlight {
    background: white;
    color: blue;
    padding: 5px 10px;
    border-radius: 5px;
}
.search-box {
position: relative;
display: flex;
align-items: center;
width: 100%;
max-width: 400px; /* Ajuste o tamanho conforme necessário */
border: 1px solid #ccc;
overflow: hidden;
height: 70px;
min-width: 700px;
background-color: #f2f2f2;
}

.search-box input {
width: 100%;
padding: 10px 40px 10px 15px; /* Ajuste o espaço interno */
border: none;
outline: none;
font-size: 1vw;
}

.search-box button {
position: absolute;
right: 10px;
background: none;
border: none;
cursor: pointer;
padding: 5px;
}

.search-box button img {
width: 30px; /* Ajuste o tamanho da lupa */
height: 30px;
}
.filter-btn {
    background: blue;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1vw;
}

.element-mobile{
    display: none;
}

.icon-mobile{
    display: none;
}

.image-depoimento-mobile{
    display: none;
}

.carousel-container {
    width: 100%;
    max-width: 80%;
    overflow: hidden;
    margin: auto;
    position: relative;
    padding-top: 50px;
}

.carousel-container .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-container .slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.carousel-container img {
    width: 100%;
    height: 316px;
    object-fit: cover;
    display: block;
}

.carousel img {
    user-select: none;
    pointer-events: none;
}

.carousel-container .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.responsive-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    display: block;
}

/* Modal */
.cta-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }

  .cta-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }

  .cta-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    border: none;
  }

.carousel-container .prev { left: 10px; }
.carousel-container .next { right: 10px; }

.desk-block{
    display: block;
}
.mobile-block{
    display: none;
}

@media (min-width: 1280px) {
    .container-destaque .text-content{
        max-width: 50%;
    }
}

@media (min-width: 901px) {
    .carousel-container .slide {
        min-width: 50%; /* Dois slides por vez */
    }
}

@media (max-width: 480px) {
    .left-section-mobile .container-destaque .text-content h1 {
        color: #0056b3;
        font-size: 32px;
        font-weight: 400;
        max-width: 85%;
    }
    .container-destaque .text-content p {
        max-width: 95%;
    }
    .container-destaque .image-box img {
        padding-top: 25px;
    }
    .container-destaque .image-box {
        padding-right: 20px;
    }
    .div-com-bg .form-container {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 0;
    }
    .carousel-container {
        padding-top: 0;
    }
    .carousel-container .slide {
        max-height: 198px;
        object-fit: cover;
        border-radius: 5px;
    }
    .container-destaque{
        padding-top: 0;
    }
    .pt-top-mobile{
        padding-top: 40px;
    }
    .container-destaque-2 .text-content-2 {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .review-container {
        flex-direction: column;
    }
    .review-sidebar {
        order: -1;
    }
    .features {
        flex-direction: column;
        text-align: center;
    }
    
    .reverse {
        flex-direction: column;
    }
    .container-topics .right-section {
        max-width: 100%;
    }
    .review-content {
        flex-direction: column;
    }
    .experience, .cta-container {
        flex-direction: column;
    }

    .experience .content, .experience .image {
        max-width: 100%;
        text-align: center;
    }

    .cta-container img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hero-content{
        position: absolute;
        top: 5%;
        left: 0;
        transform: initial;
        z-index: 2;
        color: white;
        text-align: left;
        max-width: 100%;
        padding: 30px 25px 30px 25px;
    }
    .hero-content h1{
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .hero-content p{
        font-size: 16px;
        opacity: 1;
    }
    .btn-primary-review, .btn-secondary {
        font-size: unset;
        height: 45px;
    }
    .container-destaque .text-content h1 {
        color: #0056b3;
        font-size: 32px;
        font-weight: 400;
        max-width: 90%;
    }
    .container-destaque .text-content {
        max-width: 100%;
    }
    .container-destaque .text-box {
        padding: 0;
        padding-left: 20px;
    }
    .container-destaque .image-box img {
        padding-left: 20px;
        height: auto;
    }
    .element{
        display: none;
    }
    
    .icon{
        display: none;
    }
    .element-mobile{
        display: block;
        margin-top: -100px;
        margin-left: 15px;
    }
    
    .icon-mobile{
        display: block;
        padding-bottom: 20px;
    }

    .container-destaque-2{
        padding-bottom: 40px;
    }

    .container-destaque-2 .text-content-2 h1 {
        color: #0056b3;
        font-size: 32px;
        font-weight: 400;
    }
}

@media (max-width: 900px) {
    .desk-block{
        display: none !important;
    }
    .mobile-block{
        display: block;
    }
    .container-topics{
        display: block;
    }
    .container-topics .image-line {
       display: none;
    }
    .container-destaque-mobile {
        display: flex;
        flex-direction: column;
    }
    .container-destaque .image-box img {
        padding-left: 20px;
    }
    .container-topics {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-topics .right-section {
        padding-right: 10%;
        padding-top: 10%;
        padding-left: 20px;
    }
    .container-destaque-2 .decoration-2 {
        margin-top: 0;
    }
    .container-destaque-2 .text-box-2 {
        padding: 40px 0px 10px 20px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 100%;
    }
    .container-destaque-2 .image-box-2 {
        display: none;
    }
    .image-depoimento-mobile{
        display: block;
        width: 100%;
    }
}