.bg-makler {
    background-color: #051C2C;
    overflow: hidden;
}
.btn-success {
    background-color: #6BCDB2 !important;
    color: #051C2C !important;
    will-change: transform;
    will-change: transition;
    will-change: animation;
    transform: all .2s;
    transition: all .2s;
    animation: all .2s;
}
.btn-success:hover {
    background-color: #6BCDB2 !important;
    color: #051C2C !important;
    filter:brightness(1.1);
}
.text-success{
    color: #6BCDB2 !important;
}
.btn-border-animado{
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.btn-border-animado:hover{
    border-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px !important; 
    padding-right: 25px !important;
}
.border-makler{
    border-radius: 20px;
    border-bottom-left-radius: 0px;
}

.dialog-makler{
    box-shadow: 0px 0px 6px #04FFF2;
    border-radius: 16px !important;
    padding: 0;
    border: none;
    overflow-x: hidden !important; 
}
.dialog-form-input{
    font-size: 14px;   
    padding: 10px;     
    border-radius: 5px; 
    width: 100%;       
    box-sizing: border-box; 
    
}
.dialog-form-input-borde{
    box-shadow: 0px 0px 6px #04FFF2;
}




.pricing-table-section {
    padding: 90px 0;
    background: linear-gradient(to bottom, #f6f8fb 0%, #ffffff 100%);
}

.pricing-wrapper {
    max-width: 1400px;
    margin: auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 180px repeat(6, 1fr);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(6,43,61,0.12);
}

/* COLUMNA LATERAL */
.pricing-side {
    background: linear-gradient(180deg, #0081a8, #62cab2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

/* COLUMNAS */
.pricing-col {
    background: #062b3d;
    color: #ffffff;
    transition: all 0.35s ease;
    position: relative;
}

.pricing-col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.08);
}

.pricing-col:hover {
    transform: translateY(-10px);
    background: #08384f;
    z-index: 2;
}

/* HEADER */
.pricing-head {
    background: #0d3a4f;
    text-align: center;
    padding: 22px;
    font-weight: 700;
    font-size: 28px;
    color: #6BDAB5;
    letter-spacing: .5px;
}

/* BODY */
.pricing-body {
    padding: 50px 20px;
    text-align: center;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.properties {
    font-size: 25px;
    opacity: 1;
    color: #ffffff;
    margin-top: 70px
}

.price {
    font-size: 15px;
    margin-top: 1px;
    color: #ffffff;
}

.price span {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
}

/* PLAN DESTACADO */
.pricing-col.featured {
    background: linear-gradient(180deg, #08384f, #062b3d);
    box-shadow: inset 0 0 0 2px #29c46f;
}

.pricing-col.featured .pricing-head {
    background: #29c46f;
    color: #062b3d;
}

/* PARTE INFERIOR */
.pricing-bottom {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 200px;
    align-items: center;
    gap: 20px;
}

.bottom-left {
    font-weight: 500;
    color: #062b3d;
}

.btn-planes {
    margin-top: 12px;
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    background: #062b3d;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;

    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-planes:hover {
    background: #29c46f;
    color: #062b3d;
}

.bottom-center {
    text-align: center;
    font-weight: 600;
    color: #062b3d;
}

.bottom-right {
    text-align: right;
}

.btn-contratar {
    background: #29c46f;
    color: #062b3d;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 800;
    transition: all .3s ease;

    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-contratar:hover {
    background: #1da85a;
    color: #fff;
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .pricing-side {
        padding: 25px;
    }

    .pricing-col {
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .pricing-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bottom-right {
        text-align: center;
    }
}




.testimonials-kutt{
    padding: 90px 0;
    background: linear-gradient(to bottom, #f6f8fb 0%, #ffffff 100%);
}

.testimonials-title{
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 45px;
  color: #062b3d; /* azul */
}

.testimonials-title span{
  color: #29c46f; /* verde */
}

.testimonials-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.t-card{
    background: #ffffff;
    border: 1px solid rgba(6, 43, 61, 0.12);
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    min-height: 320px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.t-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.09);
    border-color: rgba(41,196,111,0.35);
}

.t-top{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.t-star{
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(41,196,111,0.14);
    font-size: 18px;
    flex: 0 0 auto;
}

.t-quote-title{
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    color: #062b3d;
    margin: 0;
}

.t-text{
    color: rgba(6, 43, 61, 0.78);
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    flex: 1;
}

.t-footer{
    margin-top: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.t-name{
    font-weight: 800;
    color: #062b3d;
    font-size: 16px;
}

.t-meta{
    font-size: 13px;
    color: rgba(6, 43, 61, 0.65);
    margin-top: 3px;
}

.t-mark{
    font-size: 70px;
    line-height: 0.7;
    font-weight: 900;
    color: rgba(41,196,111,0.22); /* comillas decorativas */
    transform: translateY(8px);
}

/* Responsive */
@media (max-width: 992px){
    .testimonials-grid{ grid-template-columns: 1fr; }
    .testimonials-title{ font-size: 30px; }
}



.faq-section{
    padding: 80px 0;
    background: linear-gradient(to bottom, #f6f8fb 0%, #ffffff 100%);
}

.faq-header{
    text-align: center;
    margin-bottom: 40px;
}

.faq-title{
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #062b3d; /* azul oscuro */
}

.faq-subtitle{
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.1;
    color: #4b6572;
    font-size: 16px;
}

.faq-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
}

.faq-card{
    background: #062b3d; /* fondo azul */
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}

.faq-item{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 12px;
    transition: 0.25s ease;
}

.faq-item:last-child{
    margin-bottom: 0;
}

.faq-item[open]{
    background: rgba(126,195,182,0.14); /* menta suave */
    border-color: rgba(126,195,182,0.35);
}

.faq-item summary{
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: #c2f1ff; /* celeste */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

/* Icono +/– */
.faq-item summary::after{
    content: "+";
    font-weight: 900;
    font-size: 18px;
    color: #29c46f; /* verde */
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(41,196,111,0.12);
    border: 1px solid rgba(41,196,111,0.35);
    flex: 0 0 auto;
}

.faq-item[open] summary::after{
    content: "–";
}

.faq-content{
    margin-top: 10px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 14px;
}

/* CTA */
.faq-cta{
    margin-top: 28px;
}

.faq-cta-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
  background: #7ec3b6; /* menta */
    border-radius: 18px;
    padding: 22px;
    border: 3px solid #00000010;
}

.faq-cta-text h3{
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #062b3d;
}

.faq-cta-text p{
    margin: 4px 0 0;
    color: #0d3a4f;
    font-weight: 500;
}

.faq-cta-btn{
    background: #29c46f;
    color: #fff;
    border: none;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
}

.faq-cta-btn:hover{
    transform: translateY(-1px);
    filter: brightness(0.95);
}

/* Responsive */
@media (max-width: 992px){
    faq-grid{
    grid-template-columns: 1fr;
}
    .faq-cta-box{
    flex-direction: column;
    text-align: center;
}
    .faq-cta-btn{
    width: 100%;
    max-width: 320px;
}
}


.pricing-bottom .btn-planes,
.pricing-bottom .button.button--accent.button-contacto__whatsapp {

    width: 220px;
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
    border-radius: 999px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.pricing-bottom .button.button--accent.button-contacto__whatsapp i {
    margin-right: 8px;
}


.hero__wrapper{
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px){
    .hero__wrapper{
        flex-direction: row;
    }
}


.hero__wrapper .hero__article.article-single{
    background:
    radial-gradient(circle at center, transparent 25%, var(--background-color) 100%),
    url(/images/slider-img2.webp) no-repeat center/cover;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding: 0 60px 60px 60px !important;
    flex-direction: row !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero__wrapper .hero__article.article-single::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
    radial-gradient(circle at center, transparent 25%, var(--background-color) 100%),
    url(/images/slider-img2-gray.webp) no-repeat center/cover;
    opacity: 1;
    transition: opacity 800ms ease-in-out;
}


@media screen and (min-width: 768px){
    .hero__wrapper .hero__article.article-single:hover::before{
    opacity: 0;
    }
}



.btn-planes--outline{
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.btn-planes--outline:hover{
    background: #ffffff !important;
    color: #062b3d !important;
}

.hero__wrapper .hero__article .article__actions:last-child {
    display: flex;
    flex-direction: column; 
    align-items: flex-end;  
    text-align: right;      
}

/* Video landing */
.video-section {
    background-color: #f7f7f7; 
    padding: 80px 0;
    text-align: center;
    color: white;
}


.video-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    
    /* Contorno */
    border: 8px solid rgba(0, 0, 0, 0.1); 
    border-radius: 20px;
    
    /* Sombra */
    box-shadow: 0 20px 50px rgba(17, 121, 190, 0.5);
    overflow: hidden;
}

.video-wrapper iframe {
    border-radius: 12px;
    display: block; 
}

.benefits-kutt{
    padding: 80px 0;
    background: linear-gradient(to bottom, #f6f8fb 0%, #ffffff 100%);
}

.benefits-title{
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #062b3d;
}

.benefits-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    align-items: start;
}

.benefit-card {
    background: #062b3d;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-weight: 500;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.08);
}

.benefit-card p {
    margin: 0;
    color: #c2f1ff;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    background: rgba(126,195,182,0.14);
    border-color: rgba(126,195,182,0.35);
}

/* === Carrusel testimonials */
.t-carousel{
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.t-viewport{
    overflow: hidden;
}

.t-track{
    display: flex;
    transition: transform .55s ease;
    will-change: transform;
}

.t-slide{
    min-width: 100%;
    box-sizing: border-box;
}

.t-card.t-slide{
    padding: 44px 40px;
    min-height: 420px;
}

.t-quote-title--big{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.t-text--big{
    font-size: 25px;
    line-height: 1.8;
}

/* Flechas laterales */
.t-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(6, 43, 61, 0.18);
  background: #062b3d;  /* azul Kutt */
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.t-nav:hover{
  background: #29c46f; /* verde Kutt */
    border-color: rgba(41,196,111,0.5);
}

.t-prev{ left: -62px; }
.t-next{ right: -62px; }

/* Telefono: flechas dentro */
@media (max-width: 992px){
    .t-prev{ left: 10px; }
    .t-next{ right: 10px; }
    .t-card.t-slide{ padding: 34px 22px; }
    .t-quote-title--big{ font-size: 24px; }
}

.t-card.t-slide{
    position: relative;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
}

.t-card.t-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    background-size: 300% 300%;
    animation: borderMove 8s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes borderMove{
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}