﻿/*Modificadores*/

html {
    scroll-behavior: smooth;
}

.red{
    color:red;
}

a {
    color: #072b60;
    cursor: pointer;
}

.container-fluid {
    width:90%;
    margin:auto;
}

.container-fluid-destacar {
    width: 70%;
    margin: auto;
}

.contact-header {
    text-align: right;
}

.yellow-text {
    color: #ffff00 !important;
}

.white-text {
    color: #fff;
}

section p, section li {
    font-size: 1.1rem;
}

padding-5 {
    padding: 3rem;
}

/*Botones*/

.logo-reviews-google {
    height:55px;
    width:auto;
}


.btn-yellow {
    background-color: #ffff00;
    color: #16223d;
    border-radius: 25px;
    padding: .5rem .8rem;
    font-weight: bold;
    transition: transform .2s; /* Animation */
}

    .btn-yellow:hover {
        transform: scale(1.15);
        
    }

.btn-blue {
    background-color: #16223d;
    color: #fcee21;
    border-radius: 25px;
    padding: .5rem .8rem;
    font-weight: bold;
    transition: transform .2s; /* Animation */
}

    .btn-blue:hover {
        color: #fcee21;
        transform: scale(1.15);
    }

.btn-yellow-nav {
    background-color: #ffff00;
    color: #16223d;
    border-radius: 25px;
    padding: 0 .8rem;
    font-weight: normal;
    transition: transform .2s; /* Animation */
    text-decoration:none !important;
}

    .btn-yellow-nav:hover {
        transform: scale(1.15);
    }

header a, header a:hover {
    color: #ffff00;
}

.btn-imagen {
    cursor: pointer;
    margin: 1.5rem 0;
    transition: transform .2s; /* Animation */
}

    .btn-imagen:hover {
        transform: scale(1.05);
    }


/*HEADER*/
header {
    background-color: #16223d;
    color: #fff;
}

.socialmediaheader {
    font-size:1.5rem;
    float:right;
}

    .socialmediaheader a {
        color:#fff;
        padding:0 .5rem;
        text-align:right;
    }

    header .brand{
        height:70px;
    }



/*NAV*/

.fixed-top-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.bg-menu-two .navbar-brand, .bg-menu-two .navbar-brand:hover {
    color: #fff;
    margin:0;
    padding:0;
}

.bg-menu {
    background-color: #072b60;
}

.bg-menu-two {
    background-color: #0d1732;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #16223d;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffff00;
        
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar {
  
    padding: 0 1rem;
}

.navbar-light .navbar-toggler {
    color: #fff;
    padding: 1rem;
    margin: 1rem 0;
    float: inherit;
}

/*Backgrounds*/

.bg-blue {
    background-color: #16223d;
}

    .bg-blue label {
        color:#fff;
        margin:1rem 0 .5rem 0;
    }

.bg-gray {
    background-color: #e9e9e9;
}

    .bg-gray h2 {
        text-align: center;
        font-weight: bold;
        color: #16223d;
    }

    /* .bg-gray p {
        text-align: center;
        font-size:1.3rem;
    }*/

    .bg-gray ol li{
        list-style:none;
    }

    .bg-gray ul li {
        list-style-type: circle;
        
    }

    .text-green{
        color:darkgreen;
    }

    .bg-gray h4 {
        margin-top: 1rem;
        color: #16223d;
    }





.bg-gray h4 {
    margin-top: 1rem;
    color: #16223d;
}

    .text-bg-white {
        background-color: #e9e9e9;
    }

    .text-bg-white h2 {
        text-align: center;
        font-weight: bold;
        color: #16223d;
    }

    .text-bg-white p, .text-bg-white li {
        font-size: 1.4rem;
        margin-bottom:1rem;
    }

    


.separation-gray {
    background-color: #e9e9e9 !important;
}

.bg-banner-home h4 {
    text-align: center;
    font-weight: bold;
    color: #16223d;
    font-size:2rem;
    margin-top:1.5rem;
}
.text-blue {
    color: #16223d;
}

.titles-articles {
    font-weight: bold;
    color: #16223d;
    margin-top: 1.5rem;
    text-align:left !important;
    font-size:1.5rem !important
}

.bg-banner-home p {
    /*text-align: center;*/
    font-size: 1.3rem;
}

.bg-banner-home li {
    font-size: 1.3rem;
    padding-bottom:1rem;
}
    .bg-blue-two {
    background-color: #072b60;
}

.bg-blue-two p{
    text-align:center !important;
}

    .bg-blue-two .destacar p {
        font-size:1.5rem
    }

    .bg-white {
        background-color: #fff;
    }

        .bg-white ol li {
            list-style: none;
        }

        .bg-white ul li {
            list-style-type: circle;
        }



        .bg-white h4 {
            margin-top: 1rem;
            color: #16223d;
        }

        .bg-white h2 {
            text-align: center;
            font-weight: bold;
            color: #16223d;
        }

        .bg-white p {
            text-align: center;
            font-size: 1.3rem;
        }

    

   

/*Modal*/
.modal-header, .modal-footer {
    background-color: #072b60;
    border: 0;
}

.modal-title {
    color:#fff;
}

.close {
    color: #fff;
}

    .close:hover {
        color: #fcee21;
    }

/*Home*/
.bg-banner-home {
    background-position: top center;
    padding: 2rem 2rem 1rem 2rem;
    background-color: #f2f2f2;
    background-size: contain;
    background-repeat: no-repeat;
}

    .bg-banner-home h3 {
        /*color: #ffff00;*/
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
    }

    .bg-banner-home h2 {
        /*color: #fff;*/
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
        margin-top:1.5rem;
    }


/*Home*/
.page-interna {
    padding: 2rem 2rem 1rem 2rem;
}

    .page-interna p, .page-interna li {
        font-size: 1.25rem;
        padding-bottom:1rem;
    }

    .page-interna h3 {
        color: #16223d;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .page-interna h2 {
        color: #16223d;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 3rem;
    }

/*.bg-gray {
    background-color: #f2f2f2;
}*/

.link{
    font-weight:bold;
}

.img-archives-1 {
    background-image: url('../images/bg-archives-03.png');
}

.img-archives-2 {
    background-image: url('../images/bg-archives-1.png');
}

.img-archives-3 {
    background-image: url('../images/bg-archives-3.png');
}



.quote h4 {
    margin-top: 2.5rem;
    color: #072b60;
}

.quote a {
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}

.quote img {
    padding:1.5rem 1rem 0 1rem;
}
/*Internal*/
.banner-internal {
    background-color: #f2f2f2;
    padding: 4rem 0rem;
    /*color:#fff;*/
    background-position: center center;
    background-size: cover;
}

    .banner-internal h2 {
        color:#072b60;
        font-weight:bold;
    }

.banner-internal-2 {
    background-color: #fff;
    padding: 4rem 0rem;
    /*color:#fff;*/
    background-position: center center;
    background-size: cover;
}

    .banner-internal-2 h1 {
        color: #072b60;
        font-weight: bold;
    }

    .banner-internal-2 h2 {
        color: #072b60;
        font-weight: bold;
        font-size:1.8rem;
    }

    .banner-internal-2 h3 {
        color: #072b60 !important;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .banner-internal-2 p {
        text-align:justify;
    }

    .banner-internal-2 .bg-blue p {
        text-align: inherit;
    }



.img-banner-internal-1 {
    background-image: url('../img/banners/bg-dealer-scanning-1.png');
}

.img-banner-internal-2 {
    background-image: url('../img/banners/bg-dealer-scanning-2.png');
}

.img-banner-internal-3 {
    background-image: url('../img/banners/bg-dealer-scanning-3.png');
}

.img-banner-internal-4 {
    background-image: url('../img/banners/bg-dealer-scanning-4.png');
}

.img-banner-internal-5 {
    background-image: url('../img/banners/bg-dealer-scanning-5.png');
}

.img-banner-internal-6 {
    background-image: url('../img/banners/bg-dealer-scanning-6.png');
}

.embed-responsive {
    border:10px solid rgba(255,255,255,0.5);
}


.body-internal p{
    text-align: justify;
}




.lists h4 {
    font-weight: bold;
    color: #16223d;
}

.lists ul {
    margin-bottom:2.5rem;
}

.lists li {
    margin-bottom: .9rem;
}

/*Box*/

.title-box-features {
    background: #072b60;
    color: #fff;
    padding: 1rem;
    border-radius: 30px 30px 0 0;
}
    .title-box-features h5 {
        margin: 0;
        font-size: 1.5rem;
    }
    .box-features {
        border: 1px dotted #072b60;
        padding: 1rem;
        border-radius: 0 0 30px 30px;
    }

.subtitle {
    margin:30px 0 10px 0;
    color:#072b60;
    font-weight:bold;
}

.subtitle-2 {
    color: #072b60;
    font-weight: bold;
}

.subtitle-3 {
    color: #072b60;
    font-weight: bold;
}


/*footer*/
footer {
    background-color: #061c3b;
    padding: .5rem 0;
    color: #fff;
}

    footer p {
        margin: 0;
    }

    footer h4 {
        color: #fff;
    }

    footer hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid #fff;
    }

    footer .brand {
        width:50%;
        height:auto;
    }

    footer a {
        color:#fff;
    }

        footer a:hover {
            color: #fcee21;
            text-decoration:none;
        }

    footer i {
        font-size:1.5rem;
        padding:.5rem;
    }


.margintopform {
    margin-top: 4.7rem;
}

/*Mobile*/
@media (max-width: 768px) {
    .bg-banner-home {
            background-size: contain;
        }

        .contact-header {
        text-align: center;
        padding:1rem 0;
    }

    .socialmediaheader {
        font-size: 1.5rem;
        float: inherit;
    }

    .socialmediaheader a {
        color: #fff;
        padding: 0 .3rem;
        text-align: center;
        font-size: 1.3rem;
    }

    .margin-top-6rem{
        margin-top:.6rem;
    }

    .navbar-light .navbar-toggler {
        float: right;
    }

    /*Modificadores para telefonos*/
    .width-100 {
        width: 100%;
    }

    .width-50 {
        width: 50%;
    }

    .bg-banner-home {
      padding:2rem;
        background-size: cover;
       
    }

        .bg-banner-home h3 {
            font-size: 1.8rem;
        }

        .bg-banner-home h2 {
            font-size: 1.8rem;
        }

        .title-home h3, .title-home h2 {
            color: #072b60 !important;
        }

        .container-fluid-destacar {
            width: 90%;
            margin: auto;
        }

        .socialmediaheader {
            font-size: .8rem;
            text-align:center;
            margin-bottom:1.5rem;
        }

    header .container-fluid {
        width:99%;
    }

    header .btn-yellow {
        
        height: auto;
        margin: auto;
        display: block;
    }

    .btn-width-60 {
        width: 60%;
    }

    .btn-width-100 {
        width: 100%;
    }

    .logo-reviews-google {
        margin: 1rem auto;
        display: block;
    }
}


@media (max-width: 991px) {


    .margin-top-mobile {
        margin-top:1.8rem;
    }

    .padding-top-mobile {
        padding-top: 1.8rem;
    }

    padding-5 {
        padding: 1rem;
    }

    .padding-bottom-mobile {
        padding-bottom: 1.8rem;
    }

    .bg-banner-home {
        background-size: contain;
    }

        .bg-banner-home h1 {
            font-size:1.7rem
        }
}/*Cierre*/


@media (max-width: 1024px) {

    .logo-reviews-google {
        height: 85px;
        width: auto;
    }
}
/*Cierre*/

    .sticky-top{
        top:5rem;
    }
    .g-recaptcha {
        transform: scale(0.8) !important;
        -webkit-transform: scale(0.8) !important;
    }

    .mt-form {
        margin-top: 2rem;
    }

    .dropdown-menu {
        background-color: #16223d;
        color: #fff;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fcee21;
        text-decoration: none;
        background-color: #072b60;
    }

    .dropdown-item {
        color: #fff
    }


    .box-testimonials {
        background-color: rgb(250, 250, 250);
        padding: 1.2rem;
        border-radius: 10px;
        width: 99%;
        margin: 20px auto;
    }

        .box-testimonials h4 {
            font-size: 14px;
            font-weight: bold;
            margin: 0;
            display: inherit;
        }

        .box-testimonials i {
            color: rgb(255, 180, 0);
        }

        .box-testimonials small {
            font-size: 12px;
            line-height: 1.17;
            color: rgba(17, 17, 17, 0.5);
        }

    .avatar {
        width: 32px;
        height: 32px;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
        margin-right: 15px;
    }

    .bg-avatar-red {
        background-color: red;
    }

    .bg-avatar-green {
        background-color: green;
    }

    .bg-avatar-blue {
        background-color: blue;
    }

    .bg-avatar-orange {
        background-color: orangered;
    }

    .bg-avatar-purple {
        background-color: purple;
    }

    .dates-testimonials {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .credit-google a {
        font-size: 14px;
        margin-top: -2px;
        display: block;
    }
    /*.testimonials-google .eapp-google-reviews-root-layout-component {
    visibility:hidden;
}*/
    /*video-gallery*/
    .video-gallery h4 {
        font-size: 1.2rem;
    }

    .video-gallery img {
        transition: transform .2s;
        filter: grayscale(100%);
        cursor: pointer;
    }

        .video-gallery img:hover {
            transform: scale(1.02);
            filter: grayscale(0%);
        }

    .box-gray {
        background-color: #f2f2f2;
        padding: 1.1rem;
        display: flow-root;
        margin-bottom: 1.5rem;
    }

    .video-gallery h2 {
        font-size: 1.5rem;
        margin-top: .7rem;
        color: #072b60;
    }


    /*Video text*/

.videotext p{
    text-align:justify
}

.videotext .red {
    color: #bb0000
}

.videotext .blue {
    color: #0202c1
}

.videotext .orange {
    color: #d88c00
}

.videotext .green {
    color: green
}

.videotext .violet {
    color: #ee82ee
}

.videotext .yellow {
    color: #898900
}


.rounded {
    width: 200px;
    height: 150px;
    overflow: hidden;
    padding: 0.3rem;
}

.donate img{
    width:70%;
    height:auto;
    display:block;
    margin-bottom:.9rem;
}



.donate .bg-gray {
    background-color: #f2f2f2;
    margin-bottom:1.5rem;
}

    .donate .bg-gray h2 {
        color: #072b60;
        text-align: left;
        font-size: 1.5rem;
    }

    .donate .bg-gray p {
        text-align: justify;
        font-size: 1.1rem;
    }

.atletico .carousel-control-next, .atletico .carousel-control-prev {
    background-color: transparent;
    border: none;
}

.bg-degradado {
    background: rgb(232,232,232);
    background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(226,226,227,1) 51%, rgba(28,40,66,1) 51%, rgba(22,34,61,1) 100%);
}
/*Landing Page*/
.brand-landing {
    max-height: 60px;
}

.point {
    background-color: #ffff00;
    color: #16223d;
    border-radius: 25px;
    padding: 0.5rem 0.8rem;
    font-weight:bold;
    margin-top:0;
}

.promise p {
    margin-top:revert;
}

.testimonial-landing {
    width: 60%;
    margin: auto;
}

.articles h5 {
    color: #212529;
    font-weight:bold;
}

.articles h3 {
    color: #212529;
    font-weight: bold;
}

.articles .bg-blue-two h3 {
    color: #fff;
}


.view-testimonials {
    background-color: #0d1732;
    color: #ffff00;
    padding: .5rem;
    border-radius: 25px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    z-index: 2000;
    border: solid 2px #fff;
}

    .view-testimonials:hover {
        color: #16223d;
        background-color: #ffff00;
    }
.lead {
    font-size: 1.25rem;
    font-weight: inherit;
}
    @media (max-width: 768px) {
        .testimonial-landing {
        width: 90%;
    }

        .view-testimonials {
            width: 100%;
            bottom: 0;
            right: 0;
            border-radius:0;
            text-align:center;
        }
}


/* =================================================================== */
/* === ESTILOS SEGUROS PARA 'DEALER SCANNING CUSTOM ITEMS PAGE' === */
/* =================================================================== */

#ds-custom-styling-wrapper .ds-style-section {
    padding: 3rem 0;
}

    #ds-custom-styling-wrapper .ds-style-section.bg-gray {
        background-color: #f8f9fa; /* Un gris muy suave */
    }

#ds-custom-styling-wrapper .ds-style-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #16223d;
    text-align: center;
    margin-bottom: 1rem;
}

#ds-custom-styling-wrapper .ds-style-section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
    text-align: center;
}

/* HERO */
#ds-custom-styling-wrapper .ds-style-hero {
    background-color: #16223d;
    color: white;
    text-align: center;
    padding: 4rem 0;
}

    #ds-custom-styling-wrapper .ds-style-hero h1 {
        font-weight: bold;
        font-size: 3rem;
        color: #ffff00;
    }

/* FEATURES (SCAN, STORE, SEARCH) */
#ds-custom-styling-wrapper .ds-style-feature-item {
    text-align: center;
    padding: 1rem;
}

#ds-custom-styling-wrapper .ds-style-feature-icon {
    font-size: 3.5rem;
    color: #072b60;
}

#ds-custom-styling-wrapper .ds-style-feature-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #16223d;
    margin-top: 0.5rem;
}

/* COMPARISON SECTION */
#ds-custom-styling-wrapper .ds-style-comparison-section {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e9e9e9;
}

#ds-custom-styling-wrapper .ds-style-comparison-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ds-custom-styling-wrapper .ds-style-comparison-img-placeholder {
    background-color: #e9e9e9;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    font-weight: bold;
    color: #aaa;
    border-radius: 5px;
    margin: 0 1rem;
}

#ds-custom-styling-wrapper .ds-style-comparison-text h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #072b60;
}

#ds-custom-styling-wrapper .ds-style-comparison-text h4 {
    font-size: 1.1rem;
    color: #555;
}

#ds-custom-styling-wrapper .ds-style-arrow {
    font-size: 3rem;
    color: #072b60;
    font-weight: bold;
}

#ds-custom-styling-wrapper .ds-style-cta-button {
    margin-top: 1rem;
}

#ds-custom-styling-wrapper .ds-style-cta-subtext {
    font-size: 0.9rem;
    color: #777;
    margin-top: 0.5rem;
}

/* IMPACT CARDS */
#ds-custom-styling-wrapper .ds-style-impact-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    transition: transform 0.2s, box-shadow 0.2s;
}

    #ds-custom-styling-wrapper .ds-style-impact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

#ds-custom-styling-wrapper .ds-style-impact-icon {
    font-size: 2.5rem;
}

#ds-custom-styling-wrapper .ds-style-impact-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #16223d;
    margin: 0.5rem 0;
}

#ds-custom-styling-wrapper .ds-style-impact-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
}

#ds-custom-styling-wrapper .ds-style-impact-result {
    font-weight: bold;
    color: #072b60;
}

/* TESTIMONIALS */
/* =================================================================== */
/* === ESTILOS SEGUROS PARA SECCIÓN DE TESTIMONIOS (IMAGEN)   === */
/* =================================================================== */

#ds-custom-styling-wrapper .ds-style-testimonials-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9e9e9;
}

#ds-custom-styling-wrapper .ds-style-testimonials-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    #ds-custom-styling-wrapper .ds-style-testimonials-rating .rating-value {
        font-size: 2.5rem;
        font-weight: bold;
        color: #111;
    }

    #ds-custom-styling-wrapper .ds-style-testimonials-rating .rating-info span {
        font-size: 0.9rem;
        color: #666;
    }

    #ds-custom-styling-wrapper .ds-style-testimonials-rating .stars {
        color: #fbbc05; /* Amarillo de Google Reviews */
        font-size: 1rem;
    }

#ds-custom-styling-wrapper .ds-style-write-review-btn {
    background-color: #1a73e8; /* Azul de Google */
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s;
}

    #ds-custom-styling-wrapper .ds-style-write-review-btn:hover {
        background-color: #1765c7;
    }

#ds-custom-styling-wrapper .ds-style-testimonial-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    display: flex;
    flex-direction: column;
}

#ds-custom-styling-wrapper .ds-style-testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

#ds-custom-styling-wrapper .ds-style-testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

/* Colores de avatar (puedes añadir más si es necesario) */
/* Colores de avatar (puedes añadir más si es necesario) */
#ds-custom-styling-wrapper .avatar-color-1 {
    background-color: #28a745;
}
/* Verde */
#ds-custom-styling-wrapper .avatar-color-2 {
    background-color: #dc3545;
}
/* Rojo */
#ds-custom-styling-wrapper .avatar-color-3 {
    background-color: #6f42c1;
}
/* Morado */
#ds-custom-styling-wrapper .avatar-color-4 {
    background-color: #fd7e14;
}
/* Naranja */
#ds-custom-styling-wrapper .avatar-color-5 {
    background-color: #ffc107;
}
/* Amarillo */
#ds-custom-styling-wrapper .avatar-color-6 {
    background-color: #0dcaf0;
}
/* Cian */
}
/* Naranja */

#ds-custom-styling-wrapper .ds-style-testimonial-author {
    font-weight: bold;
    color: #111;
}

#ds-custom-styling-wrapper .ds-style-testimonial-body {
    color: #555;
    line-height: 1.6;
    flex-grow: 1; /* Asegura que el footer se alinee abajo */
}

#ds-custom-styling-wrapper .ds-style-testimonial-footer {
    margin-top: 1rem;
    color: #fbbc05;
    font-size: 1rem;
}

/* GUARANTEES */
#ds-custom-styling-wrapper .ds-style-guarantee-item {
    text-align: center;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

#ds-custom-styling-wrapper .ds-style-guarantee-icon {
    font-size: 2.5rem;
}

#ds-custom-styling-wrapper .ds-style-guarantee-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #16223d;
    margin: 0.5rem 0;
}

#ds-custom-styling-wrapper .ds-style-guarantee-description {
    font-size: 1rem;
    color: #555;
}

/* FINAL CTA SECTION */
#ds-custom-styling-wrapper .ds-style-final-cta {
    background-color: #0d1732;
}

    #ds-custom-styling-wrapper .ds-style-final-cta .ds-style-section-title,
    #ds-custom-styling-wrapper .ds-style-final-cta .ds-style-section-subtitle,
    #ds-custom-styling-wrapper .ds-style-final-cta h4,
    #ds-custom-styling-wrapper .ds-style-final-cta p {
        color: #fff;
    }

#ds-custom-styling-wrapper .ds-style-process-step {
    text-align: center;
    color: #fff;
}

#ds-custom-styling-wrapper .ds-style-process-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffff00;
    color: #16223d;
    font-size: 1.5rem;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem auto;
}

#ds-custom-styling-wrapper .ds-style-contact-details {
    background-color: rgba(255,255,255,0.1);
    padding: 1.5rem;
    border-radius: 8px;
    color: #fff;
    height: 100%;
}

#ds-custom-styling-wrapper .ds-style-final-cta-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#ds-custom-styling-wrapper .ds-style-cta-button-final,
#ds-custom-styling-wrapper .ds-style-cta-button-secondary {
    display: block;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s;
}

    #ds-custom-styling-wrapper .ds-style-cta-button-final:hover,
    #ds-custom-styling-wrapper .ds-style-cta-button-secondary:hover {
        transform: scale(1.03);
    }

#ds-custom-styling-wrapper .ds-style-cta-button-final {
    background-color: #ffff00;
    color: #16223d;
    font-size: 1.2rem;
}

#ds-custom-styling-wrapper .ds-style-cta-button-secondary {
    background-color: transparent;
    border: 2px solid #ffff00;
    color: #ffff00;
}

#ds-custom-styling-wrapper .ds-style-final-quote {
    font-style: italic;
    margin-top: 3rem;
    opacity: 0.8;
}


#ds-custom-styling-wrapper .ds-style-google-icon {
    font-size: 2rem; /* Tamaño del icono */
    color: #4285F4; /* Color azul oficial de Google */
    margin-right: 0.75rem; /* Espacio entre el icono y el número */
    vertical-align: middle; /* Ayuda a la alineación vertical */
}


:root {
    --primary-color: #072b60;
    --secondary-color: #16223d;
    --accent-color: #ffff00;
    --text-light: #666;
    --bg-light: #f8f9fa;
}

/* Sección principal */
.ds-modern-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .ds-modern-section.bg-light {
        background-color: var(--bg-light);
    }

/* Títulos modernos */
.ds-modern-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.ds-modern-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    font-weight: bold;
}

/* Features Cards */
.ds-feature-card {
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

    .ds-feature-card:hover {
        transform: translateY(-10px);
    }



.ds-feature-card:hover .ds-feature-icon-wrapper {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: rotate(5deg);
}

.ds-feature-icon {
    font-size: 2rem;
    color: white;
}

.ds-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.ds-feature-description {
    color: var(--text-light);
    line-height: 1.6;
}

/* Comparison Section */
.ds-comparison-wrapper {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.ds-comparison-item {
    position: relative;
    padding: 2rem;
}

.ds-comparison-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

    .ds-comparison-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ds-comparison-image:hover {
        transform: scale(1.05);
    }

.ds-time-badge {
    background: var(--secondary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
}

    .ds-time-badge.highlight {
        background: linear-gradient(135deg, #28a745, #20c997);
    }

.ds-time-description {
    color: var(--text-light);
    font-size: 1.1rem;
}

/* Arrow Animation */
.ds-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ds-animated-arrow {
    font-size: 3rem;
    color: var(--primary-color);
    animation: moveArrow 2s ease-in-out infinite;
}

@keyframes moveArrow {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

/* CTA Section */
.ds-cta-wrapper {
    text-align: center;
    margin-top: 4rem;
}

.ds-cta-button {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(7, 43, 96, 0.3);
    
}

    .ds-cta-button:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(7, 43, 96, 0.4);
        text-decoration: none !important;
    }

.ds-cta-subtext {
    margin-top: 1rem;
    color: var(--text-light);
    font-size: 1rem;
}

    .ds-cta-subtext i {
        color: #28a745;
        margin-right: 0.5rem;
    }

/* Responsive */
@media (max-width: 768px) {
    .ds-modern-title {
        font-size: 2rem;
    }

    .ds-comparison-wrapper {
        padding: 1.5rem;
    }

    .ds-time-badge {
        font-size: 1.5rem;
    }

    .ds-animated-arrow {
        transform: rotate(90deg);
        animation: moveArrowMobile 2s ease-in-out infinite;
    }

    @keyframes moveArrowMobile {
        0%, 100% {
            transform: rotate(90deg) translateX(0);
        }

        50% {
            transform: rotate(90deg) translateX(10px);
        }
    }
}

/* Decorative elements */
.ds-decoration {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
}

    .ds-decoration.top-right {
        top: -150px;
        right: -150px;
    }

    .ds-decoration.bottom-left {
        bottom: -150px;
        left: -150px;
    }


/* Estilos específicos para la herozone */
.herozone.ds-style-hero {
    background: linear-gradient(135deg, #0d1732 0%, #16223d 50%, #072b60 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

    /* Patrón de puntos sutil */
    .herozone.ds-style-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 30% 20%, rgba(255, 255, 0, 0.15) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 255, 0, 0.1) 0%, transparent 50%);
        z-index: 1;
    }

    /* Líneas geométricas de fondo */
    .herozone.ds-style-hero::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -100px;
        width: 200%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 0, 0.2), transparent);
        transform: rotate(-15deg);
        z-index: 1;
    }

.herozone .container-fluid {
    position: relative;
    z-index: 2;
}

.herozone h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #ffff00;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
    animation: slideInLeft 0.8s ease-out;
}

.herozone p {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 3rem;
    opacity: 0.9;
    /*/max-width: 600px;*/
    animation: slideInLeft 0.8s ease-out 0.2s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Contenedor de elementos visuales */
    .hero-visual-elements {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/* Tarjetas flotantes con estadísticas */
.floating-stat {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    min-width: 150px;
    text-align: center;
    animation: float 3s ease-in-out infinite;
}

.floating-stat-1 {
    top: -80px;
    right: 0;
    animation-delay: 0s;
}

.floating-stat-2 {
    top: 50px;
    right: 200px;
    animation-delay: 1s;
}

.floating-stat-3 {
    top: 180px;
    right: 50px;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

.floating-stat .stat-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffff00;
    display: block;
    margin-bottom: 5px;
}

.floating-stat .stat-label {
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.8;
}

.floating-stat i {
    font-size: 1.5rem;
    color: #ffff00;
    margin-bottom: 10px;
}

/* Botones de acción */
.hero-actions {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-actions .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    padding: 12px 30px;
}

    .hero-actions .btn i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .hero-actions .btn:hover i {
        transform: translateX(5px);
    }

/* Trust badges */
.trust-badges {
    margin-top: 3rem;
    animation: fadeIn 1s ease-out 0.6s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.trust-badges .badge-item {
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
    color: #ffffff;
    opacity: 0.8;
    font-size: 0.9rem;
}

    .trust-badges .badge-item i {
        color: #ffff00;
        margin-right: 8px;
        font-size: 1.2rem;
    }

/* Responsive */
@media (max-width: 992px) {
    .hero-visual-elements {
        display: none;
    }

    .herozone h1 {
        font-size: 3rem;
    }

    .herozone p {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .herozone.ds-style-hero {
        padding: 60px 0;
        min-height: 500px;
    }

    .herozone h1 {
        font-size: 2.5rem;
    }

    .herozone p {
        font-size: 1.1rem;
    }

    .trust-badges .badge-item {
        display: block;
        margin-bottom: 10px;
    }
}

/* Efecto de partículas animadas */
.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ffff00;
    border-radius: 50%;
    opacity: 0.3;
    animation: particle-rise 8s linear infinite;
}

@keyframes particle-rise {
    from {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 0.3;
    }

    90% {
        opacity: 0.3;
    }

    to {
        transform: translateY(-100vh) scale(1);
        opacity: 0;
    }
}

.particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    left: 30%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    left: 50%;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    left: 70%;
    animation-delay: 6s;
}

.particle:nth-child(5) {
    left: 90%;
    animation-delay: 8s;
}


/*CUSTOM ITEMS*/

.hero-section {
    position: relative;
    color: white;
    min-height: 80vh; /* Altura mínima, ocupa el 80% de la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
    /* IMPORTANTE: La ruta de tu imagen se coloca aquí */
    background-image: url('../images/documents.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto Parallax sutil */
}

    /* Capa oscura semi-transparente sobre la imagen de fondo */
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(10, 22, 41, 0.7), rgba(10, 22, 41, 0.85));
        /*z-index: 1;*/
    }

/* Contenido que va sobre la capa oscura */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem); /* Tamaño de fuente responsivo */
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: clamp(1.5rem, 2vw, 1.3rem); /* Tamaño de fuente responsivo */
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto 2.5rem auto;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    background-color: #0d6efd; /* Un azul vibrante */
    border: none;
    border-radius: 50px; /* Bordes redondeados modernos */
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

    .cta-button:hover {
        background-color: #0b5ed7;
        transform: translateY(-3px); /* Efecto sutil al pasar el mouse */
        color: white;
        text-decoration: none !important;
    }


    /**********/

#features {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c3e50;
    }

    .section-header p {
        font-size: 1.1rem;
        color: #7f8c8d;
        max-width: 600px;
        margin: 0 auto;
    }

.feature-image {
    border-radius: 15px;
}

.ds-feature-card-improved {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

    .ds-feature-card-improved:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    }

    /* --- AJUSTE CLAVE AQUÍ --- */
    .ds-feature-card-improved .ds-feature-icon-wrapper {
        flex-shrink: 0;
        margin-right: 20px;
        width: 60px;
        height: 60px;
        /* Estas 3 líneas centran el ícono perfectamente */
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ds-feature-icon-wrapper {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 20px;
}


    .ds-feature-card-improved .ds-feature-text h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.25rem;
        color: #2c3e50;
    }

    .ds-feature-card-improved .ds-feature-text p {
        margin-bottom: 0;
        color: #7f8c8d;
        line-height: 1.6;
    }


/*********/



.toggle-container {
    max-width: 600px; /* Contenedor más angosto y enfocado */
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.toggle-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

/* El contenedor que tendrá los dos estados (antes y después) */
.state-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Proporción de la imagen */
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(42, 60, 91, 0.1);
    border-radius: 16px;
    overflow: hidden; /* Para que las imágenes no se salgan del borde redondeado */
}

/* Estilo base para cada estado */
.comparison-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

    .comparison-state img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* El texto sobrepuesto */
.state-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}

    .state-label.before-label {
        background-color: #34495e;
    }

    .state-label.after-label {
        background: linear-gradient(45deg, #28a745, #218838);
    }

/* El checkbox real estará oculto */
#state-toggle-checkbox {
    display: none;
}

/* Estilo del interruptor (la etiqueta del checkbox) */
.toggle-switch-label {
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #bdc3c7;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.4s ease;
}
    /* El círculo del interruptor */
    .toggle-switch-label::after {
        content: 'Before';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 110px;
        height: 40px;
        background: #fff;
        border-radius: 40px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        transition: transform 0.4s ease, content 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #34495e;
        font-weight: bold;
    }

/* ---- La Magia del CSS ---- */

/* Estado Inicial (interruptor apagado) */
.comparison-state.after {
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none; /* Evita interacción con el estado oculto */
}

/* Cuando el checkbox está activado... */
#state-toggle-checkbox:checked + .toggle-switch-label {
    background: #28a745;
}

    #state-toggle-checkbox:checked + .toggle-switch-label::after {
        transform: translateX(80px); /* Mueve el círculo */
        content: 'After';
        color: #28a745;
    }

#state-toggle-checkbox:checked ~ .state-container .comparison-state.before {
    opacity: 0;
    transform: scale(0.98);
}

#state-toggle-checkbox:checked ~ .state-container .comparison-state.after {
    opacity: 1;
    transform: scale(1);
}


/*******/

/* Estilos para un look más moderno y llamativo */
.form-group-enhanced .form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-group-enhanced .form-control:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

/* Estilos para la validación en tiempo real */
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    display: none; /* Se mostrará con JS */
    margin-top: 0.25rem;
}

.is-valid {
    border-color: #198754 !important;
}

/* Estilo para el mensaje de descuento */
/* Regla para el CONTENEDOR: Solo se encarga de mostrar/ocultar */
#discount-container {
    display: none; /* Oculto por defecto */
}

/* Regla para la CAJA: Se encarga de todos los estilos visuales */
.discount-box {
    background-color: #e2f5ea;
    color: #0a5c2d;
    border-left: 4px solid #198754;
    padding: 1rem;
    margin-top: 0.5rem;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
}



/* Ocultar el campo "Otro DMS" por defecto */
#other-dms-group {
    display: none;
}


/****/

.modern-cta-button {
    /* --- Nuevo Diseño Base de Dos Tonos --- */
    width: 100%;
    padding: 0.85rem 1.25rem;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d6efd; /* Color primario (Tono 1) */
    background-color: #e9f2ff; /* Fondo azul muy claro (Tono 2) */
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
}

    /* El fondo animado que se llena al pasar el mouse */
    .modern-cta-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #0d6efd;
        transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        z-index: 0; /* Capa de fondo */
    }

/* --- LA CORRECCIÓN CLAVE --- */
/* El texto dentro del span */
.btn-text {
    position: relative;
    z-index: 2; /* Asegura que el texto siempre esté POR ENCIMA del fondo animado */
}

/* --- Interacción al pasar el mouse (Hover) --- */
.modern-cta-button:hover {
    color: white; /* El texto cambia a blanco */
    transform: scale(1.02);
}

    .modern-cta-button:hover::before {
        width: 100%; /* El fondo se llena */
    }

/* --- Interacción al hacer clic (Active) --- */
.modern-cta-button:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}



/*******/

.integrations-section {
    padding: 80px 0;
    background-color: #fff;
}

    /* El header se mantiene igual */
    .integrations-section .section-header {
        text-align: center;
        margin-bottom: 50px;
    }

        .integrations-section .section-header h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: #2c3e50;
        }

        .integrations-section .section-header p {
            font-size: 1.3rem;
            color: #7d8889;
            max-width: 800px;
            margin: 10px auto 0;
            font-weight: bold;
        }

.integration-card {
    background: #eceeef;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(42, 60, 91, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .integration-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(42, 60, 91, 0.12);
    }



.card-logo {
    height: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-logo img {
        max-height: 100%;
        max-width: 180px;
        opacity: 1;
        transition: filter 0.3s ease, opacity 0.3s ease;
    }



.certified-badge {
    display: inline-block;
    background-color: #e2f5ea;
    color: #0a5c2d;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5a6878;
}

.card-content li {
    margin-bottom: 8px;
}

.more-card {
    background-color: #072b60;
    cursor:pointer
}

    .more-card h3 {
        color: #ffff00
    }

    .more-card p {
        color:#fff;
    }

.row > .cardmt {
    margin-top: 2rem;
}


/********/

/* --- HEADER GENERAL --- */
.header-bs4-final {
    position: relative; /* ya no sticky */
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #122b4a;
}

    /* --- BARRA SUPERIOR --- */
    .header-bs4-final .top-bar {
        background-color: #0d213c;
        color: rgba(255, 255, 255, 0.8);
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
        position: relative;
        z-index: 1;
    }

        .header-bs4-final .top-bar a {
            color: #f0c000; /* amarillo vivo */
            font-weight: 600;
            text-decoration: none;
        }

    .header-bs4-final .google-reviews a {
        color: white;
    }

    .header-bs4-final .google-reviews .stars {
        color: #f0c000;
        font-family: sans-serif;
    }

    .header-bs4-final .top-bar .btn-yellow-vivid {
        background-color: #f0c000;
        color: #0d213c;
        font-weight: bold;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

        .header-bs4-final .top-bar .btn-yellow-vivid:hover {
            transform: scale(1.05);
        }

    /* --- BARRA PRINCIPAL (NAVBAR STICKY) --- */
    .header-bs4-final .main-bar {
        position: sticky; /* esta sí se queda fija */
        top: 0;
        z-index: 1030; /* sobre la top-bar */
        background-color: #122b4a;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .header-bs4-final .navbar-brand img {
        max-height: 50px;
    }

    .header-bs4-final .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.85);
        font-weight: 600;
    }

        .header-bs4-final .navbar-nav .nav-link:hover {
            color: #ffffff;
        }

    /* --- Menús desplegables --- */
    .header-bs4-final .dropdown-menu {
        background-color: #0d213c;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin-top: 5px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        padding: 0.5rem 0;
        animation: fadeInDropdown 0.2s ease-out;
    }

    .header-bs4-final .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.75rem 1.5rem;
    }

        .header-bs4-final .dropdown-item:hover {
            background-color: #1a3a63;
            color: #ffffff;
        }

    .header-bs4-final .dropdown-header {
        color: #f0c000;
    }

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Menú móvil --- */
.header-bs4-final .navbar-toggler {
    border: none;
}

.header-bs4-final .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .header-bs4-final .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

/* --- EFECTO SCROLLED (solo al bajar) --- */
/* Fondo al hacer scroll (puedes dejar el mismo o más oscuro) */
#myStickyHeader.scrolled .main-bar,
#myStickyHeader.scrolled .navbar {
    background-color: #041428 !important; /* o #0d213c si lo prefieres igual */
    background-image: none !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

/* Evita efectos que “aclaren” el fondo */
.header-bs4-final .main-bar {
    transition: box-shadow .3s ease; /* quita transition de background */
}