@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+NG+Modern:wght@100..400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap);
.name,
.navbar {
    font-family: Manrope, sans-serif;
}
.navbar .home-link.active,
.navbar .home-link:hover {
    background-color: transparent;
    border-bottom: none;
}
.background,
.item h4,
.name,
.reserva-sesion,
.servicio {
    text-align: center;
}
*,
.width-carousel {
    box-sizing: border-box;
}
.carousel__viewport,
html {
    scroll-behavior: smooth;
}
.agenda-turno h2,
.boton-final a,
.element h3 {
    font-optical-sizing: auto;
    font-style: normal;
}
.agenda-turno h2,
.boton-final a,
.element h3,
.item h2 {
    font-style: normal;
}
.boton-final a,
.btn-whatsapp-pulse,
.navbar a,
.uiverse a {
    text-decoration: none;
}
body {
    margin: 0;
    background: #aac7f0;
    min-height: 100vh;
    overflow: auto;
}
.btn-whatsapp-pulse {
    background: #29a71a;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}
.btn-whatsapp-pulse img {
    border-radius: 50%;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
header {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.name {
    font-size: 0.7em;
    background-color: #e7e7e7;
    padding: 1em 0;
}
.name h1 {
    margin: 0;
    font-weight: 400;
}
.element h3,
.item h2,
.navbar {
    font-weight: 500;
}
.hidden,
.text-1,
.visible {
    transition: opacity 1s ease-in-out;
}
.navbar {
    height: 90px;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    margin-right: auto;
}
.tooltip,
.uiverse {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.links-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.navbar a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #000;
    transition: background-color 0.3s;
    font-size: 18px;
}
.navbar a:hover {
    background-color: #89bfff;
    color: #fff;
}
.navbar a.active {
    background-color: #5c9dff;
    color: #fff;
}
.navbar .home-link:hover {
    color: inherit;
}
.navbar svg {
    color: #0f1016;
}
#sidebar-active,
.close-sidebar-button,
.open-sidebar-button {
    display: none;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.background {
    position: relative;
    padding: 13em 0;
}
.background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)) center/cover fixed,
        url(../img/chica-joven-vista-lateral-hablando-terapeuta_23-2150136592.webp) center/cover fixed;
    z-index: -1;
}
.text-1,
.text-2 {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 7px #000;
    position: relative;
    padding-bottom: 140px;
}
.text-1,
.uiverse {
    margin: 0 auto;
    font-family: Manrope, sans-serif;
}
.text-1 {
    font-size: 32px;
    font-weight: 400;
    max-width: 17em;
    padding-bottom: 120px;
    transition: opacity 0.5s ease;
    opacity: 1;
}
.hidden {
    opacity: 0;
}
.author {
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}
.text-2 {
    font-size: 85px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    text-shadow: 0 0 7px #000, 0 0 1px rgba(255, 255, 255, 0.9);
}
.text-2 span {
    background: linear-gradient(to right, #2979ff, #00afff);
    -webkit-background-clip: text;
    background-clip: none;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(53, 127, 255, 0.342);
}
.uiverse {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    width: 370px;
    height: 47px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip,
.tooltip::before {
    position: absolute;
    background: #fff;
}
.uiverse a {
    color: #000;
}
.flex-item a,
.tooltip,
.uiverse:hover a {
    color: #fff;
}
.tooltip {
    top: 0;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip::before {
    content: "";
    height: 8px;
    width: 8px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.uiverse:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
svg:hover .tooltip,
svg:hover span {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.uiverse:hover,
.uiverse:hover .tooltip,
.uiverse:hover .tooltip::before {
    background: linear-gradient(320deg, #0068ca, #1c51ff);
    color: #fff;
}
.reserva-sesion {
    background: #aac7f0;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 3em 0 1em;
    color: #4a4a4a;
}
.element {
    display: block;
    align-items: center;
    padding-bottom: 5em;
}
.element h5 {
    font-size: 16px;
    font-family: Manrope, sans-serif;
}
.element h3 {
    font-family: Manrope, sans-serif;
    font-size: 43px;
    margin-bottom: 0;
    margin-top: 30px;
}
.element p {
    font-family: Manrope;
    font-size: 22px;
    margin: 25px 0 30px;
}
.consulta-gratis-boton {
    font-family: Manrope;
    font-size: 1.4em;
    color: #fff;
    background-color: #28a745;
    padding: 10px 30px;
    margin-top: 25px;
    font-weight: 700;
    border-radius: 7px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}
.item,
.reserva-sesion .element,
.titulo-servicio {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.consulta-gratis-boton:hover {
    background-color: #218838;
    transform: translateY(-3px);
}
.img-terapia {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.servicio {
    background: url(../img/background-white.webp) 0 0 / cover fixed;
    font-family: Manrope, sans-serif;
    font-size: 50px;
    color: #333;
}
.custom-shape-divider-top-1721935693,
.custom-shape-divider-top-1722308419 {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1721935693 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 77px;
}
.custom-shape-divider-bottom-1726630711 .shape-fill,
.custom-shape-divider-top-1721935693 .shape-fill,
.custom-shape-divider-top-1722308419 .shape-fill {
    fill: #aac7f0;
}
.titulo-servicio {
    padding: 1.5em 0;
    opacity: 0;
    transform: translateY(-50px);
}
.numeros {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 1em;
}
.areas-de-atencion,
.subtitle-terapia {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.item {
    align-items: center;
    padding-bottom: 3em;
    opacity: 0;
    transform: translateX(-50px);
}
.item h2 {
    padding: 20px 0;
    background: linear-gradient(45deg, #81aee9, #73a7eb, #2f76d3);
    color: #fff;
    box-shadow: 0 0 3px #000;
    border-radius: 50px 0;
    width: 100px;
    margin: 0 auto;
}
.item h3 {
    padding-top: 40px;
    font-size: 39px;
    font-weight: 700;
}
.item h4 {
    font-size: 24px;
    width: 350px;
    padding-top: 40px;
    color: #2c3e50;
    font-weight: 400;
    margin: 0 auto;
}
.custom-shape-divider-bottom-1726630711 {
    position: relative;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1726630711 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 44px;
}
.animate {
    opacity: 1;
    transform: translateX(0);
}
.reserva-sesion .element {
    opacity: 0;
    transform: translateY(30px);
}
.reserva-sesion .element.animate {
    opacity: 1;
    transform: translateY(0);
}
.background-3 {
    background-color: #aac7f0;
    color: #333;
    padding: 50px 20px;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
}
.carousel__snapper p,
.terapia {
    font-family: Quicksand, sans-serif;
    text-align: center;
}
.areas-de-atencion {
    gap: 30px;
    padding: 60px 50px;
}
.title-areas {
    text-align: center;
    padding: 0.8em 0 0.4em;
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 1s, transform 1s;
}
.area,
.hidden-left {
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
}
.area {
    text-align: center;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    background-color: transparent;
    opacity: 0;
}
.area img {
    width: 450px;
    height: 260px;
    box-shadow: 7px 7px 0 #7fa3e0, -7px -7px 1px #4a7bb5, 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.area h4 {
    font-size: 23px;
    margin: 15px 0 10px;
}
.area p {
    font-size: 18px;
}
.visible-left {
    transform: translateY(0);
}
.terapia {
    background: url(../img/background-white.webp) 0 0 / cover fixed;
    color: #333;
}
.custom-shape-divider-top-1722308419 svg {
    position: relative;
    width: calc(120% + 1.3px);
    height: 91px;
}
.carousel-benefits,
.title-areas,
.titulo-servicio,
.titulo-terapia {
    font-family: Manrope, sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    color: #4a4a4a;
}
.titulo-terapia {
    padding: 1.3em 0;
}
.subtitle-terapia {
    column-gap: 1.5em;
    row-gap: 1.5em;
    margin: 0 auto;
    padding: 2.5em 0 10em;
    max-width: 95em;
}
.terapia-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #00529b;
    transition: transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
}
.terapia-box.visible,
.titulo-terapia.visible,
.visible-title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.3s;
}
.terapia-box:hover {
    transform: scale(1.04);
}
.terapia-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.terapia-box h2 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
    color: #00529b;
}
.terapia-box p {
    padding-top: 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #444;
}
.hidden-left,
.hidden-right,
.hidden-title {
    opacity: 0;
    transform: translateX(100px);
}
.visible-left,
.visible-right {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s, transform 0.5s;
}
.carousel-benefits {
    text-align: center;
    margin-top: 1em;
}
@keyframes snap {
    100%,
    96% {
        scroll-snap-align: center;
    }
    97%,
    99% {
        scroll-snap-align: none;
    }
}
.width-carousel {
    max-width: 50rem;
    margin: 4em auto;
}
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel {
    position: relative;
    padding-top: 56.25%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
}
.carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    counter-reset: item;
    scroll-snap-type: x mandatory;
}
.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: transparent;
    counter-increment: item;
}
.carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}
.carousel__snapper p {
    font-size: 1.4rem;
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
}
.carousel__snapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel:focus-within .carousel__snapper,
.carousel:hover .carousel__snapper {
    animation-name: none;
}
.carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.carousel__navigation-item,
.carousel__navigation-list {
    display: inline-block;
}
.carousel__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}
.flex,
.flex-item:first-child {
    display: flex;
    align-items: center;
}
.carousel::after,
.carousel::before,
.carousel__next,
.carousel__prev {
    position: absolute;
    top: 0;
    margin-top: 37.5%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-150%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
}
.carousel::before,
.carousel__prev {
    left: -0.3rem;
}
.carousel::after,
.carousel__next {
    right: -0.3rem;
}
.carousel::after,
.carousel::before {
    content: "";
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}
.carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}
.carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}
.divisor {
    background-color: #88abec;
    width: 100%;
    height: 5vh;
}
.agenda-turno {
    background-color: #fff;
    text-align: center;
    color: #2c3e50;
    padding: 30px 30px 15px;
}
.agenda-turno h2 {
    margin: 30px 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 55px;
}
.boton-final a,
footer {
    font-family: Quicksand, sans-serif;
}
.boton-final {
    padding-top: 40px;
}
.boton-final a {
    font-weight: 400;
    border-radius: 100px;
    padding: 8px 160px;
    font-size: 20px;
    color: #2c3e50;
    background-color: #e6e4e4;
    transition: box-shadow 0.3s;
}
.boton-final a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.agenda-turno img {
    margin: 50px 0 20px;
}
footer {
    background-color: #3b3b3b;
    padding: 2em 0;
}
.flex {
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-grow: 1;
}
.flex-title {
    color: #749de9;
    border-left: 3px solid #749de9;
    padding-left: 7px;
}
.flex-item ul {
    padding: 0;
}
.flex-item li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    padding: 3px 0;
}
.flex-item:first-child {
    gap: 7em;
    text-align: center;
}
.footer-name {
    font-size: 27px;
    margin: 30px 0;
    color: #749de9;
}
.footer-name::after {
    content: "";
    display: block;
    width: 50%;
    margin: 20px auto 0;
    border-bottom: 3px solid #749de9;
    border-radius: 10px;
}
.flex-item-icons {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
}
.footer-icon {
    font-size: 2.5em;
    color: #fff;
}
.flex-item:last-child {
    display: flex;
    flex-direction: column;
}
.flex-item-child {
    display: flex;
    flex-direction: inline;
    align-items: center;
    gap: 20px;
}
.flex-item:last-child h4 {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #a0a0a0;
    font-size: 18px;
}
.last-footer-icon {
    font-size: 2em;
    color: #000;
}
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    background-color: #313131;
    color: #777;
    font-weight: 300;
    margin: 0;
}

.copyright a, .copyright a:active {
    color: #fff !important;
}

@media (max-width: 1600px) {
    .display-none {
        display: none;
    }
    .areas-de-atencion {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 30px;
    }
}
@media (max-width: 1024px) {
    .subtitle-terapia {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2em;
        padding: 4em 1em;
    }
    .terapia-box img {
        height: 180px;
    }
    .area img {
        width: 100%;
        height: auto;
    }
    .reserva-sesion {
        flex-direction: column;
        padding: 1em 0;
    }
    .element:first-child,
    .element:nth-child(3) {
        display: none;
    }
    .element:nth-child(2) {
        padding: 3em 0;
    }
    .consulta-gratis-boton,
    .item h2 {
        font-size: 1.3em;
    }
    .numeros {
        margin-top: 0;
    }
    .item {
        padding-bottom: 1em;
    }
    .item h3 {
        font-size: 35px;
        margin: 1.2em 0;
        padding: 0;
    }
    .item h4 {
        margin: 0;
        padding: 0;
    }
    .flex {
        flex-direction: column;
        text-align: center;
    }
    .flex-title {
        border: none;
        padding: 7px 0;
        border-top: 3px solid #749de9;
        border-bottom: 3px solid #749de9;
    }
    .flex-item:last-child {
        align-items: center;
    }
    .subtitle-terapia {
        padding-top: 0;
    }
    .area {
        padding-bottom: 0;
    }
    .area p {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .text-1 {
        font-size: 2em;
    }
    .text-2 {
        font-size: 4.5em;
    }
    .background::before,
    .servicio,
    .terapia {
        background-attachment: scroll;
    }
    .item {
        padding-bottom: 1em;
    }
    .subtitle-terapia {
        grid-template-columns: 1fr;
        row-gap: 2em;
        padding: 2em 1em;
    }
    .carousel-benefits,
    .titulo-terapia {
        font-size: 40px;
    }
    .terapia-box img {
        height: 160px;
    }
    .terapia-box h2 {
        font-size: 22px;
    }
    .terapia-box p {
        font-size: 16px;
    }
    .areas-de-atencion {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 20px;
    }
    .h3-1 {
        font-size: 35px;
    }
    .area h4 {
        font-size: 20px;
    }
    .area p {
        font-size: 14px;
    }
    .width-carousel {
        padding: 0 3em;
    }
}
@media (max-width: 600px) {
    .flex,
    .item {
        text-align: center;
    }
    .name h1 {
        font-size: 23px;
    }
    .links-container {
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        width: 300px;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(100px);
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
        transition: 0.6s ease-out;
        justify-content: flex-start;
    }
    .links-container a {
        transition: background-color 0.3s ease-in-out;
    }
    .links-container a:hover {
        background-color: rgba(255, 255, 255, 0.699);
        color: #000;
        border: none;
        border-left: 4px solid #000;
    }
    .links-container a:active {
        background-color: rgba(236, 81, 81, 0.8);
        color: #fff;
    }
    .home-link {
        order: 5;
        margin-top: auto;
        margin-bottom: 30px;
    }
    .navbar {
        padding-right: 10px;
        height: 80px;
    }
    .navbar a {
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 20px 30px;
        justify-content: flex-start;
    }
    .navbar a:hover {
        background-color: #919090af;
        border-left: none;
        border-bottom: none;
    }
    .navbar a.active {
        background-color: #ccc;
        border-left: none;
        border-bottom: none;
        color: #000;
    }
    .navbar .home-link {
        justify-content: center;
    }
    .navbar a.home-link {
        padding: 0;
    }
    .navbar .home-link:hover {
        background-color: transparent;
        color: inherit;
        border-left: none;
    }
    .navbar .home-link.active {
        background-color: transparent;
        border-left: none;
    }
    .close-sidebar-button,
    .open-sidebar-button {
        padding: 20px 20px 16px;
        display: block;
    }
    #sidebar-active:checked ~ .links-container {
        right: 0;
    }
    #sidebar-active:checked ~ #overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .hidden-content-img,
    .hidden-content-text {
        display: inline;
    }
    .text-1 {
        padding-bottom: 90px;
        font-size: 27px;
    }
    .text-2 {
        font-size: 40px;
        padding-bottom: 100px;
    }
    .main-button-nav {
        padding: 0;
        margin: 0;
    }
    .main-button-nav a {
        font-size: 17px;
        font-weight: 400;
    }
    .reserva-sesion {
        padding: 2em 0;
    }
    .img-terapia {
        width: 170px;
    }
    .element {
        padding-bottom: 3em;
    }
    .element h4 {
        font-size: 23px;
        font-weight: 600;
    }
    .element h3 {
        font-size: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .reserva-button {
        padding: 10px 80px;
    }
    .carousel h1,
    .title-areas,
    .titulo-servicio,
    .titulo-terapia {
        font-size: 35px;
    }
    .title-areas {
        padding: 0;
        margin-bottom: 40px;
    }
    .numeros {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }
    .areas-de-atencion,
    .item {
        display: flex;
        flex-direction: column;
    }
    .item {
        padding-bottom: 0;
    }
    .item h3,
    .item h4 {
        margin: 0;
        padding-top: 50px;
    }
    .item h3 {
        font-size: 0.7em;
    }
    .item:last-child {
        padding-bottom: 70px;
    }
    .next,
    .prev {
        font-size: 1.3rem;
    }
    .carousel-slide p {
        text-wrap: wrap;
        width: 100%;
    }
    .agenda-turno {
        padding: 30px auto;
    }
    .boton-final a {
        padding: 10px 70px;
        font-size: 19px;
    }
    .flex {
        flex-direction: column;
        margin-bottom: 3em;
    }
    .flex-title {
        border: none;
        padding: 7px 0;
        border-top: 3px solid #749de9;
        border-bottom: 3px solid #749de9;
    }
    .flex-item:last-child {
        align-items: center;
    }
    .copyright {
        font-size: 12px;
    }
    .agenda-turno h2 {
        font-size: 50px;
    }
    .carousel-benefits {
        font-size: 30px;
    }
    .width-carousel {
        margin-top: 2em;
    }
    .carousel::after,
    .carousel::before,
    .carousel__next,
    .carousel__prev {
        width: 3rem;
        height: 3rem;
    }
    .carousel__snapper p {
        font-size: 1.1rem;
        padding: 5px;
    }
    .carousel__navigation {
        bottom: 10px;
    }
    .consulta-gratis-boton:hover,
    .terapia-box:hover {
        transform: none;
    }
}
@media (max-width: 480px) {
    .name h1 {
        font-size: 20px;
    }
    .text-1 {
        font-size: 22px;
    }
    .area h4,
    .uiverse {
        font-size: 18px;
    }
    .background {
        padding: 8em 1em;
    }
    .uiverse {
        width: 270px;
        height: 40px;
    }
    .reserva-button {
        padding: 8px 60px;
    }
    .areas-de-atencion {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 15px;
    }
    .h3-1 {
        font-size: 28px;
    }
    .area {
        padding: 10px;
    }
    .area p {
        font-size: 15px;
    }
    .width-carousel {
        margin-top: 2em;
        padding: 0 10px;
    }
    .carousel::after,
    .carousel::before,
    .carousel__next,
    .carousel__prev {
        width: 2.5rem;
        height: 2.5rem;
    }
    .carousel__snapper p {
        font-size: 0.85rem;
        padding: 5px;
    }
    .carousel__navigation {
        bottom: 5px;
    }
    .agenda-turno h2 {
        font-size: 38px;
        margin: 0;
    }
    .agenda-turno img {
        width: 150px;
    }
    .boton-final a {
        padding: 8px 40px;
    }
    .element h3 {
        font-size: 1.3em;
        font-weight: 600;
        margin-top: 0.9em;
    }
    .element img {
        width: 50px;
    }
    .consulta-gratis-boton {
        font-size: 1.2em;
    }
    .titulo-servicio {
        padding-top: 1em;
    }
    .item h2 {
        font-size: 1em;
        padding: 20px 0;
        width: 70px;
        border-radius: 40px 0;
    }
    .item h3 {
        padding-top: 1em;
        font-size: 0.6em;
    }
    .item h4 {
        padding-top: 1em;
        font-size: 22px;
    }
}

@supports not (backdrop-filter: blur(30px)) {
    .links-container {
        background-color: #fff;
    }
}

/* Loader Wrapper */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Loader Animation */
.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #2c3e50; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
