@import "../css/media.css";

@import "../css/profile.id.css";

* {
    box-sizing: border-box;
    list-style: none;
}

:root {
    --white-color: #f9f9f9;
    --gray-color: #c0c7ce;
    --black-color: #07122f;
    --main-color: #7964ff;
    --purp-color: #7540a0;
    --purpul-ligth-color: #c9caff;
    --pirus-color: #5AE3EB;
    --marino-color: #64a7ff;
    --red-color: #ff0e5a;
    --blue-color: #447cff;
    --index: calc(1vw + 1vh);
    --transition: ease-in-out;


    --mindy-purple-color: #7964ff;
    --mindy-light-purple-color: #c9caff;
    --mindy-dark-purple-color: #3c2080;
    --mindy-turquoise-color: #5ae3eb;
    --mindy-bright-teal-color: #1eebc7;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Open Sans", serif;
    background-color: white !important;
}


.mindy-purple {
    color: var(--mindy-purple-color);
}

.mindy-purple-background {
    background-color: var(--mindy-purple-color) !important;
    color: white;
}


.mindy-dark-purple {
    color: var(--mindy-dark-purple-color);
}

.mindy-dark-purple-background {
    background-color: var(--mindy-dark-purple-color) !important;
}

.mindy-turquoise-background {
    background-color: var(--mindy-turquoise-color) !important;
}

.mindy-bright-teal-background {
    background-color: var(--mindy-bright-teal-color) !important;
}

.mindy-light-purple-background {
    background-color: var(--mindy-light-purple-color) !important;
}


.siguienteButton {
    background-color: var(--mindy-purple-color);
    color: white;
    padding: 4px 6px 4px 15px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    transition: color 0.3s ease;
}


/* chevron styles */
.chevron {
    padding: 8px 9px;
    background-color: white;
    color: #23232d;
    border-radius: 10px;
    font-weight: lighter;
    transition: transform 0.3s ease;
    font-size: 13px;
}



.siguienteButton.siguienteButton--hollow {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.siguienteButton.siguienteButton--noFullWidth {
    width: 50% !important;
}

.siguienteButton.siguienteButton--autoWidth {
    width: auto !important;
}

.siguienteButton:hover {
    text-decoration: none;
    color: white;
}

.siguienteButton:hover .chevron {
    transform: translateX(3px);
}

.siguienteButton.atrasButton:hover .chevron {
    transform: translateX(-3px);
}



@media (max-width: 960px) {
    .siguienteButton.siguienteButton--noFullWidth {
        width: 100% !important;
    }


    .mindy-presencial-encontrarnos-desdehoy-title {
        font-size: 20px;
    }

    .mindy-presencial-encontrarnos-desdehoy-info {
        font-size: 16px;
    }


}





.mindy-decorated-link {
    text-decoration: underline;
}

.mindy-padding-top {
    padding-top: 50px;
}

.mindy-white-background {
    background-color: var(--white-color);
    color: black;
}

.mindy-text-medium {
    font-size: 20px;
}








.transform__90dig {
    transform: rotate(180deg);
}

/* TEXT */
.color-morado {
    color: #180048;
}

.color-lila {
    color: #7964ff!important;
}

.color-verde {
    color: #1EEBC7;
}

.color-azul {
    color: #5AE3EB;
}

.size14 {
    font-size: 1.4rem;
}
/* FIN TEXT COLOR */

/* FONDOS */
.background-inform {
    background-color: #3c2080!important;
    color: #ffff;
}

.background-inform:hover {
    color: #fff;
    text-decoration: none;
}

.background-white {
    background-color: #fff;
    color: #292930;
}

.background-marmna {
    background-color: #ffeddc;
}

.background-purple-light {
    background-color: var(--purpul-ligth-color);
}

.background-light {
    background-color: #dbf8ff;
}

.background-lila {
    background-color: #C9CAFF;
    color: #ffff;
}

.background-purple {
    background-color: #7964ff;
    color: #ffff;
}

.background-second {
    background-color: var(--pirus-color);
    color: #ffff;
}

.background-second:hover {
    color: #fff;
    text-decoration: none;
}

.background-verde {
    background-color: #1eebc7;
    color: #ffff;
    max-width: 258px;
    cursor: pointer;
}

.background-verde:hover, a .background-verde:hover {
    color: #fff;
    text-decoration: none;
}

.background-azul {
    background-color: #5AE3EB;
    color: #ffff;
    border: none;
}

.background-gris {
    background-color: var(--white-color);
}

/* FIN FONDOS */

/* HEADER */
.header {
    position: relative;
    z-index: 105;
}

.uk-offcanvas {
    z-index: 999999;
}

.header__menu {
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu__link {
    color: #ffff !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.menu__link:hover {
    color: var(--pirus-color) !important;
}


@media (max-width: 960px) {
    .heroButton {
        top: 220px;
        position: relative;
    }
}




/* FIN HEADER */

/* TITULOS */
.title, .title-providencia {
    font-weight: 700;
    color: var(--black-color);
}

.title__main-color {
    color: var(--pirus-color);
}

.subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #824deb;
}
/* FIN TITULOS */

/* ATRIBUTOS */
.wrapper {
    position: relative;
    margin-bottom: 2.8rem;
}

.wrapper::before {
    content: "";
    position: absolute;
    background-image: url("../img/assets/wave3.svg");
    background-repeat: no-repeat;
    background-size: 103%;
    background-position: bottom;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 2;
}

.section__main-inner {
    z-index: 999;
}

.section__main-inner h2{
    font-size: 26px;
}

.section__main-image {
    position: relative;
    z-index: 10;
}

.section-space {
    padding: 80px 0px;
}

._ibg {
    object-fit: cover;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

.about {
    padding-top: 80px;
}

.white {
    color: #ffff;
}

.bold {
    font-weight: 600;
}

.conect {
    padding-top: 64px;
    position: relative;
}

.conect__image {
    justify-self: end;
    text-align: right;
}

.center {
    align-items: center;
    text-align: center!important;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.align-self {
    align-self: center;
}

.uk-border-rounded {
    border-radius: 20px;
}

/* FIN ATRIBUTOS */

/* BOTONES */
a.agenda-verde {
    text-decoration: none;
    cursor: pointer;
}
.btn__group,
.gap-1 {
    gap: 20px;
}

.btn {
    padding: 10px 10px 10px 1rem;
    display: flex;
    font-size: 0.9rem;
    font-weight: 600;
    align-items: center;
    width: 100%;
    height: 40px;
    border: none;
    justify-content: space-between;
    border-radius: 1rem;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--main-color);
    color: #ffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.banner__btn {
    width: 258px;
    color: #ffff;
}

.btn:hover {
    background-color: #543c90;
    text-decoration: none;
    color: #fff;
}

.btn-rigth img {
    transition: transform 0.5s ease-in-out;
}

.btn:hover .btn-rigth img {
    transform: translateX(5px);
}

.btn__primary {
    color: #ffff;
    background-color: var(--main-color);
    max-width: 258px;
}

.btn__primary:hover {
    background-color: #543c90;
}

.btn-rigth {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 30px;
    border-radius: 0.7rem;
}

.btn__navigation {
    display: block;
    color: var(--black-color);
    width: 44px;
    background-color: #ffff;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #d8d8d8;
}

.main__btn {
    cursor: pointer;
    position: relative;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
}

/* FIN BOTONES */

/* BANNER */
.banner {
    background-color: var(--main-color);
    margin-top: 90px;
    position: relative;
}

.banner__block {
    margin-bottom: 1.8rem;
}

.banner__inner {
    position: relative;
    display: flex;
}
.banner__right-side {
    align-self: flex-end;
}

.banner__left-side {
    align-self: center;
}
.banner__title {
    font-size: 3rem;
    font-weight: 600;
    color: #ffff;
}
.banner__subtitle {
    color: #ffff;
    font-weight: 500;
}

.banner__text {
    font-size: 2.4rem;
    line-height: 2.6rem;
}

.h1-title,
.banner__text {
    color: #ffff;
    font-weight: 700;
}

.slider-card {
    border-radius: 1rem;
}
/* FIN BANNER */


/* INPUTS */
select {
    width: 100%;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 2px solid #f1f1f5;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #44444f;
    font-family: Roboto;
}

option {
    font-size: 1rem;
    font-weight: 500;
    color: inherit;
}

.input__search {
    position: relative;
    width: 100%;
    padding-left: 60px;
    background-color: #f5f5f5;
    color: #949494;
    border: none;
    font-size: 1.1rem;
    font-weight: 400;
    height: 2rem;
}

.input__search::placeholder {
    color: #949494;
}

.input__search:focus {
    outline: none;
    border: none;
}

/* FIN INPUTS */

/* CARDS */
.advantage__card {
    max-width: 389px;
    display: flex;
    flex-direction: column;
    border-radius: 3rem;
    text-align: center;
    background-color: #ffff;
    border: 4px solid #f9f9f9;
    justify-content: flex-start;
    align-items: center;
    height: 253px;
}

.adv__img {
    transform: translateY(-3rem);
}

.advantage__inner {
    z-index: 5;
}

.advantage {
    background-color: #ffff;
    position: relative;
}

.advantage::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/Character_2_Korean_Heart_withshadow.png");
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.adv__text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black-color);
}

.adv__desc {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--black-color);
}

.brands {
    margin-bottom: 2.8rem;
    position: relative;
    z-index: 999;
}

.card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 58px;
    overflow: hidden;
    width: 100%;
    min-height: 455px;
    max-width: 320px;
    background-color: var(--white-color);
    border-radius: 2rem;
    margin: 0 auto;
}

.price__inner {
    gap: 30px;
}

.card-top {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.card__subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffff;
}

.card-text {
    color: var(--black-color);
    font-size: 1rem;
    font-weight: 600;
}

.divider__text {
    color: #585858;
    font-size: 1rem;
    font-weight: 600;
}

.main__price {
    font-size: 3.8rem;
    font-weight: 600;
    color: var(--black-color);
}

.base__price-box {
    height: 60px;
}

.card__inner-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.base__price {
    color: #585858;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.divider {
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #d8d8d8;
    border-width: 0.82px;
    padding: 10px 0.8rem;
}
/* FIN CARDS */

/* CAROUSEL */
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    margin-bottom: 50px;
}

.carousel-item {
    flex-shrink: 0;
    overflow: hidden;
    margin: 0px 20px;
}

.carousel-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    clip-path: circle(50% at center) !important;
}

.carousel-left .carousel-track {
    animation: marquee-left 20s linear infinite;
}

.carousel-right .carousel-track {
    animation: marquee-right 20s linear infinite;
}

.carousel-track:hover {
    animation-play-state: paused;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-100%); /* Comienza fuera del contenedor */
    }
    100% {
        transform: translateX(0); /* Se mueve hacia la derecha */
    }
}
/* FIN CAROUSEL */


/* ACORDEON */
.accordion {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.accordion-image {
    position: absolute;
    bottom: -100px;
    right: 8%;
    z-index: 1;
}

.accordion-intern li {
    border-bottom: 2px solid #D0CFCF;
    padding: 20px 0px;
}

/* FIN ACORDEON */

/***************************** */
.review__icon {
    width: 100px;
}
.reviews {
    background-color: #f5f5f5;
}
.review__box {
    width: 100%;
    background-color: #ffff;
    border-radius: 1rem;
    column-gap: 24px;
    height: 154px;
    align-items: center;
    justify-content: flex-start;
}

.review-text {
    font-size: 1.475rem;
    font-weight: 600;
    color: var(--black-color);
    line-height: 2rem;
}

/***************************/


.navigation__btn-block {
    padding: 30px 0;
    justify-content: center;
    position: relative;
    z-index: 100;
}

/* PSICOLOGOS */
.psic-wrapper {
    background-color: #f9f9f9;
    padding-bottom: 1.5rem;
    padding-top: 5rem;
}
.wrapper-home{
    background-color: #3c2080;
}

.wrapper-home::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/Ellipse.png");
    background-repeat: no-repeat;
    background-size: 607px;
    background-position: top right;
    z-index: 1;
    left: 0;
    right: 0;
}
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.futures__block {
    background-color: #ffff;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-inline: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
}
.future__inner {
    display: grid;
    grid-template-columns: 37.1875rem 37.1875rem;
    justify-content: space-between;
}
.future__img {
    flex-shrink: 0;
}
.future__item {
    padding-block: 10px;
    padding-left: 1.8rem;
    padding-right: 10px;
    column-gap: 1.8rem;
}

.search__input {
    border-radius: 12px;
    outline: none;
}
.btn__filter {
    padding-inline: 10px;
    padding-block: 11px;
    border: 2px solid #f1f1f5;
    border-radius: 12px;
    background-color: #ffff;
}

.courses .course {
    position: relative;
    background: #ffff;
    display: grid;
    row-gap: 8px;
    /* grid-template-rows: min-content 1fr min-content; */
    border-radius: 20px;
}
.courses .block {
    padding: 70px 18px 22px;
    margin-top: 40px;
}
.course__member {
    justify-self: center;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    overflow: hidden;
    position: absolute;
    top: -64px;
}
.courses__inner {
    display: grid;
    gap: 73px 34px;
}
.course__name {
    font-size: 1.125rem;
    color: #171725;
}
.course__small-text {
    font-size: 0.775rem;
    color: #d5d5dc;
    font-weight: 400;
    line-height: normal;
}
.badge {
    display: block;
    color: #3b3a41;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px;
}
.sirun::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    border-inline-end: 2px solid #f1f1f5;
}
.sorter__inner {
    row-gap: 2rem;
}
.sorter__search {
    align-self: flex-end;
    flex-shrink: 0;
    background-color: #fbfbfe;
}
.pg-item {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select {
    position: relative;
}

.custom-select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    background-image: url("../img/icons/ic_Dropdown.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center right;
    pointer-events: none;
    width: 28px;
    height: 100%;
    border-inline-start: 2px solid #f1f1f5;
}

.custom-search {
    outline: none;
    border: 2px solid #f1f1f5;
    border-radius: 12px;
    font-size: 1rem;
    background-color: white;
    background-image: url("../img/icons/search.svg");
    background-position: 16px 10px;
    background-repeat: no-repeat;
    padding: 0.8rem 2rem 0.8rem 3.8rem;
}

.custom-search:focus {
    border-style: solid;
}

.custom-search::placeholder {
    color: #b5b5be;
}

/* COMO FUNCIONA */
.wrapper-funciona {
    background-color: #7964FF;
}

.wrapper-funciona::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/ellipse-agua.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    z-index: 1;
    left: 0;
    right: 0;
}

.wrapper-funciona .hero__inner {
    position: relative;
}

.wrapper-funciona .hero__inner::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/Semicircles2.png");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left bottom;
    top: 0;
    bottom: 50px;
    z-index: 100;
    left: 0;
    right: 30%;
}

.wrapper-funciona .section__main-inner a:hover {
    text-decoration: none;
    color: white;
}

.banner-funciona {
    background-color: var(--main-color);
    margin-top: 90px;
    position: relative;
}

.banner-funciona .banner__inner {
    height: 400px;
}

.btn-funciona {
    justify-content: space-between!important;
    text-transform: capitalize!important;
}

#MindyListado {
    position: relative;
    margin-top: 90px;
}

.tab-funciona {
    position: relative;
    width: 700px;
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    z-index: 9;
}

.tab-funciona .uk-accordion-title {
    color: black;
}

.uk-tab-left::before {
    border: none;
}

.uk-tab-left li{
    margin-bottom: 20px;
}

.uk-tab-left li a {
    color: white!important;
    width: 260px;
}

li.uk-active a  {
    background-color: #1eebc7;
    border: none;
}

/* FIN COMO FUNCIONA */

/* PRESENCIAL PROVIDENCIA */
.wrapper-providencia {
    background-color: #7964FF;
    margin-bottom: 10rem;
}

.wrapper-providencia::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/ellipse-agua.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    z-index: 1;
    left: 0;
    right: 0;
}

.wrapper-providencia::before {
    bottom: -80px;
}

.wrapper-providencia .hero__inner {
    position: relative;
}

.wrapper-providencia .hero__inner::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/cone.webp");
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 0;
    bottom: -50px;
    z-index: 100;
    left: 10%;
    right: 0;
}

.wrapper-providencia .section__main-inner a:hover {
    text-decoration: none;
    color: white;
}

.conect_presencial {
    padding-top: 64px;
    padding-bottom: 200px;
    position: relative;
}

.conect_presencial-image {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.conect_presencial .uk-dotnav {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    bottom: 0;
}

.conect_presencial .uk-light .uk-dotnav>.uk-active>* {
    background-color: var(--pirus-color);
}

.conect_presencial .uk-light .uk-dotnav>*>* {
    background-color: white;
}

.mindy-box-title {
    font-size: 24px;
}

.mindy-box-item {
    margin-bottom: 40px;
    margin-top: 40px
}

.mindy-gallery .uk-slideshow-items {
    height:450px;
    border-radius:30px;
}

.banner-providencia {
    background-color: var(--main-color);
    margin-top: 90px;
    position: relative;
}

.banner-providencia .banner__inner {
    height: 400px;
}

.btn-providencia {
    justify-content: space-between!important;
    text-transform: capitalize!important;
}

.price-monday {
    span {
        font-size: 14px;
        color: #999FAE;
    }
    p {
        font-size: 18px;
    }
    a {
        width: 280px;
        margin: 10px 0;
    }
}

.banner_agendar_left {
    align-self: flex-end;
    img {
        position: relative;
        left: -100px;
    }
}

.banner_agendar_right {
    align-self: center;
    flex: 1 1 580px;
}
/* FIN PRESENCIAL PROVIDENCIA */

/* PRESENCIAL VIÑA */
.wrapper-vina {
    background-color: #3C2080;
    margin-bottom: 10rem;
}

.wrapper-vina::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/ellipse.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    z-index: 1;
    left: 0;
    right: 0;
}

.wrapper-vina::before {
    bottom: -40px;
}

.wrapper-vina .hero__inner {
    position: relative;
}

.wrapper-vina .hero__inner::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/cone.webp");
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 10%;
    right: 0;
}

.wrapper-vina .section__main-inner a:hover {
    text-decoration: none;
    color: white;
}
/* FIN PRESENCIAL VIÑA */

/* CONTACTO */
.wrapper-contacto .h1-title, .wrapper-contacto p {
    margin: 0;
    color: black!important;
    line-height: 2;
}

.wrapper-contacto .section__main-image {
    text-align: center;
    justify-content: end;
    bottom: -30px;
}

.wrapper-contacto .section__main-inner {
    z-index: 2;
    color: black;
    text-align: center;
    margin-top: 50px;
}
/* FIN CONTACTO */

/* GRACIAS */
.wrapper-gracias {
    background-color: #7964FF;
}

.wrapper-gracias h1{
    margin: 0;
}

.wrapper-gracias h2{
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.wrapper-gracias .section__main-image {
    text-align: center;
    justify-content: end;
    bottom: -30px;
}

.wrapper-gracias .section__main-hands {
    position: absolute;
    height: 180px;
    right: 5%;
    z-index: 3;
}

.wrapper-gracias .section__main-hands img {
    height: 180px;
}

.wrapper-gracias .section__maingracias .uk-card {
    background-color: transparent;
}

.wrapper-gracias .section__maingracias .uk-card-body {
    padding: 20px;
}

.wrapper-gracias .section__maingracias .uk-card p, .wrapper-gracias .section__maingracias .uk-card h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.wrapper-gracias .section__main-inner {
    z-index: 2;
}

.wrapper-gracias::after {
    content: "";
    position: absolute;
    background-image: url("../img/assets/Ellipse-lila.webp");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    z-index: 1;
    left: 0;
    right: -120px;
}
/* FIN GRACIAS */

/* FRONTPAGE */
#prevision-modal .uk-modal-dialog, #presencial-modal .uk-modal-dialog {
    border-radius: 15px;
    width: 800px;
    height: 600px;
}

.mindy-text-black {
    color: #000000;
}

.mindy-prevision-container {
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px;
    background-color: #DBF8FF;
}

.mindy-prevision-text-title {
    font-size: 1.3rem;
}

.mindy-prevision-container-fonasa {
    background-color: #DBF8FF;
}

.mindy-prevision-container-isapre {
    background-color: #c9caff;
}

.mindy-prevision-text {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
}

.mindy-prevision-img {
    width: 100%;
    height: 220px;
    border-radius: 20px;
}

/* .mindy-presencial-img {
width: auto;
aspect-ratio: 1.1;
border-radius: 20px;
} */



.mindy-presencial-container {
    background-color: #DBF8FF;
    padding: 10px;
    border-radius: 20px;
}

.presencial-modal-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;

}

@media (max-width: 960px) {
    #prevision-modal .uk-modal-dialog, #presencial-modal .uk-modal-dialog {
        border-radius: 15px;
        width: 800px;
        height: auto;
    }

    .mindy-presencial-text {
        padding: 12px;
    }
    
}


.mindy-presencial-text {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}

.mindy-presencial-sub {
    font-size: 11px;
    font-weight: 500;
    color: #292930;
}

.mindy-presencial-title {
    font-size: 1.3rem;
    font-weight: 600;
}

.mindy-presencial-info {
    color: #999fae;
    font-size: 13px;
}
.mindy-presencial-info-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    margin:0;
    font-weight: 500;
}
p {
    font-size: 12px;
    color:#999FAE;
}

.mindy-agendar-btn {
    background-color: #7964ff;
    color: white;
    border-radius: 15px;
    padding: 5px 5px 5px 1rem;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px!important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mindy-agendar-btn:hover {
    color: white;
    text-decoration: none;
    background-color: #543c90;
}

.ver-perfil-chevron {
    color: black;
    background-color: white;
    border-radius: 0.7rem;
    padding: 5px;
}



.ver-perfil-chevron-icon:hover {
    transition: transform 0.3s ease; /* Adjust duration and easing as desired */
}

.ver-perfil-chevron-icon:hover {
    transform: translateX(5px);
}

.mindy-ver-ps-link {
    color: white;
}

.mindy-ver-ps-link:hover {
    color: white;
    text-decoration: none;
}

.header-pages {
    background-color: #f9f9f9;
}

.mindy-next-available-slot, .mindy-university, .mindy-method {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.mindy-ps-name, .mindy-ps-extract {
    font-family: 'Roboto', sans-serif;
    
}
.mindy-ps-extract {
    color: rgba(100, 100, 100, 1);
    
    
}


.mindy-pages-wrapper {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 50px;
}

.mindy-medios-slider img {
    height: 290px;
    height: 100%;
    object-fit: cover;
    
    border-radius: 1rem;
}

.mindy-reviews {
    background-color: #f9f9f9;
}

.mindy-diferentes {
    margin-top: 120px;
}

.mindy-diferentes .advantage__item {
    margin-top: 8px !important;
}

.mindy-diferentes-container {
    /* content: ""; */
    background-image: url("../img/assets/Character_2_Korean_Heart_withshadow.png");
    background-repeat: no-repeat;
    background-position: 100% 195px;
    background-size: 550px;
}

.mindy-diferentes-title {
    font-size: 40px;
}

.mindy-tags {
    /* margin-top: 90px; */
}

.mindy-diferentes-mobile {
    margin-top: 65px;
    background-image: url("../img/assets/Character_2_Korean_Heart_withshadow.png");
    background-repeat: no-repeat;
    background-position: 35% 200px;
    background-size: 510px;
    padding-bottom: 100px;
}

.mindy-diferentes-mobile-slider {
    margin-top: 110px;
}

.mindy-boxicon {
    margin-top: 50px !important;
}

.mindy-features-square {
    background-color: #C9CAFF;
    border-radius: 15px;
    width: 105px;
    height: 105px;
}

.mindy-features-manos-2 {
    /* transform: scale(1.1); */
}

.mindy-features-pasos {
    /* transform: scale(1.32); */
}

.mindy-features-psicologo {
    /* transform: scale(1.05); */
    position: relative;
    bottom: 7px;
}

.mindy-features-title {
    color: #180048;
    font-size: 1.2rem;
    font-weight: 600;
}

.mindy-features-content {
    color: #180048;
    font-weight: 600;
}
/* FIN FRONTPAGE */

/* FOOTER */
.footer__newsleter {
    margin-top: 1rem;
}

.fotter__bottom-side {
    border-top: 1px solid #d8d8d8;
}

.footer {
    background-color: #f5f5f5;
    font-size: 13px;
}

.footer__inner {
    padding: 46px 0 38px 0;
}

.footer__title {
    font-weight: 700;
    color: var(--black-color);
}

.footer__link {
    font-size: 1rem;
    font-weight: 400;
    color: var(--black-color);
}

.footer__tel {
    color: #acacac;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.footer__tel a {
    color: #acacac;
    text-decoration: none;
}

/* FIN FOOTER */

/******/
.testimonial {
    background-color: var(--white-color);
}


.mindy-presencial-professionals {
    background-color: #f9f9f9;
}



.mindy-testimonials {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.mindy-testimonials-large-text {
    font-size: 40px;
    color: black;
    font-weight: 600;
    margin-bottom: 50px !important;
}
@media (max-width: 960px) {
    .mindy-testimonials-large-text {
        font-size: 25px;
    }
}

.testimonial__text {
    color: var(--black-color);
    line-height: 1.8rem;
    font-weight: 400;
}
.author__name {
    color: var(--black-color);
    text-transform: capitalize;
}

.author__img {
    width: 56px;
    height: 56px;
}
.author {
    border: 1px solid #d8d8d8;
    padding: 16px 20px;
    border-radius: 48px;
    background-color: var(--white-color);
}
.test__item {
    row-gap: 3rem;
    background-color: #ffff;
    border-radius: 64px;
}


/******/
.local {
    margin-top: 100px;
    margin-bottom: 90px;
}
.local__card {
    overflow: hidden;
    max-width: 555px;
    border-radius: 48px;
    background-color: var(--white-color);
    row-gap: 32px;
}

.local__subtitle {
    color: #824deb;
    letter-spacing: 0.8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.local__title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
}
.desc {
    color: #585858;
    font-size: 1rem;
    font-weight: 400;
}
.search__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 0;
    max-width: 340px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding-right: 8px;
    height: 2rem;
}

.testimonial__text {
    flex-grow: 2;
}
.search__inner::after {
    content: "";
    position: absolute;
    background-image: url("../img/icons/mail.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
    width: 24px;
    height: 24px;
    top: 12px;
    bottom: 0;
    left: 26px;
    right: 0;
}
.send__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 35px;
    border-radius: 0.9rem;
}
.outline {
    color: var(--main-color) !important;
}
.feature::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icons/hands_13.svg") no-repeat;
    overflow: visible;
    background-position: center center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature_handel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icons/hands_12.svg") no-repeat;
    overflow: visible;
    background-position: center center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature_psicologo::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icons/psicologo-new.png") no-repeat;
    overflow: visible;
    background-position: center center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature_phone::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icons/phone-new.svg") no-repeat;
    overflow: visible;
    background-position: center center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature,
.feature_handel,
.feature_psicologo,
.feature_phone {
    position: relative;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_text {
    color: var(--black-color);
    font-weight: 600;
    font-size: 1.2rem;
}
.author__img {
    width: 56px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--main-color);
}
.tags__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 90px 0 90px 0;
}


.tags {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.tag__item {
    background-color: #c9caff;
    border-radius: 40px;
    color: var(--main-color);
    padding: 5px 47px;
    letter-spacing: 0.1rem;
    font-style: italic;
    font-weight: 600;
}
.re-container {
    max-width: 82.25rem;
    padding: 0 8px;
    margin: 0 auto;
}
.menu__item {
    padding: 1rem 0;
    border-bottom: 1px solid #29096b;
}
.menu__item:last-child {
    border: none;
}
.uk-offcanvas-bar {
    background-color: #180048 !important;
    width: 340px !important;
}
/* .uk-offcanvas-bar::before {
content: "";
position: absolute;
background-image: url("../img/assets/rectangle.svg");
background-repeat: no-repeat;
background-position: top left;
background-size: contain;
z-index: 0;
top: 0;
bottom: 40px;
left: 1.4rem;
right: 0;
} */
.uk-offcanvas-close svg {
    color: #ffff !important;
    width: 24px;
    height: 24px;
}
.offcanvas__nav {
    padding-left: 20px;
}
.banner.animated::before {
    width: 100%;
}

.icon {
    width: 110px;
    height: 110px;
}

.icon__img {
    overflow: visible;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.feature_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}

.header-menu-button {
    cursor: pointer;
}

.ver-perfil-button {
    color: white;
    text-decoration: none;
}

.ver-perfil-button:hover {
    color: white;
    text-decoration: none;
}

.ver-perfil-arrow:hover {
    transition: transform 0.3s ease; /* Adjust duration and easing as desired */
}

.ver-perfil-arrow:hover {
    transform: translateX(5px);
}

.homepage-header {
    padding-top: 20px;
}



.mindy-como-funciona-title {
    font-size: 35px;
    color: black;
    font-weight: 600;
}

.mindy-como-funciona-subtitle {
    font-size: 20px;
    color: black;
}

#MindySesionOrientativa {
    padding-top: 50px;
    background-color: #f9f9f9;
}





.mindy-price-card-most-popular {
    position: absolute;
    display: inline-block;
    background-color: var(--mindy-bright-teal-color);
    bottom: 10px;
    color: white;
    padding: 3px 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.mindy-price-card__title {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.mindy-price-card {
    background-color: #f9f9f9;
    padding-bottom: 35px;
    margin-bottom: 55px !important;
    border-radius: 20px;
    text-align: center;
    /* padding: 20px; */
}

.mindy-price-card.white-background {
    background-color: white;
}

.mindy-price-card__price {
    margin-top: 15px;
    padding: 25px 25px 0px 25px;
    text-align: center;
}

.mindy-price-card__sign {
    font-size: 15px;
    position: relative;
    bottom: 15px;
    font-weight: bold;
    color: black;
}
.mindy-price-card__amount {
    font-size: 50px;
    color: black;
    font-weight: bold;
    line-height: 60px;
}


.mindy-price-card__usd {
    color: #585858;
    font-weight: bold;
}

.mindy-price-card__separator {
    text-align: center;
}

.mindy-price-card__separator hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

    /* border: 1px solid #ccc; */
}



.mindy-price-card__separator_second hr {
    width: 70%;
    margin: 2px auto 2px auto !important;
}






.mindy-price-card__link {
    margin-top: 50px;
    padding: 0px 25px 0px 25px;
}

.mindy-price-card__noMarginBottom {
    margin-bottom: 0 !important;
}

.mindy-price-card__price__widthSubtitle {
    margin-top: 0;
    padding-top: 0;
}

.mindy-price-card__subtitle {
    margin-top: 25px;
    font-weight: bold;;
}

.mindy-price-card__subinfo {
    font-weight: bold;
    color:#585858;
}


.mindy-price-card__subprice-price {
    font-size: 35px;
    font-weight: bold;
}


.mindy-price-card-persession {
    font-weight: bold;
    font-size: 14px;
}

.mindy-price-card__discount-percentage {
    background-color: var(--mindy-bright-teal-color);
    padding: 4px 6px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: bold;
}