:root {
    --primary-dark: #1a1a1a;
    --primary-orange: #f57c00;
    --primary-orange-dark: #e65100;
    --accent-yellow: #ffb300;
    --bg-light: #f5f5f5;
    --bg-white: #ffffff;
    --text-dark: #212121;
    --text-gray: #757575;
    --whatsapp-green: #25D366;
    --border-gray: #e0e0e0;
}

.square-radiu{
    aspect-ratio: 4/4;
    width: 100%;
    display: block;
    overflow: hidden;
}

.square-radiu img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.table-default table th{
border:2px solid var(--primary-orange-dark);
border-color: var(--primary-orange-dark)!important;
color:var(--primary-orange-dark);
}

.table-default table{
    border-collapse: collapse;
}

.table-default table th,
.table-default table td{
    border:2px solid var(--primary-orange-dark);
    font-weight: bold;
}

.table-default table th{
    color:var(--primary-orange-dark);
}

.figure-card{
    aspect-ratio: 4/3;
    height: auto;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}
.text-card h3 {
    color: var(--primary-orange-dark);
    font-size: 1.7rem;
    margin: 8px 0px 0px 0px;
}
.figure-card img{
    object-fit: cover;
}
.slide-depoimentos {
  margin: 0 -10px;
   height: 270px;
}
.card-method{
    padding: 9px 6px;
    border-radius: 9px;
    width: 100%;
    font-size: 1.2rem;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
#footerSection .features-icons span {
    font-size: 1.2rem;
}
.slide-depoimentos .slick-slide {
    padding: 0 10px;
}
.landing-default p{
    font-size: 1.2rem;
}
.landing-default{
	background: var(--bg-white);
    padding: 14px 0px;
}
.d-md-flex{
    display: flex;
}
.landing-default .content{
	margin-bottom: 10px;
	min-height: 185px;
}
.landing-default .titulo{
    position: relative;
	text-align: left;
    z-index: 1;
}
.landing-default figure {
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
}
.landing-default figure img{
	border-radius: 10px;
}
.position-relative{
    position: relative;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-item-center{
	align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content{
	justify-content: center;
}
.flex-column{
   flex-direction: column;
}

.text-start{
  text-align: start;
}
.text-center{
  text-align: center;
}
.position-sticky{
    position: sticky;
}
.top-1{
    top:7rem;
}


.gap-1{gap:1rem} .gap-2{gap:1.2rem;} .gap-3{gap:1.5rem;} .gap-4{gap:1.8rem;} .gap-5{gap:2rem;}

.nowrap{
	flex-wrap: wrap;
}
.w-100{
    width: 100%;
}
.features-icons{
	padding: 10px 0px 5px 0px;
}
.features-icons span {
    background-color: transparent;
    border: 1.5px solid var(--primary-orange);
    color: var(--primary-orange);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}
.features-icons span:hover{
	border: 1.5px solid var(--whatsapp-green);
    color: var(--whatsapp-green);
}
.cta-01{
    margin-bottom: 20px;
}
.btn-whatsapp-hero, .btn-hero-call-form{
    font-size: 1.2rem;
    padding: 10px 29px;
    height: auto;
    line-height: normal;
    border-radius: 30px;
    text-transform: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.btn-whatsapp-hero, .most{
    background-color: var(--whatsapp-green) ;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.most{
      border-radius: 10px;
    padding: 1px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-hero-call-form{
    background-color: var(--primary-orange);
    color:  var(--bg-white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    font-size: 1rem;
}
.info-credits{
   background: #000000; 
}
.btn-whatsapp-hero, .btn-hero-call-form {
    width: 100%;
}
.card-spec{
    color: #ffffff;
    min-height: 114px;
}
.card-spec .hyper{
    margin: 0;
    display: block;
    font-size: 2rem;
    background-image: -webkit-linear-gradient(left, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
    background-image: linear-gradient(to right, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
    color: transparent;
    background-clip: text;
    font-weight: 700;
}
.card-spec p{
    font-size: 1.2rem;
    line-height: normal;
    font-weight: bold;
}
.measure-items{
    min-height: 100px;
}
.measure-items .spec-dotted{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    flex-wrap: wrap;
    white-space: break-spaces;
    padding: 0px;
    font-size: 0.8rem;
    font-weight: 900;
    text-replace: all 400ms ease-in-out;
    cursor: pointer;
}
.measure-items .spec-dotted:hover{
    transform: scale(1.03);
}
.measure-items p {
    margin: 5px 0px;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: normal;
    color: #e5440b;
}

.border-gradient{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.border-gradient:after{
    content: "";
    width: 100%;
    height: 5px;
    bottom: -5px;
    position: absolute;
        background-image: -webkit-linear-gradient(left, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
    background-image: linear-gradient(to right, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
}
.measure-items .spec-dotted::after{
    content: "";
    display: flex;
    color: #ff0000;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:linear-gradient(to right,#000000 4%,#000000 28%,#000000 57%,#000000 99%);
    -webkit-mask:radial-gradient(circle, #000 65%, transparent 70%) top/12px 3px repeat-x,radial-gradient(circle, #000 65%, transparent 70%) bottom/12px 3px repeat-x,radial-gradient(circle, #000 65%, transparent 70%) left/3px 12px repeat-y,radial-gradient(circle, #000 65%, transparent 70%) right/3px 12px repeat-y;
    mask:radial-gradient(circle, #000 65%, transparent 70%) top/12px 3px repeat-x,radial-gradient(circle, #000 65%, transparent 70%) bottom/12px 3px repeat-x,radial-gradient(circle, #000 65%, transparent 70%) left/3px 12px repeat-y,radial-gradient(circle, #000 65%, transparent 70%) right/3px 12px repeat-y;
}
.btn-pdf {
    border: none;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 26px;
    line-height: normal;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    display: block;
    color: #ffffff;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(left, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
    background-image: linear-gradient(to right, #fead0c 4%, #e5840b 28%, #fc6801 57%, #fc6801 57%, #fe280c 99%);
}
.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.lh-list{
    min-height: 135px;
}
.product-another{
    margin-bottom: 20px;
}
.product-another h3{
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
}
.product-another p {margin: 5px 0px;  font-size: 1.2rem;}
.product-another .text-contain {
    position: relative;
    min-height: 100px;
    padding-left: 15px;
}
.product-another .text-contain::before{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 2px;
    width: 2px;
    height: 50%;
    display: block;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
}
.check-list{
    padding: 0;
}
.check-list li{
    font-size: 1.2rem;
    position: relative;
    left: 0;
    color: #000000;
    line-height: normal;
    margin-bottom: 11px;
    display: flex;
    gap: 4px;
}
.check-list li::before{
    content: "";
}
.landing-default .titulo-2{
    margin: 0;
    font-size: 1.7rem;
    font-weight: 800;
    color: #e5440b;
}
.landing-default .titulo-3 {
    font-size: 1.9rem;
    color: #ffffff;
    font-weight: 700;
}
.landing-default .titulo-4 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}
.landing-default .text-content{
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
}
.landing-default .title-border-bottom{
    position: relative;
    padding-bottom: 5px;

}
.landing-default .title-border-bottom:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    width: 70%;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
}
.type-2 .card-spec {
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 24px;
}
.type-2 .card-spec .hyper {
    font-size: 1.5rem;
}
.vhideen{
        overflow: hidden;
}
.slide-depoimentos{
    position: relative;
}
.expandir .text-testimonials{
    min-height: auto;
}

.expandir .testimonials-item{
    margin-bottom: 20px;
}

.expandir .read-more-testimonials{
    display: none;
}

.read-more-testimonials2{
    color: #f9b03d;
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 16px auto;
    text-decoration: underline;
    line-height: normal;
    font-size: 1.6rem;
    min-width: 100px;
    text-align: center;
    display: block;
    width: fit-content;
}

.testimonials-list{
    position: relative;
}
.text-testimonials {
    min-height: 100px;
}

.testimonials-item {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0,0,0, 0.2);
    padding: 14px 21px;
    border-radius: 7px 21px 7px 21px;
    margin: 0px 5px;
}
.testimonials-item .name{
    font-size: 1.9rem;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

.read-more-testimonials{
  position:relative;
     color: #f9b03d;
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    line-height: normal;
    font-size: 1.2rem;
    min-width: 100px;
}

.read-more-testimonials::after{
    content: "Ler mais";
    color: #f9b03d;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.active .read-more-testimonials::after{
  content:attr(data-active);
}
.testimonials-item .testimonials{
    margin: 10px 0px 10px 0px;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 300ms ease-in-out;
    font-size: 1rem;
}
.testimonials-item.active .testimonials{
  display: -webkit-box;
  -webkit-line-clamp: unset; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.icon-svg{
    width: 24px;
    height: 24px;
    display: inline-block;
        background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
}
.rating, .testimonials-item .rating{
    -webkit-mask: url("../images/icones/star.svg") center / contain no-repeat;
    transition: all 200ms ease-in-out;
}
.active.rating, .testimonials-item .rating.active{
    -webkit-mask: url("../images/icones/star-active.svg") center / contain no-repeat;
     transition: all 200ms ease-in-out;
}

.rating:hover{
    transform: scale(1.1) rotate(10deg);
}
.position-relative{
    position: relative;
}
.landing-default .button-prev, .landing-default .button-next{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 33%;
    z-index: 99999;
    display: block;
    -webkit-mask: url("../images/icones/arrow.svg") center / contain no-repeat;
    transition: all 200ms ease-in-out;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
    cursor: pointer;
} 

.landing-default .button-prev {
    left: -50px;
    transform: rotate(182deg);

}
.landing-default .button-next{
   right: -50px;
}

.landing-default .gallery figure figcaption{
        position: absolute;
    left: 4px;
    bottom: 9px;
    font-size: 1rem;
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 10px;
    text-align: start;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
}
.list-inline{
    padding: 0;
    margin: 0;
}
.list-inline li:after{
    content: "";
    position: absolute;
    left: 0;
    top:40%;
     background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
     width: 5px;
     height: 5px;
     display: block;
     border-radius: 100%;
}
.list-inline li:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:0px;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
    width: 0%;
    height: 2px;
    display: block;
    transition: all 400ms ease-in-out;
}
.list-inline li:hover:before{
    width: 100%;
}
.list-inline li{
    position: relative;
    padding-inline: 16px;
    display: inline-block;
    cursor: pointer;
}
.item-action-description {
    font-size: 1.6rem;
    font-weight: 700;
}
.default-accordion,
.default-accordion .collapsible,
.default-accordion .collapsible li,
.default-accordion .collapsible-header,
.default-accordion .collapsible-body{
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
.shadow-slide{
    position: relative;
    overflow: hidden;
}

.shadow-slide:before,
.shadow-slide:after{
    content: "";
    position: absolute;
    top: 0;
    width: 120px; /* largura do fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
#footerSection .call-section .btn-whatsapp-hero, #footerSection .call-section .btn-hero-call-form{
    width: 50%;
}

.shadow-slide:before{
    left: 0;
    background: linear-gradient(
        to right,
        #fff 0%,
        rgba(255,255,255,0) 100%
    );
}

.shadow-slide:after{
    right: 0;
    background: linear-gradient(
        to left,
        #fff 0%,
        rgba(255,255,255,0) 100%
    );
}
.slide-clients .slick-track {
    display: flex;
    align-items: center;
}
.slide-clients {
    margin: 0 -40px;
}
.slide-clients .slick-slide {
     padding: 0 4.6%;
}
.landing-default .slide-clients  figure{
    filter: none;
}
.landing-default .slide-clients .swiper-slide{
    margin: 0px 30px;
}
.default-accordion li{
     margin: 0px 0px 33px 0px;
}
.default-accordion .collapsible-header{
    padding-right: 40px;
    min-height: auto;
}
.default-accordion .collapsible-header h3{ 
    position: relative;
    font-size: 1.6rem;
    margin: 0px 0px 20px 0px;
    width: 100%;
    padding-left: 15px;
}
.default-accordion .collapsible-header h3:before{
    content: "";
    position: absolute;
    display: block;
    left: -8px;
    top: 7px;
    -webkit-mask: url("../images/icones/arrow.svg") center center / contain no-repeat;
    mask: url("../images/icones/arrow.svg") center center / contain no-repeat;
    background: linear-gradient(to right, #fead0c 4%,#e5840b 28%,#fc6801 57%,#fe280c 99%);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    transform: rotate(
90deg);

}

 .default-accordion .active .collapsible-header h3:before{
    content: "";
    transform: rotate(271deg);
}

.default-accordion  .collapsible-body {
    padding: 0px 0px 5px 22px;
    margin-bottom: 10px;
}
.default-accordion  .collapsible-body p{
    margin: 0;
}

.default-accordion .collapsible-header h3:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    display: none;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.default-accordion li.active .collapsible-header h3:after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 14l5-5 5 5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.default-accordion *:focus{
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 1700px){
	.btn-whatsapp-hero{
		font-size: 1.7rem;
	}
	.btn-hero-call-form{
		font-size: 1.2rem;
	}
}

@media (max-width: 992px){
    .card-method{
        margin-bottom: 20px;
    }
    .button-next.depo-next,.button-prev.depo-prev{
        display: none!important;
    }
    #footerSection .call-section .btn-whatsapp-hero, #footerSection .call-section .btn-hero-call-form{
        width: 100%;
    }


    .btn-whatsapp-hero, .btn-hero-call-form {
        font-size: 1.1rem;
    }
    .landing-default .button-next,.landing-default .button-prev{
        display: none;
    }
    .call-section {
        margin-bottom: 30px;
    }
    .features-icons span {
        font-size: 0.6rem;
    }
    .flex-wrap-mobile{
        flex-wrap: wrap;
    }
    .measure-items {
        margin-bottom: 30px;
    }
    .card-spec {
        min-height: auto;
    }
    .landing-default .celular-btn {
        margin-left: auto;
    }
    .landing-default .titulo {
        font-size: 1.8rem;
    }
    .type-2 .card-spec .hyper {
        font-size: 1.4rem;
    }
    .card-spec p {
        padding: 0px 23px;
    }
    .item-action-description {
        font-size: 1rem;
    }
    .default-accordion .collapsible-header h3 {
        font-size: 1.2rem;
        padding-right: 35px;
    }
}