/*TAMAÑO*/
/* Pantallas medianas (tablets, 600px en adelante) */
@media (max-width: 600px) {
.seccion-degradado{
    padding: 25% 5%;
}
.contenido-centrado{
    gap: 10px;
}

.titulo-destacado{
    font-size: 1.5rem;
    }
.titulo-segundario{
    font-size: 1.1rem;
    }
.fotos{
    width: 100%;
    margin-top: 2rem;
    }
.unsxx{
    width: 50%;
    }  
.texto-narrativo{
    font-size: 0.8rem;
    padding: 0 0.1rem 0 0.1rem;
    margin: 1rem 0 0 0;
    }  
     /* Tarjeta ampliada con fondo blanco */
        .elegant-card {
            width: 100%;
            max-width: 450px; /* Más ancha que la versión anterior */
            background: white;
            border-radius: 12px;
            padding: 15px 15px; /* Más espacio interno */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            border: none;
            margin-bottom: 15px;
        }


        /* Borde superior rojo */
        .elegant-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #e63946;
            animation: subtlePulse 3s infinite alternate;
        }


        /* Estilo del nombre */
        .name {
            font-size: 0.7rem; /* Un poco más grande */
            font-weight: 700;
            color: #333;
            margin: 0 0 0 0;
            letter-spacing: 0.5px;
            position: relative;
            display: inline-block;
        }



        /* Estilo del cargo */
        .title {
            font-size: 0.7rem;
            color: #e63946;
            font-weight: 600;
            margin: 5px 0 0 0;
            letter-spacing: 0.5px;
        }


        .contact-icon {
            width: 45px;
            height: 45px;
            background: rgba(230, 57, 70, 0.08);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 18px;
            color: #e63946;
            font-size: 1.3rem;
            border: 1px solid rgba(230, 57, 70, 0.2);
        }

        .contact-text {
            flex: 1;
        }

        .contact-label {
            font-size: 0.75rem;
            color: #888;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .contact-value {
            font-size: 0.8rem;
            font-weight: 500;
            color: #333;
            margin: 0;
        }

        /* Efecto especial para el teléfono */
        .phone .contact-value {
            color: #e63946;
            font-weight: 700;
        }         
}
/* Pantallas grandes (escritorios, 1024px en adelante) */
@media screen and (min-width: 1024px) {
.seccion-degradado{
    padding: 10% 15%;
}
.contenido-centrado{
        gap: 15px;
}      
.titulo-destacado{
    font-size: 2rem;
    }
.titulo-segundario{
    font-size: 1.5rem;
    }
.fotos{
    width: 40%;
    margin-top: 2rem;
    }
.unsxx{
    width: 20%;
    }  
.texto-narrativo{
    font-size: 1rem;
    padding: 0 4rem 0 4rem;
    margin: 1rem 0 0 0;
    }  
     /* Tarjeta ampliada con fondo blanco */
        .elegant-card {
            width: 100%;
            max-width: 450px; /* Más ancha que la versión anterior */
            background: white;
            border-radius: 12px;
            padding: 15px 15px; /* Más espacio interno */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            border: none;
            margin-bottom: 15px;
        }


        /* Borde superior rojo */
        .elegant-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #e63946;
            animation: subtlePulse 3s infinite alternate;
        }


        /* Estilo del nombre */
        .name {
            font-size: 0.7rem; /* Un poco más grande */
            font-weight: 700;
            color: #333;
            margin: 0 0 0 0;
            letter-spacing: 0.5px;
            position: relative;
            display: inline-block;
        }



        /* Estilo del cargo */
        .title {
            font-size: 0.7rem;
            color: #e63946;
            font-weight: 600;
            margin: 5px 0 0 0;
            letter-spacing: 0.5px;
        }


        .contact-icon {
            width: 45px;
            height: 45px;
            background: rgba(230, 57, 70, 0.08);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 18px;
            color: #e63946;
            font-size: 1.3rem;
            border: 1px solid rgba(230, 57, 70, 0.2);
        }

        .contact-text {
            flex: 1;
        }

        .contact-label {
            font-size: 0.75rem;
            color: #888;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .contact-value {
            font-size: 0.8rem;
            font-weight: 500;
            color: #333;
            margin: 0;
        }

        /* Efecto especial para el teléfono */
        .phone .contact-value {
            color: #e63946;
            font-weight: 700;
        }             
}

/* Pantallas muy grandes (1440px en adelante) */
@media screen and (min-width: 1440px) {
.seccion-degradado{
    padding: 10% 15%;
}
.contenido-centrado{
    gap: 20px;
}    
.titulo-destacado{
    font-size: 2.5rem;
    }
.titulo-segundario{
    font-size: 2rem;
    }
.fotos{
    width: 30%;
    margin-top: 2rem;
    }
.unsxx{
    width: 20%;
    }
.texto-narrativo{
    font-size: 1.2rem;
    padding: 0 6rem 0 6rem;
    margin: 1rem 0 0 0;
    }
.titulo{
    font-size: 1.5rem;
    padding: 0 6rem 0 6rem;
    }

     /* Tarjeta ampliada con fondo blanco */
        .elegant-card {
            width: 100%;
            max-width: 450px; /* Más ancha que la versión anterior */
            background: white;
            border-radius: 12px;
            padding: 30px 30px; /* Más espacio interno */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            border: none;
            margin-bottom: 15px;
        }


        /* Borde superior rojo */
        .elegant-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #e63946;
            animation: subtlePulse 3s infinite alternate;
        }


        /* Estilo del nombre */
        .name {
            font-size: 1rem; /* Un poco más grande */
            font-weight: 700;
            color: #333;
            margin: 0 0 0 0;
            letter-spacing: 0.5px;
            position: relative;
            display: inline-block;
        }



        /* Estilo del cargo */
        .title {
            font-size: 1rem;
            color: #e63946;
            font-weight: 600;
            margin: 10px 0 0 0;
            letter-spacing: 0.5px;
        }


        .contact-icon {
            width: 45px;
            height: 45px;
            background: rgba(230, 57, 70, 0.08);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 18px;
            color: #e63946;
            font-size: 1.3rem;
            border: 1px solid rgba(230, 57, 70, 0.2);
        }

        .contact-text {
            flex: 1;
        }

        .contact-label {
            font-size: 0.75rem;
            color: #888;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .contact-value {
            font-size: 1.1rem;
            font-weight: 500;
            color: #333;
            margin: 0;
        }

        /* Efecto especial para el teléfono */
        .phone .contact-value {
            color: #e63946;
            font-weight: 700;
        } 



}   