


body {
color: black;
background-color: #000000;
margin: 0px;
padding: 0px;
}



/* 1. ESTILOS BASE (Móvil Primero y Escritorio Pequeño) */
.banner-container {
  width: 100%; /* ¡SEGUIRÁ OCUPANDO TODO EL ANCHO! */
  height: 50vh;
  overflow: hidden;
}

.banner-content {
  width: 100%;
  height: 100%;
    
    /*max-width: 900px;*/
    margin: 0 auto;
    
  display: flex;
  justify-content: center; /* Centrado horizontal del texto/contenido */
  align-items: center; /* Centrado vertical del texto/contenido */
}

/* 2. ESTILOS DE IMAGEN (Ahora debe llenar el .banner-content) */
.banner-container img {
 display: block;

 width: 100%; 
 height: 100%;
 
 object-fit: cover; 
 object-position: center top;
}




div.hoja {max-width:900px; padding: 0px; margin: 0 auto; text-align: center; }













h1 {
color: #000000;
font-size: 28px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
color: #000000;
font-size: 19px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h3 {
color: #000000;
font-size: 30px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h4 {
color: #777777;
font-size: 16px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h5 {
color: #FFFFFF;
font-size: 16px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

.button-primary {
background-color: #000000; 
border: none;
color: white;
padding: 8px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;

border-radius: 100px;
}


div.alertaPrincipal  {color: rgba(255, 255, 255, 0.9); line-height:70px; ; letter-spacing: -5px; margin:0px; font-size: 6.0em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center; margin-top: 80px;}
div.alertaSecundaria  {color: rgba(255, 255, 255, 0.5); line-height:45px; ; letter-spacing: -2px; margin:0px; font-size: 3.5em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center; margin-top: 40px; margin-bottom: 200px;}

p.titulos  {color: rgba(255, 255, 255, 0.7); line-height:35px; ; letter-spacing: -0.5px; margin:0px; font-size: 2.6em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
p.contenidoTexto  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 1.3em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
p.footerTexto  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 0.6em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
a.emailTexto  {color: inherit; text-decoration: none; color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 1.6em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
a.webTexto  {color: inherit; text-decoration: none; color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 0.8em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}





html {
  /* Aplica el desplazamiento suave a toda la página */
  scroll-behavior: smooth;
}


/*NAVEGACIÓN ---------------------*/
.menuTexto {
    /* Centra todos los elementos de texto e 'inline' dentro de este div */
    text-align: center; 
    /* Opcional: define la altura del contenedor para centrado vertical si lo deseas */
    /* height: 40px; */ 
}

.menuTexto a {
    /* (Mantén tus estilos aquí, pero quita 'text-align: center' de aquí) */
    text-decoration: none; 
    color: rgba(255, 255, 255, 0.7);
    line-height:26px;
    letter-spacing: -0.5px;
    margin: 0 10px; /* Agrego un margen para separarlos visualmente */
    font-size: 1.6em;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    /* text-align: center; <-- ¡ELIMINA ESTA LÍNEA DE AQUÍ! */
}

/* Opcional: Estilo para los elementos span */
.menuTexto span {
    color: rgba(255, 255, 255, 0.7);
    line-height:26px;
    letter-spacing: -0.5px;
    margin: 0 10px; /* Margen para igualar la separación */
    font-size: 1.6em;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}
/*NAVEGACIÓN ---------------------*/


/*SERVICIOS ---------------------*/
p.parrafo1  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; padding-left: 20px; font-size: 1.6em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}

/* Asegura que el contenedor principal no herede ni aplique centrado */
.servicios_contenedor {
  padding-top: 50px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* AÑADIR: Anula la herencia de un padre superior */
    text-align: left; 
}

/* Columna de Texto (Mantener como está) */
.servicios_texto_columna {
    width: 60%;
    padding: 0px; 
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

/*CORRECCIÓN CLAVE: Aplica la alineación directamente al párrafo */
.servicios_texto_columna p.parrafo1 {
    text-align: left !important;
}

/* OPCIONAL: Asegura que la columna de imagen no centre */
.servicios_imagen_columna {
    width: 40%;
    display: flex; 
    align-items: center; 
    /* Asegura que no haya centrado horizontal */
    justify-content: flex-start; 
}


img.servicios_imagen_columna_Ancho {width: 100%;}
img.servicios_imagenSola {width: 0%;}

/*SERVICIOS ---------------------*/




/*VIDEOS ---------------------*/
.contenedor-imagenes_principal {
  display: flex;
  flex-wrap: wrap;
  /* CAMBIO AQUÍ: Centra los elementos a lo largo del eje principal (horizontal) */
  justify-content: center; 
  border: 0px solid #3498db;
  padding: 10px;
  width: 100%; 
}

.contenedor-imagenes_principal img {
  width: 300px;
  height: auto; 
  margin: 5px;
  object-fit: cover; 
}

.contenedor-imagenes {
  display: flex;
  flex-wrap: wrap;
  /* CAMBIO AQUÍ: Centra los elementos a lo largo del eje principal (horizontal) */
  justify-content: center; 
  border: 0px solid #3498db;
  padding: 10px;
  width: 100%; 
}

.contenedor-imagenes img {
  width: 300px;
  height: auto; 
  margin: 5px;
  object-fit: cover; 
}


video.videoPequeno {
  width:50%;
}
/*VIDEOS ---------------------*/



img.footerAnchoIconos {
  margin-left: auto; margin-right: auto; width: 324px
}











div.cierre {height: 800px; }














/*------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    /*------------ screenMobile ----*/

    .banner-container {
        /* 1. Altura solicitada para escritorio */
        height: 35vh;
        
        
    }





    /*NAVEGACIÓN ---------------------*/
    .menuTexto a {

        line-height:26px;
        letter-spacing: -0.5px;
        margin: 0 10px; /* Agrego un margen para separarlos visualmente */
        font-size: 1.2em;
        font-weight: 400;
    }

    /* Opcional: Estilo para los elementos span */
    .menuTexto span {
        line-height:26px;
        letter-spacing: -0.5px;
        margin: 0 10px; /* Margen para igualar la separación */
        font-size: 1.2em;
        font-weight: 400;
    }

    /*NAVEGACIÓN ---------------------*/


    div.hoja {width: 380px; padding: 0px; margin: 0 auto; }






    div.alertaPrincipal  {color: rgba(255, 255, 255, 0.9); line-height:50px; ; letter-spacing: -4px; margin:0px; font-size: 3.5em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center; margin-top: 50px;}
    div.alertaSecundaria  {color: rgba(255, 255, 255, 0.5); line-height:40px; ; letter-spacing: -2px; margin:0px; font-size: 2.8em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center; margin-top: 10px; margin-bottom: 120px;}

    p.titulos  {color: rgba(255, 255, 255, 0.7); line-height:35px; ; letter-spacing: -0.5px; margin:0px; font-size: 2.0em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
    p.contenidoTexto  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 1.3em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
    p.footerTexto  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; font-size: 0.8em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}









    /*SERVICIOS ---------------------*/
    .servicios_contenedor {
      padding-top: 20px;
    }
    .servicios_imagen_columna {
        width: 0%;
    }
    .servicios_texto_columna {
        width: 100%;
        text-align: center;
        padding-right: 25px;
        margin: 0px;
    }
    .servicios_texto_columna p.parrafo1 {
        text-align: center !important;
    }
    img.servicios_imagen_columna_Ancho {width: 0%;}
    img.servicios_imagenSola {width: 60%;}
    p.parrafo1  {color: rgba(255, 255, 255, 0.7); line-height:26px; ; letter-spacing: -0.5px; margin:0px; padding-left: 20px; font-size: 1.2em; font-family: 'Barlow', sans-serif; font-weight: 400; text-align: center;}
    /*SERVICIOS ---------------------*/







    img.footerAnchoIconos {
      margin-left: auto; margin-right: auto; width: 250px
    }





    video.videoPequeno {
      width:100%;
    }





    div.cierre {height: 300px; }




}



















@media (min-width: 601px) {
    .banner-container {
        /* 1. Altura solicitada para escritorio */
        height: 70vh;
        
        
    }
}







