:root {
    --color-primario: #333;
    --color-secundario: #007bff;
    --color-hover: #0056b3;
    --color-texto: #222;
    --color-fondo: #fff;
    --tamaño-texto: 1.2rem;
    --padding-enlaces: 10px 15px;
    --ancho-maximo: 1200px;
}


/* En tu index.css o en cada hoja de estilos */
body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  body.fade-in {
    opacity: 1;
  }
  

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  

.main-content {
    flex: 1;
}

.container-nabvar-superior {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 16px 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-bottom: 4px solid #2980b9;
    transition: all 0.3s ease-in-out;
}

.containr-nav-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--ancho-maximo);
    margin: 0 auto;
    padding: 0 20px;
}

.a-hrf-img {
    display: flex;
    align-items: center;
}

.img-ppl-logo {
    width: 300px;
    height: 150px;
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    display: block; 
}



.ul-nabvar-ppl {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-left: 5rem;
}

.a-ppl {
    display: flex; 
    align-items: center; 
}

.a-log-title {
    width: 36px;
    height: 36px;
    object-fit: contain;
}



.a-ppl {
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-decoration: none;
    color: black;
    font-size: 1.5rem; 
    font-weight: 500;
    padding: 8px 12px; 
    display: flex;
    align-items: center;
    gap: 7px; 
    position: relative;
}

/* Asegúrate de que los li también estén más juntos */
.li-nabvar-ppl {
    display: inline-block;
    margin: 0 2px; /* reduce espacio entre enlaces */
}



.a-ppl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: var(--color-secundario);
    transition: width 0.3s ease-in-out;
}

.a-ppl:hover::after {
    width: 100%;
}

.a-ppl:hover {
    color: var(--color-hover);
}

/* Botón hamburguesa oculto por defecto */
.menu-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    color: var(--color-texto);
    cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .ul-nabvar-ppl {
        display: none;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        margin-top: 10px;
    }

    .ul-nabvar-ppl.show {
        display: flex;
    }
}


/* Responsividad */
@media (max-width: 768px) {
    .containr-nav-img {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ul-nabvar-ppl {
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }
}


/***Imagen****/
.container-img-fixed {
    position: relative;
    width: 100%;
    height: 100dvh;
    margin-top: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }
  
  
  .container-img-fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; 
  }
  

@media (max-width: 768px) {
  .video-background {
    width: 100%; 
    height: 50vh; 
  }
}

  
  
  .contenido-fixed {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 1.5rem;
  }
  
  .title-fixed-ppl {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  }
  
  .paragraph-title-fixed{
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  
  .ubicacion-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  
  .a.video-hrfe {
    text-decoration: none;
  }
  
  .icono-ubicacion {
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
    object-fit: contain;
  }
  
  
  .texto-ubicacion {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
  }
  
  @media screen and (max-width: 1024px) {
    
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 2.5rem;
    }
  
    .texto-ubicacion {
      font-size: 1.1rem;
    }
  
    .icono-ubicacion {
      width: 22px;
      height: 22px;
    }
  }
  
  @media (max-width: 768px) {
    .container-img-fixed {
      height: 50vh; 
      margin-top: 5rem; 
    }
  
  
  
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 2rem;
    }
  
    .texto-ubicacion {
      font-size: 1rem;
    }
  
    .icono-ubicacion {
      width: 20px;
      height: 20px;
    }
  }
  
  
  @media screen and (max-width: 480px) {
    .container-img-fixed {
      height: 50vh; 
      margin-top: 5rem
    }
  
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 1.5rem;
    }
  
    .texto-ubicacion {
      font-size: 0.9rem;
    }
  
    .icono-ubicacion {
      width: 18px;
      height: 18px;
    }
  }
  
  /* 320px — 480px: Dispositivos móviles */
@media screen and (max-width: 480px) {
    .container-img-fixed {
      height: 50vh; 
      margin-top: 5rem
    }
  
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 1.5rem;
    }
  
    .texto-ubicacion {
      font-size: 0.9rem;
    }
  
    .icono-ubicacion {
      width: 18px;
      height: 18px;
    }
  }
  
  /* 481px — 768px: iPads, Tabletas */
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .container-img-fixed {
      height: 50vh; 
      margin-top: 14rem
    }
  
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 2rem;
    }
  
    .texto-ubicacion {
      font-size: 1rem;
    }
  
    .icono-ubicacion {
      width: 20px;
      height: 20px;
    }
  }
  
  /* 769px — 1024px: pantallas pequeñas, laptops */
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 2.5rem;
    }
    
    .container-img-fixed{
      height: 50vh; 
      margin-top: 11rem
    }
  
    .texto-ubicacion {
      font-size: 1.1rem;
    }
  
    .icono-ubicacion {
      width: 22px;
      height: 22px;
    }
  }
  
  /* 1025px — 1200px: Computadoras de escritorio, pantallas grandes */
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 2.75rem;
    }
  
    .texto-ubicacion {
      font-size: 1.15rem;
    }
  
    .icono-ubicacion {
      width: 23px;
      height: 23px;
    }
  }
  
  /* 1201px y más — Pantallas extra-grandes, TV */
  @media screen and (min-width: 1201px) {
    .title-fixed-ppl {
        font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 3rem;
    }
  
    .texto-ubicacion {
      font-size: 1.2rem;
    }
  
    .icono-ubicacion {
      width: 24px;
      height: 24px;
    }
  }
  

/***Pilares***/
.container-pilares {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    max-width: 1000px;
    margin: 6rem auto;
    padding: 3rem 2rem;
    background-color: #f9f9f9;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.title-pilares {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-family: 'Segoe UI', sans-serif;
}

.paragrapfh-pilares {
    font-size: 1.3rem;
    color: #444;
    line-height: 1.8;
    font-family: 'Segoe UI', sans-serif;
    text-align: justify;
}

.str-info-import{
    color: #009688;
    font-weight: bold;
    text-transform: uppercase;
}

/* Efecto hover opcional */
.container-pilares:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
    .container-pilares {
        padding: 2rem 1.5rem;
    }

    .title-pilares {
        font-size: 2.2rem;
    }

    .paragrapfh-pilares {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .title-pilares {
        font-size: 1.8rem;
    }

    .paragrapfh-pilares {
        font-size: 1rem;
    }
}


/***Estilo cajita de imagenes***/
/***este estilo recibe el nombre de Responsive Grid with Centered Last Row**/
.container-link-images-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: 5rem auto;
    padding: 2rem;
    background: linear-gradient(145deg, #f9fafb, #e5e7eb);
    box-sizing: border-box;
    border-radius: 16px;
  }
  
  /* Card */
  .subcontainer-link-image {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow:
      0 4px 14px rgba(0, 0, 0, 0.05),
      0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.4s ease;
  }
  
  .subcontainer-link-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    border-color: #38bdf8;
  }
  
  .a-link-cont-imagen {
    display: block;
    width: 100%;
  }
  
  .img-link-sub-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
  }
  
  .a-link-cont-imagen:hover .img-link-sub-img {
    transform: scale(1.05);
    filter: brightness(0.85);
  }
  
  .paragraph.cont-img {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
    background-color: #0f172a;
    color: #f8fafc;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  /* Animación al aparecer */
  .subcontainer-link-image {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
  }
  
  .subcontainer-link-image.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* CENTRADO de los dos últimos si hay 5 elementos */
  .container-link-images-services[data-items="5"] > .subcontainer-link-image:nth-child(4),
  .container-link-images-services[data-items="5"] > .subcontainer-link-image:nth-child(5) {
    grid-column: span 1;
    justify-self: center;
  }
  
  /* MEDIA QUERIES */
  @media (max-width: 1024px) {
    .img-link-sub-img {
      height: 200px;
    }
  
    .paragraph.cont-img {
      font-size: 0.95rem;
    }
  
    .container-link-images-services[data-items="5"] > .subcontainer-link-image:nth-child(4),
    .container-link-images-services[data-items="5"] > .subcontainer-link-image:nth-child(5) {
      grid-column: auto;
      justify-self: stretch;
    }
  }
  
  @media (max-width: 768px) {
    .img-link-sub-img {
      height: 180px;
    }
  
    .paragraph.cont-img {
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .container-link-images-services {
      padding: 1.2rem;
      gap: 1.2rem;
    }
  
    .img-link-sub-img {
      height: 160px;
    }
  
    .paragraph.cont-img {
      font-size: 0.85rem;
    }
  }
  

/***estilo section y aside**/
.aside-section-politica {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 5rem;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px; 
}

.sect-sect-valores {
    flex: 1;
    max-width: 48%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-section-valores {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 5px;
  
    /* Estilos para animación */
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.8s ease-in-out;
  }
  
  /* Cuando se activa la animación */
  .img-section-valores.visible {
    opacity: 1;
    transform: translateX(0);
  }

  
  .img-section-valores {
    filter: blur(4px);
    transition: all 0.8s ease-in-out;
  }
  
  .img-section-valores.visible {
    filter: blur(0);
  }
  

.asd-valores {
    flex: 1;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.paragraph-asd-valores {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 1.2rem;
    padding: 20px;
    background-color: rgba(244, 244, 244, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    border-left: 5px solid #0d47a1;
    color: #B0B0B0; 
    position: relative;
}

/* Lista con viñetas personalizadas */
.list-values-grid {
    list-style: none;
    padding-left: 0;
    margin: 3rem auto;
    max-width: 1000px;
    display: grid;
    gap: 2rem;
  }
  
  .list-values-grid li {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 1.5rem;
    background: #f8fafc;
    padding: 1.8rem 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }
  
  .list-values-grid li:hover {
    transform: translateY(-3px);
  }
  
  .strong-text {
    font-weight: 700;
    color: #0f172a;
    font-size: 1.2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
  }
  
  .word-list {
    text-align: left;
    font-style: italic;
    color: #475569;
    font-size: 1.1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }

  .list-values-grid li {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  
  .list-values-grid li.anim-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  @media screen and (max-width: 480px) {
    .list-values-grid li {
      grid-template-columns: 1fr;
      padding: 1.5rem 1.2rem;
    }
  
    .strong-text {
      font-size: 1.05rem;
      margin-bottom: 0.3rem;
    }
  
    .word-list {
      font-size: 0.95rem;
    }
  }
  
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .list-values-grid li {
      grid-template-columns: 160px 1fr;
      padding: 1.6rem 1.5rem;
    }
  
    .strong-text {
      font-size: 1.1rem;
    }
  
    .word-list {
      font-size: 1rem;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .list-values-grid li {
      grid-template-columns: 200px 1fr;
    }
  
    .strong-text {
      font-size: 1.15rem;
    }
  
    .word-list {
      font-size: 1.05rem;
    }
  }
  
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .list-values-grid li {
      grid-template-columns: 220px 1fr;
    }
  
    .strong-text {
      font-size: 1.2rem;
    }
  
    .word-list {
      font-size: 1.1rem;
    }
  }
  
  @media screen and (min-width: 1201px) {
    .list-values-grid li {
      grid-template-columns: 240px 1fr;
    }
  
    .strong-text {
      font-size: 1.25rem;
    }
  
    .word-list {
      font-size: 1.15rem;
    }
  }

  
  

/* Resaltar palabras clave */
.strong-text {
    color: #009688;
    font-weight: bold;
    display: inline-block;
}

.asd-log {
    width: clamp(120px, 12vw, 220px);
    height: auto;
    margin-top: 5rem;
  }
  



@media (max-width: 1024px) {
    .sect-sect-valores {
        max-width: 45%;
    }

    .asd-valores {
        max-width: 50%;
    }

    .img-section-valores {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .aside-section-politica {
        flex-direction: column;
        align-items: center;
    }

    .sect-sect-valores,
    .asd-valores {
        max-width: 100%;
    }

    .img-section-valores {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .img-section-valores {
        max-width: 90%;
    }

    .paragraph-asd-valores {
        font-size: 1rem;
    }

    .asd-log {
        width: 60px;
    }
}


/****Estilo fixed proyectos******/
.contendor-proyect {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    background-image: url('/assets/img/img\ 2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.contendor-proyect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: -1;
}



.title-proyect {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
}

.paragrapf-proyect {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 1.2rem;
    text-align: justify;
    max-width: 800px;
    padding: 8px 12px;
    border-radius: 5px;
    margin-top: 10px;
}

.proyect-strg{
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    color: #009688;
    text-transform: uppercase;
}

/*****Politica****/
.container-politica-velco {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.title-politica-velco {
    font-size: 2.5rem;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    color: #333;
    margin-bottom: 20px;
}

.paragrapgh-politica-velco {
    width: 100%; 
    max-width: none; 
    box-sizing: border-box; 
    text-align: justify;
    font-size: 1.2rem;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    color: #666;
    line-height: 1.6;
    margin: 0; 
    padding: 15px;
    background-color: rgba(240, 240, 240, 0.8);
    border-radius: 8px;
}

.politic-velco-correo{
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    color: #009688;
}


/* Media Queries */
@media (max-width: 1024px) {
    .title-politica-velco {
        font-size: 2rem;
    }

    .paragrapgh-politica-velco {
        font-size: 1.1rem;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .title-politica-velco {
        font-size: 1.8rem;
    }

    .paragrapgh-politica-velco {
        font-size: 1rem;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .title-politica-velco {
        font-size: 1.5rem;
    }

    .paragrapgh-politica-velco {
        font-size: 0.95rem;
        padding: 10px;
    }
}

/***Estilos reds sociales**/
.social-container {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1000;
  }
  
  .social-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  /* Estilo para cada icono */
  .social-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #1f2937, #111827);
    border-radius: 50%;
    box-shadow: 
      4px 4px 8px rgba(0, 0, 0, 0.6),
      -4px -4px 8px rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
  }
  
  .social-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
  }
  
  /* Hover efecto glass con brillo */
  .social-icon:hover {
    transform: scale(1.15);
    box-shadow:
      0 0 10px rgba(56, 189, 248, 0.8),
      0 0 20px rgba(56, 189, 248, 0.6);
  }
  
  .social-icon:hover img {
    transform: rotate(10deg) scale(1.1);
    filter: brightness(1.4);
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .social-container {
      right: 5px;
    }
  
    .social-icon {
      width: 45px;
      height: 45px;
    }
  
    .social-icon img {
      width: 24px;
      height: 24px;
    }
  }
  
  @media (max-width: 480px) {
    .social-icon {
      width: 40px;
      height: 40px;
    }
  
    .social-icon img {
      width: 20px;
      height: 20px;
    }
  }
  



/*****Footer*****/
.container-footer {
    background: linear-gradient(135deg, #0f172a, #1e293b, #334155);
    color: #f1f5f9;
    padding: 3rem 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.4);
  }
  
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .footer-rights {
    text-align: center;
    font-size: 1.1rem;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }
  
  
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
  }
  
  .footer-list {
    list-style: none;
    padding: 0;
  }
  
  .footer-list li {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
  
  .footer-list li::before {
    content: "⤷"; /* flecha curva */
    margin-right: 0.5rem;
    color: #38bdf8; /* azul claro moderno */
    font-weight: bold;
  }
  
  .footer-list a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-list a:hover {
    color: #38bdf8;
    text-decoration: underline;
  }
  
  /* Media Queries */
  
  /* Dispositivos móviles */
  @media screen and (max-width: 480px) {
    .footer-columns {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-list li::before {
      content: "•"; /* punto elegante para móviles */
    }
  
    .footer-rights {
      font-size: 0.95rem;
    }
  }
  
  /* Tablets */
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .footer-columns {
      justify-content: center;
      gap: 3rem;
    }
  
    .footer-rights {
      font-size: 1rem;
    }
  }
  
  /* Laptops */
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .footer-list li {
      font-size: 1.05rem;
    }
  }
  
  /* Pantallas grandes y más */
  @media screen and (min-width: 1025px) {
    .footer-list li {
      font-size: 1.1rem;
    }
  }
  