@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;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    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: 0;
}

@-moz-document url-prefix() {
    .slider > img {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.slider-container-2 {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    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: 0;
}

@-moz-document url-prefix() {
    .slider-2 > img {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

.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-2-content {
font-size: 36px;
font-weight: 700;
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:15%;
padding-left: 15%;
justify-content: center;
display: grid;
}

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

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

@media (max-width: 1024px) {
    .hero-content {
        max-width: 50%;
    }
}

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

.hero-content p{
    opacity: 80%;
    font-size: 16px;
}

.btn-primary-review, .btn-secondary-review {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary-review {
    background: #155cb6;
    color: white;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
}

.btn-feature {
max-width: 240px;
width: 100%;
align-items: center;
text-align: center;
display: grid;
}

.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: 70px;
/*gap: 91px;*/
align-items: center;
justify-content: center;
}

.features h2{
font-size: 36px;
color: #155cb6;
line-height: 120%;
font-weight: 700;
}

.features p{
line-height: 160%;
font-size: 20px;
margin-bottom: 20px;
color: #1E1E21;
}

.feature-item {
color: #1e1e21;
display: grid;
text-align: left;
width: 55%;
}

.margin-feature-item{
    padding-left:8%
}

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

.feature-image img {
width: 100%;
min-height: 385px;
}

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

.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-item h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.chamada-item p{
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

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

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

.reverse {
flex-direction: row-reverse;
gap: 60px !important; 
padding-top: 80px;
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: 40px;
color: white;
}

.banner-content h2{
font-size: 36px;
line-height: 120%;
padding-bottom: 10px;
font-weight: 700;
}

.btn-secondary-review {
background: #fff;
color: #155cb6;
border: 1px solid #155cb6;
width: 100%;
max-width: 232px;
height: 44px;
padding: 15px 30px 15px 30px;
text-align: center;
display: inline-table;
align-items: center;
}

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

.review-section {
   padding-top: 60px;
   padding-bottom: 60px;
}
.review-content h2 {
    font-size: 36px;
    color: #155cb6;
    line-height: 100%;
}
.review-content p {
    font-size: 20px;
    color: #1E1E21;
    max-width: 60%;
    line-height: 160%;
}
.review-container {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.review-video {
    flex: 2;
    position: relative;
    width: 100%;
    max-width: 90%;
    min-width: 452px;
}
.review-video p{
    color: #393C40;
    font-weight: 700;
    font-size: 20px;
}
.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%;
    min-width: 346px;
    padding-left: 25px;
}
.filter {
    padding: 10px;
    font-size: 1vw;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.video-display iframe {
    width: 100%;
    height: 400px;
}
.video-list {
    margin-top: 10px;
    overflow-y: auto;
    max-height: 380px;
}
.video-item {
    display: flex;
    align-items: center;
    background: #DFDFDF;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    gap: 10px;
    min-height: 134px;
    cursor: pointer;
    transition: background-image 0.3s ease;
}
.gradient-overlay {
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.4), rgba(255, 255, 255, 0.1));
    opacity: 0.7;
  }
.video-item img {
    width: 35%;
    border-radius: 5px;
}
.video-text button {
    font-size: 13px;
    padding: 5px 8px 5px 8px;
    min-width: 100px;
}
.video-text p {
    padding-top: 5px;
    font-size: 16px;
    color: #7D7C7C;
    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.7), rgba(255, 255, 255, 0.7));*/
    background: rgba(30, 88, 163, 1);
    opacity: 0.8;
}
.search-content {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.search-content h1{
    font-size: 36px;
    font-weight: 700;
    color: white;
    max-width: 500px;
    line-height: 100%;
}
.search-content p{
    font-size: 20px;
    opacity: 80%;
    max-width: 500px;
    line-height: 100%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}

.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;
border: 1px solid #F2F2F2;
overflow: hidden;
height: 70px;
min-width: 700px;
background-color: white;
border-radius: 5px;
}

.search-box input {
width: 100%;
padding: 15px;
border: none;
outline: none;
font-size: 1vw;
background-color: #F2F2F2;
font-size: 16px;
border-radius: 5px;
height: 56px;
margin: 15px;
}

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

.search-box button img {
    margin-right: 15px;
}
.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;
}
.video-list-mobile{
    display: none;
}
.banner-3{
    display: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.count-slides{
    background-color: #D3D2DA;
    border-radius: 25px;
    height: 32px;
    display: inline-block;
    width: 62px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
.count-slides{
    margin-right: 10px;
}
.share-icon{
    margin-right: 10px;
}
.prev-icon{
    margin-right: 10px;
}
.feature-image img {
    object-fit: cover;
}

/* 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;
  }

  .container-share {
    display: inline-block;
    position: relative;
  }

  .container-share .image {
    display: block;
    cursor: pointer;
  }

  .container-share .icon-box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    background-color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: flex;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
  }

  .container-share .icon-box.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .container-share .icon-box i {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .container-share .icon-box i:hover {
    color: #007bff;
  }

  .card-container {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    flex-wrap: wrap;
  }

  .card-container .card {
    width: 30%;
    border-radius: 10px;
    border: 0 !important;
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 25px;
  }

  .card-container .card img {
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 226px;
    object-fit: cover;
  }

  .card-container .card-button {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #155CB6;
    font-weight: bold;
  }

  .card-container .card-button span{
    background-color: #E4E4E8;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
  }

  .card-container .card-button img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  .card-container .card-text {
    font-size: 20px;
    line-height: 140%;
    color: #333333;
    font-weight: 600;
  }

  .card-container .card-text a{
    color: #333333;
    font-weight: 600;
  }

  .div-load{
    text-align: center;
    padding-top: 50px;
  }

  .btn-load{
    padding: 8px 5px 5px 5px;
    font-size: 18px;
    font-weight: 700;
  }

  .container-default .newsletter-content {
    height: auto;
}

.newsletter-form-fake-area {    
    display: flex;
    justify-content: center;
    width: 50%;
}

.newsletter-form-fake {
    justify-content: center;
    flex-direction: column;    
    padding-bottom: 25px;
    margin-bottom: 8px;
    height: auto;
}

.newsletter-form-fake .fields-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-form-fake .newsletter-title {
    font-family: Estado Headline;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #FFFFFF;
}

.newsletter-form-fake .newsletter-sub-title {
    font-family: Lato;
    font-size: 12.8px;
    font-weight: 500;
    line-height: 15.36px;
    text-align: left;
    color: #FFFFFF;
}

.newsletter-form-fake .newsletter-footer-text {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.newsletter-form-fake input {
    border-radius: 5px;   
}

.newsletter-form-fake input[type="checkbox"] {
    cursor: pointer;   
}

.newsletter-form-fake input:not([type="checkbox"]) {
    color: #155CB6;
    border: 0;
    height: 46px;
    width: 100%;
    display: inline-flex;
}

.newsletter-form-fake input:not([type="checkbox"]):not([type="submit"]) {
    padding: 16px 10px;
}

.newsletter-form-fake input:not([type="checkbox"])::placeholder {
    color: #155CB6;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.newsletter-form-fake .fields-area {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 18px;
    margin-bottom: 6px;
}

.newsletter-form-fake .checkbox-area {
    text-align: left;
    font-size: 14px;
    justify-content: center;
    display: flex;
}

.newsletter-form-fake .checkbox-area input[type="checkbox"] ~ label {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.newsletter-form-fake p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.newsletter-form-fake p a {
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-decoration: underline !important;
    color: #FFFFFF;
}

.newsletter-form-fake .btn-newsletter-form-fake {
    align-self: center;
    color: #155CB6;
    background-color: #ffffff;
    cursor: pointer;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    height: 40px;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 0px;
    max-width: 558px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    font-weight: 700;
}

  @media (max-width: 700px) {
    .card-container {
      flex-direction: column;
      align-items: center;
    }
    .hero{
        height: 300px;
        margin-top: 40px;
    }
  }

@media (max-width: 480px) {
    .features h2{
        max-width: 70%;
        font-size: 32px;
    }
    main{
        padding: 20px;
    }
    .review-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .chamada{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .card-container {
        padding-top: 0;
        width: 100%
    }
    .pt-35{
        padding-top: 35px;
    }
    .btn-load{
        max-width: 228px;
    }
}

@media (max-width: 900px) {
    .card-container .card {
        width: 100%;
    }
    .feature-item {
        padding: 0;
        width: 100%;
    }
    .margin-feature-item{
        padding-left: 0;
    }
    .reverse {
        flex-direction: row-reverse;
        gap: 30px !important; 
        padding-top: 20px;
        padding-bottom: 40px;
        }
    .hero-content{
        position: absolute;
        top: 5%;
        left: 0;
        transform: initial;
        z-index: 2;
        color: white;
        text-align: left;
        max-width: 100%;
        padding: 30px;
    }
    .hero-content h1{
        font-size: 32px;
        font-weight: 700;
        line-height: 113%;
        max-width: 70%;
    }
    
    .hero-content p{
        padding-top: 15px;
        font-size: 16px;
        line-height: 120%;
    }
    
    .btn-primary-review, .btn-secondary-review {
        font-size: unset;
        height: 45px;
        max-width: 280px;
    }
    .review-container {
        flex-direction: column;
    }
    .review-sidebar {
        order: -1;
    }
    .features {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-top: 40px;
    }
    .count-slides{
        margin-right: 17px;
    }
    .share-icon{
        margin-right: 17px;
    }
    .prev-icon{
        margin-right: 17px;
    }
    /*.banner {
        min-height: 383px;
    }*/
    .banner-content h2{
        padding: 25px;
    }
    .reverse {
        flex-direction: column;
    }

    .review-content {
        flex-direction: column;
    }
    .review-content h2 {
        font-weight: 700;
    }
    .review-content p {
        max-width: 100%;
    }
    .review-video {
        min-width: 100%;
    }
    .review-sidebar {
        padding-left: 0;
    }
    .filter{
        display: none;
    }
    .video-info {
        font-size: initial;
    }
    .review-video p{
        font-size: 20px;
    }
    .video-list{
        display: none;
    }
    .video-list-mobile{
        margin-top: 0;
        overflow-y: auto;
        max-height: 380px;
        display: block;
    }
    .banner-secondary{
        display: none;
    }
    .banner-3{
        display: block;
        min-height: 383px;
    }
    .chamada {
        display: inline-grid;
    }
    .chamada-image img {
        height: 317px;
        object-fit: cover;
    }
    .chamada-item h2{
        max-width: 70%;
    }
    .search-content h1{
        font-size: 28px !important;
        max-width: 80%;
        display: inline-block;
    }
    .search-content p{
        max-width: 300px;
    }
    .search-box {
        min-width: 300px;
        border-radius: 5px;
        background-color: white;
        height: 56px;
        max-width: 90%;
    }
    .search-box input {
        color: #707070;
        margin: 0;
    }
    .search-box button img {
        margin-right: 0;
    }
    .news{
        padding: 15px;
    }
    .search-section{
        margin-bottom: 50px;
        border-radius: 5px;
    }
    .search-overlay {
        border-radius: 5px;
    }
    .main-newsletter{
        padding-top: 40px;
        padding: 0;
        margin-bottom: 40px;
        padding-top: 80px;
    }
    .newsletter-section{
        border-radius: 15px;
    }
    .newsletter-overlay {
        border-radius: 15px;
    }
    .newsletter-form-fake-area {
        width: 80%;
    }
    .newsletter-form-fake-area .radius{
        border-radius: 10px;
    }
    .newsletter-form-fake-area .span{
        max-width: 100% !important;
    }
    .newsletter-form-fake .newsletter-title {
        font-family: Estado Headline;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
    }
    .search-content {
        padding-top: 30px;
    }
    .newsletter-overlay {
        background: rgba(30, 88, 163, 1);
        opacity: 0.8;
    }
}