@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --c-orange-buttons: #D97E34;
    --c-orange-links: #FF953D;
    --c-green-text: #17BA21;
    --c-blue-buttons: #01224D;
    --c-blue-titles: #14285D;
    --c-blue-redes-header: #395E96;
    --c-blue-redes-footer: #092F57;
    --c-blue-links: #0074A1;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    list-style-type: none;
    font-display: optional;
}

/* MENU MOBILE */

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: var(--c-orange-buttons);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.flaticon-multiply:before {
    content: "\f112";
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
    overflow-y: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

    .mobile-menu .nav-logo img {
        max-width: 200px;
    }

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #navbarSupportedContent {
        display: block;
    }
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.10);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 15px;
            color: #404040;
            text-transform: capitalize;
        }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* FIN MENU MOBILE */

/* MENU STICKY */

.button-menu.button-sticky {
    display: none;
}

    .button-menu.button-sticky i {
        color: var(--c-orange-buttons);
    }

.content-header-sticky-int {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #fff;
    height: 100px;
    align-items: center;
    display: none;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes fadeInDown {
    from {
        height: 0;
    }

    to {
        height: 90px;
    }
}


@keyframes fadeInDown {
    from {
        height: 0;
    }

    to {
        height: 90px;
    }
}

.mostrar-sticky {
    display: flex;
}

.content-right-sticky {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.buy-button.button-sticky {
    margin-top: 0;
    padding: 10px 30px;
}

.navigation-sticky {
    display: flex;
    flex-flow: row nowrap;
}

    .navigation-sticky li {
        margin-right: 30px;
    }

    .navigation-sticky a {
        text-decoration: none;
        color: #444;
        font-size: 15px;
    }

/* FIN MENU STICKY */


.content-img-header {
    background-image: linear-gradient(0deg, rgba(19, 26, 59, 0) 0%, rgba(11, 12, 49, 0.5279) 52.79%, #08062C 100%), url(../img/Manager-new/main-slider/img-API-1.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: rgb(2, 68, 153);
    display: flex;
    flex-direction: column;
}



header {
    width: 100%;
}

.content-header {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 80px;
}

.menu {
    display: flex;
    border-top: 1px solid #fff;
    align-items: center;
    padding-top: 16px;
    gap: 16px;
}

.button-menu {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .button-menu i {
        color: #fff;
        font-size: 22px;
    }

.date a:hover span {
    background-color: #2dc6f5;
}

.content-logo-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.img-header {
    width: 670px;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transition: all 1000ms;
}

.img-logo {
    width: 140px;
}

.date {
    display: flex;
    align-items: center;
}

.date-links {
    margin-right: 5px;
}

.date span {
    margin: 0 2px;
    font-size: 12px;
    background: var(--c-blue-redes-header);
    border-radius: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-instagram:before {
    content: "\f16d";
}

.nav-options {
    display: flex;
    align-items: center;
    gap: 26px;
}

    .nav-options li {
        margin-right: 15px;
    }

ul.nav-options li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}


.date {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
    visibility: hidden;
}

    .date a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }

.content-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 140px;
    margin-top: 60px;
}

.buy-button {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    line-height: 20px;
    background: none;
    padding: 16px 32px;
    background-color: var(--c-orange-buttons);
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.4s;
    text-align: center;
    cursor: pointer;
}

    .buy-button:hover {
        background-color: #FF953D;
    }


.content-buy-button-sticky .buy-button {
    background-color: var(--c-orange-buttons);
}

    .content-buy-button-sticky .buy-button:before {
        background-color: var(--c-blue-links);
    }

    .content-buy-button-sticky .buy-button:hover span.txt {
        color: #fff;
    }


.btn-buy {
    position: relative;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    padding: 12px 16px;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #fff;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
}

    .btn-buy:before {
        background-color: var(--c-orange-buttons);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
        color: #fff;
    }

    .btn-buy:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.txt-comprar {
    position: relative;
    z-index: 1;
}




.content-text h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transition: all 1000ms ease;
}

.content-text p {
    padding-right: 50px;
}

.content-text {
    max-width: 400px;
}

    .content-text p {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin-top: 20px;
        º
    }

.ancla:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    scroll-behavior: smooth;
}

/* Bloquear completamente el scroll en toda la página */
html.no-scroll, body.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
    touch-action: none; /* Bloquea scroll en dispositivos táctiles */
}

/* Permitir scroll después de aceptar/rechazar cookies */
html.cookies-accepted, body.cookies-accepted {
    overflow: auto;
    position: static;
    touch-action: auto;
}

/* Capa de bloqueo */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: block;
}

/* Banner de Cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #063054;
    opacity: 95%;
    color: white;
    text-align: center;
    padding: 20px 60px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* Contenido del banner */
.cookie-content {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.cookie-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cookie-banner p {
    margin: 0;
    font-size: 16px;
    flex: 1;
    text-align: left;
}

/* Botones del banner */
.cookie-buttons {
    display: flex;
    gap: 10px;
}

    .cookie-buttons button {
        width: 200px;
        padding: 5px 12px;
        border-radius: 5px;
        cursor: pointer;
    }

/* Botones */
.accept-cookies {
    background: #fff;
    color: #063054;
    border: 1px solid #fff;
}

.reject-cookies {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-buttons button:hover {
    opacity: 0.7;
}

/* Enlace de información sobre cookies */
.cookie-banner a {
    color: #0099D1;
    text-decoration: underline;
}

/* Ocultar banner tras aceptar/rechazar */
.hide-banner {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.cookie-overlay.hide-overlay {
    display: none;
}

/* Responsive */
@media (max-width: 900px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner {
        padding: 20px;
    }
}

@media (max-width: 520px) {
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

        .cookie-buttons button {
            width: 100%;
        }
}

/* CARACTERISTICAS // VENTAJAS */

.caracteristicas {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding-bottom: 10px;
}

.ventajas {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.content-detail-caracteristicas {
    margin: 0 auto;
    position: relative;
    max-width: 1360px;
    text-align: center;
    background-color: #fff;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    top: -60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 4px solid var(--c-orange-buttons);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
}

.content-detail-ventajas {
    margin: 0 auto;
    position: relative;
    max-width: 1126px;
    text-align: center;
    background-color: #fff;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}

    .content-detail-caracteristicas h3, .content-detail-ventajas h3, .customer-section h3 {
        margin-top: 60px;
        font-size: 30px;
        color: var(--c-blue-titles);
        margin-bottom: 10px;
    }


.content-detail-caracteristicas p, .customer-section p {
    font-size: 20px;
}

.content-detail-ventajas p {
    font-size: 17px;
}

.content-detail-ventajas .tagline {
    font-size: 20px;
}

.content-detail-ventajas p > span {
    font-weight: 700;
}

.content-detail-caracteristicas h3:before, .customer-section h3:before, .content-buy-on-line-int h3:before, .benefict-section .beneficios-h3:before, .content-form-int h3:before, .service-section p:before, .sec-title h3:before, .content-detail-ventajas h3:before, .customer-section h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 130px;
    background-color: var(--c-orange-buttons);
    left: 50% !important;
    margin-left: -65px;
    top: 90px;
}

.service-section p:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 60px;
    background-color: var(--c-orange-buttons);
    left: 50% !important;
    margin-left: -30px;
    top: 105px;
}

.item-caracteristica {
    display: flex;
    flex-flow: column nowrap;
    max-width: 272px;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #DDE1E7;
    border-radius: 22px;
    overflow: hidden;
    height: 275px;
}

.item-caracteristica-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 32px;
    width: 100%;
    gap: 12px;
    height: 140px;
}

.item-caracteristica-body {
    display: flex;
    padding: 20px 32px;
    align-items: flex-start;
    justify-content: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 150px;
}

.item-caracteristica-header h4 {
    color: var(--c-blue-titles);
    font-size: 19px;
    font-weight: 700;
    line-height: 18px;
}

.item-caracteristica p {
    color: #343434;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}

.content-items-caracteristicas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 16px;
    justify-content: center;
    margin-top: 52px;
}

.content-items-ventajas {
    display: grid;
    grid-template-areas:
        "integracion integracion"
        "velocidad disponibilidad";
    gap: 16px;
    justify-content: center;
    margin-top: 52px;
    height: 666px;
}

.card {
    background-color: white;
    border-radius: 22px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--c-orange-buttons);
    transition: all 0.2s ease-in-out;
}

    .card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
        border-bottom: 8px solid var(--c-orange-buttons);
    }

.item-ventajas-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 32px;
    width: 100%;
    gap: 12px;
    height: 175px;
}

.item-ventajas-body {
    display: flex;
    padding: 20px 32px;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 150px;
}

.integracion {
    grid-area: integracion;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    height: 325px;
}

.velocidad {
    grid-area: velocidad;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    height: 325px;
}

.disponibilidad {
    grid-area: disponibilidad;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    height: 325px;
}

.content-button-caracteristicas {
    justify-content: center;
}

/* BENEFICIOS */

.sec-title.centered h3.servicios {
    margin-bottom: 0;
}

.content-button-beneficios {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-beneficios {
    background-image: url(../img/rectangle_38.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #17B925;
    margin-top: 30px;
}

.content-beneficios-int {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

    .content-beneficios-int h3 {
        margin-top: 70px;
        font-size: 30px;
        color: #232F5C;
        margin-bottom: 40px
    }

.content-item-slider {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1000px;
}

.content-texts-item-slider {
    margin-left: 20px;
}


    .content-texts-item-slider h2 {
        color: #232F5C;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
    }

    .content-texts-item-slider p {
        color: #343434;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 20px;
    }

.content-function-slider {
    display: flex;
    flex-flow: row nowrap;
}

.slider-button-left, .slider-button-right {
    display: flex;
    align-items: center;
}

.slider-button-left {
    margin-right: 20px;
}

.slider-button-right {
    margin-left: 20px;
}

.contente-beneficios-slider {
    margin-bottom: 40px;
}

.margin-none {
    margin-top: 0;
}

/* COMPRA ON LINE */

.content-buy-on-line {
    width: 100%;
}

.content-buy-on-line-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

    .content-buy-on-line-int h3 {
        font-size: 30px;
        color: var(--c-blue-titles);
        margin-bottom: 40px;
        margin-top: 70px;
    }

.content-table-price {
    color: var(--c-orange-buttons);
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 40px;
}

.title-price i {
    margin-right: 5px;
}

.content-table-price .black-title {
    color: #343434;
}

.item-text-price {
    color: #446898;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.item-price {
    border: 1px solid var(--c-orange-buttons);
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    color: var(--c-orange-buttons);
}

    .item-price:hover {
        border: 1px solid var(--c-orange-buttons);
        background-color: #008CB8;
        color: #fff;
    }

.content-item-price {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom-none {
    border-bottom: none;
}

.title-price {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
}


/* CONFIAN EN NOSOTROS */

.sec-title.centered h3 {
    font-size: 30px;
    color: var(--c-blue-titles);
    margin-top: 30px;
}

.content-confian {
    width: 100%;
    /* display:none; */
}

.content-confian-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

    .content-confian-int h3 {
        font-size: 30px;
        color: #232F5C;
        margin-bottom: 40px;
        margin-top: 70px;
    }

.content-carrousel-confian {
    display: flex;
    flex-flow: row nowrap;
}

/* VIDEO */


.content-video {
    background-image: url(../img/video-img.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
}

.content-video-int {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

    .content-video-int h3 {
        margin-top: 70px;
        font-size: 30px;
        color: #232F5C;
        margin-bottom: 40px;
        max-width: 1140px;
        text-align: center;
    }

        .content-video-int h3 span {
            color: var(--c-orange-buttons);
        }

.button-play {
    margin: 10px 0 70px 0;
}

.overlay-box {
    position: absolute;
    left: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .overlay-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .overlay-box span {
        position: absolute;
        width: 90px;
        height: 90px;
        left: 50%;
        z-index: 10;
        color: #ddd;
        font-weight: 400;
        font-size: 30px;
        text-align: center;
        border-radius: 55%;
        padding-left: 4px;
        display: inline-block;
        margin-left: -65px;
        line-height: 90px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        background-color: #14285D;
    }

.ripple, .ripple:before, .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 0 0 rgba(255, 150, 0, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 150, 0, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 150, 0, .6);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: ripple;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.content-play {
    position: relative;
    height: 180px;
    width: auto;
}

.overlay-box span:hover {
    color: white;
    background: var(--c-orange-buttons);
}



/* FORM */

.content-form {
    width: 100%;
    position: relative;
}

.content-form-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

    .content-form-int h3 {
        font-size: 30px;
        color: var(--c-blue-titles);
        margin-bottom: 10px;
        margin-top: 70px;
    }

    .content-form-int p {
        font-size: 20px;
        color: #343434;
        margin-bottom: 40px;
    }

.side-icon {
    position: absolute;
    right: 0px;
    bottom: 80px;
    background-repeat: no-repeat;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.content-form-int-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

label.control-label {
    font-size: 14px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.default-form {
    padding-left: 10px;
    padding-right: 10px;
}

    .default-form .form-group input[type="text"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="email"], .default-form .form-group input[type="number"] .default-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        padding: 8px 8px;
        color: #222222;
        height: 32px;
        font-size: 14px;
        background: #ffffff;
        font-weight: 400;
        border: 1px solid transparent;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        border: 1px solid #ccc;
    }

#txtCuit, #txtTelefono {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 8px;
    color: #222222;
    height: 32px;
    font-size: 14px;
    background: #ffffff;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 16px;
    color: #222222;
    height: 171px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.space-right {
    padding-right: 20px;
}

.form-check {
    font-size: 12px;
    margin: 10px 0;
    justify-content: flex-start;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.btn-style-two {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    line-height: 20px;
    background: none;
    padding: 15px 25px 15px;
    background-color: var(--c-orange-buttons);
    border: none;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

    .btn-style-two::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
        background-color: var(--c-orange-links);
    }

    .btn-style-two:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-style-two span.txt {
        position: inherit;
        z-index: 2;
    }

.align-captcha {
    display: flex;
    justify-content: flex-end;
}

input:focus, input:active, textarea:focus, textarea:active {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 1px solid var(--c-orange-buttons);
}

.button-submit-wrapper {
    margin: 8px 0 50px 0;
}

/* SERVICIOS */

.sec-title-servicios h3 {
    margin-top: 10px;
    font-size: 30px;
    color: var(--c-orange-buttons);
    margin-bottom: 20px
}

.sec-title-servicios:before {
    display: none;
}

.content-confian .customer-section {
    padding-top: 20px;
}

/* FOOTER */

.content-footer {
    width: 100%;
    position: relative;
    background-color: #FAFAFA;
    border-top: 1px solid #DDE1E7;
}

.content-footer-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    padding: 26px 20px;
    justify-content: space-between;
}

.footer-left p {
    color: #556789;
    font-weight: 400;
    font-size: 12px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .footer-left img {
        width: fit-content;
    }

.footer-right {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.items-col-1, .items-col-2, .items-col-3 {
}

.footer .text {
    color: #556789;
    font-weight: 400;
    font-size: 14px;
}

.contact-wrapper {
    display: flex;
    gap: 16px;
}


.contact-wrapper-label {
    color: #556789;
    font-weight: 400;
    font-size: 12px;
}

.contact-wrapper-value {
    color: #556789;
    font-weight: 400;
    font-size: 14px;
}



.items-col-3 span {
    margin: 0 2px;
    font-size: 16px;
    background: var(--c-blue-redes-footer);
    border-radius: 50px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.items-col-3 a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid rgba(0,0,0,0.10);
    background: #f5f5f5;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.copyright a {
    color: #556789;
}

.content-image {
    height: 250px;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 12px;
}

.image-container {
    animation: slide 10s infinite alternate;
    height: 500px;
}

@keyframes slide {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-250px);
    }
}

.buy-button.button-sticky:hover {
    background-color: var(--c-orange-links) !important;
}

/* WhatsApp */

a#whats-sitio {
    background: url(../img/Manager-new/icons/icon-whatsapp.svg) no-repeat #25D366 8px center;
    background-size: 36px 36px;
    text-decoration: none;
    border-radius: 44px;
    font-size: 14px;
    position: fixed;
    display: block;
    z-index: 100;
    bottom: 48px;
    right: 24px;
    color: #fff;
    padding: 16px 16px 16px 48px;
}

@media screen and (max-width: 460px) {
    a#whats-sitio {
        background-position: center;
        padding: 24px;
    }

        a#whats-sitio span {
            display: none;
        }
}


/* NUEVOS ESTILOS */

/* Compra online */

.link-video {
    display: flex;
    justify-content: center;
}

.content-compraonline {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1360px;
    margin: 0 auto;
}

.adapt {
    grid-column: 1 / 3;
    grid-row: 2;
}

.content-clasic, .content-experto {
    display: grid;
    grid-template-rows: 74px 230px 230px auto;
    grid-template-columns: 1fr;
    gap: 8px;
}

.header-compra {
    width: 100%;
    padding: 20px;
    background-color: #F5F7F9;
    border: 1px solid #DDE1E7;
    position: relative;
}

.content-clasic .header-compra::after {
    content: "";
    position: absolute;
    background-image: url(../img/City.png);
    height: 53px;
    width: 103px;
    bottom: 0;
    right: 0;
}

.content-experto .header-compra::after {
    content: "";
    position: absolute;
    background-image: url(../img/Cityb.png);
    height: 155px;
    width: 219px;
    bottom: 0;
    right: 0;
}

.header-compra h3 {
    font-size: 24px;
    font-weight: 400;
}

    .header-compra h3 b {
        font-weight: 700;
    }

.pago-unico h4 {
    font-size: 17px;
    color: #213596;
    padding: 12px;
    border: 1px solid #DDE1E7;
    text-align: center;
}

.pago-opciones {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid #DDE1E7;
    border-left: 1px solid #DDE1E7;
    border-bottom: 1px solid #DDE1E7;
}

.pago-opciones-item {
    border-right: 1px solid #DDE1E7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    height: 182px;
    overflow: hidden;
    position: relative;
}

.destacado {
    background-color: #14A120;
    color: white;
    display: block;
    text-align: center;
    position: absolute;
    padding: 4px 26px;
    transform: rotate(45deg);
    right: -30px;
    top: 27px;
    font-size: 11px;
    font-weight: 500;
    height: 17px;
    line-height: 10px;
}

.pago-opciones-item:last-child {
    border-right: none;
}

.pago-header {
    color: #213596;
    background-color: #21359630;
    padding: 8px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
}


    .pago-header b {
        font-weight: 600;
    }

.monto {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #213596;
    line-height: 16px;
}



    .monto span {
        font-size: 12px;
        color: #556789;
        margin-right: 1px;
        font-weight: 300;
    }

.pago-opciones-item-arriba {
    display: flex;
    flex-direction: column;
}

.pago-opciones-item-abajo {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pago-button {
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid #14A120;
    color: #14A120;
    border-radius: 4px;
}

a.pago-button {
    text-decoration: none;
    font-size: 14px;
}

    a.pago-button:hover {
        background-color: #14A120;
        color: #FFFFFF;
    }

.monto-individual {
    font-size: 12px;
    font-weight: 400;
    color: #556789;
    text-align: center;
    margin-top: 6px;
}

    .monto-individual b {
        font-size: 14px;
        font-weight: 600;
    }

.color-mensual {
    color: #0099D1;
}

.pago-unico h4.color-gray {
    color: #556789;
    font-weight: 400;
}

    .pago-unico h4.color-gray b {
        color: #556789;
        font-weight: 700;
    }

.pago-unico h4.color-mensual {
    color: #0099D1;
}

.bgcolor-mensual {
    background-color: #E5EFFF;
}

.content-beneficios-new {
    display: flex;
    border-right: 1px solid #DDE1E7;
    border-left: 1px solid #DDE1E7;
    border-bottom: 1px solid #DDE1E7;
    min-height: 207px;
}

    .content-beneficios-new div {
        width: 50%;
    }

    .content-beneficios-new ul li {
        color: #556789;
        padding: 6px;
        font-size: 14px;
        position: relative;
        padding-left: 12px;
    }

    .content-beneficios-new ul {
        padding: 20px;
    }

        .content-beneficios-new ul li i {
            position: absolute;
            top: 7px;
            left: -3px;
            color: #14A120;
        }

.info-green {
    width: 100%;
    border-right: 1px solid #DDE1E7;
    border-left: 1px solid #DDE1E7;
    text-align: center;
    padding: 14px;
}

    .info-green h6 {
        border: 1px dashed #14A120;
        padding: 12px;
        background-color: #14a1201c;
        width: 80%;
        font-size: 14px;
        margin: 0 auto;
        font-weight: 500;
    }

        .info-green h6 i {
            color: #14A120
        }

        .info-green h6 b {
            font-weight: 500;
            color: #14A120
        }

.subtitle {
    font-size: 14px;
    color: #394049;
}

    .subtitle b {
        color: #14A120;
        font-weight: 700;
    }

.bajada {
    font-size: 14px;
    font-style: italic;
    color: #394049;
    margin-top: 30px;
}
/* MEDIA */

@media (max-width: 1340px) {
    .monto span:last-child {
        display: block
    }
}

@media (max-width: 1240px) {
    .monto {
        font-size: 22px;
    }


    .content-experto .header-compra::after {
        content: "";
        position: absolute;
        background-image: url(../img/Cityb.png);
        height: 100px;
        width: 160px;
        bottom: 0;
        right: 0;
    }

    .content-logo-menu {
        flex-flow: column nowrap;
    }

    .menu {
        width: 100%;
        border-top: none;
        justify-content: space-between;
    }

    .logos {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .content-header {
        height: auto;
        padding-bottom: 20px;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        padding-right: 10px;
        padding-left: 10px;
    }

    .owl-carousel .owl-nav {
        display: none;
    }

    .content-items-ventajas {
        margin-right: 16px;
        margin-left: 16px;
    }
}

@media (max-width: 950px) {
    .monto-individual b {
        font-size: 13px;
    }
}

@media (max-width: 900px) {

    .adapt {
        grid-column: 1;
        grid-row: 3;
    }

    .content-compraonline {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .menu nav {
        order: 2;
    }

    .menu a {
        order: 1;
    }

    .menu nav {
        display: none;
    }

    .button-menu {
        display: inline-block;
        order: 2;
    }

    .content-text h2 {
        font-size: 46px;
    }

    .content-items-caracteristicas {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    .item-caracteristica {
        width: 100%;
        max-width: 100%;
    }

    .title-price {
        width: 100%;
    }

    .content-item-price {
        width: 100%;
    }

    .content-table-price {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-video-int h3 {
        text-align: center;
    }

    .default-form .row {
        flex-flow: column nowrap;
    }

    .space-right {
        padding-right: 0;
    }

    .content-form-int-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .default-form {
        width: 80%
    }

    .content-form-int p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-footer-int {
        flex-flow: column nowrap;
        gap: 16px;
    }

    .items-col-1, .items-col-2, .items-col-3 {
        width: 33%;
    }

    .footer-right {
        width: 100%;
    }

    .content-header-sticky-int {
        flex-flow: column nowrap;
    }

    .content-right-sticky {
        justify-content: space-between;
    }

    .content-left-sticky {
        justify-content: center;
        display: flex;
    }

    .content-items-ventajas {
        grid-template-areas: "integracion"
            "velocidad"
            "disponibilidad";
        margin: 0 20px;
        height: 940px;
        margin-top: 50px;
    }

    .button-submit-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 800px) {

    .monto {
        font-size: 20px;
    }

    .image-container {
        height: 250px;
    }

    .img-header {
        width: 720px;
    }

    .content-title {
        flex-flow: column nowrap;
        gap: 24px;
    }

    .content-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .default-form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-right {
        flex-flow: column nowrap;
    }

    .items-col-1, .items-col-2, .items-col-3 {
        width: 100%;
    }

    .img-logo {
        width: 140px;
    }

    .date a {
        font-size: 9px;
    }

    .button-sticky {
        display: none;
    }

    .button-menu.button-sticky {
        display: inline-block;
    }

    .navigation-sticky {
        display: none;
    }

    .item-text-price {
        font-size: 13px;
    }

    .item-price {
        font-size: 13px;
    }

    .title-price {
        font-size: 16px;
    }

    .content-text h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .content-text p {
        font-size: 16px;
    }

    .content-buy-button-sticky {
        margin-top: -15px;
    }

    .buy-button.button-sticky {
        display: none;
    }

    .date {
        flex-direction: column;
    }

    .date-social {
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .content-items-caracteristicas {
        grid-template-columns: 1fr;
    }

    .content-text {
        max-width: 100%;
    }

        .content-text .buy-button {
            width: 100%;
        }

    .content-detail-caracteristicas h3:before {
        top: 110px;
    }
}

@media (max-width: 500px) {

    .pago-opciones-item {
        border-right: none;
    }

    .content-beneficios-new div {
        width: 100%;
    }

    .content-beneficios-new ul {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .content-beneficios-new div:last-child ul {
        padding-top: 0;
    }

    .content-experto .header-compra::after {
        content: "";
        position: absolute;
        background-image: url(../img/Cityb.png);
        height: 111px;
        width: 104px;
        bottom: 0;
        right: 0;
    }

    .content-beneficios-new {
        flex-direction: column;
    }

    .pago-opciones {
        display: grid;
        grid-template-columns: 1fr;
    }

    .monto {
        font-size: 28px;
    }

    .pago-opciones-item {
        border-bottom: 1px solid #DDE1E7;
    }

    .content-clasic, .content-experto {
        display: grid;
        grid-template-rows: 74px auto auto auto;
    }

    .benefict-section .inner-container .owl-nav {
        display: none;
    }

    .item-caracteristica p {
        font-size: 16px;
    }

    .buy-button {
        width: 95%
    }

    .content-items-ventajas {
        height: 1080px;
    }

    .content-detail-ventajas h3:before {
        top: 110px;
    }
}

.error-message {
    color: #cc0033;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0 0;
}

.input-group .error-message {
    display: none;
}

/* Tooltip Container */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
    width: 100%;
}

/* Tooltip Content */
.tooltip-content {
    visibility: hidden;
    width: 230px;
    background-color: #fff;
    color: #333;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 100;
    top: -50%; /* Ajusta la posición vertical */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -100%); /* Desplaza el tooltip hacia arriba */
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    overflow: visible;
}

.tooltip-input {
    top: 15px;
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Show Tooltip on Hover */
.tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}


/* Error Styling */

.error label {
    color: #cc0033;
}

.error input, .error textarea {
    background-color: #fce4e4 !important;
    border: 1px solid #cc0033 !important;
    outline: none;
}

.error .error-message {
    display: inline-block;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
}

    .preloader .contentLoader {
        display: flex;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

        .preloader .contentLoader img {
            border-radius: 12px;
            padding: 10px;
        }

/*** 

====================================================================
	Tablas
====================================================================

***/


.tablehead > a {
    color: #111177;
}

.tablefoot {
    color: #0F2B50;
    font-weight: 700;
}

td.consultas {
    line-height: 1.2;
}

    td.consultas > a {
        color: #333;
    }

        td.consultas > a:hover {
            text-decoration: underline;
        }

.total {
    color: #0F2B50;
    font-weight: 700;
}

.btnconsultas {
    color: #446898;
    border: 1px solid #446898;
    padding: 0 3px;
    display: inline-block;
    width: 105px;
    border-radius: 3px;
    margin: 4px 0;
}

    .btnconsultas:hover {
        color: #fff;
        border: 1px solid #17BA21;
        background-color: #17BA21;
        text-decoration: none;
    }

td.total > a {
    color: #0F2B50;
    display: inline-block;
    padding: 4px 5px;
    margin: 4px 0;
    border: 1px solid #0F2B50;
    border-radius: 3px;
    width: 105px;
}

    td.total > a:hover {
        color: #ffffff !important;
        background-color: #17BA21;
        border: 1px solid #17BA21;
        text-decoration: none;
    }

.tablerow th {
    font-family: Roboto;
    border-bottom: 1px dashed #999;
    border-top: 1px solid #ddd;
    text-transform: capitalize;
}

table.servicios {
    font-family: Roboto;
    margin-top: 30px;
    font-display: fallback;
    width: 100%;
}

th.servicio {
    color: #0F2B50;
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1.2;
}

th.clasico {
    line-height: 1.2;
    padding: 10px;
    color: #fff;
    background-color: #446898;
    text-align: center;
}

th.experto {
    line-height: 1.2;
    padding: 10px;
    color: #fff;
    background-color: #0F2B50;
    text-align: center;
}

tr.listado {
    border: 1px solid #ddd !important;
    font-size: 13px;
}

.listado > td {
    padding: 5px 10px;
    line-height: 1.7;
}

    .listado > td.gray {
        background-color: #ededed;
    }

    .listado > td.ligthgray {
        background-color: #f8f8f8;
    }

.listado .fa-minus {
    color: #d50000;
}

.listado .fa-check {
    color: #008000;
}

.tabletitle.fa-caret-right, .fa-question-circle {
    color: #17BA21;
    cursor: pointer;
}

.tabletitle > span {
    color: #17B925;
    font-weight: 700;
}

.informesheader, .lotesheader, .suscripcionheader {
    font-size: 13px;
    line-height: 30px;
}

.informesheader {
    text-align: left;
}

.lotesheader {
    color: #111177;
    text-align: right;
}

.suscripcionheader {
    color: #117ED6;
    text-align: right;
}

.cellinfo {
    color: #111177;
    font-weight: 700;
    font-size: 14px;
    min-width: 140px;
}

.lotes > a {
    color: #111177;
    font-weight: 400;
    font-size: 14px;
}

.suscripcion > a {
    color: #117ED6;
    font-weight: 700;
    font-size: 14px;
    padding-right: 30px;
}

.excedentes {
    font-family: Roboto;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    color: #117ED6;
}

@media (max-width: 400px) {
    td .consultas > a, td.total > a, .btnconsultas {
        font-size: 14px;
        padding-right: 10px;
    }

    .listado > td {
        padding: 5px 10px;
        line-height: 1.2;
    }

    .consultas {
        min-width: 130px;
    }

    .informesheader, .lotesheader, .suscripcionheader {
        font-size: 13px;
        line-height: 1.2;
        min-width: 115px;
        padding: 5px 0px;
        font-weight: normal;
    }

    .suscripcionheader {
        min-width: 100px;
    }

    .cellinfo {
        min-width: 100px;
    }

    .suscripcion > a {
        color: #117ED6;
        font-weight: 700;
        font-size: 14px;
        padding-right: 10px;
    }

    .lotes {
        min-width: 100px;
    }
}

.text {
    position: relative;
    color: #333;
    font-size: 13px;
    line-height: 1.6em;
}

.bg-color-light {
    background-color: #f9f9f9;
}

.w100 {
    width: 100%;
}

.h100 {
    width: 100%;
}

.left {
    text-align: left;
    color: #333333;
    font-weight: normal;
}

.right {
    text-align: right;
}


/* Nuevos estilos seccion de tablas msa */
.row-wrapp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.col {
    flex: 50%;
    padding: 0 16px;
}

@media screen and (max-width: 991px) {
    .col {
        flex: 100%;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

tr.listado td {
    border: 1px solid #ddd;
}

.sec-title h3.tabletitle {
    font-family: Roboto;
    font-size: 24px;
    font-display: fallback;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 2.5;
}

.servicios .tablerow th {
    border-bottom: none;
}

.message-down-table {
    padding-top: 40px;
    font-style: italic;
}

.font-weight-bold {
    font-weight: bold;
}

tr.tablerow td {
    border-bottom: 1px dashed #999;
    padding: 4px 0;
}
/* / Nuevos estilos seccion de tablas msa */
h3.servicios::before {
    display: none;
}

/*#catalogo {
    scroll-margin-top: 160px;
    scroll-behavior: smooth;
}*/

/*#ventajas, #clientes, #contacto {
    scroll-margin-top: 100px;
    scroll-behavior: smooth;
}*/

.whapp-title {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0074A1;
    text-decoration: none;
}

.link-foot {
    color: #0074A1;
}
