/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1777010981
Updated: 2026-04-24 06:09:41

*/

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
b, strong {
    font-weight: bold;
}
:root {
    --solid-gray: #8f8e8f;
    --trans-white: rgb(255 255 255 / 80%);
    --trans-gray: rgb(143 143 143 / 80%);
    --textos-gris: rgb(0 0 0 / 45%);
    --textos-resalte: #ac7f9a;
    --max-container: 1140px;
    --breakpoint-menu: 1200px;
    --color-ropa: #a8cdb8;
    --color-egg: #cfbf8e;
    --color-fertility: #b1cad1;
    --color-genetics: #c9bcd6;
    --color-ivf: #d6b393;
    --color-ai: #a0c0ca;
}
::-moz-selection {
    background-color: #c2def6;
    color: white;
}
::selection {
    background-color: #c2def6;
    color: white;
}
.visible {
    -moz-transition: ease 1s opacity;
    -webkit-transition: ease 1s opacity;
    -o-transition: ease 1s opacity;
    transition: ease 1s opacity;
    opacity: 1 !important;
}
.hidden {
    -moz-transition: ease 1s opacity;
    -webkit-transition: ease 1s opacity;
    -o-transition: ease 1s opacity;
    transition: ease 1s opacity;
    opacity: 0 !important;
}
.flip-hor {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.img-responsive {
    display: block;
    height: auto;
    width: 100%;
}
.link_text a {
    border-bottom: 1px solid;
}
.link_text a:hover {
    border-color: transparent;
    opacity: .9;
}
.link_btn a {
    display: inline-block;
    font-size: 22px !important;
    background-color: #ac7f9a;
    color: white !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
    text-align: center;
    border-bottom: 0 !important;
    padding: 20px 32px;
    margin: 20px 0;
}
.link_btn a:hover, .link_btn a:active, .link_btn a:focus {
    display: inline-block;
    font-size: 22px !important;
    background-color: #f0f0f0;
    color: #ac7f9a !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: ease .4s all;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    text-align: center;
    border-bottom: 0 !important;
    padding: 20px 32px;
    margin: 20px 0;
}
.familia_tratamientos li {
    margin-left: 32px;
}
.familia_tratamientos li span {
    display: inline-block !important;
    margin-left: -32px;
}
.single-familia .page-content {
    overflow: hidden-;
}
.hero_top, .hero_top > div {
    height: clamp(450px,20vh,1000px) !important;
}
.indice {
    background-color: #fff94;
    margin-right: 1rem;
    position: absolute;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 35px 65px 0 rgb(100 100 100 / 22%), inset 0 -10px 15px 0 rgb(200 150 200 / 20%);
    -webkit-box-shadow: 0 35px 65px 0 rgb(100 100 100 / 22%), inset 0 -10px 15px 0 rgb(200 150 200 / 20%);
    -o-box-shadow: 0 35px 65px 0 rgb(100 100 100 / 22%), inset 0 -10px 15px 0 rgb(200 150 200 / 20%);
    box-shadow: 0 35px 65px 0 rgb(100 100 100 / 22%), inset 0 -10px 15px 0 rgb(200 150 200 / 20%);
    backdrop-filter: blur(4px);
    padding: .5rem .5rem 1rem 1rem;
}
.indice .elementor-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.indice>.elementor-widget-container {
    background-image: none !important;
}
.indice ul {
    font-size: 1em;
    padding-left: 0;
    font-weight: bold;
    font-family: var(--e-global-typography-secondary-font-family);
    position: relative;
    font-style: italic;
    list-style: none;
}
.indice li {
    line-height: 1.35;
    padding-left: .5em;
    margin-bottom: .75rem;
}
.indice li:before {
    content: '·';
    color: var(--e-global-color-accent);
    position: absolute;
    left: -.25em;
}
.indice .elementor-toggle-title {
    display: block;
    margin-right: 1.5rem;
    text-align: right;
}
.indice .elementor-toggle-icon {
    margin-top: .5rem;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.indice ul>li>a {
    color: var(--e-global-color-accent);
}
.header__light:not(.dark) .elementor-widget-theme-site-logo {
    opacity: 0;
}
.header__light.dark .logo-neg {
    -moz-transition: ease 1s opacity;
    -webkit-transition: ease 1s opacity;
    -o-transition: ease 1s opacity;
    transition: ease 1s opacity;
    opacity: 0;
}
.dark-bar .header__light {
    background-color: #ececec !important;
    -moz-transition: ease .4s background;
    -webkit-transition: ease .4s background;
    -o-transition: ease .4s background;
    transition: ease .4s background;
}
.elementor-widget-theme-site-logo, .header__light.dark.elementor-sticky--active .logo-neg img, .header__light.dark.elementor-sticky--active .logo-pos img {
    -moz-transition: ease 1s all;
    -webkit-transition: ease 1s all;
    -o-transition: ease 1s all;
    transition: ease 1s all;
}
.hamburguer {
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
}
.dark-bar .hamburguer {
    margin-top: -40px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
}
.header__light:not(.dark) .header__menu .elementor-nav-menu--main .elementor-item, .header__light:not(.dark) .lang__selector a {
    color: var(--trans-white) !important;
}
.header__light.dark .elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
    display: inline-block;
}
.header__light.dark .elementor-nav-menu--dropdown {
    background-color: #ececec !important;
}
.header__light.dark .elementor-nav-menu--dropdown a:hover, .header__light.dark .elementor-nav-menu--dropdown a.elementor-item-active, .header__light.dark .elementor-nav-menu--dropdown a.highlighted {
    background-color: #02010100;
}
.header__light .elementor-nav-menu--dropdown a.elementor-item-active {
    font-weight: bold;
    color: var( --e-global-color-accent ) !important;
}
.header__light ul.elementor-nav-menu--dropdown a, .header__light ul.elementor-nav-menu--dropdown a:focus, .header__light ul.elementor-nav-menu--dropdown a:hover {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.header__light .elementor-nav-menu--dropdown {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
    font-size: 8px !important;
}
.elementor-nav-menu .sub-arrow {
    margin-top: -6px !important;
    margin-bottom: -10px !important;
    padding: 10px 0 10px 4px !important;
}
.wpml-ls-item .elementor-nav-menu--dropdown {
    min-width: 0 !important;
}
.menu a {
    text-decoration: none;
    color: var(--trans-white);
    font-family: rotunda, sans-serif !important;
    -moz-transition: ease .4s color;
    -webkit-transition: ease .4s color;
    -o-transition: ease .4s color;
    transition: ease .4s color;
}
.menu a:hover {
    color: var(--trans-gray);
    -moz-transition: ease .4s color;
    -webkit-transition: ease .4s color;
    -o-transition: ease .4s color;
    transition: ease .4s color;
}
.menu.solid a {
    color: var(--solid-gray);
}
.menu ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 8px 12px;
}
header section:not(.dark) .elementor-nav-menu--dropdown a:hover {
    color: var(--trans-gray) !important;
}
header .dark .elementor-nav-menu--dropdown {
    -moz-border-radius: 0 0 2px 2px !important;
    -webkit-border-radius: 0 0 2px 2px !important;
    -o-border-radius: 0 0 2px 2px !important;
    border-radius: 0 0 2px 2px !important;
}
header .dark .elementor-nav-menu--main .elementor-nav-menu ul {
    border: 0 solid transparent !important;
}
header .elementor-nav-menu--main .elementor-nav-menu ul {
    border: 0 solid white !important;
}
header:before {
    content: '';
    position: fixed;
    top: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    width: calc(100% - 1rem);
    z-index: 99;
    min-height: clamp(100px, 10vh, 300px);
    pointer-events: none;
    background-image: -moz-linear-gradient(180deg, #edd2dd, #00000);
    background-image: -webkit-linear-gradient(180deg, #edd2dd, #00000);
    background-image: -o-linear-gradient(180deg, #edd2dd, #00000);
    background-image: -ms-linear-gradient(180deg, #edd2dd, #00000);
    background-image: linear-gradient(-90deg, #edd2dd, #00000);
    mix-blend-mode: darken;
    margin: 8px;
}
body:not(.home) header:before, body.home.noborder header:before {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
}
.localizador ul {
    font-size: .875em;
}
.localizador a:hover, .team_member .elementor-tab-title:hover, .equipo_grid_item_title a:hover {
    filter: brightness(0.8);
}
.reveal {
    overflow: hidden;
}
.reveal>div {
    line-height: inherit !important;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    animation: reveal 3s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}
.delay-1>div {
    animation-delay: 0.6s;
}
.delay-2>div {
    animation-delay: 1.2s;
}
from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translate3d(0,-30px,0);
    -o-transform: translateY(100%);
    -webkit-transform: translate3d(0,-30px,0);
    -moz-transform: translate3d(-30px,0,0);
    transform: translateY(100%);
    -o-transform: translate3d(0,-30px,0);
    -webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(30px,0,0);
    transform: translate3d(0,-30px,0);
    -o-transform: translate3d(-30px,0,0);
    -webkit-transform: translate3d(30px,0,0);
    -moz-transform: translate3d(0,30px,0);
    transform: translate3d(-30px,0,0);
    -o-transform: translate3d(30px,0,0);
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(30px,0,0);
    -o-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    opacity: 0;
}
to {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateZ(0);
    -o-transform: translateY(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateY(100%);
    transform: translateY(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateY(100%);
    -moz-transform: none;
    transform: translateZ(0);
    -o-transform: translateY(100%);
    -webkit-transform: none;
    transform: translateY(100%);
    -o-transform: none;
    transform: none;
    opacity: 1;
}
.reveal h1.elementor-heading-title {
    font-size: clamp(40px,4.76vw,78px) !important;
    line-height: 1.1 !important;
}
[data-aos="reveal"] {
    overflow: hidden;
}
[data-aos="reveal"].aos-animate>div {
    line-height: inherit !important;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}
.text__reveal .elementor-widget-container, [data-aos="text_reveal"] .elementor-widget-container {
    overflow: hidden;
}
.text__reveal .elementor-widget-container>.elementor-heading-title {
    animation-delay: 200ms;
    animation-timing-function: cubic-bezier(0.03, 0.15, 0.16, 0.99);
    animation-duration: 1200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-name: anim-text__reveal;
    animation-name: anim-text__reveal;
}
[data-aos="text_reveal"] .elementor-widget-container .elementor-heading-title {
    animation-delay: 200ms;
    animation-timing-function: cubic-bezier(0.03, 0.15, 0.16, 0.99);
    animation-duration: 1200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
}
[data-aos="text_reveal"].aos-animate .elementor-widget-container .elementor-heading-title {
    -webkit-animation-name: anim-text__reveal;
    animation-name: anim-text__reveal;
    visibility: visible;
}
[data-aos="reveal-box"] {
    overflow: hidden;
    position: relative;
    mix-blend-mode: multiply;
}
[data-aos="reveal-box"] .elementor-image {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
[data-aos="reveal-box"] .elementor-image::after {
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
[data-aos="reveal-box"] .elementor-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
[data-aos="reveal-box"].aos-animate .elementor-image {
    animation: 1.9s cubic-bezier(0.76, 0, 0.24, 1) 0s both slide-in-right;
}
[data-aos="reveal-box"].aos-animate .elementor-image::after {
    animation: 1.9s cubic-bezier(0.76, 0, 0.24, 1) 0.6s both slide-out-right;
}
[data-aos="reveal-box"].aos-animate .elementor-image>img {
    animation: 2.5s cubic-bezier(0.76, 0, 0.24, 1) 0.3s both scale-in-down;
}
.scrollDown p {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    font-family: "Rotunda", sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.scrollDown .line {
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 1px;
    margin: auto;
}
.scrollDown .line:after {
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    animation: line-animation 2.5s infinite;
    -webkit-animation: line-animation 2.5s infinite;
}
#hero__video {
    overflow: hidden;
    border-style: solid;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    border-color: #fff;
    opacity: 1;
    border-width: 8px;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
body.loaded #hero__video {
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
body.noborder #hero__video {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-transition: ease-out .5s all;
    -webkit-transition: ease-out .5s all;
    -o-transition: ease-out .5s all;
    transition: ease-out .5s all;
    border-width: 0;
}
#hero__video .content-video {
    -moz-transition: ease-in-out 1s all;
    -webkit-transition: ease-in-out 1s all;
    -o-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
body.noborder #hero__video .content-video {
    -moz-transition: ease 1s;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}
.hero__caption {
    font-size: clamp(34px, 8vw, 6rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--trans-white);
    font-family: 'orbikular', serif;
    text-align: center;
}
.text__t1 {
    font-size: 23px;
    font-size: clamp(14px, 1.2vw, 23px);
    line-height: 1.8;
    font-weight: 400;
    color: var(--solid-gray);
    font-family: 'rotunda', sans-serif;
}
.text__t2 {
    font-size: 62px;
    font-size: clamp(14px, 3vw, 62px);
    line-height: 1.2em;
    font-weight: 400;
    color: var(--trans-gray);
    font-family: 'orbikular', serif;
}
.hero__caption_s1 {
    font-size: clamp(3rem, 4vw, 6rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--trans-white);
    font-family: 'orbikular', serif;
    text-align: center;
}
.hero_title h1 {
    font-size: clamp(42px, 6vw, 92px) !important;
}
.hero_subtitle p {
    font-size: clamp(22px, 3.6vw, 54px) !important;
}
.text__st1 {
    font-size: clamp(16px,1.2vw,20px) !important;
    line-height: 1.8;
    padding-right: 10vw;
}
.text__st1 a {
    color: var(--e-global-color-accent);
    border-bottom: 1px solid;
}
.text__st1 a:hover, .text__st1 a:focus, .text__st1 a:active {
    color: var(--e-global-color-accent);
    border-bottom: 0 solid;
}
.outlined {
    font-size: clamp(32px,14vw,256px);
    opacity: .5;
    -webkit-text-stroke: 2px #dedede;
}
.elementor-heading-title {
    line-height: 107%;
}
.wpml-ls-legacy-dropdown {
    font-family: "Rotunda", Sans-serif;
    width: auto;
}
.wpml-ls-legacy-dropdown a {
    border: none;
    background-color: transparent;
    color: var(--trans-white) !important;
    text-transform: uppercase;
    padding: 10px 15px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background-color: transparent !important;
}
.menu-item.wpml-ls-item {
    text-transform: uppercase;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child {
    margin-left: 10px;
}
.testi-item .testi-title {
    font-size: 28px !important;
    font-size: clamp(24px,2.5vw, 38px) !important;
    line-height: 1.2 !important;
    color: #868786;
    font-family: "Orbikular", Sans-serif;
    margin-bottom: 1rem;
    font-style: italic;
}
.testi-item .testi-texto {
    font-size: 20px !important;
    font-size: clamp(18px,2vw, 1.7em);
    line-height: 1.5 !important;
    color: var( --e-global-color-primary );
    font-family: "Orbikular", Sans-serif;
    margin-bottom: 1rem;
    font-style: italic;
}
.testi-item .testi-extracto {
    font-size: 24px;
    font-size: clamp(18px,2vw, 1.7em) !important;
    font-weight: bold;
    color: var( --e-global-color-primary );
    font-family: "Orbikular", Sans-serif;
}
.testi-item .testi-content {
    max-width: 520px;
    max-width: clamp(520px,68vw, 992px);
    cursor: grab;
    margin: 0 auto;
}
.swiper-testimonios > .swiper-wrapper {
    margin-bottom: 50px;
}
.swiper-testimonios .swiper-pagination-bullet {
    background-color: #9e9e9e;
    height: 10px;
    width: 10px;
}
.swiper-home_wrap .swiper-button-prev, .swiper-home_wrap .swiper-button-next {
    font-size: 24px;
    color: var(--e-global-color-accent);
    background-image: none;
}
.equipo_grid {
    display: grid;
    max-width: var(--max-container);
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 50px;
}
.equipo_grid_item_title>a {
    font-size: 24px;
    font-weight: 700;
    color: #bf8b98;
    font-family: 'Orbikular';
    font-style: italic;
}
.equipo_grid_item_title {
    margin-block-end: .75rem;
}
.equipo_grid_item_img {
    margin-bottom: .75rem;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 60% 25%;
    -o-border-radius: 4px;
    -webkit-border-radius: 60% 25%;
    border-radius: 4px;
    -o-border-radius: 60% 25%;
    border-radius: 60% 25%;
    max-height: 240px;
}
.equipo_grid_item_img  img {
    -moz-transition: ease .4s;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.equipo_grid_item_img:hover img {
    -moz-transition: ease .4s;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team_member .elementor-tab-content {
    border: none !important;
}
.team_member .elementor-tab-title {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.team_member .elementor-tab-content ul {
    line-height: 1.5;
    padding-left: 1.5rem;
}
.team_member .elementor-tab-content ul>li {
    margin-bottom: .5rem;
}
.single-tratamiento .elementor-widget-text-editor ul {
    margin-bottom: 2rem;
}
.clinicas_grid_item {
    display: flex;
    margin-bottom: 80px;
}
.clinicas_grid .map {
    height: 300px;
    width: 100%;
}
.clinicas_grid_item_img {
    margin-top: -50px;
    width: 40%;
    mix-blend-mode: multiply;
    padding: 10px;
}
.clinicas_grid_item_content {
    width: 60%;
    padding: 10px 10px 10px 30px;
}
.clinicas_grid_item_title {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ac7f9a;
    font-family: "Orbikular", Sans-serif;
    margin-bottom: 25px;
}
.clinicas_grid_item_otros span i {
    font-size: 18px;
    color: #ac7f9a;
}
.clinicas_grid_item_otros div {
    display: flex;
    font-family: 'Rotunda';
    margin-bottom: 10px;
}
.clinicas_grid_item_otros > div > a {
    color: #ac7f9a;
}
.clinicas_grid_item_otros div span {
    margin-right: 4px;
    vertical-align: top;
}
.clinicas_grid_item_otros div p {
    display: inline-block;
}
.clinicas_grid_item_otros a:hover {
    color: #8a5b76;
}
.faq .elementor-accordion-icon {
    line-height: 2.5em;
}
.faq .elementor-accordion .elementor-tab-title {
    border-bottom: 1px solid #f6edf1;
}
.precio .elementor-toggle-item {
    border: 1px solid #d4d4d4;
    overflow: hidden;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}
.precio .elementor-tab-content ul {
    line-height: 1.8;
    padding-left: 14px;
    list-style: none;
}
.precio .elementor-tab-content ul>li:before {
    content: '✔';
    font-weight: bold;
    color: #fe635ab;
    color: var( --e-global-color-fe635ab);
    margin-right: 6px;
    margin-left: -18px;
}
#rueda:hover, #go_up:hover {
    filter: drop-shadow(-4px 4px 4px rgb(53 56 240 / 35%));
}
#rueda {
    position: fixed;
    bottom: 30px;
    max-width: 140px;
    width: auto;
    cursor: pointer;
    left: -60px;
}
#rueda, #go_up {
    mix-blend-mode: color-dodge;
}
.fases a:hover {
    opacity: .8;
}
.list-check ul, .list-dot ul {
    list-style: none;
}
.list-check ul li, .list-dot ul li {
    margin-bottom: .35em;
}
.list-check ul li:before {
    content: "\2714\0020";
    font-weight: bold;
    color: #bf8caf;
    margin-left: -28px;
    position: absolute;
}
.list-dot ul li:before {
    content: "\2022";
    display: inline-block;
    font-weight: bold;
    color: #bf8caf;
    margin-left: -1em;
    width: 1em;
}
.page-content {
    overflow: hidden;
}
footer {
    font-family: 'rotunda','inter', sans-serif;
    margin-top: -100px;
}
.bg-circle-2 {
    display: inline-block;
}
.dark .elementor-view-default .elementor-icon svg {
    fill: #bd7598 !important;
}
.mobile .elementor-nav-menu--dropdown .elementor-item, .mobile .elementor-nav-menu--dropdown .elementor-sub-item {
    -moz-border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -o-border-radius: 14px !important;
    border-radius: 14px !important;
    margin: 1rem !important;
}
.mobile .elementor-nav-menu--dropdown .elementor-sub-item {
    font-size: 16px !important;
}
.mobile .elementor-nav-menu--dropdown ul, .mobile .elementor-nav-menu--dropdown {
    background-color: #ececec !important;
}
.mobile .elementor-item.elementor-item-active.highlighted, .mobile .current-menu-parent > a.elementor-item {
    background-color: #ab7398 !important;
    color: white !important;
}
.mobile li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent a.highlighted {
    background-color: #fff !important;
    color: #ac7499 !important;
}
.mobile .menu-item-has-children .sub-menu li > a {
    margin: 0 1rem !important;
}
.elementor-popup-modal .elementor-widget-theme-site-logo img {
    max-width: 50vw;
}
.elementor-widget-text-editor a, .indice li>a, .clinicas_grid_item_otros a, form[name="Contact"] a {
    text-decoration: none;
    color: var(--textos-resalte);
    -moz-transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
    -webkit-transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
    -o-transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
    transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
    background-image: -moz-linear-gradient(top, currentColor, currentColor);
    background-image: -webkit-linear-gradient(top, currentColor, currentColor);
    background-image: -o-linear-gradient(top, currentColor, currentColor);
    background-image: -ms-linear-gradient(top, currentColor, currentColor);
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
}
.elementor-widget-text-editor a:hover, .indice li>a:hover, .elementor-widget-text-editor a:focus, .indice li>a:focus, .clinicas_grid_item_otros a:focus, .clinicas_grid_item_otros a:hover, form[name="Contact"] a:focus, form[name="Contact"] a:hover {
    text-decoration: none;
    background-size: 100% 1px;
}
footer .elementor-heading-title > a {
    opacity: 1;
}
footer .elementor-heading-title > a:hover {
    opacity: .8;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    width: 100%;
}
header .elementor-nav-menu .elementor-item {
    filter: drop-shadow(0 0 2px rgb(255 255 255 / 30%));
}
.elementor-element.fadeInDown {
    animation-name: fadeDown;
}
.elementor-element.fadeInLeft {
    animation-name: fadeLeft;
}
.elementor-element.fadeInRight {
    animation-name: fadeRight;
}
.elementor-element.fadeInUp {
    animation-name: fadeUp;
}
.elementor-element-a7a82f8 {
    display: none !important;
}
.cta-colloquio {
    font-size: 22px !important;
    font-weight: bold;
    background-color: #ac7f9a;
    font-family: 'Orbikular', sans-serif;
    position: fixed;
    bottom: 50px;
    font-style: italic;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    left: 50px;
    z-index: 1000;
    letter-spacing: 1px;
}
.cta-colloquio:hover {
    background-color: #f0f0f0;
    color: #8a5b76;
}
@media (max-width: 1366px) {
.elementor-nav-menu a {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
.header__menu {
    display: none;
}
.dark-bar .header__light.elementor-sticky--active .logo-pos {
    margin-top: -6px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
}
}
@media (max-width: 768px) {
.clinicas_grid {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 10px 30px;
}
.clinicas_grid_item_img {
    padding-left: 0;
}
.clinicas_grid .map {
    width: 100%;
}
.clinicas_grid_item_content {
    padding-left: 40px;
}
.clinicas_grid_item {
    margin-bottom: 0;
}
.single-tratamiento .elementor-widget-text-editor ul {
    padding-left: 20px;
}
.equipo_grid {
    margin-top: 0;
    margin-right: auto;
    margin-right: 6%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-left: 6%;
    gap: 50px 25px;
    grid-template-columns: repeat(2, 1fr);
}
.dark-bar .header__light.elementor-sticky--active .logo-pos {
    margin-top: -25px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
}
.hero_top, .hero_top > div {
    height: clamp(380px,20vh,1000px) !important;
}
}
@media only screen and (max-width: 576px) {
.cta-colloquio {
    display: block;
    bottom: 25px;
    width: calc( 100% - 40px );
    left: 20px;
    padding: 15px 20px !important;
}
}
@media (max-width: 480px) {
.list-check ul li:before {
    margin-left: -28px;
}
.fases .elementor-image-box-wrapper .elementor-image-box-img {
    width: 50% !important;
}
.fases .elementor-image-box-content {
    margin-top: -2rem;
}
.clinicas_grid {
    padding: 10px;
}
.clinicas_grid_item {
    flex-direction: column;
}
.clinicas_grid_item_content, .clinicas_grid_item_img {
    padding-left: 0;
    width: 100%;
}
.clinicas_grid_item_content {
    margin-top: -100px;
}
.single-equipo .elementor-tab-title, .single-equipo .elementor-tab-title:before, .single-equipo .elementor-tab-title:after, .single-equipo .elementor-tab-content, .single-equipo .elementor-tabs-content-wrapper {
    border: none;
}
.single-equipo .elementor-tab-title {
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 10px;
}
.single-equipo .elementor-tab-title:after {
    content: '\f078';
    color: var( --e-global-color-accent );
    font-family: "FontAwesome","Font Awesome 5 Free";
    float: right;
}
.single-equipo .elementor-tab-title.elementor-active:after {
    content: '\f077';
    color: var( --e-global-color-accent );
    font-family: "FontAwesome","Font Awesome 5 Free";
    float: right;
}
.single-equipo .elementor-tab-content ul {
    padding-left: 1rem;
}
.equipo_grid {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
}
.testi-item .testi-content {
    max-width: 76%;
}
.hero__caption_s1 {
    line-height: 1.2;
}
.hero__caption {
    line-height: 1.2;
}
.dark-bar .header__light.elementor-sticky--active .logo-pos {
    margin-top: -20px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
}
.indice .elementor-tab-title {
    font-size: 84%;
}
.hero_top, .hero_top > div {
    height: clamp(360px,20vh,1000px) !important;
}
}
@media (min-width: 320px) {
.indice {
    margin-bottom: -3rem;
}
}
@media(min-width: 400px) and (max-width: 1024px) {
#video-symbol {
    height: 50vw !important;
}
}
@media (min-width: 768px) {
.indice {
    margin-bottom: 2rem;
}
.familia_tratamientos li {
    margin-right: -40%;
}
}
@media (min-width: 769px) {
.precio h2 {
    display: flex;
    font-size: 24px !important;
    height: 70px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu-item a::before, .menu-item a::after {
    background-color: current olor;
    height: 1px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
}
.menu-item a::before {
    content: '';
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
.menu-item a:hover::before {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    border: 2px solid white !important;
}
}
@media (min-width: 1025px) {
.indice {
    margin-bottom: 2.5rem;
}
}
@media (min-width: 1200px) {
.header__light a.elementor-item.elementor-item-active, .header__light .current-menu-parent>a.elementor-item {
    font-weight: bold;
    color: #ac7499 !important;
    opacity: .8;
}
.header__light.dark.elementor-sticky--active:hover, .dark-bar .header__light {
    background-color: #ececec !important;
    -moz-transition: ease .4s background;
    -webkit-transition: ease .4s background;
    -o-transition: ease .4s background;
    transition: ease .4s background;
}
.header__light.dark.elementor-sticky--active:hover .logo-neg img, .header__light.dark.elementor-sticky--active:hover .logo-pos img, .dark-bar .header__light .logo-pos img {
    margin-top: -20px;
    -moz-transition: ease .6s all;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
    width: 220px !important;
}
}
