:root {
    --main-color-1: #42B3E5;
    --main-color-2: #c8b4f2;
    --main-black: #000;
    --main-gray: #999;

    --theme-color-1: #641254;
    --theme-color-2: #561247;
    --theme-color-3: #84e4d4;
    --theme-color-4: #f6cfdb;
    --theme-color-5: #c8b0f4;
    --theme-color-6: #d4f2f2;
    --theme-color-7: #fcb4c4;
    --theme-color-8: #9eece1;
    --theme-color-9: #7c1666;
    --theme-color-10: #390b2f;
}


/* general */
@media (min-width:1230px) {

    /* .header,
    .header-top-sidebar,
    .page,
    .footer,
    .announce-under-banner {
        width: 1230px;
    } */
}

* a {
    transition: all .25s ease;
}

a.custom-link {
    color: var(--theme-color-1);
    text-decoration: none;
}

a.custom-link:hover {
    color: var(--theme-color-5);
    text-decoration: none !important;
}

/* a, button{
    background-color: var(--theme-color-1);
    color: #fff;
    transition: .25s all ease;
}
a:hover, button:hover{
    background-color: var(--theme-color-2);
    color: #fff;
    transition: .25s all ease;
} */

p.contact-btns a {
    margin: 10px 0;
}

p.contact-btns a {
    border-radius: 50rem;
    background-color: transparent !important;
    border: 1px solid #666;
    padding: 0.625rem 2.25rem;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

p.contact-btns a.tlf {
    border: 1px solid #0d6efc;
    color: #0d6efc;
    transition: .25s all ease;
}

p.contact-btns a.tlf:hover {
    background-color: #0d6efc !important;
    color: #fff;
}

p.contact-btns a.ws {
    border: 1px solid #0cc243;
    color: #0cc243;
    transition: .25s all ease;
}

p.contact-btns a.ws:hover {
    background-color: #0cc243 !important;
    color: #fff;
}

/* Contenedores del sitio */
.page_header_left {
    width: 100%;
}

.site_container {
    overflow-x: hidden;
}

.page_margin_top {
    margin-top: 50px;
}

.page {
    border-top: none;
}

/* .page .full-content{
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
} */

.aux-div-1 {
    margin-top: 35px;
}

.aux-div-1 h2 {
    margin: 0;
}

.aux-div-1 p,
.aux-div-1 h3 {
    margin-bottom: 0;
}

.aux-div-contenido-1 p,
.aux-div-contenido-1 h3 {
    margin-bottom: 0;
}

.aux-div-contenido-1 h3 {
    margin-top: 10px;
}

@media(max-width: 767px) {
    .wpb_wrapper p.contact-btns {
        display: flex;
        flex-direction: column;
    }

    form#formContratar {
        max-height: 480px;
        overflow-y: auto;
    }

    .pricing-card .btn-learn {
        padding: 10px 10px !important;
    }
}

/* HEADER */
.sf-menu {
    float: right;
}

.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu {
    transform: none;
}

.sf-menu li a,
.sf-menu li a:visited {
    font-family: 'Open Sans', 'arial', sans-serif;
    font-size: 16px;
    color: #666;
    border: 1px solid #FFF;
    /* padding: 13px 16px 13px 15px; */
    padding: 11px 10px 11px 10px;
    /* line-height: 1.4; */
    line-height: 1.71429;
}

.header {
    padding: 22px 0;
}

.header_container {
    border-bottom: 4px solid #F0F0F0;
    position: relative;
    z-index: 5;
}

.header-top-sidebar-container a,
.header_container a {
    border-bottom: none !important;
}

.header_container a {
    font-size: 14px;
}

.header-top-sidebar-container {
    /* background: #f8f8f8; */
    /* border-bottom: 1px solid #ddd; */
    font-size: 14px;
    color: var(--main-gray);
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    width: 99%;
}

.topbar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.fila {
    display: flex;
    gap: 20px;
}

.topbar-list li a {
    color: var(--main-gray);
    text-decoration: none;
    transition: all .25s ease-in;
}

.topbar-list li a:hover {
    text-decoration: underline;
}

.topbar-list i {
    margin-right: 6px;
    /* color: var(--theme-color-5); */
}

.topbar-social a {
    margin-right: 12px;
    color: var(--main-gray);
    font-size: 16px;
    transition: color 0.3s;
}

.topbar-social a:hover {
    color: var(--main-black);
}

.header_left {
    margin-top: 3px;
}

.sf-menu li:hover a {
    background-color: #561247;
    color: white;
}

@media (max-width:1024px) {
    .topbar-list {
        flex-direction: column;
        gap: 5px;
    }

    ul.topbar-list li {
        line-height: 1.2;
    }
}

@media (min-width: 767px) {
    .hide-mobile {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .fila {
        justify-content: space-between;
        padding-left: 10px;
        gap: 5px;
        padding-right: 20px;
    }

    .fila .topbar-social a {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width:640px) {
    .header-top-sidebar {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .topbar-content.clearfix {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
        gap: 10px;
    }

    .topbar-social {
        margin-left: 0 !important;
    }
}

.header_left {
    width: fit-content;
}

/* Footer */
.footer_box_container {
    padding-top: 30px;
}

@media (min-width:1009px) {
    /* .footer_box {
        width: 410px;
    } */
}

.footer_contact_info_row.icon .footer_contact_info_left {
    width: 20px;
}

.footer_contact_info_row.icon .footer_contact_info_right {
    width: 250px;
    margin: 0;
}

.footer_contact_info_left {
    width: 130px;
}

.footer_contact_info_right {
    margin: 0;
}

.footer_contact_info_row {
    padding-top: 7px !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links h4 {
    font-size: 16px;
    margin: 20px 0 10px;
    /* color: #fff; */
    border-bottom: 1px solid var(--theme-color-5);
    /* línea decorativa */
    padding-bottom: 4px;
}

.footer-links ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.footer-links ul li {
    margin: 6px 0;
    position: relative;
    padding-left: 15px;
    /* espacio para la flecha */
}

.footer-links ul li::before {
    content: "›";
    /* flechita */
    position: absolute;
    left: 0;
    color: var(--theme-color-5);
    /* color de la flecha */
    font-size: 14px;
}

.footer-links ul li a {
    /* color: #ccc; */
    text-decoration: none;
    transition: all 0.3s;
}

.footer-block {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.footer-block li {
    margin-top: 10px;
    /* color: #ccc; */
    font-size: 14px;
}

.footer-block .fa-star {
    font-size: 14px;
}

.fa.text-warning {
    color: #fbc02d;
    /* amarillo estrellas */
}

.footer-block .text-primary {
    color: var(--theme-color-5);
}

a.my-bussiness-anchor {
    text-decoration: none;
    border: none !important;
}

a.my-bussiness-anchor .my_goo_txt2 {
    color: var(--theme-color-5);
}

a.my-bussiness-anchor:hover {
    text-decoration: none !important;
}

.copyright_left {
    font-size: 14px;
}

.testimonios {
    margin-top: 20px;
}

.testimonio {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}

.testimonio img {
    border-radius: 50%;
    margin-right: 12px;
    width: 50px;
    height: 50px;
}

.testimonio .contenido {
    flex: 1;
}

.testimonio .nombre {
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.testimonio .estrellas {
    margin: 2px 0;
}

.testimonio .texto {
    color: #ccc;
    margin: 0;
    font-size: 14px;
}

.testimonio .contenido>p {
    padding: 0;
}

/* Home Slider */
@media(min-width: 1000px) {
    .caroufredsel_wrapper {
        height: 500px !important;
    }
}

.slider li {
    background-size: cover;
    ;
}

.home_box .news {
    margin-top: 10px;
}

.home_box_container.clearfix li.home_box h2 {
    margin-top: 0;
}

.home_box h2,
.home_box h2 a {
    font-size: 20px;
}

.home_box h2,
.home_box .more {
    margin-top: 15px;
}

.home_box .more.light:hover {
    background-image: none;
}

@media(min-width: 768px) {

    .slider_content_box .slider-1 h1,
    .slider_content_box .slider-2 h1,
    .slider_content_box .slider-3 h1 {
        font-size: 30px;
        margin-top: 110px;
    }

    /* .slider_content_box .slider-1 h2,
    .slider_content_box .slider-2 h2,
    .slider_content_box .slider-3 h2 {
        font-size: 14px;
    } */

    .slider_content_box .slider-2 h2 {
        font-size: 16px;
    }

    .slider_content_box .slider-3 h2 {
        font-size: 17px;
    }
}

@media(max-width: 768px) {

    .slider_content_box a.large {
        display: none;
    }

    /* .slider_content_box h2.subtitle,
    .slider_content_box a.large {
        display: none;
    } */

    .home_box_container {
        margin-top: 20px;
    }
}

@media(max-width: 765px) {
    .slider_content_box .slider-1 h2 {
        font-size: 14px;
    }

    .slider_content_box .slider-2 h2 {
        font-size: 12px;
    }

    .slider_content_box .slider-3 h2 {
        font-size: 14px;
    }
}

@media(max-width: 500px) {
    .slider_content_box .slider-2 h2 {
        font-size: 8px;
    }
}

/* Anuncio bajo el header */
.announcement.custom {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    padding: 20px 0;
}

@media (min-width:990px) {
    .announcement.custom>div {
        width: 990px;
        margin: auto;
        margin-top: 1px;
    }
}

@media (max-width:1000px) {
    .announcement.custom>div {
        padding: 0 20px;
    }
}

.announcement.custom .column_right a {
    margin-right: 0;
}

.announcement.custom h1 {
    margin-top: 15px;
}

@media(max-width: 767px) {
    .announcement.custom>div {
        width: 462px;
        margin: auto;
        margin-top: 1px;
    }

    .announcement.custom h1 {
        margin-top: unset;
    }
}

@media(max-width: 400px) {
    .announcement.custom>div {
        width: 300px;
    }
}

@media(max-width: 768px) and (min-width: 479px) {
    .home_box_container .home_box {
        height: 200px;
    }
}

@media(max-width: 767px) {
    .home_box_container .home_box {
        max-height: fit-content;
    }
}

@media(max-width: 500px) {
    .announcement.custom>div {
        width: 300px;
    }

    .announcement.custom .column_left {
        padding-right: 0;
        text-align: center;
    }

    .announcement.custom .column_right {
        display: flex;
        justify-content: center;
    }
}

/* Body del home */
@media (min-width:990px) {
    .home.slider_content_box {
        width: 990px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.home.home_box_container {
        margin-left: auto;
        margin-right: auto;
        width: 990px;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 28px;
    /* font-weight: 600; */
    color: #333;
    margin-bottom: 10px;
}

.section-header .section-line {
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--theme-color-5);
    margin: 0 auto 15px;
}

.section-header p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.page_header b {
    color: var(--theme-color-9);
}

@media screen and (max-width: 1009px) and (min-width: 767px) {
    li.item_content.fix-responsive-1 {
        margin-top: 40px;
    }

    li.item_content.fix-responsive-2 {
        margin-top: 45px;
    }
}

.posts.container>div.columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media(max-width:500px) {
    .posts.container>div.columns {
        gap: 0;
    }
}

.posts.container>div.columns>ul {
    float: unset;
    margin-right: 0;
    width: 50%;
}

.posts.container>div.columns>ul>.post {
    width: 100%;
}

.posts.container>div.columns>ul .post_content {
    padding: 0;
}

.posts.container>div.columns .post_content {
    width: 100%;
}

.posts.container>div.columns .post_content a.post_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media(max-width: 500px) {
    .posts.container>div.columns {
        flex-direction: column;
    }

    .posts.container>div.columns>ul {
        width: 100%;
    }
}

.FAQ_section ul h3 {
    font-size: 19px;
}

.FAQ_section ul .text {
    font-size: 15px;
}


/* slider de testimonios */
.testi-sec {
    padding: 20px 20px 0 20px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.testi-title {
    letter-spacing: .05em;
    font-weight: 500;
    margin: 0 0 18px;
    font-size: 24px;
    font-family: "PT Sans";
}

.testi-title b {
    color: #2a2a2a;
    font-weight: 700;
}

.testi-sub {
    max-width: 820px;
    margin: 0 auto 26px;
    color: #666;
    line-height: 1.7;
}

.testi-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.testi-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-quote {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    max-width: 880px;
    padding: 0;
}

.testi-name {
    font-weight: 700;
    margin-top: 6px;
    font-size: 18px;
}

.testi-role {
    color: #999;
    font-size: 14px;
}

p.testi-quote a {
    text-decoration: none;
    border: none;
    color: #561247;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfeee7;
    opacity: 1;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background: var(--theme-color-5);
}


/* ILE en cdmx */
.bloque-1 li.template-tick-2 {
    line-height: 24px;
}

.bloque-1 img {
    transition: .25s all ease;
}

.bloque-1 img:hover {
    opacity: 0.8;
}

.videos-center .box_header.slide:after {
    justify-self: center;
}

.videos-center .post_content p {
    font-size: 14px;
    line-height: 24px;
}

.videos-center .post_content a {
    color: var(--theme-color-5);
    transition: .25s all ease;
    text-decoration: none;
}

.videos-center .post_content a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.author-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.author-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    object-position: top;
}

.author-box.author-2 img {
    width: 95px;
    height: 95px;
}

.author-info h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    color: #222;
    text-transform: uppercase;
}

.author-info h3 {
    font-size: 16px;
}

.author-info .subtitle {
    font-size: 14px;
    font-style: italic;
    margin: 4px 0 10px;
    color: var(--theme-color-5);
}

.author-info p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.wpb_text_column ul li:not([class*="template-"]):not([class*="social-"])::before {
    content: "";
}

li.sub-title::marker {
    content: "√";
    color: var(--theme-color-1)
}

ul.custom-ul {
    padding-left: 0;
    list-style: none;
}

ul.custom-ul>li {
    display: flex;
    /* align-items: center; */
}

ul.custom-ul>li span {
    margin-left: 10px;
}

#appointmentError {
    display: flex;
    background: #e5acae;
    margin-bottom: 1em;
    padding: 10px;
    text-align: center;
    clear: both;
    width: 100%;
    /* font-weight: 600; */
    color: #444444;
    font-size: 17px;
}

/* precios de ILE */
.card.pricing-card {
    border: none;
}

.pricing-card {
    border-radius: 0;
    box-shadow: none;
    transition: .25s;
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.pricing-card .head {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    background: transparent;
}

.pricing-card .plan {
    background: var(--theme-color-5);
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 8px 12px;
    font-size: 16px;
}

.pricing-card .price-wrap {
    background: var(--theme-color-5);
    text-align: center;
    padding: 22px 12px;
}

.pricing-card .btn-learn {
    background-color: var(--theme-color-5);
}

.pricing-card.destacado .plan {
    background: var(--theme-color-2);
}

.pricing-card.destacado .price-wrap {
    background: var(--theme-color-2);
}

.pricing-card.destacado .btn-learn {
    background-color: var(--theme-color-2);
}


/* .pricing-card.bg-1 .plan {
    background-color: #5EC2EA;
}
.pricing-card.bg-1 .price-wrap,
.pricing-card.bg-1 .btn-learn {
    background-color: #6ACAED;
}

.pricing-card.bg-2 .plan {
    background-color: #36A6DF;
}
.pricing-card.bg-2 .price-wrap,
.pricing-card.bg-2 .btn-learn {
    background-color: #42B3E5;
}

.pricing-card.bg-3 .plan {
    background-color: #0274C4;
}
.pricing-card.bg-3 .price-wrap,
.pricing-card.bg-3 .btn-learn {
    background-color: #0384CE;
}

.pricing-card.bg-4 .plan {
    background-color: #274894;
}
.pricing-card.bg-4 .price-wrap,
.pricing-card.bg-4 .btn-learn {
    background-color: #3156A3;
} */

.pricing-card .price {
    color: #fff;
    font-weight: 300;
    font-size: 27px;
    line-height: 1;
}

.pricing-card .period {
    color: #ffffffcc;
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
}

.pricing-card .features {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pricing-card .features li {
    padding: 14px 18px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.pricing-card .features li:nth-child(odd) {
    background: #f2f2f2;
}

.pricing-card .ok {
    color: #2ca24d;
    font-weight: 700;
    margin-left: 6px;
}

.pricing-card .no {
    color: #d9534f;
    font-weight: 700;
    margin-left: 6px;
}

.pricing-card .cta {
    padding: 22px;
    text-align: center;
    border-top: 1px solid #eee;
    background: #fff;
}

.pricing-card .btn-learn {
    display: inline-block;
    color: #fff;
    padding: 10px 22px;
    font-weight: 400;
    letter-spacing: .4px;
    text-decoration: none;
}

.pricing-card .btn-learn:hover {
    opacity: .95;
}

.pricing-card.destacado {
    transform: translateY(-8px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, .15);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, .15);
}

.pricing-card.destacado::before {
    content: "Top Ventas";
    position: absolute;
    top: 10px;
    right: -55px;
    width: 160px;
    padding: 7px 0;
    background: #fcf232;
    background: linear-gradient(90deg, rgba(252, 242, 50, 1) 55%, rgba(247, 176, 52, 1) 75%, rgba(242, 113, 53, 1) 85%);
    color: #9c4b00;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Variantes de color por tarjeta (opcionales) */
/* .pricing-card.theme-1 .plan,
.pricing-card.theme-1 .price-wrap {
    background: #66c2f0;
}

.pricing-card.theme-3 .plan,
.pricing-card.theme-3 .price-wrap {
    background: #0d61c7;
} */

@media (min-width: 768px) {
    .pricing-table .col-md-6 {
        flex: 0 0 auto;
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .pricing-table .col-xl-3 {
        flex: 0 0 auto;
        width: 24%;
    }
}

@media(max-width: 1200px) {
    /* .pricing-table .row {
        gap: 10px;
    } */
}

/* Ofertas */
.pagination li a {
    height: 23px;
}

.comment-form-container.posts.container>div.columns {
    gap: 0;
}

@media(min-width: 500px) {
    .comment-form-container.posts.container .column_left {
        margin-right: 10px;
    }

    /* .column_right {
        margin-left: 10px;
    } */
}

/* contacto */
.announce-under-banner {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Modal custom */
.modal-custom * {
    box-sizing: border-box;
}

/* Capa oscura */
#modalContratar.overlay-custom {
    display: none;
    /* se muestra con .show */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
}

/* Centrado del diálogo */
#modalContratar .dialog {
    position: absolute;
    /* centrado flexible */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 760px);
}

/* Caja del modal */
#modalContratar .content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Header con título y X */
#modalContratar .modal-header {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

#modalContratar .title {
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
    text-align: center;
    width: 100%;
}

#modalContratar .btn-close {
    background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #6c757d;
}

button.btn-close.close-modal:focus,
button.btn-close.close-modal:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Cuerpo y formulario */
#modalContratar .body {
    padding: 16px 20px;
}

#modalContratar .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

#modalContratar .grid .full {
    grid-column: 1 / -1;
}

#modalContratar label {
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #6c757d;
}

/* Inputs y textarea */
#modalContratar input[type="text"],
#modalContratar input[type="email"],
#modalContratar input[type="url"],
#modalContratar textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: .375rem .75rem;
    font-size: 14px;
    color: #212529;
    background: #fff;
    margin: 0;
}

#modalContratar textarea {
    resize: vertical;
}

/* Focus */
#modalContratar input:focus,
#modalContratar textarea:focus {
    outline: none;
    border-color: var(--theme-color-1);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

#modalContratar button[type="submit"] {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-2);
    color: white;
    transition: .25s all ease;
}

#modalContratar button[type="submit"]:hover {
    background-color: var(--theme-color-2) !important;
}

/* Footer y botones */
#modalContratar .footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #e9ecef;
}

.btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
}

.btn-light {
    background: #f1f3f5;
    color: #212529;
}

.btn-primary {
    background: #1a73e8;
    color: #fff;
}

.btn:hover {
    filter: brightness(0.97);
}

.copyright_area {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Mostrar/ocultar */
#modalContratar.show {
    display: block;
}

/* Responsive: en móvil todo 1 columna */
@media (max-width: 640px) {
    #modalContratar .grid {
        grid-template-columns: 1fr;
    }
}

.flex {
    display: flex;
}

.modal-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-form>div.half {
    width: 49%;
    flex: 0 0 auto;
}

.modal-form div.full {
    width: 100%;
    flex: 0 0 auto;
}

/* Contacto */
@media(max-width: 500px) {
    .contact-form-custom .wpb_column {
        margin-top: 0 !important;
    }

    .contact-form-custom .check {
        margin-top: 15px !important;
    }

    .contact-form-custom .submit {
        margin-top: 0 !important;
    }
}


@media(max-width: 500px) {
    h2.donde-abortar-h2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    h2.donde-abortar-h2 a {
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Colores */
.more.blue {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
}

.more.dark_blue,
.more.blue:hover {
    background-color: var(--theme-color-9);
    border: 1px solid var(--theme-color-9);
}

.home_box.light_blue {
    background-color: var(--theme-color-9);
}

.home_box.blue {
    background-color: var(--theme-color-1);
}

.home_box.dark_blue {
    background-color: var(--theme-color-10);
}

.accordion .ui-accordion-header.ui-state-active {
    border-bottom: 1px solid var(--theme-color-1);
    background: var(--theme-color-1);
}

.accordion .ui-accordion-header h3 {
    filter: grayscale(1);
}

.box_header:after {
    background: var(--theme-color-9);
}

.comment_box .date .value {
    background-color: var(--theme-color-10);
}

.comment_box .comments_number a {
    background-color: var(--theme-color-9);
}

.comment_box .date .arrow_date,
.comment_box .arrow_comments {
    filter: grayscale(1);
}

.comment-box .date .value {
    background-color: var(--theme-color-10);
}

.comment-box .comments-number a {
    background-color: var(--theme-color-9);
}

.post-content a {
    color: var(--theme-color-2);
}

.box-header::after,
.box_header::after {
    background: var(--theme-color-9);
}

.categories li a:hover,
.widget_categories li a:hover,
.categories li.current-cat a,
.widget_categories li.current-cat a,
.widget_tag_cloud a:hover {
    border-color: var(--theme-color-9);
    background: var(--theme-color-9);
}

.pagination li a:hover,
.pagination li.selected a,
.pagination li.selected>span {
    border-color: var(--theme-color-9);
    background: var(--theme-color-9);
}

blockquote p {
    color: var(--theme-color-10);
}

blockquote {
    color: var(--theme-color-10);
    border-left: 2px solid var(--theme-color-10);
}

.single .post-content ul li:not([class*="template-"]):not([class*="social-"])::before,
.single-page ul li:not([class*="template-"]):not([class*="social-"])::before,
.wpb_text_column ul li:not([class*="template-"]):not([class*="social-"])::before {
    color: var(--theme-color-9);
}

.comment-form .mc-button,
.contact-form .mc-button,
.post-password-form .mc-button {
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
}

.comment-form .mc-button:hover,
.contact-form .mc-button:hover,
.post-password-form .mc-button:hover {
    background-color: var(--theme-color-9);
    border: 1px solid var(--theme-color-9);
}

.mc-features-style-light .hexagon span::before,
.hexagon.style-light span:before,
.mc-features-style-light .circle span::before,
.icon-single.circle.style-light span::before {
    color: var(--theme-color-9);
}

/* AUX */
.vc_row [class*="vc_col-sm"] {
    margin-left: 15px;
}

.vc_row .vc_col-sm-12 {
    width: 100%;
}

.vc_row .vc_col-sm-10 {
    width: 821px;
}

.vc_row .vc_col-sm-9 {
    width: 736px;
}

.vc_row .vc_col-sm-8 {
    width: 652px;
}

.vc_row .vc_col-sm-6 {
    width: 483px;
}

.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row {
    width: 494px;
}

.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6 {
    width: 314px;
}

.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6 {
    width: 229px;
}

.vc_col-sm-10 .vc_col-sm-8 {
    width: 531px;
}

.vc_col-sm-10 .vc_col-sm-4 {
    width: 265px;
}

.vc_col-sm-9 .vc_col-sm-8 {
    width: 475px;
}

.vc_col-sm-9 .vc_col-sm-4 {
    width: 229px;
}

.vc_col-sm-8 .vc_col-sm-9 {
    width: 483px;
}

.vc_col-sm-6 .vc_col-sm-8 {
    width: 306px;
}

.vc_col-sm-6 .vc_col-sm-4 {
    width: 153px;
}

.vc_col-sm-4 .vc_col-sm-8 {
    width: 193px;
}

.vc_col-sm-4 .vc_col-sm-4 {
    width: 97px;
}

.vc_row .vc_col-sm-2,
.vc_col-sm-4 .vc_col-sm-6,
.vc_col-sm-8 .vc_col-sm-3 {
    width: 145px;
}

.vc_row .vc_col-sm-1\/5 {
    width: 179px;
}

.vc_row .vc_col-sm-2\/5 {
    width: 382px;
}

.vc_row .vc_col-sm-3\/5 {
    width: 584px;
}

.vc_row .vc_col-sm-4\/5 {
    width: 786px;
}

.vc_col-sm-9 .vc_col-sm-1\/5 {
    width: 128px;
}

.vc_row .vc_col-sm-12 .post-content {
    width: 877px;
}

.vc_row .vc_col-sm-10 .post-content {
    width: 707px;
}

.vc_row .vc_col-sm-9 .post-content {
    width: 624px;
}

.vc_row .vc_col-sm-8 .post-content {
    width: 510px;
}

.vc_row .vc_col-sm-6 .post-content {
    width: 370px;
}

.vc_row .vc_col-sm-4 .post-content {
    width: 201px;
}

.vc_row .columns .blog .post-content,
.vc_row .columns .post-content .gallery-box,
.vc_row .columns .post-content a.post-image img,
.vc_row .columns .post-content .image-carousel img,
.vc_row .columns .post-content .image-carousel .mc-preloader,
.vc_row .wpb_column .post-content .gallery-box {
    width: 100%;
}


@media screen and (max-width: 1249px) {
    .vc_row .vc_col-sm-12 .post-content {
        width: 692px;
    }

    .vc_row .vc_col-sm-10 .post-content {
        width: 555px;
    }

    .vc_row .vc_col-sm-9 .post-content {
        width: 487px;
    }

    /* .vc_row .vc_col-sm-8 .post-content {
        width: 418px;
    } */

    .vc_row .vc_col-sm-6 .post-content {
        width: 281px;
    }

    .vc_row .vc_col-sm-4 .post-content {
        width: 100%;
    }

    .vc_col-sm-4 .comment-box {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .vc_col-sm-4 .comment-box li {
        float: left;
        width: auto;
    }

    .vc_col-sm-4 .comment-box .comments-number {
        width: auto;
        margin-top: 0;
        margin-left: 2px;
    }

    .vc_col-sm-4 .comments .comment-box .comments-number {
        float: left;
        width: auto;
        margin-left: 0;
    }

    .vc_col-sm-4 .comments .comment-box .comments-number a,
    .vc_col-sm-4 .comment-box .date .value {
        width: auto;
    }

    .vc_col-sm-4 .comment-box .date .value,
    .vc_col-sm-4 .comment-box .date .arrow-date,
    .vc_col-sm-4 .comment-box .comments-number a,
    .vc_col-sm-4 .comment-box .arrow-comments {
        clear: both;
        float: none;
    }

    .vc_col-sm-4 .comment-box .date .arrow-date,
    .vc_col-sm-4 .comment-box .arrow-comments {
        left: 0;
        right: auto;
    }

}

@media screen and (max-width: 1009px) {

    /* --- vc blog --- */
    .vc_row .vc_col-sm-12 .post-content {
        width: 511px;
    }

    .vc_row .vc_col-sm-10 .post-content {
        width: 408px;
    }

    .vc_row .vc_col-sm-9 .post-content {
        width: 356px;
    }

    .vc_row .vc_col-sm-8 .post-content {
        width: 340px;
    }

    .vc_row .vc_col-sm-6 .post-content {
        width: 202px;
    }
}

@media screen and (max-width: 1009px) {
    .vc_row .vc_col-sm-8 {
        width: 460px;
    }

    .vc_row .vc_col-sm-4,
    .vc_col-sm-8 .vc_col-sm-6 {
        width: 240px;
    }

    .page-margin-top,
    .page_margin_top,
    .single .post-content h2.page-margin-top,
    .single .post-content h3.page-margin-top,
    .single .post-content h4.page-margin-top,
    .single .post-content h5.page-margin-top,
    .single .post-content h2.page_margin_top,
    .single .post-content h3.page_margin_top,
    .single .post-content h4.page_margin_top,
    .single .post-content h5.page_margin_top {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {

    .vc_row .wpb_column {
        width: 100%;
        margin-top: 40px;
    }

    .vc_row .vc_col-sm-12 .blog.column_left,
    .vc_row .vc_col-sm-12 .blog.column_right,
    .vc_row .vc_col-sm-10 .blog.column_left,
    .vc_row .vc_col-sm-10 .blog.column_right,
    .vc_row .vc_col-sm-9 .blog.column_left,
    .vc_row .vc_col-sm-9 .blog.column_right,
    .vc_row .vc_col-sm-8 .blog.column_left,
    .vc_row .vc_col-sm-8 .blog.column_right,
    .wpb_column .comment-form .vc_col-sm-6,
    .vc_row .wpb_column .post-content {
        width: 100%;
    }

    .vc_row [class*="vc_col-sm"] {
        margin-left: 0;
    }
}

/* --- vc layouts --- */
.vc_col-sm-8 .vc_col-sm-8 {
    width: 418px;
}

.vc_col-sm-10 .vc_col-sm-6 {
    width: 398px;
}

.vc_col-sm-9 .vc_col-sm-6 {
    width: 356px;
}

.vc_col-sm-8 .vc_col-sm-4 {
    width: 201px;
}

.vc_col-sm-12 .comment-form .vc_col-sm-6 {
    width: 426px;
}

.vc_col-sm-10 .comment-form .vc_col-sm-6 {
    width: 342px;
}

.vc_col-sm-9 .comment-form .vc_col-sm-6 {
    width: 299px;
}

.vc_col-sm-8 .comment-form .vc_col-sm-6 {
    width: 240px;
}

.vc_col-sm-6 .comment-form .vc_col-sm-6 {
    width: 173px;
}

@media screen and (max-width: 1249px) {

    /* --- vc layouts --- */
    .vc_col-sm-8 .comment-form .vc_col-sm-6 {
        width: 197px;
    }

}

@media screen and (max-width: 1009px) {

    /* --- vc layouts --- */
    .vc_col-sm-8 .comment-form .vc_col-sm-6 {
        width: 197px;
    }

}

@media screen and (max-width: 767px) {
    .wpb_column .comment-form .vc_col-sm-6 {
        width: 100% !important;
    }
}

#appointmentError,#appointmentError2{display:flex;background:#e5acae;margin-bottom:1em;padding:10px;text-align:center;clear:both}#appointmentSuccess,#appointmentSuccess2{display:flex;background:#ace5c8;margin-bottom:1em;padding:10px;text-align:center;clear:both}.errorForm,.promo_error{background-color:rgba(255,0,0,.45)}.form-wrap{display:flex}.form-wrap.promo_error{border:1px solid red}