/* Sección Sobre Nosotros */
.about-section {
    padding: 60px 0;
    background-image: url('../img/suprads/1980x1920Fondo_portada_Negro\ v2.jpg'); /* Ruta a tu imagen de fondo */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
   
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    text-align: left; /* Mantiene el texto alineado a la izquierda */
}

.frase{
    background-image: url('../img/suprads/Frase\ v1.jpg'); /* Ruta a tu imagen de fondo */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-content h4 {
    color: #fff;
    
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.about-content h1 {
color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-content p {
  
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.image-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gallery-item {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.gallery-item img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: grayscale(100%); /* Imagen en blanco y negro por defecto */
}

.gallery-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1); /* Efecto de zoom al pasar el mouse */
   
}

/* Sección Nuestro Equipo */
.team-section {
   
    padding: 80px 0 40px 0px;
    background-image: url('../images/Assets/nosotros/Grupo\ Dragon_\ Sobre\ nosotros_\ Nuestro\ equipo_Fondo.jpg'); /* Imagen de fondo */
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    text-align: left; /* Mantiene el texto alineado a la izquierda */
}
/* Contenedor para limitar el ancho del contenido */
.team-content {
    max-width: 800px; /* Ajusta según el tamaño deseado */
    width: 100%;
}

.team-content h1 {
    font-family: 'OpenSans-Bold';
    font-size: 2.5rem;
    margin-bottom: 20px;
  
}

.team-content p {
    font-family: 'OpenSans-Regular';
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.statistics {
    display: flex;
    justify-content: center;
    gap: 63px;
    flex-wrap: wrap;
}

.stat-item {
    font-family: 'OpenSans-Bold';
    text-align: center;
}

.stat-item h2 {
    font-size: 5rem;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #ffffff;  
    color: #ffffff; /* Rojo para los números */
}

.stat-item p {
    font-family: 'OpenSans-Bold';
    font-size: 1.2rem;
    color: #fff;
}
/* Estilo para dispositivos móviles */
@media (max-width: 768px) {
    

    .about-content h1 {
        padding: 0px 20px;
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .about-content h4{
        padding: 0px 20px;
    }
.statistics {
    
    gap: 15px;
    
}

.stat-item {
  
     flex: 1 1 40%; /* Ajuste predeterminado para pantallas más grandes */
   
}
.stat-item h2 {
    font-size: 1.5rem;
  
}

.stat-item p{
    font-size: 1rem;
}


.team-section{
    background-image: url('../images/Assets/nosotros/Grupo\ Dragon_\ Nuestro\ equipo_395\ x\ 600.jpg'); /* Imagen de fondo */
    background-size: cover;
    background-position: center;
    padding: 40px;
}
.team-content h1{
    font-size: 1.7rem;
}
 /* Imagen de la frase para celular */
.frase{
    background-image: url('../img/suprads/410\ x\ 295_Celular\ v4.jpg'); /* Ruta a tu imagen de fondo */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
  padding-top: 50px;
  padding-bottom: 50px;
}

.mil-head2 {
    padding: 0 20px!important;
    font-size: 24px; /* 📌 Hacemos el título más compacto */
}
/* Sección Sobre Nosotros */
.about-section {
    padding: 60px 0;
    background-image: url('../img/suprads/410\ x\ 1500_Cel\ fondo\ negro\ v2.jpg'); /* Ruta a tu imagen de fondo */
    background-size: cover; /* Asegura que la imagen cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */

}

}

/* ==========================
   GALERÍA DE LOGOS - PIRÁMIDE CORRECTA
========================== */

.image-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.gallery-item {
    width: 180px;
    height: 180px;
  
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.gallery-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}


@media (max-width:400px){
    .gallery-item {
        width: 140px;
        height: 140px;
}}

