@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  box-sizing: border-box;
}

body {
  background-color: #fafafa;
  font-family: "Montserrat", sans-serif;
}
body p {
  font-size: 14px;
}

a {
  text-decoration: none;
}

.linea-oscura-index {
  width: 50px;
  height: 2px;
  border: #1C4C56 solid 2px;
  margin: auto;
  margin-top: 10px;
}

.linea-oscura-secciones {
  width: 50px;
  height: 2px;
  border: #1C4C56 solid 2px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

.linea-clara {
  width: 50px;
  height: 2px;
  border: #8EBDA0 solid 2px;
  margin: auto;
  margin-top: 10px;
}

.navbar {
  padding: 10px 20px;
}
.navbar .logo-principal {
  width: 50px;
}
.navbar .nav-link {
  color: #1C4C56;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0;
  padding: 5px;
  border-bottom: solid 2px transparent;
}
.navbar .nav-link:hover {
  color: #8EBDA0;
}
.navbar .active {
  border-bottom: solid 2px #2D7C8E;
  font-weight: 500;
}

.img-header-index {
  width: 100%;
  margin-top: 100px;
}

.linea-vertical {
  height: 45px;
  width: 2px;
  margin: auto;
  background-color: #1C4C56;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contenedor-parrafo-index {
  width: 100%;
  margin: auto;
}
.contenedor-parrafo-index p {
  color: #1C4C56;
  margin: auto;
  width: 80%;
  padding: 20px 0 30px 0;
  font-weight: 400;
}

.contenedor-biografia {
  width: 100%;
  background-color: #1C4C56;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenedor-biografia .contenedor-biografia-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contenedor-biografia .contenedor-biografia-img .img-biografia-1 {
  width: 50%;
}
.contenedor-biografia .contenedor-biografia-img .img-biografia-2 {
  width: 50%;
}
.contenedor-biografia .contenedor-biografia-textos {
  width: 100%;
}
.contenedor-biografia .contenedor-biografia-textos h4 {
  width: 80%;
  color: #fff;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
.contenedor-biografia .contenedor-biografia-textos p {
  width: 80%;
  color: #fff;
  margin: auto;
  padding: 20px 0 30px 0;
}

.contenedor-video-caballos {
  width: 100%;
  background-color: #C7D7CD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.contenedor-video-caballos h4 {
  width: 80%;
  color: #1C4C56;
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contenedor-video-caballos iframe {
  width: 80%;
  height: 205px;
}

.contenedor-testimoniales {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
}
.contenedor-testimoniales h4 {
  color: #1C4C56;
  margin: auto;
  margin-top: 30px;
  font-weight: 600;
}
.contenedor-testimoniales .carousel {
  width: 100%;
  margin-top: 20px;
}
.contenedor-testimoniales .carousel .carousel-inner {
  height: 550px;
}
.contenedor-testimoniales .carousel .carousel-inner .carousel-item {
  height: 550px;
}
.contenedor-testimoniales .carousel .carousel-inner .carousel-item p {
  line-height: 24px;
  height: 550px;
  color: #1C4C56;
  width: 80%;
  margin: auto;
  font-weight: 500;
  text-align: center;
}
.contenedor-testimoniales .carousel .carousel-inner .carousel-item p .comillas {
  font-size: 24px;
  font-weight: bold;
}
.contenedor-testimoniales .carousel .carousel-inner .carousel-item p .profesion {
  color: #8EBDA0;
}
.contenedor-testimoniales .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8EBDA0;
  margin-bottom: 10px;
}

.contenedor-pagina-contacto {
  height: 100%;
}

.contenedor-contacto {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  background-color: #C7D7CD;
}
.contenedor-contacto h4 {
  color: #1C4C56;
  margin: auto;
  font-weight: 600;
}
.contenedor-contacto p {
  color: #1C4C56;
  margin: auto;
  width: 80%;
  padding: 20px 0 30px 0;
  font-weight: 400;
  text-align: center;
}
.contenedor-contacto p a {
  color: #2D7C8E;
  font-weight: 600;
}
.contenedor-contacto .boton {
  border-radius: 3px;
  border: solid 2px #1C4C56;
  background-color: #1C4C56;
  color: #ffffff;
  margin: auto;
  padding: 5px;
  width: 30%;
  text-align: center;
  text-decoration: none;
}
.contenedor-contacto .boton:hover {
  background-color: transparent;
  color: #1C4C56;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  margin-bottom: 40px;
}
footer .contenedor-menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contenedor-menu-footer a {
  padding: 5px;
  color: #1C4C56;
  text-decoration: none;
}
footer .contenedor-menu-footer .active {
  border-bottom: solid 2px #2D7C8E;
  font-weight: 500;
}
footer .contenedor-redes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 20px;
}
footer .contenedor-redes svg {
  color: #1C4C56;
  width: 30px;
}
footer .contenedor-redes .facebook:hover {
  padding: 1px;
  border-radius: 48%;
  color: #fff;
  background-color: #3b5998;
}
footer .contenedor-redes .instagram:hover {
  padding: 1px;
  border-radius: 48%;
  color: #fff;
  background-image: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
footer .contenedor-redes .linkedin:hover {
  padding: 1px;
  border-radius: 48%;
  color: #fff;
  background-color: #0e76a8;
}

.contenedor-terminos {
  margin-bottom: 40px;
}
.contenedor-terminos h6 {
  margin: auto;
  color: #1C4C56;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}

/*------Secciones-----*/
.navbar .logo-h {
  height: 40px;
}

.contenedor-encabezado-secciones {
  width: 80%;
  margin: auto;
  margin-top: 150px;
}
.contenedor-encabezado-secciones h1 {
  color: #1C4C56;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.contenedor-encabezado-secciones p {
  color: #1C4C56;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

/*------Terminos y condiciones-----*/
.contenedor-encabezado-termYcondiciones {
  width: 90%;
  margin: auto;
  margin-top: 150px;
}
.contenedor-encabezado-termYcondiciones h1 {
  color: #1C4C56;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.contenedor-encabezado-termYcondiciones p {
  color: #1C4C56;
  margin: auto;
  padding-top: 20px;
  font-weight: 400;
}

/*------Terapias-----*/
.contenedor-cards-terapias {
  width: 100%;
  display: grid;
  grid-template-columns: 250px;
  justify-content: center;
}
.contenedor-cards-terapias a {
  text-decoration: none;
  color: #1C4C56;
}
.contenedor-cards-terapias a .cards-terapias {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.contenedor-cards-terapias a .cards-terapias .imagen {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2D7C8E;
}
.contenedor-cards-terapias a .cards-terapias:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.contenedor-cards-terapias a .cards-terapias img {
  width: 100%;
  transition: opacity 0.55s, transform 0.55s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contenedor-cards-terapias a .cards-terapias h6 {
  text-align: center;
  font-weight: 600;
  background-color: #C7D7CD;
  padding: 10px;
}
.contenedor-cards-terapias a .cards-terapias p {
  padding: 10px 0;
  width: 90%;
  text-align: left;
  margin: auto;
  height: 250px;
}

/*Pagina gracias*/
.contenedor-pagina-gracias {
  width: 100%;
  margin: auto;
  margin-top: 150px;
}
.contenedor-pagina-gracias h1 {
  color: #1C4C56;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.contenedor-pagina-gracias h5 {
  color: #1C4C56;
  margin: auto;
  padding: 100px 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

/*------Página Curso-----*/
.texto-lanzamiento-curso {
  background-color: #8EBDA0;
  color: #ffffff;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 20px 0;
}

.contenedor-frase-curso {
  width: 80%;
  margin: auto;
}
.contenedor-frase-curso p {
  color: #1C4C56;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.fondo-info-curso {
  position: relative;
}

.fondo-info-curso:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url(../img/img-curso.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55%;
}

.contenido-curso {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contenido-curso p {
  width: 80%;
  margin: auto;
  color: #1C4C56;
  padding: 20px 0;
}
.contenido-curso .contenedor-img-curso {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.contenido-curso .contenedor-img-curso img {
  width: 33.3%;
}

.acordeon-curso {
  width: 80%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 50px;
}
.acordeon-curso h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #1C4C56;
}
.acordeon-curso button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.acordeon-curso .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.acordeon-curso .accordion-button {
  background-color: #C7D7CD;
  color: #1C4C56;
  font-weight: 600;
}
.acordeon-curso .collapsed {
  color: #1C4C56;
  background-color: #fafafa;
}
.acordeon-curso .accordion-body {
  background-color: #fafafa;
  color: #1C4C56;
}

/*------Contacto-----*/
.contenedor-seccion-contacto {
  width: 100%;
  background-color: #C7D7CD;
}
.contenedor-seccion-contacto form {
  width: 80%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contenedor-seccion-contacto form .boton-formulario {
  display: flex;
  justify-content: flex-end;
}
.contenedor-seccion-contacto form .boton-formulario .boton-f {
  border-radius: 3px;
  border: solid 2px #1C4C56;
  background-color: #1C4C56;
  color: #ffffff;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
}
.contenedor-seccion-contacto form .boton-formulario .boton-f:hover {
  background-color: transparent;
  color: #1C4C56;
}
.contenedor-seccion-contacto form .form-control:focus {
  border-color: #2D7C8E;
  box-shadow: 0 0 0 0.2rem rgba(28, 76, 86, 0.25);
}

/*------Secciones Terapias-----*/
.contenedor-contenido-seccion {
  width: 70%;
  margin: auto;
}
.contenedor-contenido-seccion p {
  color: #1C4C56;
}
.contenedor-contenido-seccion p span {
  font-weight: bold;
}
.contenedor-contenido-seccion .contenedor-boton {
  display: flex;
  justify-content: center;
}
.contenedor-contenido-seccion .contenedor-boton .boton-terapias {
  border-radius: 3px;
  border: solid 2px #1C4C56;
  background-color: transparent;
  color: #1C4C56;
  margin: auto;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  margin: 60px 0 20px 0;
}
.contenedor-contenido-seccion .contenedor-boton .boton-terapias:hover {
  background-color: #1C4C56;
  color: #ffffff;
}

.contenedor-img-secciones-terapias {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.contenedor-img-secciones-terapias img {
  width: 25%;
}

@media (min-width: 768px) {
  body p {
    font-size: 16px;
  }
  .navbar {
    padding: 20px 50px 0 50px;
  }
  .navbar .logo-principal {
    width: 80px;
  }
  .navbar .nav-link {
    margin: 5px 30px;
  }
  .navbar .nav-link:hover {
    color: #8EBDA0;
  }
  .img-header-index {
    margin-top: 120px;
  }
  .contenedor-parrafo-index {
    width: 90%;
  }
  .contenedor-parrafo-index p {
    font-size: 16px;
  }
  .contenedor-video-caballos iframe {
    width: 600px;
    height: 370px;
  }
  .contenedor-testimoniales .carousel .carousel-inner {
    height: 400px;
  }
  .contenedor-testimoniales .carousel .carousel-inner .carousel-item {
    height: 400px;
  }
  .contenedor-testimoniales .carousel .carousel-inner .carousel-item p {
    height: 400px;
    width: 75%;
  }
  .contenedor-pagina-contacto {
    height: 65vh;
  }
  .contenedor-contacto p {
    width: 60%;
  }
  .contenedor-contacto .boton {
    width: 15%;
  }
  footer {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  footer .contenedor-menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .contenedor-menu-footer a {
    margin-right: 15px;
  }
  footer .contenedor-redes {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
  }
  footer .contenedor-redes svg {
    width: 40px;
  }
  .contenedor-terminos h6 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  /*Secciones*/
  .navbar .logo-h {
    height: 60px;
  }
  .contenedor-encabezado-secciones {
    width: 70%;
  }
  .contenedor-encabezado-secciones h1 {
    font-size: 28px;
  }
  /*------Terapias-----*/
  .contenedor-cards-terapias {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
  }
  .contenedor-cards-terapias .cards-terapias {
    width: 30%;
    min-width: 250px;
    max-width: 280px;
  }
  .contenedor-cards-terapias .cards-terapias p {
    padding: 10px 0;
  }
  /*------Curso-----*/
  .contenido-curso {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .contenido-curso .texto-info-curso {
    width: 70%;
  }
  .contenido-curso .texto-info-curso p {
    color: #1C4C56;
    width: 80%;
    padding: 50px 0;
  }
  .contenido-curso .contenedor-img-curso {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contenido-curso .contenedor-img-curso img {
    width: 80%;
  }
  /*------Contacto-----*/
  .contenedor-seccion-contacto form {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .contenedor-pagina-contacto {
    height: 100vh;
  }
}
@media (min-width: 1279px) {
  .contenedor-biografia {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contenedor-biografia .contenedor-biografia-img {
    background-color: #C7D7CD;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contenedor-biografia .contenedor-biografia-img .img-biografia-1 {
    width: 100%;
  }
  .contenedor-biografia .contenedor-biografia-img .img-biografia-2 {
    display: none;
  }
  .contenedor-biografia .contenedor-biografia-textos {
    width: 50%;
  }
  .contenedor-biografia .contenedor-biografia-textos p {
    width: 80%;
    font-size: 14px;
    margin-top: 20px;
  }
  .contenedor-testimoniales .carousel .carousel-inner {
    height: 300px;
  }
  .contenedor-testimoniales .carousel .carousel-inner .carousel-item {
    height: 300px;
  }
  .contenedor-testimoniales .carousel .carousel-inner .carousel-item p {
    height: 300px;
    width: 75%;
  }
}/*# sourceMappingURL=style.css.map */