body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #353846;
}

.content {
    min-height: 100vh;
}

h1 {
    font-size: 62px;
    color: #0b2652;
}

h2 {
    font-size: 48px;
    color: #0b2652;
}

h3 {
    font-size: 40px;
    color: #0b2652;
}

h4 {
    font-size: 32px;
    color: #0b2652;
}

h5 {
    font-size: 24px;
    color: #0b2652;
}

h6 {
    font-size: 20px;
    color: #0b2652;
}

p {
    font-size: 16px;
    color: #353b46;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.aiy-footer {
    margin-top: auto;
}

/*HOME V2*/

.hero {
    padding: 80px 20px;
    background-color: #e7f0f7;
}

.hero h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #0b2652;
    margin-bottom: 27px;
}

.hero p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 27px;
}

.hero input {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #0b2652;
    border-radius: 48px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero input::placeholder {
    color: #9da3ae;
}

.hero button {
    background-color: #0b2652;
    color: white;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    border-radius: 48px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero button:hover {
    background-color: #2e6198;
}

.text-pay {
    color: #a6a3a3;
}

.hoverbu {
    cursor: pointer;
    transition: all 0.3s ease;
}

.hoverBu:hover {
    background-color: #2e6198 !important;
}

.hero img {
    max-width: 100%;
    border-radius: 12px;
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 48px;
    }

    h1 {
        font-size: 48px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .aiy-footer__links {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }

    .pc {
        display: none !important;
    }

    .responsive {
        display: block !important;
    }

    .header_nav {
        margin-right: -80px;
    }

    .subheader {
        font-size: 48px !important;
        line-height: 55px !important;
        padding-left: 15%;
        padding-right: 15%;
    }

    .faq-item h5 {
        margin: 25px;
        font-size: 20px !important;
    }

    .action-buttons {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .filter-buttons {
        width: 100%;
        overflow: overlay;
    }

    .privacy {
        width: 100% !important;
    }

    .flex-container-protest {
        flex-direction: column;
    }

    .privacy h2 {
        font-size: 24px;
        color: #0b2652 !important;
    }

    /* .header .logo img {
        max-width: 200px !important;
        height: auto !important;
    } */
}

@media (min-width: 992px) {
    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero .hero-text {
        max-width: 50%;
    }

    .hero .hero-image {
        max-width: 50%;
    }
}

/* estilos segunda seccion*/
.features-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.features-section h2 {
    font-size: 48px;
    color: #0b2652;
    text-align: left;
    position: relative;
    margin-bottom: 120px;
}

.features-section h2::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #6e7f9b;
}

.faq-section h2::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #0b2652;
}

.features-section .feature {
    text-align: left;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 1px rgba(99, 104, 112, 0.1);
    margin-bottom: 20px;
    transition: transform 0.2s;
}

.features-section .feature:hover {
    transform: translateY(-5px);
}

.features-section .feature img {
    max-width: 75px;
    margin-bottom: 20px;
}

.features-section .feature h3 {
    font-size: 20px;
    color: #0b2652;
    margin-bottom: 10px;
    font-weight: 600;
}

.features-section .feature p {
    font-size: 16px;
    color: #353a43;
}

.feature h4 {
    font-size: 32px;
}

.feature img {
    width: 75px;
}

@media (min-width: 992px) {
    .features-section .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .features-section .col-md-4 {
        flex: 0 0 30%;
    }
}

/* seccion 3 */
.why-protest-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.why-protest-section h2 {
    font-size: 48px;
    color: #0b2652;
    margin-bottom: 50px;
}

.why-protest-section p {
    font-size: 30px;
    color: #353a43;
    line-height: 1.5;
    margin-bottom: 20px;
}

.chart-container {
    position: relative;
    margin-top: 30px;
}

.action-buttons {
    margin-top: 50px;
}

.action-buttons .btn {
    margin-right: 15px;
}

.chart-legend {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2e6198;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .why-protest-section .row {
        align-items: center;
    }
}

/*seccion 4*/
.metrics-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #e7f0f7;
}

.metrics-section .metric {
    margin-bottom: 30px;
}

.metrics-section .metric h3 {
    font-size: 62px;
    font-weight: 400;
    color: #0b2652;
    margin-bottom: 40px;
}

.metrics-section .metric p {
    font-size: 16px;
    color: #57697a;
}

@media (min-width: 992px) {
    .metrics-section .row {
        display: flex;
        justify-content: space-between;
    }

    .metrics-section .col-md-4 {
        flex: 0 0 30%;
    }

    .metrics-section .metric {
        margin: 20px 0;
    }
}

@media (max-width: 720px) {
    .metrics-section .metric {
        margin: 70px 0;
    }
}

/*seccion 4*/

.steps-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.steps-section h2 {
    font-size: 48px;
    color: #0b2652;
    margin-bottom: 90px;
    text-align: left;
    position: relative;
}

.steps-section h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.steps-section h2::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #6e7f9b;
}

.step-detail {
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}

.step-detail img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.step-detail h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 12px;
}

.step-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.mb-60 {
    margin-bottom: 67px !important;
}

.steps-image {
    margin-top: 30px;
    margin-bottom: 50px;
}

.steps-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .steps-section .row {
        align-items: center;
    }

    .steps-image {
        margin-top: 0;
    }
}

/*seccion 5*/
.refund-section {
    background-color: #e7f0f7;
    /* Light gray background */
    text-align: center;
    padding: 80px 20px;
}

.disclaimer-section {
    background-color: #e7f0f7;
    /* Light gray background */
    text-align: center;
    padding: 50px 20px;
}

.refund-section h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 45.66px;
    letter-spacing: -0.7609999775886536px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.disclaimer-section h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 45.66px;
    letter-spacing: -0.7609999775886536px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.refund-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 40%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

.disclaimer-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.btn-primary {
    background-color: #12254f;
    /* Dark blue button */
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 25px;
}

.refund-section .btn-primary:hover {
    background-color: #2e6198;
    /* Slightly lighter blue */
}

.disclaimer-section .btn-primary:hover {
    background-color: #2e6198;
}

/*FAQS*/
.faq-section {
    /* Light gray background */
    padding: 80px 20px;
}

.faq-item .icon {
    transition: transform 0.3s ease;
    font-size: 40px;
}

.faq-item.open .icon {
    transform: rotate(180deg);
    /* Rotación de la flecha */
}

.faq-section h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;

    color: #0b2652;
    /* Dark blue */
    text-align: left;
    margin-bottom: 30px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    /* Light border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    /* White background */
    cursor: pointer;
    box-shadow: 0px 1px 5px 1px #0000001a;
}

.faq-item h5 {
    margin: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    color: #0b2652;
    justify-content: space-between;
}

.faq-item .faq-content {
    display: none;
    margin-top: 0px !important;
    margin: 25px;
    font-size: 0.9rem;
    color: #4a5568;
    overflow-x: auto;
    /* Gray text */
}

.faq-item.active .faq-content {
    display: block;
}

/*Menu*/
.header__container {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    background-color: #ffffff;
    color: #0b2652;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 40px;
    margin-right: 10px;
}

.header .menu {
    display: flex;
    gap: 20px;
}

.header .menu a {
    color: #0b2652;
    text-decoration: none;
    font-weight: 500;
}

.header .menu a:hover {
    text-decoration: underline;
}

.header .cart {
    background-color: #0b2652;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.header .cart span {
    background-color: #2ecc71;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
}

.btn-close {
    color: #fff !important;
    --bs-btn-close-color: #fff !important;
}

.btn-close:hover {
    color: #fff !important;
}

.offcanvas-body {
    margin: 0;
    padding: 0;
}

.offcanvas {
    background-color: #0b2652;
    color: white;
}

.offcanvas a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 25px;
}

.offcanvas a:hover {
    padding: 25px;
    line-height: 20px;
    text-decoration: underline !important;
    background-color: #2e6198;
    color: #d1e8ff;
}

@media (max-width: 768px) {
    .refund-section p {
        width: 90%;
    }

    .disclaimer-section p {
        width: 90%;
    }

    .header .menu {
        display: none;
    }

    .header .menu-toggle {
        display: block;
    }

    .btn-primary {
        width: 100%;
    }
}

/*Footer social */
.footer-social {
    background-color: #0b2652;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-social .social-icons {
    margin-bottom: 109px;
}

.footer-social .social-icons a {
    width: 30%;
    color: white;
    font-size: 24px;
    float: left;
    text-decoration: none;
}

.footer-social .social-icons a:hover {
    color: #d1e8ff;
}

.footer-social p {
    margin: 0;
    font-size: 14px;
    width: 100% !important;
}

/*footer*/
.footer {
    background-color: #0b2652;
    color: white;
    padding: 20px 40px;
}

.footer .row {
    align-items: center;
}

.footer .social-icons a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.footer .social-icons a:hover {
    color: #d1e8ff;
}

.footer .privacy-policy,
.footer .developed-by {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .privacy-policy,
    .footer .developed-by {
        margin-top: 0;
        text-align: right;
    }
}

/*Calculadora*/
.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.card-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0b2652;
    background-color: transparent;
    border: none;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.btn-primary {
    background-color: #12254f;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-primary:hover {
    background-color: #2e6198;
}

.highlight {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #28a745;
}

.details {
    color: #0b2652;
    font-size: 1rem;
}

.details span {
    color: #0b2652;
    font-size: 1.1rem;
}

.border {
    border-color: #28a745 !important;
}

/*FAQS*/
.faq-section {
    /* Light gray background */
    padding: 80px 20px;
}

.faq-section h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;

    color: #0b2652;
    /* Dark blue */
    text-align: left;
    margin-bottom: 30px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    /* Light border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    /* White background */
    cursor: pointer;
    box-shadow: 0px 1px 5px 1px #0000001a;
}

.faq-item h5 {
    margin: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #0b2652;
}

.faq-item .faq-content {
    display: none;
    margin-top: 0px !important;
    margin: 25px;
    font-size: 0.9rem;
    color: #4a5568;
    /* Gray text */
}

.faq-item.active .faq-content {
    display: block;
}

/*Menu*/
.header {
    background-color: #ffffff;
    color: #0b2652;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 40px;
    margin-right: 10px;
}

.header .menu {
    display: flex;
    gap: 20px;
}

.header .menu a {
    color: #0b2652;
    text-decoration: none;
    font-weight: 500;
}

.header .menu a:hover {
    text-decoration: underline;
}

.header .cart {
    background-color: #0b2652;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.header .cart span {
    background-color: #2ecc71;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
}

.btn-close {
    color: #fff !important;
    --bs-btn-close-color: #fff !important;
}

.btn-close:hover {
    color: #fff !important;
}

.offcanvas-body {
    margin: 0;
    padding: 0;
}

.offcanvas {
    background-color: #0b2652;
    color: white;
}

.offcanvas a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 25px;
}

.offcanvas a:hover {
    padding: 25px;
    line-height: 20px;
    text-decoration: underline !important;
    background-color: #2e6198;
    color: #d1e8ff;
}

@media (max-width: 768px) {
    .refund-section p {
        width: 90%;
    }

    .disclaimer-section p {
        width: 90%;
    }

    .header .menu {
        display: none;
    }

    .header .menu-toggle {
        display: block;
    }

    .btn-primary {
        width: 100%;
    }

    .see {
        width: 50% !important;
    }
}

/*Footer social */
.footer-social {
    background-color: #0b2652;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-social .social-icons {
    margin-bottom: 109px;
}

.footer-social .social-icons a {
    width: 30%;
    color: white;
    font-size: 24px;
    float: left;
    text-decoration: none;
}

.footer-social .social-icons a:hover {
    color: #d1e8ff;
}

.footer-social p {
    margin: 0;
    font-size: 14px;
    width: 100% !important;
}

/*footer*/
.footer {
    background-color: #0b2652;
    color: white;
    padding: 20px 40px;
}

.footer .row {
    align-items: center;
}

.footer .social-icons a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.footer .social-icons a:hover {
    color: #d1e8ff;
}

.footer .privacy-policy,
.footer .developed-by {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .privacy-policy,
    .footer .developed-by {
        margin-top: 0;
        text-align: right;
    }
}

.subheader {
    height: 203px;
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
    font-size: 62px;
    font-weight: 400;
    text-align: center;
    background-color: #e7f0f7;
    border-radius: 8px;
    color: #0b2652 !important;
}

.calculate {
    background-color: #fff;
}

.calculate-green {
    width: auto;
    top: 529.69px;
    left: 1074px;
    gap: 0px;
    opacity: 0px;
    border: 2px solid #059669;
    background: #ecfdf5;
}

.fw-bold {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.calculate-line {
    border: 2px solid #059669;
    margin-top: 20px;
}

.calculate-line p {
    color: #059669;
}

.form-control {
    border: 1.5px solid #0b2652;
    border-radius: 48px;
}

.price-card {
    background-color: #0b2652;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    margin: 0 auto;
}

.price-card .price {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
}

.price-card .btn-save {
    background-color: #28a745;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
}

.price-card .btn-save:hover {
    background-color: #218838;
}

/*Resource*/
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

.filter-buttons .btn {
    border-radius: 45px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1rem;
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.55px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.faq-header {
    font-family: Inter;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #0b2652;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 50px;
}

.faq-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 20%;
    height: 2px;
    background-color: #0b2652;
}

.filter-buttons .btn-active {
    background-color: #12254f;
    color: #ffffff;
}

.filter-buttons .btn-inactive {
    background-color: #e7f0f7;
    color: #0b2652;
}

.filter-buttons .btn-inactive:hover {
    background-color: #d6e4ef;
}

.btn-primary {
    background-color: #0b2652;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-primary:hover {
    background-color: #2e6198;
}

.highlight {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #28a745;
}

.details {
    color: #0b2652;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
}

.details span {
    font-size: 12px;
    font-weight: 700 !important;
    float: right;
}

.border {
    border-color: #28a745 !important;
}

/*FAQS*/
.faq-section {
    padding: 80px 20px;
}

.faq-section h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;

    color: #0b2652;
    /* Dark blue */
    text-align: left;
    margin-bottom: 30px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    /* Light border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    /* White background */
    cursor: pointer;
    box-shadow: 0px 1px 5px 1px #0000001a;
}

.faq-item h5 {
    margin: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #0b2652;
}

.faq-item .faq-content {
    display: none;
    margin-top: 0px !important;
    margin: 25px;
    font-size: 0.9rem;
    color: #4a5568;
    /* Gray text */
}

.faq-item.active .faq-content {
    display: block;
}

/*Menu*/
.header {
    background-color: #ffffff;
    color: #0b2652;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 40px;
    margin-right: 10px;
}

.header .menu {
    display: flex;
    gap: 20px;
}

.header .menu a {
    color: #0b2652;
    text-decoration: none;
    font-weight: 500;
}

.header .menu a:hover {
    text-decoration: underline;
}

.header .cart {
    background-color: #0b2652;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.header .cart span {
    background-color: #2ecc71;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px;
}

.btn-close {
    color: #fff !important;
    --bs-btn-close-color: #fff !important;
}

.btn-close:hover {
    color: #fff !important;
}

.offcanvas-body {
    margin: 0;
    padding: 0;
}

.offcanvas {
    background-color: #0b2652;
    color: white;
}

.offcanvas a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 25px;
}

.offcanvas a:hover {
    padding: 25px;
    line-height: 20px;
    text-decoration: underline !important;
    background-color: #2e6198;
    color: #d1e8ff;
}

@media (max-width: 768px) {
    .refund-section p {
        width: 90%;
    }

    .disclaimer-section p {
        width: 90%;
    }

    .header .menu {
        display: none;
    }

    .header .menu-toggle {
        display: block;
    }

    .btn-primary .btn-outline-primary {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .refund-section p {
        width: 100%;
    }
}

/*Footer social */
.footer-social {
    background-color: #0b2652;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-social .social-icons {
    margin-bottom: 109px;
}

.footer-social .social-icons a {
    width: 30%;
    color: white;
    font-size: 24px;
    float: left;
    text-decoration: none;
}

.footer-social .social-icons a:hover {
    color: #d1e8ff;
}

.footer-social p {
    margin: 0;
    font-size: 14px;
    width: 100% !important;
}

/*footer*/
.footer {
    background-color: #0b2652;
    color: white;
    padding: 20px 40px;
}

.footer .row {
    align-items: center;
}

.footer .social-icons a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.footer .social-icons a:hover {
    color: #d1e8ff;
}

.footer .privacy-policy,
.footer .developed-by {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .privacy-policy,
    .footer .developed-by {
        margin-top: 0;
        text-align: right;
    }
}

.calculate {
    background-color: #fff;
}

.calculate-green {
    width: auto;
    top: 529.69px;
    left: 1074px;
    gap: 0px;
    opacity: 0px;
    border: 2px solid #059669;
    background: #ecfdf5;
}

.fw-bold {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.calculate-line {
    border: 2px solid #059669;
    margin-top: 20px;
}

.calculate-line p {
    color: #059669;
}

.form-control {
    border: 1.5px solid #0b2652;
    border-radius: 48px;
}

.price-card {
    background-color: #0b2652;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    margin: 0 auto;
}

.price-card .price {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
}

.price {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.cta-box p {
    color: #ffffff;
}

.price-card .btn-save {
    background-color: #28a745;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
}

.price-card .btn-save:hover {
    background-color: #218838;
}

/*Contact*/

.contact__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.contact__info-title {
    font-size: 24px;
    margin-bottom: 32px;
    color: #0a2358;
}

.contact__info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 25px;
    color: #0a2358;
    margin-top: 25px;
}

.contact__info-icon {
    color: #0a2358;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.contact__form-title {
    font-size: 24px;
    margin-bottom: 32px;
    color: #0a2358;
}

.contact__form {
    display: grid;
    gap: 16px;
}

.contact__form-group {
    display: grid;
    gap: 8px;
}

.contact__form-label {
    font-weight: 500;
    color: #0a2358;
}

.contact__form-input,
.contact__form-textarea {
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    color: #0a2358;
}

.contact__form-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact__form-button {
    padding: 16px;
    background: #0b2652;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact__form-button:hover {
    background-color: #153379;
}

.aiy-footer {
    background: #0b2652;
    padding: 24px 0;
    color: white;
}

.aiy-footer__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aiy-footer__copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.aiy-footer__links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.aiy-footer__link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
}

.aiy-footer__link:hover {
    color: white;
}

@media (max-width: 1024px) {
    .contact__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 16px 20px;
    }

    .header__nav {
        display: none;
    }

    .hero {
        padding: 100px 20px 40px;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__subtitle {
        font-size: 18px;
    }

    .contact {
        padding: 60px 20px;
    }

    .aiy-footer__container {
        padding: 0 20px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .faq-item h5 {
        margin: 25px 15px;
    }

    .faq-icon {
        margin: 10px 5px;
    }
}

/*Cart*/
.app-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

/* Header */
.site-header {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
}

.site-logo {
    height: 40px;
}

.cart-badge {
    background: #0b2652;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cart-badge:hover {
    background: #153456;
    color: white;
}

/* Navigation */
.nav-link {
    color: #0b2652;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #153456;
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/api/placeholder/1200/400");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
    margin-bottom: 2rem;
}

/* Back Link */
.back-link {
    color: #0b2652;
    text-decoration: none;
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #153456;
}

/* Cart Components */
.cart-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.cart-product {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.cart-product:hover {
    background-color: #f8f9fa;
}

.cart-product:last-child {
    border-bottom: none;
}

.cart-product-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1rem;
}

.cart-product-name {
    font-weight: 500;
    color: #0b2652;
}

.cart-product-price {
    font-weight: 600;
    color: #00925d;
}

.delete-button {
    background: none;
    border: none;
    color: #dc3545;
    padding: 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.delete-button:hover {
    background-color: #fff0f0;
    color: #bb2d3b;
}

.delete-button i {
    font-size: 1.1rem;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quantity-number {
    font-weight: 500;
    color: #0b2652;
    min-width: 2rem;
    text-align: center;
}

.cart-summary {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #0b2652;
}

.cart-checkout-button {
    background: #0b2652;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 1rem;
    width: 100%;
    margin: 1.5rem 0;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.cart-checkout-button:hover {
    background: #153456;
}

.paybutton {
    padding: 1rem;
    width: 100%;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

/* Assessment Card */
.assessment-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.savings-box {
    background: #e8f7f3;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    margin: 20px 0;
}

.assessment-details {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.assessment-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.assessment-row:last-child {
    border-bottom: none;
}

/* Footer */
.site-footer {
    background: #0b2652;
    color: white;
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.footer-link {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    color: white;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
    .content {
        min-height: 100vh;
        overflow-x: scroll;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main-table {
        width: 1200px !important;
    }
    .cart-product-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .quantity-controls {
        margin-left: auto;
    }

    .cart-product {
        padding: 1rem;
    }

    .cart-badge {
        margin-top: 1rem;
    }
}

/*Pricing*/
.privacy {
    width: 100%;
    margin: 2rem auto 4rem;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.privacy__section {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.privacy__section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.privacy__title {
    font-size: 1.75rem;
    color: #0a2358;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.privacy__title::before {
    content: "";
    width: 4px;
    height: 24px;
    background: #0a2358;
    border-radius: 2px;
}

.privacy__subtitle {
    font-size: 1.25rem;
    color: #374151;
    margin: 2rem 0 1rem;
}

.privacy__text {
    color: #374151;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.privacy__list {
    list-style: none;
    margin: 1.5rem 0;
}

.privacy__item {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    color: #374151;
}

.privacy__item::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #0a2358;
    font-weight: bold;
}

.privacy__highlight {
    background: rgba(30, 64, 175, 0.1);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.privacy__highlight-title {
    color: #0a2358;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.privacy__contact {
    background: #f3f4f6;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.privacy__contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.privacy__contact-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.privacy__contact-label {
    font-weight: 600;
    color: #0a2358;
}

.privacy__contact-value {
    color: #374151;
}

.privacy__table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.privacy__table th,
.privacy__table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.privacy__table th {
    background: #f3f4f6;
    font-weight: 600;
    color: #0a2358;
}

.privacy__table tr:last-child td {
    border-bottom: none;
}

/* ------------------------------------Pricing------------------------------------- */

.pricing {
    padding: 80px 40px;
}

.pricing__container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.pricing-card {
    background: #ebebeb;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05),
        3px 0px 3px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
        -3px 0px 3px rgba(0, 0, 0, 0.05);
}

.pricing-card-red {
    background: #8500001a;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #850000;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05),
        3px 0px 3px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05),
        -3px 0px 3px rgba(0, 0, 0, 0.05);
}

.pricing-card__header {
    text-align: center;
    margin-bottom: 32px;
}

.pricing-card__title {
    font-size: 24px;
    color: #0a2358;
    margin-bottom: 16px;
}

.pricing-card__price {
    display: inline-flex;
    flex-direction: column;
}

.pricing-card__amount {
    font-size: 48px;
    color: #0a2358;
}

.pricing-card__label {
    font-size: 18px;
    color: #616977;
}

.pricing-card__features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card__features li {
    margin-bottom: 16px;
    color: #0a2358;
    font-size: 16px;
    line-height: 1.5;
}

.pricing-card__actions {
    margin-top: 40px;
    text-align: center;
}

.pricing-card__button {
    padding: 16px 48px;
    background: #0a2358;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-card__button {
    padding: 16px 48px;
    background: #0a2358;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-card__button:hover {
    background: #153379;
}

.pricing-card__button--outline {
    background: transparent;
    border: 2px solid #0a2358;
    color: #0a2358;
}

.pricing-card__button--outline-red {
    background: transparent;
    border: 1px solid #850000;
    color: #0a2358;
}

.pricing-card__button--outline:hover {
    background: #0a2358;
    color: white;
}

.pricing-card__button--outline-red:hover {
    background: #850000b6;
    color: #ffffff;
}

.pricing__comparison {
    padding: 40px;
    margin-bottom: 80px;
    text-align: center;
}

.pricing__comparison h2 {
    font-size: 36px;
    color: #0a2358;
    margin-bottom: 40px;
}

.pricing__faq h2 {
    font-size: 36px;
    color: #0a2358;
    margin-bottom: 40px;
    text-align: center;
}

.accordion-item {
    border-bottom: 1px solid #e2e8f0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: transparent;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    color: #0a2358;
    font-size: 18px;
}

.accordion-icon {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    padding-bottom: 24px;
    line-height: 1.6;
    color: #4a5568;
    font-size: 16px;
}

.accordion-item:not(.active) .accordion-content {
    display: none;
}

/* ------------------------Contact-------------------------- */

.contact {
    padding: 80px 40px;
}

.contact__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.contact__info-title {
    font-size: 24px;
    margin-bottom: 32px;
    color: #0a2358;
}

.contact__info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    color: #0a2358;
}

.contact__info-icon {
    color: #0a2358;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.contact__form-title {
    font-size: 24px;
    margin-bottom: 32px;
    color: #0a2358;
}

.contact__form {
    display: grid;
    gap: 16px;
}

.contact__form-group {
    display: grid;
    gap: 8px;
}

.contact__form-label {
    font-weight: 500;
    color: #0a2358;
}

.contact__form-input,
.contact__form-textarea {
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    color: #0a2358;
}

.contact__form-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact__form-button {
    padding: 16px;
    background: #0a2358;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact__form-button:hover {
    background-color: #153379;
}

.chart__bar {
    animation: fade-up 1s ease-in-out forwards;
}

.accordion-button .faq-icon {
    margin-right: 10px;
    transition: all 0.3s ease;
}

.faq-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/*Savings*/

.savings {
    padding: 100px 40px;
    margin-bottom: 50px;
    background: #f7f7f7;
}

.savings__container {
    margin: 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.savings__content {
    padding: 0;
}

.savings__title {
    font-size: 48px;
    color: #0a2358;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.2;
}

.savings__text {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 32px;
}

.savings__button {
    padding: 10px 35px;
    background: #0a2358;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 318px;
    height: 35px;
    text-decoration: none;
}

.savings__button:hover {
    background: #153379;
}

.savings__chart-container {
    border-radius: 16px;
    padding: 32px;
}

.savings__legend {
    display: flex;
    justify-content: space-between;
    /* gap: 32px; */
    margin-bottom: 24px;
    /* flex-wrap: wrap; */
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-item__label {
    color: #0a2358;
    font-size: 14px;
    font-weight: 500;
    text-align: start;
}

.legend-item__indicator {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-item__bar {
    width: 32px;
    height: 8px;
    border-radius: 2px;
}

.legend-item__bar--yellow {
    background: #fef9c3;
}

.legend-item__bar--gray {
    background: #d1d5db;
}

.legend-item__text {
    color: #4a5568;
    font-size: 14px;
}

.chart {
    height: 350px;
    position: relative;
}

.chart__bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 40px;
    height: 100%;
}

.chart__bar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4b55630d;
    margin: 0 5px;
    height: 232px;
    border-radius: 8px;
    position: relative;
    padding-top: 40px;
}

.chart__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1d1d1;
    border-radius: 8px;
    transition: height 0.3s ease;
}

.chart__bar--highlight {
    /* background: #FEF9C3; */
    background: linear-gradient(
        to right,
        #ffeeb5 0%,
        #dac78a 50%,
        #f7e7b0 100%
    );
}

.chart__bar {
    transform: translateY(calc(var(--offset, 0) * 1px));
}

.chart__bar[data-offset] {
    --offset: attr(data-offset);
}

.chart__label {
    position: absolute;
    bottom: -30px;
    text-align: center;
    margin-top: 8px;
    color: #4a5568;
    font-size: 14px;
}

.chart__value {
    position: absolute;
    top: -15px;
    color: #0a2358;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    background-color: white;
    padding: 10px 25px;
    z-index: 1;
    border-radius: 8px;
}

.chart__smiley {
    width: 24px;
    height: 24px;
    color: #4caf50;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .savings__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .savings__content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .savings {
        padding: 40px 20px;
    }

    .savings__title {
        font-size: 36px;
    }

    .savings__legend {
        gap: 16px;
    }
}

/* ------------------------ Calculator ------------------------- */

.hero-cal {
    height: 260px;
    /* background:url('/images/city1.png');
    background-size: cover;
    background-position: center; */
    background-color: #e7f0f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title-cal {
    color: #0b2652;
    /* 
    font-size: clamp(2.5rem, 5vw, 3.5rem); */
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
}

/* Estilo para valores especiales */
.highlight-cell {
    color: #2b6cb0;
    font-weight: 500;
}

/* Decoración para las celdas de datos importantes */
.important-value {
    position: relative;
}

.important-value::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #4299e1, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.important-value:hover::after {
    opacity: 1;
}

/* Estilos para tooltips */
[data-tooltip] {
    position: relative;
    cursor: help;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #2d3748;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

[data-tooltip]:hover:before {
    opacity: 1;
    visibility: visible;
}

/*Grafico de vecinos*/
.comparison-container {
    font-family: system-ui, -apple-system, sans-serif;
    padding: 1rem;
    max-width: 100%;
}

.indicators {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.indicator-dot.gold {
    background-color: #fdf6b2;
}

.indicator-dot.gray {
    background-color: #e5e7eb;
}

.indicator-dot.green {
    color: #10b981;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .values-grid {
        grid-template-columns: 1fr;
    }

    .header_nav {
        margin-right: -50px;
    }
}

.value-card {
    position: relative;
    padding-top: 100%;
    background: #f3f4f6;
    border-radius: 0.5rem;
}

.value-card.highlight {
    background: #fdf6b2;
}

.value-content {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.value-amount {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.value-label {
    color: #6b7280;
    font-size: 0.875rem;
}

.emoji {
    font-size: 1.25rem;
}

[data-animate],
.animate-on-scroll,
.payment-card,
.main-title,
.eco-section,
.benefit-card,
[class*="fade-"],
[class*="scale-"] {
    opacity: 0;
    will-change: transform, opacity;
    visibility: hidden;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        visibility: visible;
    }

    1% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        visibility: visible;
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
        visibility: visible;
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
        visibility: visible;
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

.fade-up.animate,
.payment-card.animate,
.benefit-card.animate {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fade-left.animate {
    animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fade-right.animate {
    animation: fadeInRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.scale-in.animate {
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.stagger-delay > div:nth-child(1) .animate {
    animation-delay: 100ms;
}

.stagger-delay > div:nth-child(2) .animate {
    animation-delay: 200ms;
}

.stagger-delay > div:nth-child(3) .animate {
    animation-delay: 300ms;
}

.stagger-delay > div:nth-child(4) .animate {
    animation-delay: 400ms;
}

.stagger-delay > div:nth-child(5) .animate {
    animation-delay: 500ms;
}

.stagger-delay > div:nth-child(6) .animate {
    animation-delay: 600ms;
}

.animate-delay-100 {
    animation-delay: 100ms !important;
}

.animate-delay-200 {
    animation-delay: 200ms !important;
}

.animate-delay-300 {
    animation-delay: 300ms !important;
}

.animate-delay-400 {
    animation-delay: 400ms !important;
}

.animate-delay-500 {
    animation-delay: 500ms !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.mt-n4 {
    margin-top: -5rem !important;
}

.btn-link {
    color: #0b2652;
}

.aiy-footer a {
    color: #fff;
}

.aiy-footer .icons {
    margin-left: 0px;
    gap: 23px;
    font-size: 30px;
}

.pc {
    display: block;
}

.responsive {
    display: none;
}

.savings-box {
    background-color: #ecfdf5;
    border: 2px solid #059669;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.savings-box h3 {
    font-size: 18px;
    color: #059669;
    margin: 0;
    margin-bottom: 8px;
}

.savings-box p {
    font-size: 24px;
    color: #059669;
    font-weight: bold;
    margin: 0;
}

.details-box {
    border: 3px dashed #059669;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.details-box p {
    font-size: 14px;
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    color: #059669 !important;
}

.text-tax-proper {
    color: #059669 !important;
}

.details-box span {
    font-weight: bold;
    color: #0b2652;
}

.cta-box {
    background-color: #0b2652;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}

.cta-box p {
    margin: 0;
    font-size: 14px;
}

.cta-box h4 {
    font-size: 28px;
    margin: 10px 0;
    font-weight: bold;
}

.cta-box button {
    background-color: #00b77e;
    color: #ffffff;
    border: none;
    border-radius: 48px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.cta-box button:hover {
    background-color: #00995e;
}

.result {
    color: #059669;
    border-top: 2px #059669 solid;
    padding-top: 10px;
}

.price_por {
    color: #059669 !important;
}

.button_save {
    background-color: #059669 !important;
}

.form-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
}

.form-container h2 {
    font-size: 20px;
    color: #0b2652;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #0b2652;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #0b2652;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0b2652;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0b2652;
    border: none;
    border-radius: 48px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #2e6198;
}

.upload-title {
    font-weight: 900 !important;
    font-size: 16px;
    margin-top: 40px !important;
    line-height: 19.36px;
    letter-spacing: 0%;
    text-align: left;
    color: #0b2652;
}

.upload-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 20px;
}

.linea-gris {
    width: 100%;
    height: 1px;
    background-color: #e5e7eb;
    margin: 0 auto;
}

.btn-outline-primary {
    border: 1.5px solid #0b2652;
    color: #0b2652;
    width: 100%;
    border-radius: 25px;
}

.btn-outline-primary:hover {
    background-color: #0b2652;
    border: 1.5px solid #0b2652;
}

.property-card-search {
    width: 360px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.title-search {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}

.input-wrapper-search {
    margin-bottom: 16px;
}

.input-field-search {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    color: #6b7280;
}

.input-field-search::placeholder {
    color: #d1d5db;
}

.button-search {
    width: 100%;
    background-color: #1e3a8a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.button-search:hover {
    background-color: #1d4ed8;
}

.divider-search {
    width: 80%;
    height: 1px;
    background: #e5e7eb;
    margin: 24px auto;
}

.property-details-search {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #374151;
}

.property-details-search span {
    font-weight: 600;
}

.property-list-search {
    margin-top: 12px;
}

.property-list-search p {
    margin: 4px 0;
}

.tax-year {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19.36px;
    letter-spacing: 0%;
}

.tax-title {
    text-align: center;
}

.place-search::placeholder {
    color: #8f92a380;
}

.contact .form-control {
    border-radius: 5px;
}

.detail-contact p {
    margin-top: 0;
    margin-bottom: 0;
}

.detail-contact p:nth-child(1) {
    color: #0b2652;
}

.detail-contact p:nth-child(2) {
    color: #666666;
}

.mb-6 {
    margin-bottom: 50px !important;
}

/*Protest*/
.container-protest {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.privacy h2 {
    font-size: 24px !important;
    color: #0b2652 !important;
}

.header-protest {
    text-align: center;
    border-bottom: 3px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.header-protest p {
    font-size: 0.9rem;
    color: #333;
}

.flex-container-protest {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.half-protest {
    flex: 1;
}

.input-group {
    margin-bottom: 10px;
}

.input-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9rem;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
}

.checkbox-group input {
    margin-right: 5px;
}

.note {
    font-size: 0.8rem;
    color: #555;
    margin-top: 5px;
}

.input-group input[type="email"],
.input-group input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9rem;
}

.section-communication h2 {
    color: #d9534f;
}

.section-communication p {
    margin: 0;
    font-size: 0.9rem;
    color: #000;
}

.input-group label {
    font-size: 0.85rem;
    font-weight: bold;
}

.input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.input-group input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.input-group span {
    white-space: nowrap;
    font-size: 0.85rem;
    margin-left: 5px;
}

.section-communication .note {
    font-style: italic;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.section-header {
    background: #000;
    color: #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.value-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.value-input {
    display: flex;
    align-items: center;
}

.dollar-sign {
    margin-right: 5px;
}

.input-line {
    border-bottom: 1px solid #000;
    min-width: 200px;
    height: 20px;
    display: inline-block;
}

.note-text {
    font-size: 11px;
    margin: 5px 0;
}

.checkbox-group {
    margin: 10px 0;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    margin: 8px 0;
    gap: 8px;
}

.square-box {
    min-width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin-top: 3px;
}

.indented-text {
    margin-left: 20px;
}

.important-note {
    margin: 10px 0;
    font-style: italic;
}

.section-hearing-procedures h2,
.section-certification-signature h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.section-hearing-procedures p,
.section-certification-signature p {
    font-size: 0.9rem;
    margin: 10px 0;
    color: #000;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #000;
}

.checkbox-group input {
    margin-right: 10px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.input-group input {
    border: none;
    border-bottom: 2px solid #000;
    padding: 5px;
    width: 100%;
    font-size: 0.9rem;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.input-group input:focus {
    border-bottom: 2px solid #007bff;
}

.notice {
    font-size: 0.85rem;
    margin-top: 10px;
}

.notice.red {
    color: #d9534f;
    font-weight: bold;
    text-align: center;
}

/* Sección de estilos para Section 6 */
.section-hearing-type h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.section-hearing-type p {
    font-size: 0.9rem;
    margin: 10px 0;
    color: #000;
}

.section-hearing-type .note {
    font-size: 0.85rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.section-hearing-type .important-note {
    font-size: 0.9rem;
    color: #d9534f;
    /* Rojo para notas importantes */
    margin: 15px 0;
    font-weight: bold;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #000;
}

.checkbox-group input {
    margin-right: 10px;
    margin-top: 3px;
}

.section-opinion-value {
    margin-bottom: 20px;
}

.section-opinion-value h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.value-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.value-input {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.value-input .dollar-sign {
    position: absolute;
    left: 10px;
    font-size: 1.2rem;
    color: #000;
}

.value-input .input-line {
    flex: 1;
    height: 2px;
    background-color: #000;
    margin-left: 25px;
}

.note-text {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

.section-4a h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.section-4a p {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.section-4a .note {
    color: #d9534f;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-4a .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-4b h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.section-4b .checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.section-4b .checkbox-group label {
    font-size: 0.9rem;
    color: #000;
}

.section-4b .note {
    font-size: 0.85rem;
    color: #555;
    margin-top: 10px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.half {
    flex: 1;
}

.privacy h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 32px;
    border: 1px solid #ced4da;
    color: #000;
    margin-bottom: 15px;
    margin-top: 20px;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-group label {
    font-size: 0.9rem;
    color: #000;
    display: flex;
    align-items: center;
}

.checkbox-group input {
    margin-right: 10px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.input-group input {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 2px solid #ced4da;
    font-size: 0.9rem;
    color: #000;
    outline: none;
    transition: border-color 0.3s;
}

.input-group input:focus {
    border-bottom: 2px solid #007bff;
}

.input-group input::placeholder {
    color: #999;
    font-style: italic;
}

.section-opinion-value h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.value-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.value-input {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.value-input .dollar-sign {
    position: absolute;
    left: 10px;
    font-size: 1.2rem;
    color: #000;
}

.value-input .input-line {
    flex: 1;
    height: 30px;
    padding-left: 25px;
    border: none;
    border-bottom: 2px solid #ced4da;
    font-size: 0.9rem;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.value-input .input-line:focus {
    border-bottom: 2px solid #007bff;
}

.note-text {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

.section-opinion-value h2 {
    background-color: #e9ecef;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    color: #000;
}

.value-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.value-input {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.value-input .dollar-sign {
    position: absolute;
    left: 10px;
    font-size: 1.2rem;
    color: #000;
}

.value-input input {
    flex: 1;
    padding-left: 25px;
    border: none;
    border-bottom: 2px solid #ced4da;
    font-size: 0.9rem;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.value-input input:focus {
    border-bottom: 2px solid #007bff;
}

.note-text {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

/* #search_result {
    padding: 20px;
    max-height: 65vh;
    overflow-y: auto;
    border-radius: 12px;
    background-color: #e9f4f9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
} */

.search-result-item {
    display: block;
    padding: 15px;
    margin: 10px 0px;
    background-color: #fff;
    border-radius: 10px;
    color: #555;
    font-size: 1.2rem;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
    border: 1px solid #ddd;
    cursor: pointer;
}

.search-result-item:hover {
    background-color: #ccdeef;
    color: #fff !important;
    transform: translateY(-5px);
}

.search-result-item:active {
    transform: translateY(2px);
}

.search-result-item .address {
    font-weight: 600;
    color: #003366;
}

.search-result-item .code {
    font-style: italic;
    color: #007bb5;
}

.search-result-item .location-icon {
    margin-right: 10px;
    color: #003366;
}

.link-map {
    text-decoration: none;
    color: #003366;
}

.anchor-img-doc {
    display: block;
    /* Makes <a> take full width of the image */
    width: fit-content;
    /* Ensures it only takes as much space as needed */
    margin: auto;
}

.upload-img-hover {
    transition: transform 0.3s ease-in-out;
    /* Transición suave */
}

.upload-img-hover:hover {
    transform: scale(1.1);
    /* Aumenta 10% al hacer hover */
}

@media (max-width: 600px) {
    .custom-swal-popup {
        width: 80% !important;
        font-size: 0.9rem;
        height: auto;
    }

    .custom-swal-title {
        font-size: 15px !important;
        margin: 10px 20px !important;
    }
}

@media (max-width: 400px) {
    .custom-swal-popup {
        width: 95% !important;
        font-size: 0.8rem;
        height: auto;
    }

    .custom-swal-title {
        font-size: 20px !important;
        margin: 10px 10px !important;
    }
}

.custom-swal-confirm-button {
    background-color: #0b2652;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-swal-confirm-button:hover {
    background-color: #2e6198;
}

.custom-swal-cancel-button {
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-swal-cancel-button:hover {
    background-color: #6a1105;
}
.dark-mode {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #d1e8ff !important;
}

.dark-mode p,
.dark-mode label {
    color: #e0e0e0 !important;
}

.dark-mode .hero {
    background-color: #2d2d2d;
}

.dark-mode .hero button {
    background-color: #4a90e2;
    color: #ffffff;
}

.dark-mode .footer {
    background-color: #2d2d2d;
    color: #e0e0e0;
}

.dark-mode .steps-section,
.dark-mode .features-section,
.dark-mode .why-protest-section,
.dark-mode .metrics-section {
    background-color: transparent;
}

.dark-mode #mc_embed_signup,
.dark-mode .modal-content,
.dark-mode .refund-section,
.dark-mode .disclaimer-section,
.dark-mode .form-container,
.dark-mode .card {
    background: #2d2d2d78 !important;
}

.dark-mode .header {
    background: #0000004d !important;
}

.dark-mode .header .logo img {
    filter: invert(100%);
}

.dark-mode .header__link {
    color: #e0e0e0 !important;
}

.dark-mode .faq-item {
    border: 1px solid #e2e8f0;
    background-color: #ffffff26;
}

.dark-mode .card-header,
.dark-mode .card-body,
.dark-mode .details span,
.dark-mode .details-box span {
    color: #e0e0e0 !important;
}

.dark-mode .main-table th,
.dark-mode .main-table td {
    border: 2px solid #ffffff;
    padding: 16px;
    color: #8b9bae;
}

.dark-mode .comparison-container {
    filter: invert(100%);
}

.dark-mode .comparison-container h1,
.dark-mode .comparison-container h2,
.dark-mode .comparison-container h3 {
    color: #2e2e2e !important;
}

@media (max-width: 600px) {
    .custom-swal-popup {
        width: 80% !important;
        font-size: 0.9rem;
        height: auto;
    }

    .custom-swal-title {
        font-size: 15px !important;
        margin: 10px 20px !important;
    }
}

@media (max-width: 400px) {
    .custom-swal-popup {
        width: 95% !important;
        font-size: 0.8rem;
        height: auto;
    }

    .custom-swal-title {
        font-size: 20px !important;
        margin: 10px 10px !important;
    }
}

.custom-swal-confirm-button {
    background-color: #0b2652;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-swal-confirm-button:hover {
    background-color: #2e6198;
}

.custom-swal-cancel-button {
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-swal-cancel-button:hover {
    background-color: #6a1105;
}
.dark-mode {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #d1e8ff !important;
}

.dark-mode p,
.dark-mode label {
    color: #e0e0e0 !important;
}

.dark-mode .hero {
    background-color: #2d2d2d;
}

.dark-mode .hero button {
    background-color: #4a90e2;
    color: #ffffff;
}

.dark-mode .footer {
    background-color: #2d2d2d;
    color: #e0e0e0;
}

.dark-mode .steps-section,
.dark-mode .features-section,
.dark-mode .why-protest-section,
.dark-mode .metrics-section {
    background-color: transparent;
}

.dark-mode #mc_embed_signup,
.dark-mode .modal-content,
.dark-mode .refund-section,
.dark-mode .disclaimer-section,
.dark-mode .form-container,
.dark-mode .card {
    background: #2d2d2d78 !important;
}

.dark-mode .header {
    background: #0000004d !important;
}

.dark-mode .header .logo img {
    filter: invert(100%);
}

.dark-mode .header__link {
    color: #e0e0e0 !important;
}

.dark-mode .faq-item {
    border: 1px solid #e2e8f0;
    background-color: #ffffff26;
}

.dark-mode .card-header,
.dark-mode .card-body,
.dark-mode .details span,
.dark-mode .details-box span {
    color: #e0e0e0 !important;
}

.dark-mode .main-table th,
.dark-mode .main-table td {
    border: 2px solid #ffffff;
    padding: 16px;
    color: #8b9bae;
}

.dark-mode .comparison-container {
    filter: invert(100%);
}

.dark-mode .comparison-container h1,
.dark-mode .comparison-container h2,
.dark-mode .comparison-container h3 {
    color: #2e2e2e !important;
}
#property-report-pdf {
    width: 100%;
    height: auto;
    font-size: 12px;
    /* Tamaño de fuente reducido */
}

table {
    width: 100%;
    border-collapse: collapse;
    /* Elimina espacios innecesarios en las tablas */
}

th,
td {
    padding: 5px;
    /* Reduce el padding de las celdas */
}

.comparison-container h1 {
    text-align: center;
}

.comparison-container h2 {
    text-align: center;
}

.comparison-container {
    position: relative;
    /*background-image: url("{{ asset('assets/logoaiy.png') }}");*/
    background-image: url("https://front-aiy.opentechla.com/assets/logoaiy.png");
    background-repeat: no-repeat;
    background-position: right -5px;
    background-size: auto;
    background-size: 192px;
}
@media screen and (max-width: 600px) {
    .comparison-container {
        background-image: none;
    }
}

.why-protest-section {
    position: relative;
    /*background-image: url("{{ asset('assets/logoaiy.png') }}");*/
    background-image: url("https://front-aiy.opentechla.com/assets/logoaiy.png");
    background-repeat: no-repeat;
    background-position: right 70px;
    background-size: auto;

    background-size: 222px;
}

.why-protest-section .title {
    line-height: 2em;
    text-align: left !important;
    line-height: 2em;
    font-size: 48px;
    margin-bottom: 100px;
    margin-left: 20px;
}

#property-report-pdf {
    transform-origin: top center;
    /* Hace que el escalado comience desde arriba */
    width: 100%;
    /* Ajustar para evitar desbordamiento */
}

h1 {
    font-size: 34px;
    color: #0b2652;
}

h2 {
    font-size: 30px;
    color: #0b2652;
}

.columna {
    width: 45% !important;
}

.why-protest-section h2 {
    font-size: 48px !important;
    color: #0b2652;
}

@media screen and (max-width: 600px) {
    .why-protest-section .title {
        margin-top: 111px;
    }

    .why-protest-section {
        background-position: center 45px;
        background-size: auto;
        background-size: 222px;
    }
}

.loadericon {
    color: #0b2652;
}

.link_terms {
    color: #8a8a8a;
    transition: all ease 0.3s;
}

.link_terms:hover {
    color: #6399fd;
}

#send_doc:disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #a9a9a9;
    cursor: no-drop !important;
    pointer-events: none;
}
.large-swal-container {
    max-width: none !important;
}
.large-swal-popup {
    border-radius: 12px !important;
}
.large-swal-html-container {
    margin: 1.5rem 0 !important;
    padding: 0 1rem !important;
}

#payment_button:disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #a9a9a9;
    cursor: no-drop !important;
    pointer-events: none;
}

.custom-swal-popup {
    margin-top: var(--swal-margin-top) !important;
}

.address-input,
.inputs {
    width: 100% !important;
}

.notify {
    margin: 15px 0 !important;
    border-radius: 20px !important;
}

.fa-circle-info {
    color: #0b2652;
    transition: all ease 0.3s;
}

.fa-circle-info:hover {
    color: #2e6198;
    cursor: pointer;
}

.content-info {
    width: 100%;
    display: flex;
    justify-content: end;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    text-align: end;
    width: 0;
    right: 10px;
}

.tooltip-text {
    visibility: hidden;
    background-color: #e8e8e8;
    color: #757575;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 90%;
    transform: translateX(-90%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    word-wrap: break-word;
    width: auto;
    max-width: 300px;
    min-width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

    /* Diseño responsive */
    @media (max-width: 768px) {
        max-width: 180px;
        font-size: 14px;
    }

    @media (max-width: 480px) {
        max-width: 150px;
        font-size: 12px;
    }
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.disclaimer_text {
    color: #ffffff;
}

.disclaimer_title {
    font-weight: 5000;
    font-size: 13px;
}

.promotion-card {
    background-color: #0b2652;
    height: auto;
    min-height: 60px;
    padding: 10px 0;
}

.text-promotion p {
    text-align: center;
    color: #fff;
    margin: 0;
    display: inline;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.text-promotion {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .con-promotion {
        padding: 0 20px;
    }

    .text-promotion p {
        font-size: 10px;
        padding: 10px 12px;
    }
}
/* 
@media(max-width: 480px){

    .con-promotion{
        padding: 0 20px;
    }

    .promotion-card{
        height: 80px;
    }

    .text-promotion p {
        font-size: 9px;
        padding: 10px 12px;
    }
}

@media(max-width: 580px){

    .promotion-card{
        height: 80px;
    }

    .text-promotion p {
        font-size: 11px;
    }
} */

.color-disclaimer {
    color: white;
}
/* Estilo para dispositivos móviles y tabletas */
@media (max-width: 1023px) {
    .comparison-container {
        background-color: white; /* Fondo blanco en móvil y tablet */
        background-image: none; /* Elimina la imagen de fondo */
    }
}
