/* *{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
} */
body{
    font-family: 'Lato', sans-serif;
    background-color: #F5F5F5;
    color: #333;
    margin: 0;
    padding-top: 60px;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #3A4750; 
}
#contenedor{
    height: 1200px;
    margin: auto;
}
#logo img{
    margin: -56px;
    width:100px;
}
#menu{
    margin: 11px;
}
.contacto-menu{
    background:#F76C6C;
}
#encabezado{
    background:#465A72;
    display: flex;
    justify-content: space-between;
    height: 150px;
}
#ocpciones{
    list-style: none;
}
#opciones li{
    display: flex;
    float: left;
    text-align: right;
    padding: 20px;
}
#opciones li a{
    text-decoration: none;
    color:#F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius:15px;
    padding: 30px;
    font-family: 'Montserrat', sans-serif; 
}
#opciones li a:hover{
    background:#F76C6C;
    transition: 0.3s;
    /* box-shadow:0 0 10px; */
    transform: scale(1.05);
}

.descripcion{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 130px;
}
.descripcion img{
    width: 1320px;
}
.info{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 130px;
    margin-bottom: 30px;
}
.info img{
    width: 1230px;
}
.text{
    color: #465A72;
    font-weight: 800;
    margin: 30px;
    text-align:start;
}
.text h2{
    margin-left: 420px;
}
.acerca-de-nosotros{
    display: flex;
    justify-content:space-around;
    align-items: center;
    gap:12px;
    margin-top: -950px;
}
.cajas{
    border:1px solid #fff;
    border: radius 10px;
    background:#fff;
    padding: 20px;
    display: inline-block;
}
.cajas h3{
    font-weight: 800;
}
.cajas p strong{
    text-align: center;
}
.caja{
    border:1px solid #fff;
    border: radius 10px;
    background:#fff;
    padding: 20px;
    display: inline-block;
}
.caja h2{
    color: #465A72;
    text-align: center;
}
.caja li{
    list-style:none;
}
.check{
    color: #F76C6C;
    font-weight: bold;
    margin-right: 5px;
}
.services{
    padding: 60px 5%;
    text-align: center;
}
.section-title{
     font-size: 2em;
    margin-bottom: 40px;
    font-weight:800;
}
.cards-container{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}
.service-card{
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-basis: 30%;
    min-width: 250px;
    text-align: left;
}
.service-card h3{
    color: #465A72; 
    margin-top: 0;
    border-bottom: 2px solid #F5F5F5; 
    padding-bottom: 10px;
    font-weight: 800;
    
}
.service-card li {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.service-card ul {
    list-style-type: none;
    padding: 0;
}
.video{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
#inicio{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    gap:50px;
    padding:100px;
}
.quick{
    border:1px solid;
    border-radius: 5px;
    background:#F5F5F5;
    padding: 20px;
}
#proyecto{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr 1fr ;
    gap: 20px;
}
/*....................................... pie......................... */
footer {
    width: 100%;
    display: block;
}

.footer-principal {
    background: #222;
    color: #F5F5F5;
    padding: 60px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-left: -150px;
}

.footer-principal img {
    width: 100px;
}

.footer-principal li a {
    text-decoration: none;

}
.hero img{
    width: 270px;
}
.hero p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.informacion {
    font-size: 27px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -160px;
    margin-left: -115px;
}

.informacion li {
    list-style: none;
    color: #F5F5F5;
    font-weight: 700;
}

.informacion strong {
    color: #F5F5F5;
}

.informacion a {
    color: #F5F5F5;
    font-size: 27px;
    font-weight: 700;
}
.informacion h2{
    color: #fff;
    font-size: 40px;
    text-align: start;
    margin-left: 20px;
}

.lista {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -120px;
}

.lista h2 {
    font-weight: 700;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    margin-left: 27px;
    display: inline-block;
}

.lista li {
    color: #fff;
    list-style: none;
}

.lista li a {
    font-size: 27px;
    color: #F5F5F5;
}
.lista  a:hover{
    color:#F76C6C;
}

.logo img {
    width: 270px;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;

}
.social-icons h2{
    margin-top: -15px;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    margin-left: -184px;
}
.social-icons a {
    text-decoration: none;
    margin-left: 40px;
    color: #fff;
    font-size: 40px;
    margin-bottom: -150px;
    text-align: start;

}
.social-icons a :hover{
    color: #007bff;
    transition: 0.3s;
    box-shadow:0 0 20px;
    transform: scale(1.05);
}
.social-icons a img {
    width: 50px;

}
.pie {
    background: #222;
    color: #F5F5F5;
    text-align: center;
    padding: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    line-height: 1.6;
}
.group{
    color: #007bff;
}
/* --- Estilos Generales y Reset --- */
body {
    margin: 0;
    font-family: Arial, sans-serif; /* Usar la fuente de tu preferencia */
    color: #333;
    overflow-x: hidden; /* Previene el scroll horizontal */
}

.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}


/* --- SECCIÓN PRINCIPAL (Texto Izquierdo y Paneles) --- */
.sustainable-future-section {
    display: flex; 
    padding: 50px 0 0 20px; /* Padding a la izquierda para el texto */
}

/* Contenido Izquierdo */
.left-content {
    flex: 1; /* Ocupa 1 parte del espacio */
    padding-right: 40px;
}

.left-content h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.left-content p {
    font-size: 1.1em;
    line-height: 1.5;
}

.cta-button {
    background-color: #4CAF50; /* Verde */
    color: white;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 3px;
}

.stats-text {
    font-size: 2em;
    font-weight: bold;
    color: #333;
}

/* Contenedor de Paneles Derechos */
.right-panels-container {
    flex: 2.5; /* Ocupa 2.5 partes del espacio para ser más ancho */
    display: flex; 
    height: 550px; /* Altura de los paneles */
}

/* Paneles Individuales */
.panel {
    flex: 1; 
    position: relative; 
    background-size: cover;
    background-position: center;
    color: white; 
}

/* Backgrounds de Ejemplo (Reemplaza las rutas con tus imágenes) */
.panel-1 { background-image: url('ruta/a/ingenieria.jpg'); }
.panel-2 { background-image: url('ruta/a/inmobiliario.jpg'); }
.panel-3 { background-image: url('ruta/a/inversion.jpg'); }

/* Overlay de Oscurecimiento y Texto Inferior */
.panel-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Gradiente para el oscurecimiento */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 15px 15px; 
    padding-bottom: 20px; 
    box-sizing: border-box;
}

.bottom-info {
    position: relative; /* Para que los detalles se posicionen bien */
    padding-bottom: 10px;
}

.panel-title {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Detalles (texto pequeño) */
.detail-pointers {
    display: flex;
    flex-wrap: wrap; 
    font-size: 0.75em;
    font-weight: 500;
    opacity: 0.8;
}

.detail-item {
    margin-right: 10px;
}

/* Flecha Negra (El puntero triangular) */
.panel-overlay-bottom::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Ajusta para que toque el borde inferior del panel */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid black; 
    z-index: 10;
}

/* Contenido de Hover (Solo visible en el panel 1 activo/hover) */
.hover-content {
    /* Por defecto, lo ocultarías. Lo muestro para ver su estilo. */
    /* display: none; */ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.85); 
    color: white;
    z-index: 10;
    box-sizing: border-box;
}

.panel-1 .hover-content {
    /* En el screenshot 2, este panel tiene el hover activo */
    display: block; 
}

.hover-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 150px; /* Ajusta la posición vertical del texto */
}

.cover-mas-button {
    background-color: #1e73be; /* Azul */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    text-transform: uppercase;
    border-radius: 3px;
}


/* --- SECCIÓN DE DETALLES (Columnas con Listas) --- */
.panel-details-section {
    display: flex; 
    /* Esta sección debe alinearse con la sección derecha de imágenes */
    /* Calculamos el margen izquierdo para que se vea solo debajo de los 3 paneles */
    margin-left: calc(100% - 75vw); /* Ajusta este valor (75vw) para que coincida con el ancho de .right-panels-container */
    width: 75vw; /* Ancho estimado de los 3 paneles. Ajusta para precisión. */
    transform: translateY(-1px); /* Sube un poco para tocar la sección de arriba */
}

.detail-column {
    flex: 1;
    padding: 30px;
    min-height: 250px; 
    border-right: 1px solid #ddd; /* Separador sutil */
}

/* Colores de Fondo de las Columnas */
.column-1 { background-color: #f0f4f7; }
.column-2 { background-color: white; }
.column-3 { background-color: #f0f4f7; border-right: none; }


/* Estilo de la Lista */
.detail-list {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.detail-list li {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px; 
    position: relative; 
}

/* Dots Personalizados (::before) */
.detail-list li::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Colores de los Dots */
.list-green li::before { background-color: #4CAF50; }
.list-blue li::before { background-color: #007bff; }
.list-orange li::before { background-color: #ffa500; }


/* --- Botón de Contacto Fijo --- */
.contact-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3e5060; /* Gris Oscuro */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
}

.chat-icon {
    font-size: 1.2em;
}