/*HORMONA VIDA ESTILOS*/
p {
    line-height: 1.2em !important;
}

/*Ocultar Tumbrl*/
span.social_items.inited .social_item:nth-child(2) {
    display: none;
}

/*LANGUAGE*/
/* Si el HTML está en español, ocultar footer-english */
html[lang^="es-ES"] .footer-english {
    display: none !important;
}

/* Si el HTML está en inglés, ocultar footer-spanish */
html[lang^="en-US"] .footer-spanish {
    display: none !important;
}

.img-location-new img {
    max-width: 185px;
}

img.lih-icon {
    filter: brightness(0) saturate(100%) invert(26%) sepia(47%) saturate(375%) hue-rotate(96deg) brightness(94%) contrast(99%);
}

.widget_nav_menu ul {
    margin-top: 0em !important;
}

/*MENU*/
.scheme_default .sc_layouts_menu_nav>li>a:hover,
.scheme_default .sc_layouts_menu_nav>li.sfHover>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-parent>a,
.scheme_default .sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: #26503a !important;
    background: #ffffff;
    border-radius: 20px !important;
}

.scheme_default .sc_layouts_menu_nav>li>ul.sub-menu>li>ul.sub-menu>li>a {
    color: #ffffff !important;
}

.scheme_default .sc_layouts_menu_nav>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    color: #26503a !important;
}

.scheme_default .sc_layouts_menu_nav>li>a,
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,
.scheme_default .sc_layouts_menu_nav>li li>a {
    color: #ffffff !important;
}

.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav,
.scheme_default .sc_layouts_menu_nav>li ul {
    background-color: #26503a !important;
}

.scheme_default .sc_layouts_item_icon {
    color: #ffffff !important;
}

.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,
.scheme_default .sc_layouts_menu_nav>li li>a:hover,
.scheme_default .sc_layouts_menu_nav>li li.sfHover>a,
.current_page_parent .current-menu-ancestor a {
    color: #26503a;
    background: #ffffff;
}

.current_page_ancestor .menu-item-has-children .sf-with-ul span {
    color: white;
}

.current_page_ancestor .menu-item-has-children:hover .sf-with-ul span {
    color: #26503a;
}

.scheme_dark .menu_side_inner,
.scheme_dark .menu_mobile_inner {
    background-color: #26503a !important;
}

.scheme_dark .menu_mobile_inner a:hover,
.scheme_dark .menu_mobile_inner .current-menu-ancestor>a,
.scheme_dark .menu_mobile_inner .current-menu-item>a {
    color: #26503a !important;
}

.scheme_dark .menu_mobile_inner .social_item a {
    color: #fff;
    font-size: 2em !important;
}

#menu-item-wpml-ls-22-es a,
#menu-item-wpml-ls-22-en a {
    border-radius: 50% !important;
}

.sc_layouts_menu_nav>li>a {
    padding-top: 0.2em !important;
    padding-left: 1.3em !important;
    padding-bottom: 0.2em !important;
    margin-left: 5px;

}

.wpml-ls-menu-item a span {
    position: relative;
    right: 2px;
}


/*PODCAST INICIO*/
.h1podcast {
    color: #26503a;
    text-align: left;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.podcast-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.podcast-card {
    border: 2px solid #26503a;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: background-color 0.3s ease;
}

.podcast-card:hover {
    background-color: #f0faf8;
    /* Light, soft green contrast */
}

.podcast-info {
    flex: 1 1 70%;
}

.episode-label {
    color: #26503a;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.podcast-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
}

.podcast-description {
    font-size: 15px;
    margin-bottom: 8px;
}

.podcast-meta {
    font-size: 14px;
    color: #26503a;
}

.listen-button {
    background: linear-gradient(to right, #1d1d1d 50%, #26503a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #2d3135 !important;
    font-weight: 500;
    padding: 10px 16px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
}

.listen-button:hover {
    background-position: left bottom;
    color: #ffffff !important;
}

.listen-button svg {
    width: 16px;
    height: 16px;
    fill: #2d3135;
    transition: .6s;
}

.listen-button:hover svg {
    fill: #ffffff;
}

.podcast-meta span {
    color: #1d1d1d
}

/*PODCAST SINGLE*/
.banner {
    background-image: url('https://hormonavida.com/wp-content/uploads/2025/07/BHRT-Click-here-to-schedule-call-with-hormona-vida.webp') !important;
}

.banner-podcast-es {
    width: 100%;
    height: 173px;
    background-image: url('https://hormonavida.com/wp-content/uploads/2025/07/BHRT-Haga-clic-para-agendar-una-llamada-con-hormona-vida.webp');
    background-size: cover;
    background-position: center;
}

.container-podcast {
    max-width: 800px;
    margin: 40px auto 0px auto;
}

.podcast-ep {
    margin-top: 30px;
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
}

.summary {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.audio-podcast {
    width: 100%;
    margin-bottom: 30px;
}

span.mejs-currenttime,
span.mejs-duration {
    color: #ffffff;
}

.mejs-controls {
    background: rgb(29 29 27) !important;
    align-items: center;
    height: 50px !important;
}

.mejs-horizontal-volume-slider {
    height: 29px !important;
}

.podcast-paragraph {
    font-size: 16px;
    line-height: 1.2em;
}

.h1-podcast {
    font-size: 1.8em !important;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.h2-podcast {
    color: #26503a !important;
}

/*Podcast Transcripcion*/
.podcast-paragraph:last-child {
    border: 1px solid #26503a !important;
    padding: 20px !important;
    border-radius: 30px 5px 5px 30px;
    max-height: 400px;
    overflow-y: auto;
}

.container-podcast li {
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 16px;
}

.container-podcast li:last-child {
    margin-bottom: 30px;
}

.container-podcast li a {
    color: #26503a !important;
    font-weight: 500;
}

.container-podcast .btn-hormona-vida-cyan-claro a {
    border-radius: 30px;
}

/*PODCAST FIN*/
/*3x4*/
.three-column-img img {
    max-width: 300px;
    display: block;
    margin: auto;
}

.img-app-3x4 {
    margin-top: -100px !important;
    margin-bottom: -75px !important;
}

.img3x4 img {
    max-width: 375px;
    display: block;
    margin: auto;
}

.section-3x4-icon img {
    max-width: 125px;
    margin: auto;
    display: block;
}

.section-3x4-icon p {
    text-align: center;
}

.bg-dark-theme {
    background: #000;
}

.line-green-notop {
    margin-top: 0em !important;
}

.position-3x4-top {
    top: -150px;
}

.scheme_default article li a {
    color: #26503a !important;
    font-weight: bold;
}

/*Scrollbar Vertical*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f8fafa;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #26503a;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #71c1b0;
}

.line-bottom {
    border-bottom: 2px solid #26503a;
}

.line-right-border {
    border-right: 1px solid #26503a;
}

.img-thumbnail {
    max-width: 150px !important;
}

.display-n {
    display: none;
}

.page-id-5576 .grecaptcha-badge {
    display: none !important;
}

/*Doctor*/
.column-justify .wpb_column .vc_column-inner {
    justify-content: center !important;
}

/*Podcast*/
h2.podcast-title {
    line-height: 1em;
}

/*Width*/
.img-podcast {
    max-width: 300px;
}

.line-podcast {
    top: -203px !important;
}

/*Footer*/
.scheme_dark .footer_wrap .sc_layouts_row_delimiter,
.footer_wrap .scheme_dark.vc_row .sc_layouts_row_delimiter,
.footer_wrap .scheme_dark.sc_layouts_row_delimiter,
.scheme_dark.footer_wrap .sc_layouts_row_delimiter {
    border-color: #68bfac;
}

footer h5 {
    color: #1d1d1d !important;
}

.footer-links ul li {
    border: 1px solid #1d1d1d !important;
}

.footer-tags h4 {
    margin-top: 0;
    color: #26503a !important;
}

.footer-links ul {
    padding-left: 0;
    display: inline-block;
}

.footer-links ul li {
    list-style: none;
    border-radius: 30px;
    border: 1px solid #26503a;
    padding: 13px 20px;
    line-height: 1em;
    margin: 5px;
    display: inline-block;
    transition: .3s;
    font-weight: 400;
}

.footer-links ul li:hover {
    background: #26503a;
}

.footer-titles {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    font-size: 1.5em !important;
    font-family: 'Rubik' !important;
    color: #1d1d1d !important;
}

._form_4 form,
._form_6 form {
    margin: 0 !important;
    padding: 0 !important;
}

/*Footer*/
/*Home 2025*/
/*BHRT for Men*/
.normal-text-cards{
    margin-top: 10px;
    line-height: 1.1em;
}
.banner-cream{
background: #ede9e0;
    padding: 15px 30px;
    border-radius: var(--radius);
    text-align: center;
}
.circle-outline-cream {
    width: 48px;
    height: 48px;
    border: 1px solid #eeeae1;
    border-radius: 50%;
}
.section-bhrt-men {
    border-radius: 30px;
    border: 1px solid #eeeae1;
    padding: 40px;
}
.pr-60{
    padding-right: 60px;
}
.br img {
    border-radius: 30px;
}
/*Peptide therapy*/
.text-white, .text-white strong, .text-white em, .text-white h5, .text-white ul li {
    color: white;
}
ul.list-text-image {
    font-size: 16px;
}
ul.list-text-image li {
    line-height: 1.8em;
}
.list-normal{
    font-size: 16px;
}
.list-normal li{
    line-height: 1.8em;
}
.section-text-image-left .col-l .vc_column-inner {
    padding: 0;
}

.section-text-image-left .col-r .vc_column-inner {
    padding: 40px 100px !important;
}

.section-text-image .col-r .vc_column-inner {
    padding: 0;
}

.section-text-image .col-l .vc_column-inner {
    align-items: center;
}

.section-text-image li::marker {
    color: white;
}

.section-text-image li {
    line-height: 1.4em;
}

/* -------------------
   Superposición columnas (Hormona Vida)
   ------------------- */
.overlap-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: visible;
    gap: 20px;
}

.overlap-left {
    width: 35%;
}

.overlap-right {
    width: 65%;
}

.overlap-right .vc_column-inner {
    position: relative;
    z-index: 1;
    background: #f2efea;
    border-radius: 16px;
    padding: 60px 160px;
    max-width: 640px;
}

.overlap-right .vc_column-inner ul li {
    line-height: 1.5em;
    font-size: 1.2em;
}

.overlap-right .vc_column-inner ul {
    margin-top: 1em;
}

.overlap-left {
    position: relative;
    z-index: 3;
    margin-right: -80px;
    /* controla cuánto se superpone sobre la tarjeta */
}

.overlap-left img {
    width: 100%;
    max-width: 240px;
    height: auto;
    position: absolute;
    right: -40px;
    top: -120px;
}

/* Responsive */
@media (max-width: 768px) {
    .overlap-row {
        flex-direction: column;
    }

    .overlap-left {
        margin-right: 0;
    }

    .overlap-right .vc_column-inner {
        padding: 20px;
    }
}

.col-card-2 .vc_column-inner .wpb_wrapper {
    min-height: 150px;
    background: #f2efea;
    padding: 30px;
    border-radius: 60px;
    display: flex;
    align-items: center;
}

.section-img-float .wpb_single_image {
    position: relative;
    top: -25px;
    z-index: 999;
    height: 45px;
}

.subtitle-p {
    font-size: 1.4em !important;
}

.section-peptide .list-icon-hv li {
    margin-bottom: 1em;
}

.section-peptide img.lih-icon, .section-bhrt-men img.lih-icon {
    filter: none;
    width: auto;
    height: auto;
    flex: none;
}
.section-bhrt-men img.lih-icon {
    max-width: 48px;
    max-height: 48px;
}

.section-peptide {
    padding-bottom: 100px;
}

.label-white {
    background: white;
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 240px;
}

/*Hormone Optimization*/
.section-ho-cards {
    margin-bottom: -80px !important;
}

.section-overlay {
    position: relative;
    top: -30px;
}

.list-hv-green .lih-icon {
    flex: inherit;
    width: auto;
    height: auto;
}

.list-hv-green .lih-text {
    color: #fff;
}

.list-hv-green img.lih-icon {
    filter: none;
}

ul.list-hv {
    padding-left: 0;
}

.section-list ul.list-hv li {
    background: #f2efea;
    text-align: center;
}

ul.list-hv {
    list-style: none;
}

ul.list-hv li {
    padding: 5px 20px;
    background: #ffffff;
    margin: 10px 0px;
    border-radius: var(--radius);
}

.section-ho .column-right {
    justify-content: center;
}

.section-ho .column-right .vc_column-inner {
    max-width: 420px;
}

.center-button .vc_column-inner {
    align-items: center;
}

.section-ho-services img {
    border-radius: 60px;
}

/*Section About*/
.section-about-daniel .py-0 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.section-services-2025 {
    min-height: 130px;
    align-items: center;
    background-size: contain !important;
}

.section-cards-services .hv-card {
    width: calc(var(--w-hv) * 1.2);
    height: calc(var(--h-hv) * 1.2);
}

.section-cards-services .caption {
    text-align: center;
}

.hr-hv {
    border-color: #69c0ad !important;
    margin: 1em !important;
}

.separator {
    min-width: 1300px;
}

.vc_separator {
    margin-top: 5em;
}

.line-left-about {
    margin-bottom: -60px !important;
}

.separator span.vc_sep_line {
    border-top: 1px solid #68bfac !important;
}

.line-left-about .column-member-bg {
    left: -40px;
}

.section-about-daniel .col-l .vc_column-inner {
    padding: 0px 60px;
}

.section-about-karen .col-r .vc_column-inner {
    max-width: 600px;
}

.section-about-karen {
    background-size: cover;
    background-position: bottom;
}

.section-healing-about .col-l .vc_column-inner {
    padding: 60px 40px !important
}

.section-healing-about .col-r .vc_column-inner img {
    border-radius: 30px;
}

.section-about-welcome .col-l .vc_column-inner {
    padding: 75px !important;
}

.section-about-welcome {
    margin-bottom: -36% !important;
}

.section-about-welcome-image .col-r img {
    border-radius: 60px;
}

.section-about-choose img {
    border-radius: 30px;
    margin-bottom: 10px;
}

.section-about-vision {
    padding: 120px 0;
    background-size: cover;
    background-position: bottom;
}

.v-desktop.section-banner-title-home {
    background-size: contain;
    padding: 20px;
}

/*Section About*/
.section-physical .wpb_column {
    padding: 0px 40px;
}

.section-physical .vc_single_image-wrapper img {
    width: 146px !important;
    height: 146px !important;
}

.img-epigenetics {
    position: relative;
    left: -100px;
}

.gap-60 {
    display: flex;
    gap: 60px;
}

.circle-column {
    border: 1px solid #26503a;
    border-radius: 50%;
    padding: 45px 40px !important;
}

.line-two-curve {
    position: relative;
    top: -2px;
}

/*MENU FOOTER ACTION*/
.left-30 {
    position: relative;
    left: 30px;
}

.border-core-without {
    border: 1px solid #26503a;
    border-radius: 30px;
}

.border-core-without .wpb_column:nth-child(2) {
    align-items: end;
}

.list-category {
    list-style: none;
    padding: 0;
}

.list-category li {
    font-size: 1.2em;
    border-bottom: 1px solid #26503a;
    padding-bottom: 10px;
}

/*SUBSERVICES*/
.services-signs .wpb_wrapper {
    justify-content: center;
    display: flex;
}

.three-services-page h2.icon-text {
    font-size: 1em !important;
    margin-top: 0;
    font-weight: 400;
}

.line-height-1 li {
    margin-bottom: 20px;
    line-height: 1em;
}

.woman-milk {
    padding: 40px 20px;
}

.thumbnail-icon img {
    width: 112px !important;
    margin-bottom: 20px;
}

.border-core {
    border: 2px solid #26503a;
    border-radius: 30px;
}

.title-sub-service {
    max-width: 450px;
}

/*IMG*/
.img-womans img {
    width: 431px;
}

/*PARRAFO*/
.faqs-service h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}

.parrafo-hv {
    margin-bottom: 1em;
    line-height: 1.3em;
}

/*IMAGE CIRCLE*/
.icon-service-main {
    width: 200px;
}

.image-circle figure {
    border: 3px solid #75c4b2;
    border-radius: 50%;
}

/*CIRCLES SERVICES*/
.bhrt-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    font-family: sans-serif;
}

.bhrt-text p {
    font-size: 14px;
    color: #333;
}

.bhrt-line-wrapper {
    position: relative;
    flex: 4 1 800px;
}

.bhrt-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #26503a;
    z-index: 1;
    transform: translateY(-50%);
}

.bhrt-circles {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.circle-services {
    background: white;
    border: 2px solid #26503a;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    margin-right: 30px;
}

.circle-services.last::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 40px;
    height: 2px;
    background-color: #26503a;
    transform: translateY(-50%);
}

/*CIRCLES SERVICES*/
/*SPACES*/
.position-3x4-top {
    display: none;
}

.position-negative-top {
    top: -20px;
}

.space-section {
    padding: 100px 0px 100px 0px;
}

.space-top-cat {
    padding-top: 150px;
}

.space-top {
    padding-top: 100px;
}

.space-bottom {
    padding-bottom: 100px;
}

.j-c .vc_column-inner {
    justify-content: center;
}

/*SPACES*/
/*SERVICES*/
.sub-services-column .wpb_text_column {
    display: flex;
    justify-content: end;
}

.vertical-line-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    /* puedes ajustar la altura total */
}

.vertical-line {
    width: 2px;
    height: 160px;
    /* largo de la línea */
    background-color: #26503a;
}

.circle-bottom {
    width: 20px;
    height: 20px;
    background-color: #26503a;
    border-radius: 50%;
    margin-top: 0;
}

.sub-services-column .wpb_text_column .wpb_wrapper {
    max-width: 200px;
}

.sub-services-circle .wpb_column:first-child .wpb_text_column {
    justify-content: center;
    display: flex;
}

.sub-services-circle .wpb_column:first-child {
    align-items: center;
}

.big-circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-circle {
    background-color: #26503a;
    color: white;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 100;
}

.big-circle p {
    margin: 0;
    line-height: 1.4;
}

.big-circle span {
    font-style: italic;
}

.circle-line {
    height: 2px;
    background-color: #26503a;
    flex-grow: 1;
}

.benefits-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    /* vertical gap, horizontal gap */
    max-width: 700px;
}

.benefit-item:hover {
    background: #26503a;
}

.benefit-item {
    padding: 10px;
    border: 2px solid #26503a;
    border-radius: 9999px;
    text-align: center;
    color: #333;
    font-size: 1.1em;
    transition: .5s;
}

.subheading-3 {
    font-size: 22px !important;
    line-height: 1.1em;
}

.three-services {
    display: flex;
    gap: 20px;
}

.three-services-page .vc_btn3 {
    font-weight: 700 !important;
}

.three-services-page {
    border: 1px solid #26503a;
    border-radius: 30px;
}

.three-services-page .wpb_single_image {
    margin-left: -15px;
    margin-right: -15px;
}

.three-services-page .wpb_single_image figure {
    border-radius: 30px 30px 0px 0px;
}

.icon-services {
    display: flex;
    justify-content: center;
    gap: 0px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    background: white;
}

.icon-item img {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
}

.icon-text {
    line-height: 1.2rem;
    font-size: 1em !important;
    margin-top: 0;
}

.icon-text strong {
    display: block;
}

.box-line {
    height: 120px;
    margin-bottom: 10px !important;
    border-top: 2px solid #26503a;
    border-right: 2px solid #26503a;
    position: relative;
    border-top-right-radius: 20px;
    /* Suaviza la esquina si lo deseas */
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #26503a;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.align-center .vc_column-inner {
    align-items: center;
}

.line-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex: 1;
    height: 2px;
    background-color: #26503a;
}

.point {
    height: 20px;
    width: 20px;
    margin: 0;
    background-color: #26503a;
    border-radius: 50%;
}

.icon-center {
    height: auto;
    margin: 0;
    background-color: #26503a;
    border-radius: 50%;
}

/*SERVICES*/
a strong,
a b {
    color: #26503a !important;
}

/*MENU ICON BURGUER*/
.trx_addons_icon-menu:before {
    border: 2px solid;
    border-radius: 50%;
    padding: 3px;
}

/*FORM*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    color: #1d1d1d !important;
    border-color: #26503a !important;
    background-color: #ffffff !important;
    font-family: 'Rubik';
}

.wpcf7-form select,
.select_container select {
    font-family: 'Rubik' !important;
}

/*DIAGNOSIS SECTION*/
.portal-patient-border {
    border-right: 2px solid #26503a;
}

.container-take-control {
    border: 2px solid #26503a;
    padding: 125px 75px;
    border-radius: 50%;
    max-width: 350px;
    margin: auto;
}

.h-light {
    font-weight: 100 !important;
}

.bold {
    font-weight: 500 !important;
}

.img-app-qr {
    margin-top: -150px;
}

.img-app {
    min-height: 350px;
}

.heading {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 44px !important;
    font-weight: 500;
}

.heading-typeB {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 42px !important;
    font-weight: 500;
}

.heading-typeC {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 37px !important;
    font-weight: 500;
}

.light-green {
    font-weight: 400;
    color: #26503a !important;
}

.dark {
    font-weight: 500;
    color: #1d1d1d;
}

.subheading {
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 1em;
}

.lista {
    list-style: none;
    padding: 0;
    margin-bottom: 0em;
}

.lista li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1em;
}

.numero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #26503a;
    color: #1d1d1d;
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
    font-weight: 100;
    height: 12px;
}

/*DIAGNOSIS SECTION*/
.banner-section-img {
    max-width: 250px;
}

.section-how-work .wpb_column:last-child {
    border-left: 2px solid #26503a;
}

.section-how-work .wpb_column:nth-child(2) {
    border-right: 2px solid #26503a;
}

.section-how-work {
    margin: 20px 0px;
    padding: 30px 10px;
    border-top: 2px solid #26503a;
    border-bottom: 2px solid #26503a;
}

.title-services h2 {
    font-size: 1.5rem !important;
    font-weight: 500;
}

.title-services {
    border: 2px solid #26503a;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
    border-radius: 30px;
}

.title-services .sc_item_descr {
    line-height: 1.2rem;
}

.banner-title .wpb_column:last-child {
    /*top:50px;*/
}

.line-height {
    background: url(https://hormonavida.com/wp-content/uploads/2025/03/bhrt-line.webp);
    height: 50px;
    background-repeat: no-repeat;
    left: -350px !important;
    top: -120px;
}

.line-height-curve {
    top: -100px;
}

.line-height-curve-50 {
    top: -0px;
}

.line-left-cat {
    background-repeat: no-repeat;
    position: absolute;
    top: -320px;
    left: -345px;
}

.line-left {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -350px;
}

.line-right {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -350px;
    width: 100%;
}

.vc_single_image-wrapper {
    border-radius: 0% !important;
}

/*.title-h1 .sc_item_descr{
	max-width:350px;
}*/
.title-h1 ul li {
    line-height: 1.2rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.title-h1 h1 {
    color: #1d1d1d;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 400;
}

.title-h1 h1 .title-slogan {
    color: #26503a;
    font-size: 2.5rem;
    line-height: 2rem;
    margin: 0px;
}

h1.sc_item_title_tag+.sc_item_descr {
    max-width: 100%;
}

.title-h1 ul li {
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.title-h1 h1 {
    color: #1d1d1d;
    font-size: 4rem !important;
    line-height: 5rem;
    margin-top: 20px;
}

.title-banner-left ul {
    font-size: 1.1rem;
}

.title-banner-left ul li {
    line-height: 2rem;
}

.title-banner-left ul li::marker {
    font-size: 1.5em;
    color: #26503a;
}

/*MENU 2025*/
.sc_layouts_menu_nav>li,
.sc_layouts_menu_nav>li>a {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.logo-slogan .wpb_wrapper {
    display: flex;
    align-items: center;
}

.slogan {
    font-size: 14px;
    font-weight: 400;
    color: #616160;
    padding-left: 20px;
    border-left: 1px solid #26503a;
    line-height: 1em;
}

.header-menu-right .wpb_wrapper {
    align-items: center;
}

.margin-left {
    margin-left: 5px
}

.icon-search:before {
    content: '\e8eb';
    display: none;
}

.trx_addons_icon-search:before {
    border: 1px solid #7ec8b7;
    padding: 8px;
    border-radius: 50%;
    color: #7ec8b7;
    background: #ffffff !important;
    font-weight: bold;
}

.header-menu-right .sc_layouts_item:nth-child(2) {
    margin-left: .5em;
    margin-right: 1.5em;
}

/*HOME 2025*/
/*Active Campaigns*/
input#field\[26\] {
    display: none !important;
}

[id*="_form_"] input[type="text"],
[id*="_form_"] input[type="tel"],
[id*="_form_"] input[type="date"],
[id*="_form_"] textarea {
    color: #1d1d1d !important;
}

.menu-useful-links-container:nth-child(2) {
    margin-top: 60px;
}

._form_element input[type="text"],
._form_element input[type="tel"],
._form_element input[type="date"],
._form_element textarea,
._form_element input[type="text"]:focus,
._form_element input[type="tel"]:focus,
._form_element input[type="date"]:focus,
._form_element textarea:focus {
    line-height: 2em !important;
    padding: 4px 15px !important;
    border-radius: 30px !important;
}

._button-wrapper ._submit {
    width: 100%;
    margin-top: 0px !important;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

/*Banner post*/
a.banner-es-schedule,
.btn-hormona-vida-cyan-claro a.banner-es-schedule {
    padding: 0 !important;
    border: 0 !important;
}

/*Ocultar tags en blog*/
.is_stream .post_meta_item.post_categories a,
.single-post .testing,
.author_info {
    display: none;
}

.trx_addons_icon-facebook:before,
.trx_addons_icon-mail:before {
    padding: 10px;
    font-size: 1.5em;
    background: #26503a;
    color: #ffffff;
    border-radius: 50%;
    transition: .6s;
}

.trx_addons_icon-facebook:hover:before,
.trx_addons_icon-mail:hover:before {
    background: #cab296;
}

::placeholder,
select {
    color: black !important;
}

/*ACTIVE CAMPAIGNS*/
._form_element input[type="text"]::placeholder {
    color: white !important;
    font-weight: 100;
}

._form_1 form {
    min-width: 475px !important;
}

._form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

._form-content ._form_element:nth-child(2),
._form-content ._form_element:nth-child(3),
._form-content ._form_element:nth-child(4),
._form-content ._form_element:nth-child(5) {
    flex: 1 1 calc(50% - 16px);
}

._form_element,
._form_element p,
#_form_1_submit {
    margin: 0 !important;
}

.title-cyan .sc_button {
    margin-top: .6em;
}

/*RESULTS PAGE*/
/* Estilo del acordeón */
.accordion-container {
    width: 100%;
}

.accordion {
    background-color: #222;
    color: white;
    cursor: pointer;
    padding: 15px;
    text-align: left;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion::after {
    content: '\25BC';
    /* Flecha hacia abajo */
    font-size: 16px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+.accordion::after {
    transform: rotate(180deg);
    /* Gira la flecha hacia arriba */
}

input[type="checkbox"]:checked~.panel {
    max-height: 1000px;
    /* Altura suficiente para expandir el contenido */
}

.panel {
    max-height: 0;
    overflow: hidden;
    background-color: #222;
    transition: max-height 0.3s ease-out;
}

.grid-answer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}

.grid-answer {
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
}

.answers-quiz {
    font-size: 14px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.answer-button {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/* Sección de columnas */
.columns {
    display: flex;
    flex-direction: row !important;
    margin: 40px 0px;
    padding-bottom: 40px;
}

.column {
    position: relative;
    flex: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
}

.column h3 {
    margin-bottom: 10px;
}

.column p,
.column p strong {
    color: white;
    line-height: 1.4em;
    font-size: 1.5em;
}

.column ul {
    font-size: 1.3em;
    line-height: 1.3em;
    color: white;
}

.column ul li {
    margin-bottom: 7px
}


.column-text {
    background-color: #26503a;
    padding: 60px 40px;
}

.img-results {
    display: block;
    margin: 40px auto;
}


.search_form input[type="text"] {
    background: #ffffff !important;
}

.menu_mobile .search_mobile .search_submit {
    padding: .2em 1em;
}

.slogan {
    display: none;
}

.single-post .post_content,
.single-post .related_wrap,
.single-post .comments_wrap {
    margin: 0px 20px;
}

.columns {
    flex-direction: column-reverse;
}

.img-results {
    max-width: 360px;
    height: auto !important;
}


/*QUISTIONARIO*/
.section-quiz {
    min-height: 100vh !important;
}

#mlw_error_message,
.qsm-quiz-form .qmn_error:after {
    display: none !important;
}

.qmn_error_message {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    border: none !important;
}

.qmn_pagination {
    border-top: 1px solid #26503a !important;
}

.qsm-quiz-form .qmn_error .qmn_radio_answers {
    border: none !important;
    background: transparent !important;
}

.qsm-progress-bar {
    padding: 0px 20px !important;
}

.qsm-progress-bar svg path {
    stroke: #26503a !important;
}

.qsm-progress-bar .progressbar-text {
    color: #26503a !important;
}

.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {
    color: #fff !important;
    background: #26503a !important;
    border: none !important;
    border-radius: 20px !important;
}

.scheme_default input[type="radio"]+label:before {
    display: none;
}

.quiz_section {
    text-align: center;
}

.qmn_quiz_radio:checked+.qsm-input-label {
    background-color: #26503a;
    border-color: #26503a;
    color: white;
}

.mlw_qmn_new_question {
    font-size: 3em;
    font-family: 'Laila';
    font-weight: 500 !important;
    line-height: 1.1em;
}

.mlw_qmn_question {
    font-size: 1.5em;
    font-weight: 300 !important;
    font-family: Rubik, sans-serif;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}

.section-quiz {
    min-height: 100vh;
}

.quiz_section .qmn_radio_answers label {
    border: 1px solid;
    border-radius: 30px;
    padding: 15px 40px !important;
    min-width: 300px;
    font-size: 1.3em;
    margin-bottom: 20px !important;
}

.section-adrenal {
    border: 2px solid #26503a;
    border-radius: 30px;
    padding: 20px;
}

.list-app-qr {
    list-style: none;
    padding-left: 0 !important;
}

.list-app-qr li {
    font-size: 1.4em;
}

.list-app-qr li i {
    color: #26503a;
    font-size: 1.3em;
    margin-right: 7px;
}

.img-app-qr {
    min-height: 320px;
}

/*PRINCIPAL GLOBAL SETTIGNS*/
.section_under_slider {
    display: none;
}

/*WIDGET POST CATEGORIES*/
.widget ul li {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 1.5em;
}

/*ACCORDION PARRAFO*/
.vc_tta-panel-body p {
    font-size: 1.2em;
}

/*CONTENT NO SHOW*/
.content-noshow {
    display: none;
}

/*BLOG*/
article#post-6155:nth-child(2),
article#post-6155:nth-child(3) {
    display: none;
}

.column-1_2 article {
    margin-bottom: 1.5rem !important;
}

.column-1_2 article .post_header h4 {
    line-height: 1.2em !important;
    font-size: 1.6em !important
}

.column-1_2 article .post_content {
    display: none;
}

/*SOCIAL*/
.social-espanol {
    align-items: center !important;
    display: flex !important;
}

/*POST SINGLE*/
.single-post .post_content li {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 17px;
}

.single-post .post_content p {
    font-size: 17px;
    line-height: 1.3em;
}

.single-post h2 b,
.single-post h2 strong,
.single-post h2 {
    color: #26503a !important;
}

.single-post h2 {
    margin-top: 24px !important
}

.single-post h3 {
    margin-top: 30px !important
}

.single-post .comments_wrap {
    margin-bottom: 2em !important;
}

/*LANGUAGES*/
.wpml-ls-item a {
    border: 1px solid #26503a;
    border-radius: 50%;
    padding: 0px .7em !important;
    margin-left: 6px;
    background: #ffffff;
}

span.wpml-ls-native,
.wpml-ls-slot-22.wpml-ls-current-language,
.wpml-ls-slot-22.wpml-ls-current-language a,
.wpml-ls-slot-22.wpml-ls-current-language a:visited {
    color: #7ec8b7 !important;
    font-weight: bold;
}

.scheme_default body {
    color: #171717;
}

.title-cyan h1,
.title-cyan h2,
.title-cyan h3,
.title-cyan h4,
.title-cyan h5,
.title-cyan h6 {
    color: #26503a !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h3 i {
    margin-top: 1em;
}

h1 {
    font-size: 42px !important
}

h2 {
    font-size: 34px !important
}

h3 {
    font-size: 28px !important
}

h4 {
    font-size: 26px !important
}

h5 {
    font-size: 23px !important
}

h6 {
    font-size: 18px !important
}

.title-cyan-black .sc_item_subtitle {
    font-size: 34px !important;
}

.title-cyan-black .sc_item_title {
    font-size: 23px !important;
    font-weight: 500;
}

/*PAGE SERVICES*/
.image-section-cat .vc_column-inner {
    background: no-repeat;
}

.cat-right .vc_column-inner,
.cat-left .vc_column-inner {
    height: 370px;
}

.cate-right .vc_column-inner {
    height: 270px;
}

.image-section-service .vc_column-inner {
    height: 495px;
    background: no-repeat;
    margin-top: -100px;
}

.services-section-icon,
.services-section-cyan {
    overflow: visible !important;
}

.icon-service-hv {
    margin-top: -75px;
}

.btn_white {
    padding: 20px 0px 40px 0px;
    margin: 0px;
}

.btn_white a {
    border-radius: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #26503a !important;
    font-size: 13px !important;
}

.title-button h3 {
    font-size: 1.4em !important;
    padding: 15px 30px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 30px;
}

.title-button ul,
.title-button ol,
.parrafo-listas ul li {
    font-size: 1em;
    line-height: 1.8em;
}

.title-button-black h3 {
    background: black;
    color: #26503a;
}

.title-button-cyan h3 {
    background: #26503a;
    color: #000;
}

.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,
.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after,
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before {
    color: #26503a;
    border-color: #26503a;
    width: 14px;
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text{
    text-transform: capitalize !important;
}
.vc_tta.vc_tta-accordion .vc_tta-panel:not(.vc_active)+.vc_tta-panel {
    margin-top: 0 !important;
}

.acordion-hv .vc_tta-controls-icon {
    width: 1.5em !important;
    height: 1.5em !important;
    background: transparent !important
}

.acordion-hv .vc_tta-panel {
    border: 1px solid #68bfac;
    border-radius: var(--radius);
    margin: 10px 0;
}

.acordion-hv h6 a,
.vc_tta-panel-body {
    padding: 5px 30px !important;
}

.acordion-hv h6 a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.vc_tta-panel-body p {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.acordion-hv h6 {
    font-size: 14px !important;
    transition: .3s;
}

.acordion-hv .vc_active h6 a i {
    background: transparent !important;
}

.acordion-hv .vc_active h6 a span {
    color: #000 !important;
}

/*ARROW UP*/
.trx_addons_scroll_to_top {
    left: 2em !important;
}

/*APPOINMENTS*/
.hv-appointments .number {
    color: #26503a !important;
    margin: 0 !important;
}

.tooltipstered:hover .number {
    background: #26503a !important;
    color: #fff !important;
}

/*TERMS AND CONDITIONS*/
.terms-hm p {
    margin-bottom: .5em;
    line-height: 20px;
}

.terms-hm h2 {
    margin: 1em 0 0 0;
}

.terms-hm li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: .5em;
}

/*SLIDER MOBILE*/
.slider-mobile {
    display: none;
}

.text-slider-mobile a,
.text-slider-mobile button {
    justify-content: center;
    display: flex !important;
    margin-top: 20px;
}

.text-slider-mobile ul li {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.image-slider-mobile figure div {
    padding: 0 !important;
}

/*CONTACT US*/
.vc_custom_1490186755375 {
    display: none;
}

.form-contact-us h3 {
    color: #26503a;
    margin-top: 20px;
}

.form-contact-us span.wpcf7-list-item-label {
    color: #353535 !important;
}

.form-contact-us h3 span {
    color: #353535;
    font-size: 16px;
}

.scheme_default .form-contact-us input[type="radio"]+span:before,
.scheme_default input[type="radio"]+label:before,
.scheme_default input[type="checkbox"]+label:before,
input[type="checkbox"]+span:before {
    background-color: #fff;
    border: 1px solid #26503a;
}

.scheme_default .form-contact-us input[type="text"],
.scheme_default .form-contact-us textarea,
.scheme_default .form-contact-us .select_container,
.scheme_default .wpcf7 .wpcf7-form-control-wrap .select_container {
    color: #878787;
    border-color: #26503a;
    background-color: #fff;
}

.form-contact-us .wpcf7-list-item {
    display: block !important;
}

.form-contact-us {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-contact-us input,
.form-contact-us textarea,
.form-contact-us select,
.form-contact-us label,
.form-contact-us label span {
    width: 100%;
}

/*ABOUT US*/
.border-hv .vc_column-inner {
    border: 1px solid #26503a;
    border-radius: 30px;
    padding: 40px !important;
}

.sc_icons_item_title span {
    font-family: laila;
    color: #26503a;
    text-transform: uppercase;
    font-size: 18px;
}

.page-about-us .sc_promo_content {
    padding: 0;
}

/*HEADER*/
.top_panel {
    margin-bottom: 0 !important;
}

.space-hv {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-menu-right .wpb_wrapper {
    display: flex;
    justify-content: end;
}

.header-menu-right .sc_layouts_item:nth-child(3n) {
    background: transparent !important;
    border: 1px solid #26503a;
    border-radius: 30px;
}

.header-menu-right .sc_layouts_item:nth-child(3n) a {
    background: transparent !important;
}

.header-menu-right .sc_layouts_item:nth-child(3n) a span {
    color: #353535;
}

/*THREE CARDS*/
.services-text .sc_services_item_content {
    display: none;
}

/*ABOUT US*/
.section-about h3 {
    color: #26503a !important;
    font-weight: 500;
    font-size: 32px !important;
}

.about-us .wpb_column .vc_column-inner .vc_row.wpb_row.vc_row-fluid {
    left: 50px !important;
    ;
}

.section-about .sc_layouts_item a {
    margin-bottom: 3.8em !important;
}

/*OUR SERVICES*/
.icon-title-cyan h4 {
    font-size: 18px !important;
    color: #26503a !important;
    font-weight: 500;
    margin-top: 1em !important;
}

.icon-title-cyan img {
    width: 120px;
}

.center-buttons {
    margin: auto;
    text-align: center;
}
.section-text-image .wpb_raw_html {
    display: flex
;
    justify-content: center;
}
.bg-green .vc_column-inner .wpb_wrapper {
    background: #26503a;
    color: white;
}

.bg-green .vc_column-inner .wpb_wrapper strong {
    color: white;
}

/*BANNER*/
.banner-hv {
    display: flex;
    align-items: center;
}

/*HOW WORK HORMONA VIDA*/
.image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
}

.vc_single_image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* Mantiene la forma circular */
    overflow: hidden;
    /* Oculta lo que se sale del borde */
}

.vc_single_image-wrapper img {
    object-fit: cover;
    /* Ajusta la imagen sin distorsión */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Capa de opacidad negra al 30% */
    border-radius: 50%;
    /* Hace la capa opaca circular */
}

.number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.image-wrapper {
    padding: 3px;
    background: white;
    border-radius: 50%;
}

.section-how-work .images .wpb_content_element .wpb_wrapper {
    display: flex;
    justify-content: center;
}

/*HEALTH STORE*/
.section-health-store .sc_item_subtitle,
.section-health-store .sc_item_descr {
    color: white;
}

.section-health-store h2 {
    font-weight: 500;
}

/*SECTION-CONTACT*/
.section-contact .btn-hormona-vida-cyan,
.section-contact .btn-hormona-vida-cyan-claro {
    display: block;
}

.section-contact .btn-hormona-vida-cyan button,
.section-contact .btn-hormona-vida-cyan a {
    padding-left: 40px;
    padding-right: 40px;
}

/*BUTTONS*/
.section-btn-footer {
    top: -35px;
}

.btn-hormona-vida-transparent {
    margin-bottom: 0;
}

.btn-portal-cyan a {
    margin-top: 0px !important;
    border-radius: 30px !important;
    padding: 13px 20px !important;
    margin-left: 13px;
    top: 11px !important;
}

.btn-portal-cyan a,
.btn-hormona-vida-transparent a,
.vc_btn3,
._submit {
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 2px;
}

.btn-hormona-vida-transparent a {
    color: #26503a !important;
    background-color: transparent !important;
    border: 1px solid #26503a !important;
    transition: .3s !important;
    border-radius: 30px !important;
    padding: 13px 20px !important;
    margin-right: 3px;
}

.btn-hormona-vida-transparent a:hover {
    color: #fff !important;
    background-color: #26503a !important;
}

.btn-secondary-hormona-vida .sc_button_title {
    color: #26503a !important;
}

.btn-portal button,
.btn-portal a {
    margin-top: 10px !important;
}

.btn-secondary-hormona-vida {
    margin-bottom: 0;
}

.title-h1 a {
    margin-top: 0px !important;
}

.btn-secondary-hormona-vida button,
.btn-secondary-hormona-vida a,
.title-h1 a {
    color: #ffffff !important;
    background-color: #26503a !important;
    font-weight: 400;
    transition: .3s !important;
    padding: 13px 20px !important;
    border-radius: 30px !important;
}

.btn-secondary-hormona-vida button:hover,
.btn-secondary-hormona-vida a:hover,
.section-health-store a:hover,
.section-health-store button:hover,
.title-h1 a:hover {
    color: #ffffff !important;
    background-color: #68bfac !important;
    border: 1px solid #ffffff !important;
}

.section-health-store a span span:hover,
.section-health-store button span span:hover {
    color: #fff !important;
}

.btn-hormona-vida {
    margin-bottom: 0;
}

.btn-hormona-vida button,
.btn-hormona-vida a {
    margin-top: 40px;
    color: #26503a !important;
    border-color: #ebebeb00;
    border: 1px solid !important;
    background-color: #fff !important;
    font-weight: 400;
    transition: .3s;
}

.btn-hormona-vida button:hover,
.btn-hormona-vida a:hover {
    color: #fff !important;
    background-color: #26503a !important;
}

.btn-hormona-vida-cyan {
    margin: 0 !important;
}

.btn-hormona-vida-cyan button,
.btn-hormona-vida-cyan a {
    color: #1d1d1d !important;
    background-color: #fff !important;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
}

.btn-hormona-vida-cyan button:hover,
.btn-hormona-vida-cyan a:hover,
.our-services-icon .sc_button:hover {
    color: #1d1d1d !important;
    background-color: transparent !important;
    border: 1px solid #1d1d1d !important;
}

.btn-hormona-vida-cyan-claro, .btn-hormona-vida-cream {
    margin: 0 !important;
}

.btn-hormona-vida-cyan-claro button,
.btn-hormona-vida-cyan-claro a,
.btn-contact {
    color: #ffffff !important;
    background-color: #68bfac !important;
    border: 1px solid #68bfac !important;
    font-weight: 400;
    padding: 13px 20px !important;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    min-width: 130px;
}

.btn-hormona-vida-cream button,
.btn-hormona-vida-cream a {
    color: #111111 !important;
    background-color: #d5c8b5 !important;
    border: 1px solid #d5c8b5 !important;
    font-weight: 400;
    padding: 13px 20px !important;
    transition: .3s;
    display: inline-block;
    border-radius: 30px;
    min-width: 130px;
}

.btn-hormona-vida-cyan-claro button:hover,
.btn-hormona-vida-cyan-claro a:hover,
.btn-hormona-vida-cream button:hover,
.btn-hormona-vida-cream a:hover,
.btn-contact:hover {
    color: #ffffff !important;
    background-color: #3d634f !important;
    border-color: #3d634f !important;
}

/*OTROS DETALLES*/
.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(1n) .sc_services_item a,
.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(1n) .sc_services_item .sc_services_item_header,
.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(1n) .sc_services_item .sc_services_item_content p {
    color: #ffffff !important;
}

.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(3n) .sc_services_item {
    background-color: #26503a !important;
}

.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(2n) .sc_services_item {
    background-color: #26503a !important;
}

.scheme_default .sc_services_default1 div[class*="trx_addons_column-"]:nth-child(1n) .sc_services_item {
    background-color: #a1d3c7;
}

/*MENU*/
.web-menu-hormona-vida {
    padding: 1.5em 0 1.1em;
}

/*FOOTER*/
.footer_wrap .widget .widget_title,
.footer_wrap .widget .widgettitle {
    font-family: 'Rubik' !important;
    color: #26503a;
}

.footer_wrap {
    margin-top: 0 !important;
}

#menu-useful-links li {
    width: 100% !important;
}

footer .widget_nav_menu .menu:not([id*="menu-testing-menu"])>li {
    width: 100% !important;
}

.footer-newsletter .kajabi-form--inline {
    background-color: transparent !important;
    padding: 0 !important;
}

.footer-newsletter .kajabi-form__content .kajabi-form__title,
.footer-newsletter .kajabi-form__content .kajabi-form__subtitle {
    display: none;
}

.footer-hv h2.widgettitle,
.footer-hv h5.widgettitle {
    font-size: 1.5em !important;
}

.scheme_dark .mc4wp-form .mc4wp-form-fields:after {
    color: #ffffff;
    background-color: #26503a;
}

.scheme_dark.footer_wrap,
.footer_wrap .scheme_dark.vc_row,
.scheme_dark.footer_wrap .sc_layouts_row_type_compact,
.scheme_dark .footer_wrap .sc_layouts_row_type_compact {
    background-color: #26503a;
    color: #ffffff;
}

.scheme_dark input[type="text"],
.scheme_dark input[type="number"],
.scheme_dark input[type="email"],
.scheme_dark input[type="tel"],
.scheme_dark input[type="search"],
.scheme_dark input[type="password"],
.scheme_dark .select_container,
.scheme_dark .select2-container--default .select2-selection--single,
.scheme_dark .select2-selection__rendered,
.scheme_dark .select2-container .select2-choice,
.scheme_dark textarea,
.scheme_dark textarea.wp-editor-area,
.scheme_dark #buddypress .dir-search input[type="search"],
.scheme_dark #buddypress .dir-search input[type="text"],
.scheme_dark #buddypress .groups-members-search input[type="search"],
.scheme_dark #buddypress .groups-members-search input[type="text"],
.scheme_dark #buddypress .standard-form input[type="color"],
.scheme_dark #buddypress .standard-form input[type="date"],
.scheme_dark #buddypress .standard-form input[type="datetime-local"],
.scheme_dark #buddypress .standard-form input[type="datetime"],
.scheme_dark #buddypress .standard-form input[type="email"],
.scheme_dark #buddypress .standard-form input[type="month"],
.scheme_dark #buddypress .standard-form input[type="number"],
.scheme_dark #buddypress .standard-form input[type="password"],
.scheme_dark #buddypress .standard-form input[type="range"],
.scheme_dark #buddypress .standard-form input[type="search"],
.scheme_dark #buddypress .standard-form input[type="tel"],
.scheme_dark #buddypress .standard-form input[type="text"],
.scheme_dark #buddypress .standard-form input[type="time"],
.scheme_dark #buddypress .standard-form input[type="url"],
.scheme_dark #buddypress .standard-form input[type="week"],
.scheme_dark #buddypress .standard-form select,
.scheme_dark #buddypress .standard-form textarea,
.scheme_dark #buddypress form#whats-new-form textarea,
.scheme_dark #booked-page-form input[type="email"],
.scheme_dark #booked-page-form input[type="text"],
.scheme_dark #booked-page-form input[type="password"],
.scheme_dark #booked-page-form textarea,
.scheme_dark .booked-upload-wrap,
.scheme_dark .booked-upload-wrap input {
    color: #ffffff;
    border-color: #ffffff !important;
    background-color: transparent;
}

.scheme_dark input[type="text"]:focus,
.scheme_dark input[type="number"]:focus,
.scheme_dark input[type="email"]:focus,
.scheme_dark input[type="tel"]:focus,
.scheme_dark input[type="search"]:focus,
.scheme_dark input[type="password"]:focus,
.scheme_dark .select_container:hover,
.scheme_dark .select2-container--default .select2-selection--single:hover,
.scheme_dark select option:hover,
.scheme_dark select option:focus,
.scheme_dark .select2-container .select2-choice:hover,
.scheme_dark textarea:focus,
.scheme_dark textarea.wp-editor-area:focus,
.scheme_dark #buddypress .dir-search input[type="search"]:focus,
.scheme_dark #buddypress .dir-search input[type="text"]:focus,
.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,
.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,
.scheme_dark #buddypress .standard-form input[type="color"]:focus,
.scheme_dark #buddypress .standard-form input[type="date"]:focus,
.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,
.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,
.scheme_dark #buddypress .standard-form input[type="email"]:focus,
.scheme_dark #buddypress .standard-form input[type="month"]:focus,
.scheme_dark #buddypress .standard-form input[type="number"]:focus,
.scheme_dark #buddypress .standard-form input[type="password"]:focus,
.scheme_dark #buddypress .standard-form input[type="range"]:focus,
.scheme_dark #buddypress .standard-form input[type="search"]:focus,
.scheme_dark #buddypress .standard-form input[type="tel"]:focus,
.scheme_dark #buddypress .standard-form input[type="text"]:focus,
.scheme_dark #buddypress .standard-form input[type="time"]:focus,
.scheme_dark #buddypress .standard-form input[type="url"]:focus,
.scheme_dark #buddypress .standard-form input[type="week"]:focus,
.scheme_dark #buddypress .standard-form select:focus,
.scheme_dark #buddypress .standard-form textarea:focus,
.scheme_dark #buddypress form#whats-new-form textarea:focus,
.scheme_dark #booked-page-form input[type="email"]:focus,
.scheme_dark #booked-page-form input[type="text"]:focus,
.scheme_dark #booked-page-form input[type="password"]:focus,
.scheme_dark #booked-page-form textarea:focus,
.scheme_dark .booked-upload-wrap:hover,
.scheme_dark .booked-upload-wrap input:focus {
    background-color: #ffffff !important;
}

.banner-section-left .vc_column-inner {
    align-items: center;
}

.section-float {
    position: relative;
    top: -25px;
}

.btn-banner-float a {
    min-width: 360px;
    text-align: right !important;
    font-style: italic;
    color: #26503a;
    font-size: 1.5rem !important;
}

.section-button-float {
    position: absolute;
    top: 85%;
    left: 50%;
}

/*SECITON CIRCLE*/
:root {
    --accent: #3b5f3d;
    --circle-max: 560px;
    --gap: clamp(12px, 3vw, 28px);
}

/* === Grid de 3 columnas === */
.three-col {
    display: grid;
    align-items: center;
    gap: var(--gap);
    margin-top: -50px;
    margin-bottom: -50px;
}

/* Centro: todo centrado */
.col--center {
    display: grid;
    place-items: center;
}

/* === Círculo responsive === */
.circlehome {
    width: min(90%, var(--circle-max));
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    display: grid;
    place-items: center;
}

.section-circle {
    background-size: contain;
}

/* Fallback si no hay aspect-ratio */
@supports not (aspect-ratio: 1/1) {
    .circlehome {
        position: relative;
    }

    .circlehome::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .circle__content {
        position: absolute;
        inset: clamp(16px, 4vw, 40px);
        display: grid;
        place-items: center;
    }
}

/* Tipografía interna */
.circle__content {
    text-align: center;
    max-width: 42ch;
}

.circle__title {
    margin: 0 0 .6em;
    font-weight: 500;
    line-height: 1.15;
    font-size: clamp(20px, 4.5vw, 34px);
}

.circle__title em {
    font-style: italic;
    font-weight: 400;
}

.circle__title .accent {
    color: var(--accent);
    font-weight: 800;
    letter-spacing: .5px;
}

.circle__text {
    padding: 0px 20px;
    margin: 0;
    font-size: clamp(14px, 2.8vw, 18px);
    line-height: 1.1;
    opacity: .9;
}

/* === Responsive: en pantallas pequeñas, una sola columna === */
@media (max-width: 720px) {
    .three-col {
        grid-template-columns: 1fr;
        /* se apila */
        min-height: unset;
    }
}

/*Section Proud Members*/
p.text-style-black span {
    font-weight: 600;
}

p.text-style-black {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
}

p.text-style-white span {
    font-weight: 600;
    color: #ffffff;
}

p.text-style-white {
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
}

p.text-style-white b {
    font-weight: bold !important;
    color: white;
}

.column-member-text {
    margin-left: 4rem;
}

.column-member-bg {
    background: #68bfac;
    border-radius: 0px 100px 100px 0px;
    max-height: 75px;
}

.column-member img {
    max-width: 200px;
    background: #fbf7f4;
    padding: 0px 20px;
    border-radius: 100px;
    height: 100px;
}

.img-bhrt img {
    max-width: 150px;
    padding: 0px 40px;
}

.section-banner-title-home {
    background-size: cover;
    background-repeat: no-repeat;
}

/*CARDS HOME*/
:root {
    --brown: #bd8473;
    /* color del panel */
    --beige: #EEE1D7;
    /* color del botón */
    --text: #ffffff;
    --radius: 22px;
    /* borde redondeado tipo “pill” */
    --w-hv: 190px;
    /* tamaño base del card */
    --h-hv: 260px;
    --shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

/* contenedor demostrativo */
.cards-hv {
    display: grid;
    place-items: center;
    padding: 24px;
    transition: 1s;
}

/* CARD */
.hv-card {
    position: relative;
    width: var(--w-hv);
    height: var(--h-hv);
    border-radius: var(--radius);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    background: #fff;
    transform: translateZ(0);
    /* activa la GPU */
    transition: transform .28s ease, box-shadow .28s ease;
}

.hv-card:hover {
    transform: scale(1.2);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.cards-hv .caption {
    transition: .5s;
    font-style: italic;
    margin-top: 25px;
}

.cards-hv:hover .caption {
    opacity: 0;
}

/* Imagen inicial */
.hv-card__media_1,
.hv-card__media_2,
.hv-card__media_3,
.hv-card__media_4,
.hv-card__media_5,
.hv-card__media_6,
.hv-card__media_7,
.hv-card__media_8,
.hv-card__media_9,
.hv-card__media_10 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: calc(var(--radius) + 6px);
}

.hv-card__media_1 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Hormona-Vida-BHRT.webp");
}

.hv-card__media_2 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Weight.webp");
}

.hv-card__media_3 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Hormona-Vida-Longevity.webp");
}

.hv-card__media_4 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Regeneration.webp");
}

.hv-card__media_5 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Weight.webp");
}
.hv-card__media_6 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/04/Longevity-peptide.webp");
}

.hv-card__media_7 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/04/Longevity-mitocondria.webp");
}

.hv-card__media_8 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Hormona-Vida-Longevity.webp");
}

.hv-card__media_9 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Regeneration.webp");
}

.hv-card__media_10 {
    background-image: url("https://hormonavida.com/wp-content/uploads/2025/09/Weight.webp");
}

/* Panel hover (2ª imagen) */
.hv-card__hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    background: var(--brown);
    color: var(--text);
    border-radius: var(--radius);
    opacity: 0;
    transform: scale(.96);
    transition: opacity .28s ease, transform .28s ease;
}

.hv-card:hover .hv-card__hover {
    opacity: 1;
    transform: scale(1);
    /* aparece y ocupa todo */
}

/* Tipografía del panel */
.hv-card__hover h3 {
    margin: 0 0 8px;
    font-size: 22px !important;
    font-style: italic;
    font-weight: 800;
    color: #ffffff;
}

.hv-card__hover p {
    margin: 0 0 16px;
    line-height: 1.35;
    font-size: 13.5px;
    opacity: .95;
    color: #edd9d3;
}

.section-cards-carrusel .vc_column-inner {
    padding: 0;
}

.section-cards-home {
    padding: 30px 0px;
    margin: auto;
}

/*Section Diagnosis*/
/* ===== List Icons HV ===== */
.list-icon-hv {
    --hv-green: #3C582E;
    --gap: 18px;
    --icon-size: 64px;
    /* cambia a 32–40 según tu diseño */
    --font-size: 18px;
    /* tamaño base de texto */
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 5px;
    /* espacio vertical entre filas */
    color: var(--hv-green);
}

.section-jc .list-icon-hv {
    justify-content: center;
}

.list-icon-hv li {
    display: flex;
    align-items: center;
    gap: var(--gap);
    line-height: 1.25;
    transform: translateZ(0);
    transition: transform .25s ease, opacity .25s ease;
}

.list-icon-hv li:hover {
    transform: translateX(4px);
}

.lih-icon {
    width: var(--icon-size);
    height: var(--icon-size);
    flex: 0 0 var(--icon-size);
    display: block;
}

.lih-text {
    font-size: var(--font-size);
    color: #111111;
}

.section-diagnosis {
    padding: 100px 0px;
}

/*Functional Medicine*/
.column-right-functional {
    padding: 0px 60px;
    max-width: 640px;
}

/* Responsive fino */
@media (max-width:768px) {
    .section-diagnosis {
        padding: 40px 20px;
    }

    .section-peptide {
        padding-bottom: 40px;
    }

    .list-icon-hv {
        margin-top: 20px;
    }

    .lih-icon {
        width: 64px;
        height: 64px;
    }

    .lih-text {
        font-size: 1.2rem;
    }

    .list-icon-hv {
        gap: 12px;
    }

    .list-icon-hv {
        --icon-size: 30px;
        --font-size: 16px;
        --gap: 14px;
    }

    .column-right-functional {
        padding: 60px 20px;
    }
}

/*Contact 2025*/
/* permite que la imagen “se salga” del contenedor en WPBakery */
.row-contacts-pop,
.row-contacts-pop>.wpb_column,
.row-contacts-pop>.wpb_column>.vc_column-inner {
    overflow: visible !important;
}

/* tarjeta de contactos */
.hv-contacts-card .contacts_wrap {
    position: relative;
    padding: 22px clamp(180px, 28vw, 260px) 22px 0px;
}

/* imagen de la chica (derecha, “fuera” por arriba) */
.hv-contacts-card .contact-figure {
    position: absolute;
    right: -22px;
    /* sobresale a la derecha */
    bottom: -34px;
    /* cabeza fuera por arriba */
    width: clamp(170px, 30vw, 280px);
    height: auto;
    object-fit: contain;
    z-index: 3;
    pointer-events: none;
    /* no bloquea clics en links de contacto */
}

/* tipografía y color del texto (ajústalo si quieres) */
.hv-contacts-card .contacts_info {
    color: #fff;
    /* si tu fondo es oscuro; cámbialo si no */
}

.hv-contacts-card .contacts_info a {
    color: #fff;
    text-decoration: none;
}

/* Responsive: en móviles la imagen baja y el padding se reduce */
@media (max-width: 768px) {
    .hv-contacts-card .contacts_wrap {
        padding: 18px 18px 0 18px;
    }

    .hv-contacts-card .contact-figure {
        position: static;
        display: block;
        margin: 10px auto -15px;
        width: clamp(180px, 60vw, 260px);
        pointer-events: auto;
    }
}

.section-contact-2025 .widget_contacts .contacts_info span:before {
    color: white !important;
    font-weight: bold;
    font-size: 32px;
}

.section-contact-2025 .contacts_info a {
    color: white !important;
}

.section-contact-2025 .contacts_info {
    color: white !important;
}

.section-contact-2025 .contacts_info span {
    margin-bottom: 32px !important;
    padding-left: 42px !important;
}

.section-contact-2025 .widget_contacts {
    padding: 40px 60px 20px 40px;
}

.section-contact-right .vc_column-inner {
    border-radius: 30px !important;
    max-width: 640px;
}

.section-functional {
    background-size: contain;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

/*RESPONSIVE*/
/*FULL HD*/
@media screen and (min-width: 1375px) {
    .hv-card {
        width: 100%;
        height: 365px;
    }

    .section-cards-home {
        padding: 60px 100px 30px 60px;
        margin: auto;
    }

    .three-col {
        margin-top: -75px;
        margin-bottom: -75px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .section-button-float {
        transform: translate(-7%, 0%);
    }

    .banner-section-float .vc_column-inner {
        margin-left: 12rem;
    }

    .line-podcast {
        left: -352.5px !important;
    }

    .circle-column {
        padding: 65px 40px !important;
    }

    .about-us .wpb_column .vc_column-inner .vc_row.wpb_row.vc_row-fluid {
        left: 250px !important;
        width: 1600px !important;
        ;
        max-width: 1600px !important;
        ;
    }

    .image-slider {
        left: 120px;
    }

}

/*LAPTOPS*/
@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .three-col {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .v-mac {
        height: 30px;
    }

    .title-h1 h1 {
        font-size: 3rem !important;
        line-height: 3.2rem;
    }

    .title-h1 h1 .title-slogan {
        font-size: 2rem;
    }

    .section-diagnosis .vc_col-sm-3:first-child,
    .section-diagnosis .vc_col-sm-3:last-child {
        width: 20%;
    }

    .section-diagnosis .vc_col-sm-3:nth-child(2),
    .section-diagnosis .vc_col-sm-3:nth-child(3) {
        width: 30%;
    }

    .img-bhrt img {
        max-width: 110px !important
    }

    .column-member img {
        max-width: 150px;
        height: 80px;
    }

    .section-button-float {
        transform: translate(-11%, 0%);
    }

    .banner-section-float .vc_column-inner {
        margin-left: 10rem;
    }

    .title-banner-left ul {
        font-size: 1rem;
    }

    .vc_widget_slider {
        margin-top: -50px !important;
    }

    .line-podcast {
        left: -230px !important;
    }

    .heading-typeD {
        line-height: 1em;
        text-transform: uppercase;
        font-size: 28px !important;
        font-weight: 500;
    }
}

@media screen and (min-width: 1200px) {

    .section-physical .wpb_column:first-child,
    .section-physical .wpb_column:nth-child(2) {
        border-right: 1px solid #26503a;
    }

    .section-individualized .wpb_column {
        border-right: 1px solid #26503a;
        min-height: 150px;
    }

    .section-individualized .wpb_column:first-child {
        border-left: 1px solid #26503a;
    }

    .item-last {
        position: relative;
        left: 50%;
    }

    .insuline-people-img {
        min-height: 445px;
    }

    .weight-people-img {
        min-height: 500px;

    }

    .weight-people-img .vc_column-inner,
    .insuline-people-img .vc_column-inner {
        background-repeat: no-repeat;
    }

    .banner-title {
        padding: 0px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .hv-appointments {
        padding: 10px 100px;
    }

    .bc-row.week .bc-col {
        height: 90px !important;
    }

    .hide_on_notebook {
        display: none;
    }

    .services-last .sc_services_columns {
        padding: 0px 200px;
    }

    .web-menu-hormona-vida {
        border: 1px solid #26503a;
        background: #26503a;
    }

    .about-us .sc_promo_image {
        right: 75px !important;
    }

    .border-left {
        border-left: 1px solid;
        padding: 0px 0px 0px 60px;
    }

    .border-right-only {
        border-right: 1px solid #26503a;
    }

    .border-core {
        height: 370px;
    }

    .border-core .wpb_column:nth-child(2),
    .border-core .wpb_column:nth-child(3) {
        position: relative;
        top: -50px;
    }

    .border-core .wpb_column:first-child,
    .border-core .wpb_column:last-child {
        position: relative;
        top: -30px;

    }

    .border-core .wpb_column:first-child {
        left: 30px;
    }
}

/*HD*/
@media screen and (min-width: 768px) {
    .sc_content_width_1_1 {
        width: 90% !important;
    }

    .bg-new-location {
        background-position: center;
    }

    .padding-right-banner {
        padding-right: 60px;
    }

    .v-phone {
        display: none !important;
    }
}

/* ===== Desktop/tablet ===== */
.hv-carousel {
    width: 100%;
}

/* Config: 5 tarjetas, 4s por tarjeta */
.hv-carousel {
    --items: 5;
    /* cantidad en un set */
    --per-card: 4s;
    /* segundos por tarjeta */
    --speed: calc(var(--items) * var(--per-card));

    /* Dimensiones exactas del slide en móvil */
    --cardW: min(85vw, 320px);
    /* ancho de cada tarjeta */
    --gap: 14px;
    /* separación entre tarjetas */

    /* Distancia total de un set (lo que debe “recorrer” el loop) */
    --distance: calc(var(--items) * (var(--cardW) + var(--gap)));
}

@media (max-width:768px) {
    .hv-carousel {
        overflow: hidden;
        position: relative;
        padding: 8px 0;
    }

    .hv-track {
        display: flex;
        /* OJO: NO usamos gap aquí para que el cálculo sea exacto */
        width: calc(var(--distance) * 2);
        /* dos sets */
        animation: hv-loop var(--speed) linear infinite;
        will-change: transform;
    }

    /* Cada slide con ancho fijo y margen derecho = gap */
    .hv-slide {
        flex: 0 0 auto;
        width: var(--cardW);
        margin-right: -150px;
    }

    /* Pausar al tocar/hover (opcional) */
    .hv-carousel:hover .hv-track,
    .hv-carousel:active .hv-track {
        animation-play-state: paused;
    }

    /* Scrollbar invisible si hubiera scroll manual */
    .hv-carousel::-webkit-scrollbar {
        display: none;
    }

    .hv-carousel {
        scrollbar-width: none;
    }
}

/* Marquee infinito: desplaza exactamente el ancho de UN set */
@keyframes hv-loop {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(calc(-1 * var(--distance)), 0, 0);
    }
}

/*SMARTPHONE*/
@media screen and (max-width: 768px) {
    .normal-text-cards {
    font-size: 16px;
    margin-top: 20px;
}
    .section-green ul li {
    line-height: 1.3em;
}
    .section-text-image h5 {
    text-align: center;
    line-height: 1.1em;
}
    .section-bhrt-men span.lih-text, .section-peptide span.lih-text{
    font-size: 1.2rem;
}
    .overlap-left .vc_column-inner{
        display: flex
;
    justify-content: center;
    }
    .section-green h4 span {
    line-height: 1.1em;
}
.section-bhrt-men{
    padding: 40px 10px;
}
.section-bhrt-men .text-style-black{
    text-align: center;
}
.section-bhrt-men img.lih-icon {
    max-width: 24px;
    max-height: 24px;
}
    .section-text-image .col-l .vc_column-inner,
    .section-text-image-left .col-r .vc_column-inner {
        padding:20px 0px 0px 0px !important;
    }

    .overlap-left img {
        width: 100%;
        height: auto;
        position: inherit;
        right: 0;
        top: 0;
    }

    .overlap-left,
    .overlap-right {
        width: 100%;
    }

    .col-card-2 .vc_column-inner .wpb_wrapper {
        min-height: auto !important;
        padding: 10px;
        border-radius: 30px;
        margin-top: 10px;
        justify-content: center;
        font-size: 1.1em;
    }

    .subtitle-p {
        font-size: 1.8em !important;
    }

    .section-ho-cards .col-r {
        padding-bottom: 40px !important;
    }

    .m-text-center {
        text-align: center;
    }

    .section-ho .column-right {
        padding: 40px 60px;
    }

    .section-cards-services {
        padding: 0 !important;
    }

    .section-about-daniel .col-l .vc_column-inner {
        padding: 0px;
    }

    .section-about-karen .col-l {
        order: 1;
    }

    .section-about-daniel .col-l {
        order: 0;
    }

    .section-about-vision {
        padding: 60px 0;
    }

    .section-healing-about .col-l .vc_column-inner {
        padding: 40px 20px !important;
    }

    .section-healing-about .col-r .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-about-welcome .col-l .vc_column-inner {
        padding: 75px 0 !important;
    }

    .section-about-welcome-image .col-r .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-contact-2025 .widget_contacts {
        padding: 40px 20px 0px 20px;
    }

    .column-member .wpb_single_image .vc_single_image-wrapper {
        display: flex;
        justify-content: center;
    }

    .img-bhrt img {
        max-width: 150px;
        padding: 0px 105px;
    }

    .column-member img {
        max-width: 200px;
        padding: 0px 80px;
        height: 80px;
    }

    .section-float {
        top: -50px !important;
    }

    .section-button-float {
        display: none !important;
    }

    .banner-section-float .vc_column-inner {
        align-items: center;
    }

    /*Slider Home*/
    .line-podcast,
    .wp-caption-text {
        display: none;
    }

    .list-podcast .vc_column-inner {
        padding: 0 !important;
    }

    h2.podcast-title {
        font-size: 1.5em !important;
    }

    .listen-button {
        width: 100%;
        justify-content: center;
    }

    p.line-bottom {
        border-bottom: 1px solid #26503a;
        padding: 15px 0px;
    }

    .v-desktop {
        display: none !important;
    }

    .carrousel-hv {
        display: none;
    }

    .img-services-core figure {
        max-width: 200px !important;
        margin: auto !important;
        margin-top: 20px !important;
    }

    .border-core-without .wpb_column:nth-child(2) {
        order: 1
    }

    .border-core-without .wpb_column:first-child {
        order: 2
    }

    .border-core-without .wpb_column:first-child,
    .border-core-without .wpb_column:last-child {
        margin: 30px 0px;
    }

    .border-core-without .wpb_column:nth-child(3) {
        order: 3
    }

    .border-core-without .wpb_column:last-child {
        order: 4
    }

    .img-woman-men figure {
        max-width: 200px !important;
        margin: auto !important;
    }

    .border-core .wpb_column:nth-child(2) {
        order: 1
    }

    .border-core .wpb_column:first-child {
        order: 2
    }

    .border-core .wpb_column:first-child,
    .border-core .wpb_column:last-child {
        margin: 30px 0px;
    }

    .border-core .wpb_column:nth-child(3) {
        order: 3
    }

    .border-core .wpb_column:last-child {
        order: 4
    }

    .core-programs .wpb_column:first-child {
        margin-bottom: 20px;
    }

    .woman-milk {
        padding: 0px
    }

    .sub-services-column .wpb_text_column {
        justify-content: center;
    }

    .circle-services.last::after {
        width: 0px;
    }

    .image-circle figure {
        max-width: 150px !important;
        margin: auto !important;
    }

    .faqs-service h2 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }

    .margin-inverse-top {
        margin-top: -40px;
    }

    .list-app-qr li {
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .big-circle {
        width: 300px;
        height: 300px;
        left: 50px;
        position: relative;
    }

    .bhrt-section {
        padding: 0px 20px;
    }

    .benefits-container {
        display: block;
    }

    .benefits-container .benefit-item {
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 1.1em;

    }

    .image-section-cat.cat-left {
        display: none !important;
    }

    .icon-service-main {
        width: 100%;
    }

    .subheading-3 {
        font-size: 16px !important;
    }

    .sub-services {
        left: 0px !important;
        margin-top: 20px;
    }

    .space-top,
    .space-top-cat {
        padding-top: 50px;
    }

    .space-bottom {
        padding-bottom: 50px;
    }

    .space-section {
        padding: 50px 20px 50px 20px;
    }

    .core-programs {
        padding: 50px 0px 50px 20px !important;
    }

    .three-services {
        display: block;
    }

    .three-services-page {
        margin-bottom: 20px;
    }

    .wpml-ls-item a {
        border: none;
        margin-left: 0px;
        padding: inherit !important;
    }

    /*ACTIVE CAMPAIGNS*/
    ._form-content ._form_element:nth-child(2),
    ._form-content ._form_element:nth-child(3),
    ._form-content ._form_element:nth-child(4),
    ._form-content ._form_element:nth-child(5) {
        flex: 1 1 100%;
    }

    ._form_1 form {
        min-width: 320px !important;
    }

    ._form_1 form {
        padding: 20px !important;
    }

    /*QUESTIONARIO*/
    .qmn_pagination {
        border-top: none !important;
    }

    /*TITLE*/
    .title-cyan {
        margin-top: 20px;
    }

    .title-cyan h2 {
        font-size: 28px !important;
    }

    /*POST*/
    .scheme_default .related_wrap .post_meta_item.post_categories a {
        font-size: 13px;
    }

    .related_wrap .post_title {
        font-size: 19px;
    }

    .widget_recent_posts {
        display: none !important;
    }

    /*OUR MEDICAL PAGE*/
    .team-karen .vc_column_container:first-child,
    .team-laura .vc_column_container:first-child {
        order: 2;
    }

    .our-medical {
        margin-left: -20px;
        margin-right: -20px;
    }

    /*POST MOBILE*/
    .single-post ul li,
    .single-post ol li {
        font-size: 1.5em;
        line-height: 1.3em;
        margin-bottom: 10px;
    }

    .single-post p {
        font-size: 1.3em !important;
        line-height: 1.3em;
    }

    .single-post h1 strong,
    .single-post h1,
    .single-post h1 b {
        font-size: 26px !important;
    }

    .single-post h2 strong,
    .single-post h2,
    .single-post h2 b {
        font-size: 24px !important;
    }

    .single-post h3 strong,
    .single-post h3,
    .single-post h3 b {
        font-size: 22px !important;
    }

    .single-post h1 strong,
    .single-post h1,
    .single-post h2 strong,
    .single-post h2,
    .single-post h3 strong,
    .single-post h3 {
        line-height: 24px !important;
    }

    /*MENU MOBILE*/
    .mobile_device .menu_mobile .menu_mobile_nav_area,
    .mobile_layout .menu_mobile .menu_mobile_nav_area {
        max-height: 40em !important;
    }

    .menu_mobile_nav_area ul li:nth-child(n+8):nth-child(-n+20) {
        display: none;
    }

    /*BANNER*/
    .banner-hv {
        display: block !important;
    }

    .banner-hv .wpb_wrapper {
        text-align: center !important;
    }

    .banner-hv .wpb_wrapper .wpb_text_column {
        margin-top: 10px;
    }

    /*APPOINMENT*/
    .hv-appointments .booked-appt-list h2 strong {
        font-size: 20px !important;
    }

    .hv-appointments h1 {
        font-size: 2em !important;
    }

    .hv-appointments .number {
        font-size: 18px;
    }

    /*SERVICES SECTION*/
    .title-button-black h3,
    .title-button-cyan h3 {
        font-size: 14px !important;
        line-height: 16px;
    }

    .services-section-cyan {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: grid !important;
    }

    .services-section-cyan .image-section-service {
        margin-top: 70px;
        order: 2;
    }

    .section-contact .wpcf7 input[type="submit"] {
        width: 100%;
    }

    .section-contact h2 {
        margin-bottom: 20px !important;
    }

    .section-portal .vc_btn3-container,
    .section-portal .vc_btn3-container a {
        width: 100%;
    }

    .section-portal h2 {
        padding-top: 20px;
    }

    .section-portal .vc_figure {
        max-width: 128px;
        margin: auto;
    }

    .section-portal {
        text-align: center;
    }

    .section-health-store .sc_item_button {
        margin-top: 20px;
    }

    .section-health-store .sc_item_button a {
        width: 100%;
        text-align: center !important;
    }

    .section-health-store .sc_item_content {
        padding: 0 2em !important;
    }

    .carousel-item img {
        border-radius: 20px;
    }

    .carousel-slider p {
        margin: 30px 0px !important;
    }

    .section-about {
        display: flex;
        flex-direction: row;
    }

    .section-about {
        flex-direction: column;
    }

    .section-services .vc_row-fluid {
        margin-left: -35px;
        margin-right: -35px;
    }

    .section-services .vc_row-fluid .sc_services_item_thumb {
        width: 25%
    }

    .section-services .vc_row-fluid .sc_services_item_info {
        width: 75%;
        padding-left: 20px;
    }

    .our-services-icon .sc_services_item.with_content {
        text-align: left;
        display: flex;
    }

    .section-how-work h5 {
        margin-top: 20px !important;
    }

    .section-how-work h6 {
        margin: 20px 0px !important;
    }

    .section-about .sc_promo_image {
        min-height: 30em;
    }

    .sc_promo_text {
        order: -1;
        /* Hace que .sc_promo_text se muestre primero */
    }

    .about-us .wpb_column .vc_column-inner .vc_row.wpb_row.vc_row-fluid {
        left: 0px !important;
    }

    .section-about.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_descr,
    .section-about h3 {
        margin: 10px 30px !important;
    }

    .section-about .sc_layouts_item {
        text-align: center;
    }

    .services-text {
        margin-top: -120px;
    }

    .slider-hm {
        display: none;
    }

    .slider-mobile {
        display: block;
    }

    .slider-mobile a .sc_button_text {
        color: #26503a;
    }

    .conditions-we-treat .wpb_column .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .logo-menu-mobile .vc_column_container:first-child {
        width: 60% !important;
    }

    .logo-menu-mobile .vc_column_container:nth-child(2n) {
        width: 40% !important;
        text-align: center;
    }

    .logo-menu-mobile {
        width: 100%;
    }

    .logo-menu-mobile img {
        width: 150px;
    }

    .logo-menu-mobile .sc_layouts_item {
        margin: 0 !important;
    }

    .web-menu-hormona-vida {
        padding: 0 !important;
    }

    .contact-icon {
        margin-bottom: 40px;
    }

    .social-icon {
        margin-top: 10px;
    }

    .bg-new-location {
        background-size: cover;
    }

    .img-location-new img {
        max-width: 125px;
    }

    .position-3x4-top {
        display: none !important;
    }

    .column-order .wpb_column:first-child {
        order: 1;
    }

    .btn-podcast a {
        width: 100% !important;
    }

    .page-id-5277 .content_wrap,
    .page-id-5361 .content_wrap,
    .page-id-5429 .content_wrap,
    .page-id-5453 .content_wrap,
    .page-id-5676 .content_wrap,
    .page-id-5572 .content_wrap,
    .page-id-5725 .content_wrap,
    .page-id-5906 .content_wrap {
        width: 100% !important;
    }

    .podcast-h1 {
        font-size: 2em !important;
        line-height: 1em;
        margin: 20px 0px !important;
        font-weight: 500;
    }

    .img-podcast img {
        max-width: 200px;
        margin: auto;
        display: block;
    }

    .big-circle p {
        font-size: 18px !important;
    }

    .max-width-400 {
        max-width: 320px;
        margin: auto;
    }

    .vc_custom_1744905194346 {
        background-size: cover !important;
    }

    .left-30 {
        left: 0px;
    }

    .bhrt-section {
        flex-direction: column;
        align-items: center;
    }

    .bhrt-line-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .bhrt-line {
        display: none;
    }

    .bhrt-circles {
        flex-direction: column;
        gap: 20px;
    }

    .circle-services {
        width: 200px;
        height: 200px;
    }

    .content-img-location-new .wpb_wrapper {
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .bg-dark-theme {
        padding: 40px 40px 0px 40px;
    }

    .img-app-3x4 {
        margin-top: -50px !important;
        margin-bottom: 0 !important;
    }

    .section-padding-phone {
        padding: 0px 20px;
    }

    .section-x {
        padding: 20px 20px 0px 20px !important;
    }

    .single-post .content_wrap {
        width: 100% !important;
    }

    .circle-column {
        padding: 85px 40px !important;
        width: 250px;
        margin: 20px auto;
    }

    .gap-60 {
        display: block !important;
    }

    .row-full-width {
        max-width: 320px;
        margin: auto;
    }

    .img-epigenetics {
        left: 0px;
    }

    .take-control-round .vc_btn3-container {
        margin-top: 20px;
    }

    .heading,
    .heading-typeB,
    .heading-typeC {
        margin-bottom: 10px;
    }

    .section-how-work .wpb_column:nth-child(2) {
        border-right: none;
    }

    .btn-hv-slider {
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 20px !important;
    }

    .btn-hv a {
        width: 100% !important;
    }

    .vc_btn3-container a {
        width: 80%;
        margin: auto !important;
    }

    .web-menu-hormona-vida {
        border: 1px solid #26503a;
    }

    .linea-con-bola {
        margin: 40px 0px 20px 0px;
        display: flex;
        align-items: center;
        max-width: 210px;
        position: relative;
        left: -70px;
    }

    .linea {
        height: 2px;
        background-color: #26503a;
        flex-grow: 1;
    }

    .bola {
        width: 16px;
        height: 16px;
        background-color: #26503a;
        border-radius: 50%;
    }

    .carrousel-hv .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_active {
        visibility: visible !important;
    }

    .carrousel-hv .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
        visibility: hidden;
    }

    .container-take-control {
        padding: 60px 25px;
    }

    .portal-patient-border {
        border-right: none;
    }

    .lista li {
        font-size: 16px !important;
    }

    .heading {
        font-size: 2rem !important;
    }

    .heading-typeB,
    .heading-typeC {
        font-size: 1.7em !important;
    }

    .section-how-work {
        margin: -20px 0px 20px 0px;
    }

    .section-how-work .wpb_column:last-child {
        border-left: none;
    }

    .banner-title {
        display: grid;
        justify-content: center;
    }

    .title-h1 h1 {
        font-size: 2.5rem !important;
        line-height: 3rem;
    }

    .banner-title .wpb_column:first-child {
        order: 1;
        max-width: 360px;
    }

    .title-services {
        padding-top: 25px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .banner-podcast {
        height: 112px;
    }

    .container-podcast {
        margin: 0px 20px;
    }

    .mobile_device .menu_mobile .sc_layouts_logo img,
    .mobile_layout .menu_mobile .sc_layouts_logo img {
        height: 70px !important;
        max-height: 70px !important;
    }

    .wpml-ls-item a {
        margin-top: 10px;
    }

    .logo-menu-mobile {
        max-height: 75px !important;
        text-align: right;
        background: #26503a;
        padding-left: 10px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .logo-menu-mobile .sc_layouts_item {
        margin-top: 0;
        margin-bottom: 0;
    }

    span.wpml-ls-native,
    .wpml-ls-slot-22.wpml-ls-current-language,
    .wpml-ls-slot-22.wpml-ls-current-language a,
    .wpml-ls-slot-22.wpml-ls-current-language a:visited,
    .wpml-ls-slot-22 a {
        background-color: transparent !important;
    }

    .scheme_dark .menu_mobile_inner a:hover,
    .scheme_dark .menu_mobile_inner .current-menu-ancestor>a,
    .scheme_dark .menu_mobile_inner .current-menu-item>a {
        color: #cab296 !important;
        margin-top: 10px;
    }

    .wpml-ls-slot-22.wpml-ls-current-language a span,
    .wpml-ls-slot-22.wpml-ls-current-language a:visited span,
    .wpml-ls-slot-22 a span {
        background: white;
        padding: 5px;
        border-radius: 20px !important;
    }

    .listen-button {
        margin-top: 10px;
    }
}

/*Popup Home*/
/* ----------------------------------------------  
     Carta fija bottom-left  
  ---------------------------------------------- */
#popup {
    z-index: 9999;
    display: none;
    /* oculto por defecto */
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 480px;
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#popup.show {
    display: block !important;
    animation: fadeInUp 0.6s ease-out forwards;
}

#popup-content {
    position: relative;
    width: 100%;
}

#close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* ----------------------------------------------  
     Layout interno: imagen + texto + blank  
  ---------------------------------------------- */
.popup-container {
    display: flex;
    width: 100%;
    height: 320px;
    background-image: url('https://hormonavida.com/wp-content/uploads/2025/05/Desk-Hormona-vida-level-test-hormone-bhrt.webp');
    background-size: cover;
    background-position: center;
}

.popup-image {
    display: none;
}

/*.popup-text,
  .popup-blank {
    width: 50%;
  }*/
.popup-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Texto y animaciones */
.popup-text>* {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.popup-title {
    font-size: 2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #333;
    animation-delay: 0.5s;
}

.popup-container .popup-text .line-wrapper {
    position: relative;
    width: 80%;
    height: 4px;
    background-color: #26503a;
    margin-left: 2rem;
    margin-bottom: 1rem;
    animation-delay: 1s;
}

.popup-container .popup-text .line-wrapper .point {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #26503a;
    border-radius: 50%;
    animation: slideRight 3s ease-in-out infinite alternate;
    animation-delay: 1.2s;
}

.popup-paragraph {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
    font-weight: 500;
    color: #555;
}

.light-green {
    margin-top: 20px;
    color: #26503a;
}

.btn-secondary-hormona-vida a {
    display: inline-block;
    padding: 13px 50px;
    background-color: #26503a;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
}

/* ----------------------------------------------  
     Animaciones clave  
  ---------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideRight {
    from {
        left: 0;
    }

    to {
        left: calc(100% - 20px);
    }
}

/* ----------------------------------------------  
     Responsive (≤767px)  
  ---------------------------------------------- */
@media (max-width: 767px) {
    #popup {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        max-width: 360px;
    }

    .popup-container {
        flex-direction: column;
        background-image: none !important;
        height: auto;
    }

    .popup-image {
        display: block;
        width: 100%;
    }

    .popup-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .popup-text {
        background-color: #fff;
        padding: 0 1.5rem 2rem;
        max-width: none;
    }

    .popup-blank {
        display: none;
    }
}

/*Podcast*/

/*Others Sections*/
.vc_sep_line {
    border-color: #26503a !important;
}

.border-padding-card {
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #26503a;
    max-width: 400px;
}

/*ANIMACIONES*/
/* Efectos de fade in/out con desplazamiento desde diferentes direcciones */
/* --- CSS actualizado --- */
/* Estados iniciales según la dirección */
.hv-animation-fade-in-top {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

.hv-animation-fade-in-bottom {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

.hv-animation-fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

.hv-animation-fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

/* Visible: se resetea la posición y sube la opacidad */
.hv-animation-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* Opcional: ajustar la intensidad del movimiento o la duración por elemento */