.arrow-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.arrow-icon__body {
  height: 2px;
  background: #fff;
  width: 10px;
  margin-right: -2px;
}
.arrow-icon__tip {
  width: 3px;
  height: 3px;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid #fff;
  transform: rotate(90deg);
}
.arrow-icon--green .arrow-icon__body {
  background: #4da234;
}
.arrow-icon--green .arrow-icon__tip {
  border-bottom-color: #4da234;
}.interstitial {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  .interstitial {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.interstitial--green {
  background: #4da234;
  color: #fff;
}
.interstitial--picture {
  background: url("../assets/header-actividades_programadas.jpg") no-repeat center center/cover;
  position: relative;
}
.interstitial--picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #055881;
  backdrop-filter: blur(6px);
  mix-blend-mode: hard-light;
}
.interstitial--picture .interstitial__content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.interstitial__content {
  width: 100%;
  max-width: 970px;
  text-align: center;
  padding-inline: 15px;
}@keyframes fade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.home__hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.home__hero-content {
  position: absolute;
  z-index: 20;
  width: 80%;
  top: 45%;
  left: 15px;
}
@media (min-width: 1000px) {
  .home__hero-content {
    top: 50%;
    width: 655px;
    left: 50%;
    transform: translateX(-485px);
  }
}
.home__hero-title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .home__hero-title {
    font-size: 55px;
  }
}
.home__hero-desc {
  width: 90%;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 15px;
}
.home__hero-link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
.home__hero-mouse {
  position: absolute;
  width: 30px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  bottom: 50px;
  left: calc(50% - 15px);
  transition: all 0.3s ease;
}
.home__hero-mouse:hover {
  border: 2px solid rgb(255, 255, 255);
}
.home__hero-mouse:after {
  content: "";
  height: 4px;
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: calc(50% - 2px);
  position: absolute;
  top: 10px;
  animation: fade 2s ease infinite;
}
.home__hero-next-section {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 10;
  width: 100px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234da234' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
}
.home__hero-next-section:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  left: 47px;
  bottom: 5px;
}
.home__interstitial-text {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .home__interstitial-text {
    font-size: 34px;
  }
}
.home__interstitial-text strong {
  font-weight: 600;
  font-family: inherit;
}
.home__resultados {
  height: 700px;
  position: relative;
  background: url("../assets/85713129_l_normal_none.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__resultados:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #055881;
  mix-blend-mode: multiply;
  backdrop-filter: blur(5px);
}
.home__resultados-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .home__resultados-content {
    flex-direction: row;
  }
}
.home__resultados-content img {
  filter: invert(100%) brightness(500%);
  width: 60%;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .home__resultados-content img {
    width: 420px;
    margin-right: 105px;
  }
}
.home__resultados-content p {
  width: 220px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 21px;
}
@media (min-width: 1000px) {
  .home__resultados-content p {
    font-size: 26px;
    width: 260px;
    text-align: left;
  }
}
.home__features {
  background: #eaeaea;
}
@media (min-width: 700px) {
  .home__features-container {
    display: flex;
    height: 90vh;
    min-height: 900px;
  }
}
@media (min-width: 700px) {
  .home__features-container--reversed .home__features-image {
    order: 2;
  }
  .home__features-container--reversed .home__features-text {
    left: auto;
    right: 40px;
  }
}
.home__features-text {
  padding-inline: 15px;
  padding-block: 15vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 700px) {
  .home__features-text {
    padding-block: unset;
    align-self: end;
    width: 50%;
    position: absolute;
    top: 50%;
    width: 520px;
    left: 40px;
  }
}
.home__features-content {
  position: relative;
}
@media (min-width: 700px) {
  .home__features-content {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .home__features-image {
    width: 50%;
    overflow: hidden;
  }
  .home__features-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.home__features-title {
  color: #055881;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .home__features-title {
    font-size: 26px;
  }
}
.home__features-title strong {
  display: block;
}
.home__features-title--grey {
  color: #878787;
}
.home__features-desc {
  font-size: 14px;
  color: #878787;
  line-height: 1.5;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.home__features-desc.js-active {
  opacity: 1;
  visibility: visible;
}
.home__features-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #878787;
}
.home__features-services {
  display: flex;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #878787;
  grid-row: 2;
}
.home__features-services ~ .home__features-desc {
  grid-row: 3;
  grid-column: 1;
}
.home__features-services li {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.home__features-services li:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #055881;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -7px;
  z-index: 2;
  left: 0;
}
.home__features-services li.js-active:after {
  background: #4da234;
}
.home__map {
  background: #055881 url("../assets/mapa.jpg") no-repeat center center/cover;
  height: 40vh;
  position: relative;
}
@media (min-width: 700px) {
  .home__map {
    height: 550px;
  }
}
.home__map:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home__map-text {
  position: absolute;
  top: 30%;
  color: #fff;
  padding-inline: 15px;
}
@media (min-width: 700px) {
  .home__map-text {
    padding-inline: unset;
    top: 40%;
    width: 520px;
    left: 50%;
    transform: translateX(-485px);
  }
}
.home__map-title {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
}
@media (min-width: 700px) {
  .home__map-title {
    font-size: 26px;
  }
}
.home__map-desc {
  font-size: 13px;
}
@media (min-width: 700px) {
  .home__map-desc {
    font-size: 14px;
    width: 95%;
  }
}
.home__directory {
  background: #eaeaea;
  padding-block: 90px;
  position: relative;
  color: #878787;
  text-align: center;
  font-size: 14px;
}
.home__directory:after {
  content: "";
  background: url("../assets/pattern.svg") repeat-x center bottom/180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  opacity: 0.3;
}
.home__directory strong {
  display: block;
  margin-bottom: 3px;
}
.home__directory-container {
  max-width: 970px;
  margin-inline: auto;
}
@media (min-width: 700px) {
  .home__directory-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.home__directory-main {
  margin-bottom: 40px;
  width: 285px;
  margin-inline: auto;
}
.home__directory-main img {
  width: 60%;
}
.home__directory-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  margin-bottom: 60px;
}
.home__directory-title:after {
  bottom: -30px;
}
@media (min-width: 700px) {
  .home__directory-title {
    font-size: 26px;
  }
}
.home__directory-list li {
  margin-bottom: 20px;
}
.home__directory-consultorios {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home__directory-consultorios .home__directory-title {
  grid-column: 1/3;
  letter-spacing: -1px;
}
.home__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.home__register {
  padding-top: 60px;
  height: 95vh;
  min-height: 900px;
  background: #f1f1f1 url("../assets/fondo-contratacion-1.png") no-repeat bottom right/180%;
}
@media (min-width: 700px) {
  .home__register {
    background: #f1f1f1 url("../assets/fondo-contratacion-1.png") no-repeat top center/cover;
  }
}
.home__register-content {
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  .home__register-content {
    width: 706px;
    position: relative;
    left: 50%;
    transform: translateX(-485px);
    top: 20%;
    padding-inline: unset;
  }
}
.home__register-title {
  color: #055881;
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: -1px;
}
.home__register-title:after {
  bottom: -35px;
}
@media (min-width: 700px) {
  .home__register-title {
    font-size: 62px;
  }
}
.home__register-subtitle {
  color: #4da234;
  font-size: 0.45em;
  display: block;
}
.home__register-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.home__register-text strong {
  color: #055881;
}
@media (min-width: 700px) {
  .home__register-text {
    width: 70%;
    margin-bottom: 30px;
  }
}
.home__register-features {
  margin-bottom: 30px;
}
.home__register-features li {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #055881;
  margin-bottom: 15px;
}
.home__register-features li img {
  width: 28px;
}
@media (min-width: 700px) {
  .home__register-features li {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .home__register-features {
    margin-bottom: 50px;
  }
}
.home__register-cta {
  display: inline-block;
  background: #055881;
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.home__interstitial-title {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 60px;
  max-width: 677px;
  display: inline-block;
}
@media (min-width: 1000px) {
  .home__interstitial-title {
    font-size: 24px;
  }
}
.home__interstitial-desc {
  display: inline-block;
  max-width: 677px;
  line-height: 1.6;
  font-size: 13px;
}