.menu {
  padding-bottom: 100px;
}

.body-home .intro {
  background-color: #e8ebef;
  position: relative;
}
.body-home .intro .cabecera {
  z-index: 1;
  position: relative;
  top: -90px;
  margin: auto;
  margin-bottom: -90px;
  max-width: 90%;
  max-height: 70vh;
  aspect-ratio: 2667/937;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  align-content: center;
}
@media (max-width: 767px) {
  .body-home .intro .cabecera {
    aspect-ratio: auto;
    padding: 40px 20px 60px;
  }
}
@media (max-width: 575px) {
  .body-home .intro .cabecera {
    z-index: 2;
    aspect-ratio: 65/43;
    border-radius: 30px 30px 0 0;
  }
}
.body-home .intro .cabecera img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-home .intro .cabecera .texto {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: auto;
  max-width: 800px;
  text-wrap: balance;
}
@media (max-width: 575px) {
  .body-home .intro .cabecera .texto {
    display: none;
  }
}
.body-home .intro .tarjeta-info {
  z-index: 1;
  position: relative;
  top: -90px;
  margin: auto;
  margin-bottom: -30px;
  max-width: 800px;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 60px;
}
@media (max-width: 991px) {
  .body-home .intro .tarjeta-info {
    max-width: 700px;
    top: -30px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .body-home .intro .tarjeta-info {
    max-width: 70%;
    padding: 30px 45px 30px;
  }
}
@media (max-width: 575px) {
  .body-home .intro .tarjeta-info {
    max-width: 90%;
    padding: 50px 45px 30px;
    border-radius: 0 0 30px 30px;
  }
}
.body-home .intro .tarjeta-info .texto {
  text-align: center;
  text-wrap: pretty;
}
.body-home .intro .tarjeta-info .texto p.verde {
  color: #0cad8e;
  font-weight: 500;
  font-size: 19px;
}
.body-home .intro .tarjeta-info .texto p:last-of-type {
  margin: 0;
}
.body-home .intro .tarjeta-info .texto b {
  font-weight: 500;
  color: #0cad8e;
}
@media (max-width: 575px) {
  .body-home .intro .tarjeta-info .texto b {
    color: inherit;
  }
}
.body-home .intro .detalles {
  z-index: 1;
  padding-bottom: 30px;
}
.body-home .intro .detalles .detalle {
  margin-bottom: 30px;
  align-items: center;
}
.body-home .intro .detalles .detalle .icono {
  text-align: center;
}
.body-home .intro .detalles .detalle .icono img {
  margin: auto;
  width: 80%;
}
@media (max-width: 767px) {
  .body-home .intro .detalles .detalle .icono img {
    width: 70%;
  }
}
.body-home .intro .img-detalle-1, .body-home .intro .img-detalle-2 {
  position: absolute;
  z-index: 0;
}
.body-home .intro .img-detalle-1 {
  left: 0;
  bottom: 15%;
  width: 15%;
}
@media (max-width: 991px) {
  .body-home .intro .img-detalle-1 {
    left: -10%;
    bottom: 35%;
    width: 150px;
    opacity: 0.6;
  }
}
.body-home .intro .img-detalle-2 {
  bottom: -2.5%;
  right: 0;
  width: 15%;
}
@media (max-width: 991px) {
  .body-home .intro .img-detalle-2 {
    width: 200px;
    opacity: 0.6;
    display: none;
  }
}
.body-home .valores {
  padding: 60px 0;
}
.body-home .valores h2 {
  max-width: 90%;
  font-family: "Hanken Grotesk", sans-serif;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #3a5e7c;
}
.body-home .valores h2 img {
  margin-right: 10px;
  height: 22px;
  top: -4px;
  position: relative;
}
@media (min-width: 1400px) {
  .body-home .valores .container {
    max-width: 1300px;
    padding: 0;
  }
  .body-home .valores .container .row {
    margin: 0;
  }
}
.body-home .valores .valor {
  padding: 15px 5px;
  text-align: center;
}
.body-home .valores .valor img {
  width: 60%;
  margin-bottom: 15px;
  max-width: 120px;
}
@media (max-width: 575px) {
  .body-home .valores .valor img {
    max-width: 100px;
  }
}
.body-home .valores .valor .texto {
  color: #3a5e7c;
  font-size: 15px;
}
.body-home .modelo-asistencial {
  padding: 40px 0;
  background-color: #e8ebef;
}
.body-home .modelo-asistencial .c-tarjeta {
  padding: 15px;
}
.body-home .modelo-asistencial .c-tarjeta .tarjeta {
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 40px;
  position: relative;
  height: 100%;
}
.body-home .modelo-asistencial .c-tarjeta .tarjeta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-home .modelo-asistencial .c-tarjeta .tarjeta .texto {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .body-home .modelo-asistencial .c-tarjeta .tarjeta .texto.t-especial {
    max-width: 55%;
  }
}
.body-home .modelo-asistencial .c-tarjeta .tarjeta .texto h2 {
  font-size: 24px;
  font-weight: 600;
}
.body-home .modelo-asistencial .c-tarjeta .tarjeta .texto p {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
}
.body-home .dotacion {
  padding: 60px 0;
  background-color: #3a5e7c;
  position: relative;
}
.body-home .dotacion h2 {
  z-index: 1;
  max-width: 90%;
  font-family: "Hanken Grotesk", sans-serif;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.body-home .dotacion h2 img {
  margin-right: 10px;
  height: 22px;
  top: -4px;
  position: relative;
}
.body-home .dotacion .c-tabla {
  z-index: 1;
  padding: 0 10px;
}
.body-home .dotacion .c-tabla table {
  color: #fff;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
.body-home .dotacion .c-tabla table th, .body-home .dotacion .c-tabla table td {
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
}
.body-home .dotacion .c-tabla table th {
  font-weight: 400;
  border-left: solid 5px #fff;
}
@media (max-width: 991px) {
  .body-home .dotacion .c-tabla table th {
    width: 50%;
  }
}
.body-home .dotacion .c-tabla table td {
  font-weight: 200;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .body-home .dotacion .c-tabla {
    padding: 0 5px;
  }
  .body-home .dotacion .c-tabla table {
    font-size: 15px;
  }
  .body-home .dotacion .c-tabla table th, .body-home .dotacion .c-tabla table td {
    padding: 3px;
  }
}
.body-home .dotacion .img-detalle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 15%;
}
@media (max-width: 991px) {
  .body-home .dotacion .img-detalle {
    width: 350px;
    opacity: 0.6;
  }
}
.body-home .especialidades {
  padding: 60px 0;
}
.body-home .especialidades h2 {
  max-width: 90%;
  font-family: "Hanken Grotesk", sans-serif;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #3a5e7c;
}
.body-home .especialidades h2 img {
  margin-right: 10px;
  height: 22px;
  top: -4px;
  position: relative;
}
.body-home .especialidades ul {
  padding-left: 30px;
  margin: 0;
  text-transform: uppercase;
}
.body-home .especialidades ul li {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
}
.body-home .s-contacto {
  background-color: #e8ebef;
}
.body-home .s-contacto, .body-home .s-cvs {
  padding: 60px 0;
}
.body-home .s-contacto h2, .body-home .s-cvs h2 {
  max-width: 90%;
  font-family: "Hanken Grotesk", sans-serif;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #3a5e7c;
}
.body-home .s-contacto h2 img, .body-home .s-cvs h2 img {
  margin-right: 10px;
  height: 22px;
  top: -4px;
  position: relative;
}
.body-home .s-contacto .formulario input, .body-home .s-contacto .formulario textarea.mensaje_form, .body-home .s-contacto .formulario .select2-selection, .body-home .s-contacto .formulario select, .body-home .s-cvs .formulario input, .body-home .s-cvs .formulario textarea.mensaje_form, .body-home .s-cvs .formulario .select2-selection, .body-home .s-cvs .formulario select {
  outline: none;
  border: solid 1px #0cad8e;
  border-radius: 5px;
  padding: 4px 8px;
  width: 100%;
}
.body-home .s-contacto .formulario textarea.mensaje_form, .body-home .s-cvs .formulario textarea.mensaje_form {
  min-height: 105px;
}
.body-home .s-contacto .boton, .body-home .s-cvs .boton {
  width: 100%;
  background-color: #0cad8e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}/*# sourceMappingURL=home.css.map */