@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;700;900&display=swap");
.animate {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

:root {
  --color-base: #05dc6a;
  --colo-base-escritorio: #ffffff;
  --color-hover: #06a751;
  --second-base: #1c2636;
  --third-base: #dae4f9;
  --second-color-hover: #111822;
  --color-body: #f9f9f9;
}

body {
  overflow-x: hidden;
  background-color: var(--color-body);
}

.contenedor {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.btn-subir {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(132, 79, 145);
  color: #fff;
  font-size: 34px;
  text-decoration: none;
}

.btn-subir:hover {
  background-color: rgb(182, 8, 138);
}

.section-menu {
  height: 98px;
  background-color: white;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.31);
}
.section-menu .contenedor-logo {
  display: flex;
  justify-content: space-between;
  padding-left: 2.2rem;
  align-items: center;
}
.section-menu .contenedor-logo .logo {
  width: 15rem;
}
.section-menu .contenedor-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5rem;
}
.section-menu .menu-principal ul {
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: row;
  gap: 2.2rem;
  list-style: none;
}
.section-menu .menu-principal ul :hover {
  color: var(--color-base);
  cursor: pointer;
}
.section-menu .menu-principal ul a {
  text-decoration: none;
  color: black;
}

.section-portada {
  height: 700px;
  background-image: url(../asset/img/fondo.jpg);
  background-size: cover;
  position: relative;
}
.section-portada .overlay {
  background-image: linear-gradient(0deg, #3a3a3a 0%, var(--color-base) 100%);
  background-color: transparent;
  opacity: 0.72;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.section-portada .contendor-avatar {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
.section-portada .contendor-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
}
.section-portada .contenedor-texto {
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  padding-top: 5rem;
  color: white;
}
.section-portada .contenedor-texto .contenedor-nombre {
  -webkit-animation: text-focus-in 1s ease-in both;
  animation: text-focus-in 1s ease-in both;
}
.section-portada .contenedor-texto .contenedor-nombre h1 {
  font-weight: 900;
  font-size: 6rem;
}
.section-portada .contenedor-texto .contenedor-nombre h6 {
  padding-top: 1rem;
  font-size: 1.5rem;
}
.section-portada .contenedor-texto .contenedor-divider {
  width: 80px;
  height: 5px;
  margin-top: 1.5rem;
  background-color: white;
  -webkit-animation: text-focus-in 1s ease-in both;
  animation: text-focus-in 1s ease-in both;
}
.section-portada .contenedor-texto .contenedor-descripcion {
  padding-top: 1rem;
  width: 37rem;
}
.section-portada .contenedor-texto .contenedor-descripcion p {
  text-align: justify;
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.section-portada .contenedor-texto .contenedor-btn .btn-conocemas {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
  padding: 1rem 3rem;
  border-style: none;
  font-size: 1.3rem;
  font-weight: 500;
  color: white;
  background-color: var(--color-base);
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.section-portada .contenedor-texto .contenedor-btn .btn-conocemas:hover {
  background-color: var(--color-hover);
}

.section-gestal {
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}
.section-gestal .contenedor-gestalt-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}
.section-gestal .contenedor-gestalt-texto .gestal-titulo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}
.section-gestal .contenedor-gestalt-texto .gestal-titulo h2 {
  font-size: 3rem;
  font-weight: bold;
}
.section-gestal .contenedor-gestalt-texto .gestal-titulo .h2-gestalt {
  color: var(--color-base);
  font-weight: 700;
}
.section-gestal .contenedor-gestalt-texto .contenedor-gestalt-descripcion {
  padding-top: 3rem;
  width: 55rem;
}
.section-gestal .contenedor-gestalt-texto .contenedor-gestalt-descripcion p {
  text-align: center;
  color: #636262;
}
.section-gestal .contenedor-gestalt-texto .contenedor-gestalt-divider {
  margin-top: 3rem;
  width: 60rem;
  height: 0.2rem;
  background-color: var(--color-base);
}
.section-gestal .contenedor-gestalt-texto .contenedor-cuando-ir-terapia {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-gestal .contenedor-gestalt-texto .contenedor-cuando-ir-terapia h2 {
  font-size: 3rem;
  font-weight: bold;
}
.section-gestal .contenedor-gestalt-texto .contenedor-cuando-ir-terapia .h2-cuando {
  color: var(--color-base);
}
.section-gestal .contenedor-tipos {
  text-align: center;
}
.section-gestal .contenedor-tipos h6 {
  font-weight: 600;
}
.section-gestal .contenedor-tipos ul {
  text-align: left;
  list-style: inside;
}
.section-gestal .contenedor-tipos i {
  font-size: 2rem;
  color: var(--color-base);
}

.section-concretar-cita {
  height: 171px;
  background-color: var(--color-base);
  font-display: swap;
  font-family: "Montserrat", sans-serif;
}
.section-concretar-cita .contenedor-cita {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section-concretar-cita .contenedor-cita h3 {
  color: white;
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}
.section-concretar-cita .contenedor-cita .btn-agendar {
  padding: 1rem 3rem;
  border-style: none;
  font-size: 1.3rem;
  font-weight: 500;
  color: white;
  background-color: var(--second-base);
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.section-concretar-cita .contenedor-cita .btn-agendar:hover {
  background-color: white;
  color: #1C2636;
}

.section-servicios {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
}
.section-servicios .contenedor-servicios-titulo {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
}
.section-servicios .contenedor-servicios-titulo h2 {
  font-size: 3rem;
  font-weight: bold;
}
.section-servicios .contenedor-servicios-titulo .divider-servicios {
  margin-top: 1rem;
  width: 10rem;
  height: 0.2rem;
  background-color: var(--second-base);
}
.section-servicios .contenedor-tipos-servicios h6 {
  font-weight: 600;
  font-size: 1.5rem;
}
.section-servicios .contenedor-tipos-servicios .contenedor-descripcion-servicio {
  background-color: var(--third-base);
  padding: 2rem;
}
.section-servicios .contenedor-tipos-servicios .contenedor-descripcion-servicio p {
  text-align: justify;
}
.section-servicios .contenedor-tipos-servicios .contenedor-img1 {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}
.section-servicios .contenedor-tipos-servicios .contenedor-img1:hover {
  filter: brightness(50%);
}
.section-servicios .contenedor-tipos-servicios .contenedor-img2 {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}
.section-servicios .contenedor-tipos-servicios .contenedor-img2:hover {
  filter: brightness(50%);
}
.section-servicios .contenedor-talleres {
  padding-bottom: 5rem;
}
.section-servicios .contenedor-talleres h6 {
  font-weight: 600;
  font-size: 1.5rem;
}
.section-servicios .contenedor-talleres .contenedor-taller-descripcion {
  background-color: var(--third-base);
  padding: 2rem;
}
.section-servicios .contenedor-talleres .contenedor-taller-descripcion p {
  text-align: justify;
}
.section-servicios .contenedor-talleres .contenedor-img3 {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}
.section-servicios .contenedor-talleres .contenedor-img3:hover {
  filter: brightness(50%);
}

.section-frase {
  background-color: var(--color-base);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
.section-frase .contenedor-frase {
  padding-bottom: 1.8rem;
  width: 50rem;
  text-align: center;
}
.section-frase .contenedor-frase h2 {
  color: white;
}
.section-frase .contenedor-autor {
  text-align: center;
}
.section-frase .contenedor-autor span {
  color: white;
  font-size: 1rem;
}
.section-frase .contenedor-autor img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.section-contacto {
  font-display: swap;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: multiply;
}
.section-contacto .contenedor-titulo-contacto {
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 5rem;
}
.section-contacto .contenedor-titulo-contacto h2 {
  font-size: 3rem;
  font-weight: bold;
}
.section-contacto .contenedor-datos-contacto {
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.section-contacto .contenedor-datos-contacto i {
  font-size: 2rem;
}
.section-contacto .contenedor-datos-contacto .correo {
  background-color: var(--second-base);
  color: white;
  padding: 5rem;
}
.section-contacto .contenedor-datos-contacto .correo a {
  text-decoration: none;
  color: white;
}
.section-contacto .contenedor-datos-contacto .correo:hover {
  background-color: var(--second-color-hover);
  cursor: pointer;
}
.section-contacto .contenedor-datos-contacto .direccion {
  background-color: var(--second-base);
  color: white;
  padding: 5rem;
}
.section-contacto .contenedor-datos-contacto .direccion a {
  text-decoration: none;
  color: white;
}
.section-contacto .contenedor-datos-contacto .direccion:hover {
  background-color: var(--second-color-hover);
  cursor: pointer;
}
.section-contacto .contenedor-datos-contacto .telefono {
  background-color: var(--color-base);
  color: white;
  padding: 6rem;
}
.section-contacto .contenedor-datos-contacto .telefono a {
  text-decoration: none;
  color: white;
}
.section-contacto .contenedor-datos-contacto .telefono:hover {
  background-color: var(--color-hover);
  cursor: pointer;
}

.section-footer {
  height: 100px;
  background-color: #111822;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-footer .contenedor-redes-sociales {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-footer .contenedor-redes-sociales i {
  color: var(--color-base);
  font-size: 1.3rem;
}
.section-footer .contenedor-redes-sociales span {
  color: white;
}

.modal .modal-content {
  background-color: #08e071;
  display: flex;
  justify-content: baseline;
  align-items: center;
  font-size: 2rem;
}
.modal .modal-content .modal-header {
  height: 98px;
  background-color: #08e071;
  border-bottom: none;
}
.modal .modal-content .modal-header .boton-cerrar {
  border: none;
  background-color: transparent;
}
.modal .modal-content .modal-header .boton-cerrar i {
  font-size: 4rem;
  color: white;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-portada {
    height: 700px;
    background-image: url(../asset/img/fondo-movil.webp);
    background-size: cover;
    position: relative;
  }
  html {
    overflow-x: hidden !important;
  }
  .section-menu .menu-principal ul a {
    text-decoration: none;
    color: black;
  }
  .section-menu {
    background: white;
  }
  .section-portada .contenedor-texto {
    display: flex;
    flex-direction: column;
    padding-left: 1.2rem;
    padding-top: 3rem;
    color: white;
  }
  .section-portada .contenedor-texto .contenedor-descripcion {
    width: fit-content;
    padding: 0.5rem;
  }
  .section-portada .contenedor-texto .contenedor-nombre {
    padding: auto;
  }
  .section-portada .contenedor-texto .contenedor-nombre h6 {
    text-align: center;
    padding-top: 0.3rem;
  }
  .section-portada .contenedor-texto .contenedor-nombre img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    display: block;
    margin: auto;
    padding-bottom: 0.5rem;
  }
  .section-portada .contenedor-texto .contenedor-nombre .h1-nombre {
    font-size: 2rem;
    text-align: center;
  }
  .section-portada .contenedor-texto .contenedor-divider {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .section-menu .contenedor-logo2 .logo {
    width: 150px;
  }
  .section-gestal .contenedor-gestalt-texto .gestal-titulo h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  .section-gestal .contenedor-gestalt-texto .contenedor-gestalt-descripcion {
    padding: 1.5rem;
    width: fit-content;
  }
  .section-gestal .contenedor-gestalt-texto .contenedor-gestalt-descripcion p {
    text-align: justify;
  }
  .section-gestal .contenedor-gestalt-texto .contenedor-cuando-ir-terapia h2 {
    font-size: 1.78rem;
    font-weight: bold;
  }
  .section-concretar-cita .contenedor-cita {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .contenedor-tipos {
    padding-bottom: 2rem;
  }
  .section-gestal .contenedor-gestalt-texto .contenedor-gestalt-divider {
    margin-top: 3rem;
    width: 16rem;
    height: 0.2rem;
    background-color: var(--color-base);
  }
  .section-menu .menu-principal ul {
    font-display: swap;
    font-family: "Montserrat", sans-serif;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    list-style: none;
  }
  .section-menu .menu-principal ul li {
    font-size: 0.9rem;
  }
  .section-menu .contenedor-logo2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-menu .contenedor-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2.5rem;
  }
  .section-menu .contenedor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2023-2-2 18:42:47
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-2-2 19:13:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2023-2-2 19:19:44
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=styles.css.map */
