:root{
  --fontSizeA: 15px;
  --fontSizeP: 17px;
  --fontSizeH1: 30px;
  --fontSizeH2: 26px;
  --fontSizeTitle:60px;
  --fontSizeTitleInternos:53px;
  --fontSizeSubTitle:22px;

  --colorTextoFndoColor:#666666;
  --colorTextoFndoBlanco:#878787;
  --colorAzulLogo: #055881;
  --colorVerdeLogo: #4da234;
  --colorBackground: #e7ecefcc;
  ;
}


.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;
  margin-right: 5px;
}.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: #055881;
  background: var(--colorAzulLogo);
  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;
  background: var(--colorVerdeLogo);
}
.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;
  height: 90vh;
}
.home__hero-content {
  position: absolute;
  z-index: 20;
  top: 45%;
  width: 650px;
  left: 20%;
  /* transform: translateX(-485px); */
}
.home__hero .hero .hero__slide{
  top: -56px;
}
.hero__slide.slide_mob{
  display: none;
}
@media (max-width: 1000px) {
  .home__hero-content {
    width: 50%;
    top: 50%;
    left: 2%;
  }
}
@media (max-width: 700px) {
  .home__hero-content {
    width: 90%;
    top: 35%;
    left: 2%;
    top:26%;
  }

  .home__hero .hero .hero__slide{
    display: none;
  }
  .hero__slide.slide_mob{
    display: block !important;
  }

}
@media (max-width: 320px) {
  .home__hero {
    height: 100vh;
  }
  .home__hero-content {
    width: 100%;
    top: 18%;
    left: 1%;
}
.home__hero-title{
  font-size: 30px;
}
.home__hero-desc {
  width: 96%;
}
}
.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 (max-width: 1370px){
  .home__hero-content{
    top: 37% !important;
  }
}
@media (min-width: 1000px) {
  .home__hero-title {
    font-size: 55px;
    font-size: var(--fontSizeTitle);
  }
}
.home__hero-desc {
  width: 90%;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: var(--fontSizeP);
}
.home__hero-link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  font-size: var(--fontSizeA);
}
.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");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(5,88,129)' 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: 22px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
@media (min-width: 1000px) {
  .home__interstitial-text {
    font-size: 32px;
    font-size: var(--fontSizeH2);
  }
}
.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);
  background: #292929;
  filter: grayscale(1);
}
.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: 320px;
    margin-right: 105px;
    margin-bottom: 0;
  }

  .move_left_link {
    margin-left: -70px;
  }
}
.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;
    font-size: var(--fontSizeH2);
    width: 260px;
    text-align: left;
  }
}
.home__features {
  background: #eaeaea;
  background: var(--colorBackground);
}
@media (min-width: 700px) {
  .home__features-container {
    display: flex;
    height: 60vh;
    min-height: 600px;

  }
}
@media (min-width: 700px) {
  .home__features-container--reversed .home__features-image {
    order: 2;
  }
  .home__features-container--reversed .home__features-text {
    right: auto;
  }
}
.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%;
    width: 520px;
  }
  .home__features-text.bottom {
    align-self: self-start !important;
  }
}
.home__features-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.home__features-title {
  color: #055881;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 26px;
  color: var(--colorTextoFndoColor);
  font-size: var(--fontSizeSubTitle);
  font-weight: normal;
}
.home__features-text.bottom h2{
  font-size: var(--fontSizeH2);
  color: var(--colorAzulLogo);
  font-weight: 600;
}
.home__features-image img {
  filter: opacity(0.5);
}
@media (min-width: 700px) {
  .home__features-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .home__features-content {
    width: 50%;
  }
  .home__features-image {
    width: 50%;
    /* overflow: hidden; */
  }
  .move_left {
    /* font-size: 20px; */
    padding-left: 20px;
    margin-left: -90px;
  }
  /* .home__features-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  } */
}
@media (max-width: 1000px) {
  .home__features-title {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 700px) {
  .home__features-content{
    padding: 25px 0;
  }
  .home__features-text{
    padding: 0;
  }
  .home__features-link{
    padding-left: 20px;
  }
}
.home__features-title strong {
  display: block;
  font-weight: 600;
}
.home__features-title--grey {
  color: #878787;
  color: var(--colorTextoFndoColor);
}
.home__features-desc {
  font-size: 16px;
  color: #878787;
  line-height: 1.5;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  color: var(--colorTextoFndoColor);
  font-size: var(--fontSizeP);
}
.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;
  margin-top: -10px;
  color: var(--colorTextoFndoColor);
  font-size: var(--fontSizeA);
}
.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: 16px;
  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;
  color: var(--colorTextoFndoColor);
}
.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;
  background: var(--colorVerdeLogo);
}
.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;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@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;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home__map-title {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  width: 40%;
  font-size: var(--fontSizeSubTitle);
}
.home__map-desc {
  font-size: 16px;
  width: 40%;
  font-size: var(--fontSizeP);
}
@media (max-width: 1000px) {
  .home__map-title {
    width: 80%;
    font-size: 20px;
  }
  .home__map-desc {
    width: 80%;
  }
  .home__map-text {
    top: 25%;
  }
}
@media (max-width: 700px) {
  .home__map{
    height: auto;
    min-height: inherit;
    padding: 18rem 0;
  }
  .home__map-title {
    width: 80%;
    font-size: 16px;
    width: 100%;
  }
  .home__map-desc {
    width: 100%;
  }
  .home__map-text {
    top: 12%;
  }
  .home__features-services{
    padding-left: 20px;
    display: table-column;
  }
  .home__features-services li{
    margin: 3rem 0;
  }
  .home__features-services ~ .home__features-desc{
    padding: 2px 10px 2px 20px;
  }
}
.home__directory {
  background: #eaeaea;
  padding-block: 90px;
  position: relative;
  color: #878787;
  text-align: center;
  font-size: 14px;
  font-size: var(--fontSizeA);
  background: var(--colorBackground);
}
.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;
  font-size: var(--fontSizeP);
}
.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: 20px;
  width: 285px;
  margin-inline: auto;
}
.home__directory-logo {
  margin-bottom: 20px;
}
.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;
    font-size: var(--fontSizeSubTitle);
    line-height: 27px;
    align-content: end;
    color: var(--colorAzulLogo);
  }
}
.home__directory-list li {
  margin-bottom: 20px;
}
.home__directory-consultorios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -8rem;  
}
.home__directory-consultorios .home__directory-title {
  grid-column: 1/3;
  letter-spacing: -1px;
}
.home__directory-sanatorios {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-right: 50px;
}
.home__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.home__register {
  margin-top: -10px;
  /* padding-top: 60px; */
  height: 70vh;
  min-height: 700px;
 /* background: #f1f1f1 url("../assets/fondo-contratacion-1.png");*/
  background-color: #EEEEED; 
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 180%;
  /* display: flex; */
  position: relative;
  width: 100%;
}
@media (min-width: 700px) {
  .home__register {
    /*background: #f1f1f1 url("../assets/fondo-contratacion-1.png");
    background-color: #EEEEED;*/
    background-image: url("../assets/fondo-contratacion-1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background: var(--colorBackground);
  }
  
}
.home__register-content {
  padding-inline: 15px;
  width: 60%;
  z-index: 2;
  padding-top: 5%;
  padding-right: 10%;
  position: relative;
}
@media (max-width: 1000px) {
  .home__register-content {
    position: relative;
    padding-inline: unset;
  }
}
.home__register-div {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}
.home__register-img {
  width: 40%;
}
.home__register-img img {
  position: absolute;
  object-fit: contain;
  top: 0;
  right: 0;
  width: 90%;
  top: 4rem;
  width: 8  0%;
  filter: opacity(0.65);
}
.home__register-title {
  color: #055881;
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-size: var(--fontSizeH2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
}
.home__register-title:after {
  bottom: -35px;
}
.home__register-text {
  font-size: 16px;
  color: #878787;
  margin-bottom: 20px;
  line-height: 1.5;
}
.home__register-text strong ,
.home__features-desc b {
  color: #055881;
  color: var(--colorTextoFndoColor);
}
@media (max-width: 1000px) {
  .home__register-title {
    font-size: 30px;
    font-size: var(--fontSizeH2);
  }
  br{
    display: none;
  }
}
@media (max-width: 700px) {
  .home__register {
    height: auto;
    padding-bottom: 5px;
  }
  .home__register-div {
    flex-direction: column;
  }
  .home__register-content {
    width: 100%;
  }
  .home__register-img {
    width: 100%;
  }
  .home__register-img img {
    position: relative;
  }
  .home__register-text {
    width: 50%;
    margin-bottom: 30px;
    width:99%;
  }
  .home__directory-consultorios {
    display: block;
    margin-top: 0rem;
  }
  .home__directory-sanatorios {
    padding-right: 0px;
  }
  .home__directory-consultorios .home__directory-title{
    padding: 2px 19px;
  }
}
.home__register-subtitle {
  color: #4da234;
  font-size: 0.45em;
  display: block;
  color: var(--colorTextoFndoColor);
  font-size: var(--fontSizeP);
  font-weight: normal;
  text-transform: initial;
}
.home__register-title::after{
  background: var(--colorVerdeLogo) !important;
}
.home__register-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: var(--fontSizeP);
  color: var(--colorTextoFndoColor);
}
.home__register-content p strong {
  color: #055881;
  color: var(--colorTextoFndoColor);
}
@media (min-width: 700px) {
  .home__register-content p {
    margin-bottom: 30px;
  }
}
.home__register-content ul{
  margin-bottom: 30px;
}
.home__register-content ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #055881;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: var(--fontSizeP);
  color: var(--colorTextoFndoColor);  
}
.home__register-content ul li img {
  width: 28px!important;
  height: auto!important;
  width: 5rem !important;
  border: 1px solid var(--colorVerdeLogo);
  border-radius: 13px;
  padding: 0.8rem;
}
@media (min-width: 700px) {
  .home__register-content ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .home__register-content ul {
    margin-bottom: 50px;
  }
}
.home__register-content ul {
  margin-top: 10px;
}
.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__register-cta:hover {
  color: #fff !important;
}
.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;
    font-size: var(--fontSizeSubTitle);
  }
}
.home__interstitial-desc {
  display: inline-block;
  max-width: 677px;
  line-height: 1.6;
  font-size: 16px;
  line-height: 21px;
  font-size: var(--fontSizeP);
  letter-spacing: normal;
}

 /* Dropdown Button */
 .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

a:hover {
  text-decoration: none !important;
}

