*{
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
font-family: 'Montserrat', sans-serif;
  font-weight: 400; /* Peso regular por defecto */
   background-color: #fff;
}


/* Ejemplo: Encabezados con un peso más fuerte */
h1, h2, h3 {
  font-weight: 300; /* Negrita */
}
ol, ul {
    list-style: none;
    padding: 0px;
}

/* Ejemplo: Subtítulos o destacados */
.subtitle {
  font-weight: 500; /* Semi-bold */
}
.contenedor{
  /*background-color: red;*/
  width: 90%;
  max-width: 1400px;
  margin:auto;
}
/* Encabezado con logo y subtítulo */

.header {
  display: flex;
  justify-content: center; /* Centrado para móvil */
  align-items: center;
 /* background: red;*/
  padding: 8px 12px;
  flex-wrap: wrap; /* Permite que logo y banderas bajen si no hay espacio */
  background-color: #000;
}
.encabezado {
  text-align: center;
   display: flex;
  padding: 10px;
}
.logo{
  /*background-color: #fff;*/
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.logo_img {
  height: 55px; /* Más pequeño para móvil */
  margin-bottom: 5px;
}
.idiomas{

  width: 30%;
  padding: 15px 0;
  text-align: right;
}
.idiomas img {
  width: 32px;
  height: auto;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #25d366;
}
.center{
  text-align: center;
 /* padding: 15px;*/
}
/*
.logo {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}

.encabezado p {
  font-size: 0.9em;
  color: #2e5476;
  margin: 0;
}*/

/* Imagen de portada */
.portada {
 background-image: url("https://hotelroosevelt.com/img/promo_chile_2025.jpg") !important; /* ruta de la imagen */
  background-repeat: no-repeat;       /* que no se repita */
  background-size: cover;             /* que cubra todo el espacio */
 /* background-position: center;*/
  display: flex;
 /* gap: 10px; /* espacio entre imágenes */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    flex-direction: column;
   
    height: 20vh;
}

.portada h1{
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
   text-transform: uppercase;
  background-color:  #477cbb73;
  padding: 15px 10px ;
  font-size: 15px;
  position: absolute;
  bottom: 63%;

}





/* Bloque inferior */
.contenido {


  /*padding: 15px;*/
  border-radius: 10px;
  text-align: center;
 /* margin: 15px;*/
}

.contenido_h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin: 15px 0;
  color: #39668b;
}

.contenido p {
  font-family: 'Montserrat', sans-serif;
  
  margin-bottom: 15px;
  color: #39668b;
} 

.boton {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #25d366;
  border-radius: 8px;
  background-color: transparent;
  color: #5f4b3c;
  text-decoration: none;
  font-weight: bold;
}

.boton:hover {
  background-color:  #5f4b3c;
  color: white;
}
.actividades{
  background-color: #606517;
}
.actividades h2{
  color:#fff;
  padding: 15px 0;
  text-align: center;
  
}
.actividades_bloques{

 
}



.whatsapp {
    width: 60px;
    height: 60px;
    bottom: 50px;
    right:19px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
}
 .whatsapp {
    position: fixed;
    border-radius: 50px;
    font-size: 30px;
    z-index: 100;
}
.whatsapp-icon {
    margin-top: 13px;
}

.servicios {
  display: grid;
  grid-template-columns: 1fr; /* Por defecto, una columna (móvil) */
  gap: 20px;
  padding: 20px;
}

.card {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card_cont{
  width: 95%;
  margin: auto;
 padding-bottom: 13px;
}
.card h3 {
  margin: 10px 0;
  color: #2e5476;
}

.card p {
  padding: 0 0px 15px;
  font-size: 0.9em;
  color: #555;
}
footer {
  background-color: #000;
  
}

 .footer_datos {
    width: 100%;
    display: block;
    color: #fff; /* corregido text-color */
    padding-bottom: 20px;
    text-align: center;
    padding:10px 0;
  }

  .footer_datos ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-family: Roboto;
  text-decoration: none;
}
  .footer_logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .footer_redes {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
.footer_redes ul li {
  display: inline-block;
  padding: 5px 8px;
  text-align: center;
  border: 1px solid #fff;
}

.footer_redes ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 2;
  font-family: Roboto;
  display: inline-block;
  margin-right: 3px;
}

.footer_redes ul li a i {
  color: #fff;
  font-size: 40px;

}
.landing{
  padding: 20px 0;
  text-align: center;
}
.promo_columnas{
display: flex;
flex-wrap: wrap;
padding: 15px 0;

}
.promo_columnas_text{
  width: 90%;
  margin: auto;
  text-align: left;

}
.promo_columnas_text p{
  line-height: 1.4;
}
.promo_columnas_text h5{
  color:#606517;
  line-height: 1.4;
}
.promo_columnas_text ul li{
  font-size: 18px;
 
  padding:3px 0;
}

.promo_columnas_text ul li i{
 color:#606517;
}
.promo_columnas_img{
  width:100%;
padding: 15px 0;
    text-align: center;

}

.promo_columnas_img img{
  width:90%;
  height: auto;
    text-align: center;

}
.colorverde{
  background-color:#606517 ;
}


/* Cuando la pantalla es ancha (tablet) */
@media (min-width: 700px) {


  .logo {
text-align: left;
}


}
/* Cuando la pantalla es ancha (PC) */
@media (min-width: 1024px) {
  .logo {

  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}
.logo_img {
  height: 70px; /* Más pequeño para móvil */
  margin-bottom: 5px;
}
  .portada {
    height: 40vh;/* Altura automática en escritorio */
background-position: center;

  }
  .portada h1{
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
   text-transform: uppercase;
  background-color:  #477cbb73;
  padding: 30px 10px ;
  font-size: 25px;

}

.landing{
  padding: 20px 0;
  text-align: center;
}
.promo_columnas{
display: flex;
flex-wrap: wrap;
padding: 15px 0;

}
.promo_columnas_text{
  width: 50%;
  text-align: left;

}
.promo_columnas_text p{
  line-height: 1.4;
}
.promo_columnas_text h5{
  color:#606517;
  line-height: 1.4;
}
.promo_columnas_text ul li{
  font-size: 18px;
  line-height: 1.9px;
  padding: 2px 0;
}

.promo_columnas_text ul li i{
 color:#606517;
}
.promo_columnas_img{
  width: 50%;

    text-align: end;

}


 /* ====== FOOTER ====== */
.footer {

  padding: 25px 0;
}

.footer_cont {
  display: flex;
  flex-wrap: wrap;
}

.footer_datos {
  width: 40%;
  color: #fff; /* corregí text-color → color */
  padding: 10px 0;

}



.verde {
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
}

.footer_logo {
  width: 30%;
  text-align: center;
  display: block;
  padding: 15px 0;

}

.footer_redes {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;

}


.footer_blog {
  padding: 6px 0;
  font-size: 15px;
}

.footer_blog li {
  border: none !important;
}

/* VIP sección */
.vip {
  background-color: #525A42;
  text-align: center;
  padding: 15px 0;
}

.vip h2 {
  color: #fff !important;
}


.turismo{
  /*height: 50px;*/
}
 .turismo img{
  height: 400px;
 }
}