@import "media.css";
@import "profile.id.css";

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Open Sans", serif;
  background-color: white !important;
}

/* Enlaces Style */
a {
  text-decoration: none;
  color: var(--morado-text-mindy);
  transition: 0.4s;
  padding: 3px;
}

/* Main Container */
.MindyWelcome .uk-card {
  background-color: #7964ff;
  background-image: url("https://www.mindy.cl/onda.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Escala -1 */

/* Scale Mobile*/
@media (max-width: 960px) {
  .mindy-mobile-title {
    color: #07122f;
    text-align: center;
    font-family: "Switzer", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin: 0 !important;
  }
}

/* Login Desktop */

/* FORM */
.MindyForm a.uk-button {
  width: 100%;
  height: 44px;
  position: relative;
  border-radius: 15px;
  background: var(--morado-intenso-mindy);
  border: none;
  color: white;
  display: flex;
  padding: 5px 5px 5px 1rem;
  align-items: center;
  line-height: 6px !important;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}
.MindyForm a.uk-button:hover {
  background-color: #543c90;
  text-decoration: none;
  color: #fff;
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 30px;
  border-radius: 0.7rem;
}
.MindyForm .uk-card-body {
  padding: 10px 50px;
}
.mindy-copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 40px;
}
.mindy-copyright span {
  margin-top: 0;
  font-size: 12px;
  color: #888;
}
.uk-card-body {
  position: relative;
}

/* Register */

/* RECOVERY */
#MindySendMail .MindyWelcome .uk-card {
  background-color: #7964ff;
  background-image: url("onda-invertida.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* SEND MAIL RECOVERY*/
#MindySendMailRecovery .MindyWelcome .uk-card {
  background-color: #7964ff;
  background-image: url("onda-invertida.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* NEW PASS*/
#MindyNewPass .MindyWelcome .uk-card {
  background-color: #7964ff;
  background-image: url("onda-invertida.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mail Send */
.logo {
  display: block;
  margin: 0 auto 2rem;
}

/* Router */

/* Style Mail.php */

* {
  box-sizing: border-box;
  list-style: none;
}

:root {
  --white-color: #f9f9f9;
  --black-color: #07122f;
  --main-color: #7964ff;
  --purpul-ligth-color: #c9caff;
  --pirus-color: #5ae3eb;

  --mindy-purple-color: #7964ff;
  --mindy-light-purple-color: #c9caff;
  --mindy-dark-purple-color: #3c2080;
  --mindy-turquoise-color: #5ae3eb;
  --mindy-bright-teal-color: #1eebc7;
  --morado-intenso-mindy: #7964ff;
  --morado-text-mindy: #7540a0;
}

.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) !important;
}

.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;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  transition: color 0.3s ease;
  height: 45px;
}

.siguienteButton.smallText {
  font-size: 11px;
}

@media (max-width: 960px) {
  .siguienteButton {
    height: 50px;
    margin-bottom: 15px !important;
  }

  .mindy-presencial-info .siguienteButton {
    height: 55px;
  }
}

@media (max-width: 960px) {
  .home-push-from-top {
    position: relative;
    top: 150px;
  }

  .home-push-from-top-2 {
    position: relative;
    top: 150px;
  }

  .home-up-from-top {
    position: absolute;
  }
}

/* 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;
  padding-right: 12px;
}

.siguienteButton.siguienteButton--noFullWidth {
  width: 30% !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;
  }

  .siguienteButton.siguienteButton--halfWidth {
    width: 65% !important;
  }

  .mindy-presencial-encontrarnos-desdehoy-title {
    font-size: 20px;
  }

  .mindy-presencial-encontrarnos-desdehoy-info {
    font-size: 16px;
  }

  .wrapper-packs .Mindy-margin-button {
    margin-top: 0px !important;
  }
}

.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;
}

/* TEXT */
.color-blanco {
  color: white !important;
}

.color-negro {
  color: black !important;
}

.color-morado {
  color: #180048;
}

.color-lila {
  color: #7964ff !important;
}

.color-verde {
  color: #1eebc7;
}

.color-azul {
  color: #5ae3eb;
}
/* 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-gray {
  background-color: #f9f9f9;
}

.background-marmna {
  background-color: #ffeddc !important;
}

.background-purple-light {
  background-color: var(--purpul-ligth-color) !important;
}

.background-light {
  background-color: #dbf8ff !important;
}

.background-verde-light {
  background: #d4ece2 !important;
}

.background-lila {
  background-color: #c9caff;
  color: #ffff;
}

.background-lila2 {
  background-color: #dbdeff !important;
  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 !important;
  color: #ffff;
}

.background-magenta {
  background-color: #fe1751 !important;
  color: #ffff;
}

.background-verde:hover,
a .background-verde:hover {
  color: #fff;
  text-decoration: none;
}

.background-azul {
  background-color: #5ae3eb !important;
  color: #ffff;
  border: none;
}

.background-gris {
  background-color: var(--white-color) !important;
}

/* 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;
}

/* FIN HEADER */

/* TITULOS */
.title {
  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("../images/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-image {
  position: relative;
  z-index: 10;
}

._ibg {
  object-fit: cover;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.about {
  padding-top: 80px;
}

.white {
  color: #ffff;
}

.conect__image {
  justify-self: end;
  text-align: right;
}

.center {
  align-items: center;
  text-align: center !important;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.uk-border-rounded {
  border-radius: 20px;
}
/* FIN ATRIBUTOS */

/* BOTONES */
.btn__group {
  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;
}

.Mindy-margin-button {
  margin-top: 50px;
}

/* 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__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;
}
/* FIN BANNER */

.brands__logo {
  width: 100px;
  height: auto;
}

/* INPUTS */

/* FIN INPUTS */

/* CARDS */
.advantage__card {
  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);
}

.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;
}

.Mindy-masory .uk-card {
  padding: 40px;
  align-items: center;
  justify-content: center;
  color: white !important;
  border-radius: 20px;
}

.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 */

.uk-slider-container {
  overflow: hidden !important;
}
/* FIN CAROUSEL */

/* ACORDEON */

/* FIN ACORDEON */

/***************************** */
.review__icon {
  width: 100px;
}
.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;
}

/***************************/
.mindy-professional-card-method span:first-of-type {
  margin-left: 10px;
}

.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,
.wrapper-packs {
  background-color: #3c2080;
}

.wrapper-home::after,
.wrapper-packs::after {
  content: "";
  position: absolute;
  background-image: url("../images/Ellipse.png");
  background-repeat: no-repeat;
  background-size: 607px;
  background-position: top right;
  z-index: 1;
  left: 0;
  right: 0;
}
.btn__filter {
  padding-inline: 10px;
  padding-block: 11px;
  border: 2px solid #f1f1f5;
  border-radius: 12px;
  background-color: #ffff;
}

.MindyFirt p {
  font-size: 20px;
  line-height: 30px;
  /* color: var(--mindy-dark-purple-color)!important; */
}

/* COMO FUNCIONA */
.wrapper-funciona {
  background-color: #7964ff;
}

.wrapper-funciona::after {
  content: "";
  position: absolute;
  background-image: url("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("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-orientation .hero__inner::after {
  content: "";
  position: absolute;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left bottom;
  top: 0;
  bottom: 80px;
  z-index: 100;
  left: 0;
  right: 30%;
}

.wrapper-funciona .section__main-inner a:hover {
  text-decoration: none;
  color: white;
}

.btn-funciona {
  justify-content: space-between !important;
  text-transform: capitalize !important;
}

.btn-orientacion {
  justify-content: space-between !important;
  text-transform: capitalize !important;
}

.tab-funciona .uk-accordion-title {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.uk-accordion p {
  font-size: 15px;
}

.uk-tab::before {
  border: none;
}

.uk-tab li {
  margin-bottom: 20px;
}

.uk-tab li a[aria-selected="true"] {
  background-color: #1eebc7;
  border-color: transparent;
}

.uk-tab li a {
  color: white !important;
  width: 210px;
}

/* FIN COMO FUNCIONA */

/* PRESENCIAL PROVIDENCIA */
.wrapper-providencia {
  background-color: #7964ff;
  margin-bottom: 10rem;
}

.wrapper-providencia::after {
  content: "";
  position: absolute;
  background-image: url("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("https://www.mindy.cl/wp-content/themes/mindy-template/assets/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 .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;
}

.btn-providencia {
  justify-content: space-between !important;
  text-transform: capitalize !important;
}
/* FIN PRESENCIAL PROVIDENCIA */

/* NUTRICIONISTAS */

.mindy-nutri-slider div,
.mindy-medico-slider div {
  align-content: center;
}

.mindy-professional-card-extract div {
  width: calc(100% * 1 / 3.001);
}

.MindyProfessionalsList .uk-container .uk-grid div {
  width: calc(100% * 1 / 3.001);
}

.mindy-nutri-precios {
  padding-top: 50px;
  padding-bottom: 200px;
  background-position: -65px 5px;
}

.mindy-precio-nutri {
  height: 350px;
  width: 320px;
  float: right;
}

.wrapper-nutricionista .section__main-inner {
  flex: 0 1 550px;
}
/* FIN NUTRICIONISTAS */

/* PRESENCIAL VIÑA */
.wrapper-vina {
  background-color: #3c2080;
  margin-bottom: 10rem;
}

.wrapper-vina::after {
  content: "";
  position: absolute;
  background-image: url("https://www.mindy.cl/wp-content/themes/mindy-template/assets/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("https://www.mindy.cl/wp-content/themes/mindy-template/assets/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 */

/* MEDICO */
.wrapper-medico {
  background-color: #4daeff;
  margin-bottom: 10rem;
}

.wrapper-medico::after {
  content: "";
  position: absolute;
  background-image: url("ellipse-agua.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  z-index: 1;
  left: 0;
  right: 0;
}

.wrapper-medico::before {
  bottom: -80px;
}

.wrapper-medico .hero__inner {
  position: relative;
}

.wrapper-medico .hero__inner::after {
  display: none;
}

.wrapper-medico .section__main-inner a:hover {
  text-decoration: none;
  color: white;
}

.conect-medico .mindy-boxicon {
  margin-top: 0px !important;
}

.conect-medico .uk-slideshow-items {
  height: 450px;
  border-radius: 30px;
}

.mindy-precio-medico {
  height: 350px;
  width: 320px;
  border-radius: 30px !important;
  margin: 0 auto;
}
.MindyMedicos-card .mindy-professional-card-picture-inner img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: solid 3px #f2f2f2;
  object-fit: cover;
  box-shadow: 0 2px 8px #00000014;
  background: #fff;
  clip-path: circle(50% at center) !important;
}
.MindyMedicos-card .mindy-professional-card {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  z-index: 1;
}
.MindyMedicos-card .mindy-professional-card .siguienteButton {
  width: 300px;
  margin: 0 auto;
}

/* FIN MEDICO */

/* 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("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: 1100px;
}

.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-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;
}

.mindy-ver-ps-link {
  color: white;
}

.mindy-ver-ps-link:hover {
  color: white;
  text-decoration: none;
}

.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("../images/Character_2_Korean_Heart_withshadow.png");
  background-repeat: no-repeat;
  background-position: 100% 195px;
  background-size: 550px;
}

.mindy-diferentes-title {
  font-size: 40px;
}

.mindy-diferentes-mobile {
  margin-top: 65px;
  background-image: url("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-psicologo {
  /* transform: scale(1.05); */
  position: relative;
  bottom: 7px;
}

.mindy-features-pray {
  height: 120px;
  width: auto;
}

.mindy-features-title {
  color: #180048;
  font-size: 1.2rem;
  font-weight: 600;
}

.mindy-features-content {
  color: #180048;
  font-weight: 400;
}
/* FIN FRONTPAGE */

/* FOOTER */

.footer__title {
  font-weight: 700;
  color: black;
}

.footer__link {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.footer__tel {
  color: black;
  font-size: 20px;
  font-weight: 500;
  /* font-style: italic; */
}

.footer__tel a {
  color: black;
  text-decoration: none;
}

.footer__copyright-text {
  font-size: 12px;
}

/* FIN FOOTER */

/******/

.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;
  }
}

/******/
.send__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 35px;
  border-radius: 0.9rem;
}
.tags__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 90px 0 90px 0;
}
.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;
}
.menu__item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #29096b;
}
.menu__item:last-child {
  border: none;
}
.uk-offcanvas-bar {
  background-color: #180048 !important;
  width: 340px !important;
}

.uk-offcanvas-close svg {
  color: #ffff !important;
  width: 24px;
  height: 24px;
}
.offcanvas__nav {
  padding-left: 20px;
}

.icon {
  width: 110px;
  height: 110px;
}

.header-menu-button {
  cursor: pointer;
}

.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;
}

.mindy-price-card-most-popular {
  position: absolute;
  margin-left: 30%;
  display: inline-block;
  background-color: var(--mindy-bright-teal-color);
  bottom: 10px;
  color: white;
  padding: 5px 20px;
  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;
  font-size: 18px;
}

.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 {
  padding: 4px 6px;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
}

.mindy-footer {
  /* margin-top: 150px; */
  padding-bottom: 100px;
  padding-top: 150px;
  background-color: #f5f5f5;
}

.mindy-footer .siguienteButton {
  width: 250px;
}

@media (max-width: 960px) {
  .mindy-footer {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .mindy-margin-small-top {
    margin-top: 10px !important;
  }
}

.footer-payment-methods-image {
  /* make them grayscale */
  filter: grayscale(100%);
}

.notfound-lottie-wrapper {
  background-image: url("404_m.png");
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: bottom left;

  margin-top: 50px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  border-radius: 10px;
  background-color: #7964ff;
}

/* CUSTOM */
.icon-button {
  width: 26px;
}

.mindy-color-black {
  color: #161626;
}

.mindy-h1 {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  line-height: 44px;
}

.wrapper-home,
.section__main {
  min-height: 300px;
}
