@font-face {
  font-family:'DIN Next LT Pro';
  src:url("font/DINNextLTPro-Italic.woff2") format("woff2"), url("font/DINNextLTPro-Italic.woff") format("woff");
  font-weight:normal;
  font-style:italic;
  font-display:swap;
}
@font-face {
  font-family:'DIN Next LT Pro';
  src:url("font/DINNextLTPro-Bold.woff2") format("woff2"), url("font/DINNextLTPro-Bold.woff") format("woff");
  font-weight:bold;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'DIN Next LT Pro';
  src:url("font/DINNextLTPro-Regular.woff2") format("woff2"), url("font/DINNextLTPro-Regular.woff") format("woff");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'DIN Next LT Pro';
  src:url("font/DINNextLTPro-Light.woff2") format("woff2"), url("font/DINNextLTPro-Light.woff") format("woff");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-Italic.woff2") format("woff2"), url("font/Poppins-Italic.woff") format("woff");
  font-weight:normal;
  font-style:italic;
  font-display:swap;
}
@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-Bold.woff2") format("woff2"), url("font/Poppins-Bold.woff") format("woff");
  font-weight:bold;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-Regular.woff2") format("woff2"), url("font/Poppins-Regular.woff") format("woff");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-Light.woff2") format("woff2"), url("font/Poppins-Light.woff") format("woff");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-SemiBold.woff2") format("woff2"), url("font/Poppins-SemiBold.woff") format("woff");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:'Poppins';
  src:url("font/Poppins-SemiBoldItalic.woff2") format("woff2"), url("font/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight:600;
  font-style:italic;
  font-display:swap;
}

html {
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.5;
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

body {
  background-color: white;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.main-logo {
  max-width: 200px;
  margin: 10px;
}

/* Bloque horizontal con contenido centrado */
.strip-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 1rem;
  width: 100%;
  padding: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
.home-button__label h3{
    margin: 10px 0;
    max-width: 110px;
    color: #4a4a4a;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2rem;
    font-size: 1.3rem;
}
.home-icon__label h5{
    max-width: 110px;
    color: white;
    font-weight: bold;
    line-height: 1.4rem;
    font-size: 1.2rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.strip-block--header {
  position: absolute;
  z-index: 20;
}
.strip-block--buttons {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: -65px;
  height: 170px;
  z-index: 11; /* !!! era 20 */
  overflow: hidden;
}
.strip-block--banner {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.strip-block--banner a {
  width: 80%;
}
.strip-block--banner img {
  width: 100%;
}
.strip-block--convenios {
  height: 180px;
  overflow: hidden;
  padding-top: 8px;
}
.strip-block--footer {
  margin: 30px 0 0 0;
  background-color:#f9f9f9;
}


/* Bloque contenedor de "cosas" al interior de un strip-block */
.container-block {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  border-radius: 10px;
}
.container-block--buttons {
  position: absolute;
  height: 180px;
  min-width: 800px;
}
.container-block--convenios {
  background-color: #FF4438;
  position: absolute;
  height: 180px;
  min-width: 800px;
}
.footer-block {
  width: 80%;
  margin: 50px 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr;
  column-gap: 10px;
  justify-items: center;
}

/* Menu del header */
.header-menu {
  display: flex;
  /* margin: 0 auto; */
  width: 80%;
  max-width: 1200px;
  background-color: #f9f9f9;
  color: #9c9c9c;
}
.header-menu-logo {margin-top:-20px;}
@media (max-width: 768px) {
  .header-menu-logo {margin-top:0;}
}

.header-menu--superior {
  justify-content: flex-end;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header-menu--inferior {
  justify-content: space-between;
  align-items: flex-end;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header-menu-item {
  display: flex;
}

.header-menu-list-item {
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 6px;
  background-color: #f9f9f9;
  border-radius: 5px;
  text-transform: uppercase;
}

.header-menu-list-item:hover {
  background-color: #eee;
}

.header-menu-list-item--main-menu {
  color: red;
  padding: 0px;
  margin: 0 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.sub-menu {
  display: none;
}

.sub-menu--visible {
  display: block;
  position: absolute;
  list-style-type: none;
  background-color: rgba(255, 0, 0, 0.8);
  padding: 0px;
  z-index: 5000;
}

.sub-menu-item {
  padding: 10px;
  color: white;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.sub-menu-item:hover {
  background-color: red;
}

.header-menu-block {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 10px 0;
  font-size: .9rem;
  line-height: 1.2;
  border-right: 1px solid #9C9C9C;
  white-space: nowrap;
}

.header-menu-block__img {
  margin: 4px;
}

.header-menu-block__txt {

}

.header-menu-list-item {
  display: inline-block;
}

.botonera-movil {
  display: none;
}

.header-menu-block--botonera {
  padding: 2px 8px;
  margin: 8px;
  height: 44px;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  background-color: #ccc;
}

.header-menu-block__img--botonera {
  margin: 4px;
}

.header-menu-block__txt--botonera {

}

.header-menu-block--hamburguesa {
  justify-content: space-between;
  padding: 4px 8px;
  margin: 8px;
  height: 38px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  background-color: #ff4438;
}
.header-menu-block--hamburguesa img {
  height: 30px;
}

.header-menu-block-icono {
  font-size: 2.2em;
  color: white;
}

.menu-hamburguesa {
  display: none;
  z-index: 4000;
}

.menu-hamburguesa--visible {
  display: block;
  position: absolute;
  list-style-type: none;
  background-color: rgba(255, 0, 0, 0.9); /* Al se móvil tal vez debería ser sólido */
  padding: 0px 10px;
}

.menu-hamburguesa-item {
  padding: 10px 10px;
  color: white;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}
.menu-hamburguesa-item--shortcut {
  background-color: white;
  color: black;
}

.menu-hamburguesa-item:hover { /* Tal vez esto no sea necesario */
  background-color: red;
  color: white;
}

.buscador-strip {
  display: flex;
  justify-content: flex-end;
  width: 80%;
  max-width: 1200px;
  z-index: 1;
}

.buscador {
  max-width: 250px;
  margin-top: 0.5rem;
  border-radius: 8px;
  display: block;
  border: none;
  padding: 5px;
  box-shadow: 0px 2px 4px 0px rgb(50 50 50 / 15%);
  background-color: white;
}

.rrss {
  position: absolute;
  width: 10%;
  top: 50px;
  right: 0px;
}

.rrss__link {
  margin: 0 5px;
}

.rrss__icon {
  width: 20px;
  height: 20px;
}

.buscador__input {
  border: none;
  outline: none;
}

.buscador__boton {
  border: none;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -3px;
  cursor: pointer;
  background: url(../imag/ui/search.svg);
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.home-button {
  margin: 0 10px;
  padding: 15px 0 0 0;
  text-align:center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-button:hover * {
  color:red;
}
.home-button:hover a div.home-button__img {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px gray;
  transition: all .2s;
}
.home-button--convenio:hover * {
  font-size: 1.5rem;
}
.home-button:hover a div.home-button__img--convenio {
  transform: scale(1.1);
  transition: all .2s;
}
.home-button__img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin: 0 auto;
  background-color:#FF4438;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-button__label {
  margin: 10px 0;
  max-width: 110px;
  color: #4a4a4a;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2rem;
  font-size: 1.3rem;
}
.home-icon {
  margin: 0;
  height: 180px;
  max-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  xborder:1px solid green;
}
.home-icon__img {
  padding: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  xborder:1px solid blue;
  margin: 0 auto;
}
.home-icon__img img {
  display: block;
  margin: auto;
  max-width: 80px;
  max-height: 80px;
  transition: all 0.2s;
  xborder:1px solid white;
}
.home-icon__label {
  max-width: 110px;
  color: white;
  font-weight: bold;
  line-height: 1.4rem;
  font-size: 1.2rem;
}
.home-icon a:hover img {
  transform: scale(1.1);
}

.titulo-seccion {
  width: 84%;
  border-bottom: 1px solid #FF4438;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titulo-seccion h2 {
  margin: 15px 0 0 0;
  font-family: 'DIN Next LT Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
}
.titulo-seccion h2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../imag/ui/img-titulos.png) no-repeat center center;
  background-size: contain;
  position: relative;
  left: 0px;
  top: -1.6rem;
}
.titulo-seccion__link {
  display: block;
  color:white;
  font-weight: 700;
  background-color:#FF4438;
  padding: 10px 30px;
  border-radius: 10px;
}
.titulo-seccion__link:hover {
  background-color: red;
}

.footer-bar {
  height: 100%;
  width: 1px;
  background-color: gray;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-logo img {
  width: 200px;
}
.footer-logo img.footer-logo-lg {
  width: 230px;
}
.footer-menu {
  list-style-type: none;
  font-weight: bold;
  text-transform: uppercase;
  color: gray;
  padding-inline-start: 0;
}
.footer-menu li {
  margin: 8px 0;
  line-height: 1.3rem;
}
.footer-menu li:hover {
  color: red;
}
.footer-contact-center {
  font-size: 1.3rem;
  line-height: 1.4rem;
}
.footer-rrss {
  width: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-address {
  white-space: nowrap;
  font-weight: bold;
  /* tamano de letra solicitado por Viviana Aliaga */
  font-size: 15px;
}
.footer-address h2 {
  display: inline;
  white-space: nowrap;
  font-weight: bold;
  /* tamano de letra solicitado por Viviana Aliaga */
  font-size: 15px;
  margin: 0;
}

.blanco {
  color: white;
}
.gris {
  color: gray;
}

.rojo {
  color: #FF4438;
}

.morado {
  color: #A765A3;
}

@media (max-width: 1530px) {
  .main-logo {
    max-width: 150px;
  }
  .header-menu-list-item--main-menu {
    font-size: 1.2rem;
  }
  .sub-menu-item {
    font-size: 1rem;
  }
}
@media (max-width: 1280px) {
  .header-menu {
    width: 96%;
  }
  .buscador-strip {
    width: 96%;
  }
  .strip-block--banner a {
    width: 90%;
  }
  .titulo-seccion {
    width: 96%;
  }
  .main-logo {
    max-width: 150px;
  }
  .header-menu-list-item--main-menu {
    font-size: 1.2rem;
  }
  .sub-menu-item {
    font-size: 1rem;
  }
  .rrss {
    display:none;
  }
  .footer-block {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo logo logo logo logo logo logo" "col1 col2 col3 col4 col5 col6 col7";
  }
  .footer-logo {
    grid-area: logo;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .main-logo {
    max-width: 295px;
    width: 100%;
    margin-left: 5px;
  }
  .botonera-movil {
    display: block;
  }
  .header-menu-item {
    display: none;
  }
  .header-menu--inferior {
    border-radius: 10px;
  }
  .buscador-strip {
    /*display: none;*/
  }
  .home-button:hover a div.home-button__img {
    width: 64px;
    height: 64px;
    top: -4px;
    box-shadow: 0px 0px 10px black;
    transition: all .3s ease-in;
  }
  .home-button__label {
    font-size: 1.2rem;
  }
  .home-button__img {
    width: 60px;
    height: 60px;
  }
  .home-button__img img {
    max-width: 40px;
    max-height: 40px;
  }
  .home-button__label {
    max-width: 80px;
  }
  .titulo-seccion h2 {
    margin: 15px 0 0 0;
    font-family: 'DIN Next LT Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
  }
  .titulo-seccion__link {
    display: none;
  }
  .footer-block {
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1px auto 1px auto 1px auto;
    grid-template-areas: "logo" "fila" "fila" "fila" "fila" "fila" "fila" "fila";
    text-align: center;
  }
  .footer-menu, .footer-contact-center {
    margin: 20px 0;
  }
  .footer-rrss {
    margin: 20px auto;
  }
  .footer-bar {
    height: 1px;
    width: 120px;
  }
}

/*20220908*/
.movil-cont {width: 100%; display: flex; justify-content: space-between; align-items: flex-end;}
@media (max-width: 768px) {
    .movil-cont {width: 100%; display: flex; justify-content: space-between; align-items: flex-end;}
    .header-menu--inferior {flex-direction: column;}
    .botonera-movil--uno {display: flex; justify-content: flex-end; width: 100%;}
    .botonera-movil--uno.between {justify-content: space-between;}
    .botonera-movil--dos {display: flex; justify-content: flex-end; width: 100%;}
    .movil-cont {align-items: center; display: flex; justify-content: space-between; width: 100%;}
    .header-menu-block--botonera {margin:8px 0 0; width: 44%;}
    .header-menu-block--hamburguesa {margin: 8px 0; /*width: 135px;*/ max-width: 132px; width: 100%;}
    .main-logo {margin-left: 0; margin-right: 0; max-width: 235px;}
    .strip-block.strip-block--header .header-menu--inferior {padding:0 5px;}
}
@media (max-width: 375px) {
    .botonera-movil--dos {flex: 0 1 48%;}
    .movil-cont .header-menu-logo {flex: 0 1 48%;}
    .header-menu-block--hamburguesa {max-width: none;}
}

.img404__img img {
  width: 100%;
}

/*H1*/
/* Contenedor: centra vertical y horizontalmente su contenido */
.sanatorio-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .sanatorio-hero {
    padding: 30px 20px;
  }
}

/* Caja interior con ancho máximo y texto centrado */
.sanatorio-hero__content {
  text-align: center;
  max-width: 1100px; /* ajusta según tu layout */
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* H1: visible, tipografía y responsivo */
.sanatorio-hero__title {
  font-family: 'DIN Next LT Pro', sans-serif;
  font-weight: 300;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  margin: 0 0 18px 0;
  color: #ff4a3b;
  line-height: 1.08;
}


/* Elimina solo la pseudo-elemento que crea la línea/ borde inferior heredado */
/* Importante: apuntam SOLO al ::after, sin afectar el h1 real */
.titulo-seccion h1::after,
.titulo-seccion h1:after,
.titulo-seccion h2::after,
.titulo-seccion h2:after {
  display: none !important;
  content: none !important;
  border: none !important;
}

/* Bajada */
.sanatorio-hero__bajada {
  font-family: 'DIN Next LT Pro', sans-serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 2vw, 2.0rem);
  max-width: 800px;
  margin: 0 auto 34px auto;
  color: #1a1a1a;
}

/* Botón */
.titulo-seccion__link {
  display: inline-block;
}


/* Fallback: si todavía hay reglas heredadas que fuerzan un border-bottom en h1 */
.sanatorio-hero h1 {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Quita cualquier borde rojo heredado del contenedor .titulo-seccion */
.titulo-seccion {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}




