.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}




* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* SFONDO PROFESSIONALE */
body {
  margin: 0;
  padding-top: 90px;
  overflow-x: hidden;

  font-family: 'Montserrat', Arial, sans-serif;

  background:
    linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6)),
    url("fondo3.jpg") no-repeat center center/cover;

  background-attachment: fixed;
  min-height: 100vh;
  color: white;
}


/*IMG*/
img {
    display: block;
    width: 100%;
    height: auto;
}

/*NAVBAR DELMENU*/
/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
        
        z-index: 1000;
}

/* CONTENITORE NAV */
.nav-container {
    width: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px 8px 8px, ;  
    margin: 0;
}

/*FORZAR LO SPAZIO LAD = 0*/
html, body {
    margin: 0;
    padding: 0;
}
/*LINEA VERTICAL DENTRO IDIOMA*/
.lang {
    display: flex;
    align-items: center;
    gap: 10px;

    border-left: 1px solid rgba(255,255,255,0.3); /* linea */
    padding-left: 15px;
    margin-left: 15px;
}

/*SMOOTH SCROLL*/
html{

    scroll-behavior: smooth;
}

/* MENU */
.menu a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.menu a:hover {
    color: #c8a96a;
}

/* BLOCCO DESTRO */
.right-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* LOGO */
.logo-box {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 12px; /*ALONTANA LOGO*/
}

.logo-box img {
    width: 80px; /*TAMAGNO LOGO*/
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.nombre {
    font-size: 18px; /*CAMBIA IL TAM DEL TT LOGs*/
    font-weight: 600;
    color: #c8a96a;
}
/*MENU DESTRA*/
.menu{

    display: flex;
    align-items: center ;
    gap: 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    /* GRASSETTO ELEGANTE*/
    text-transform: uppercase; /*MAISCOLO*/
    letter-spacing: 1.5px; /*SPAZIO TRA LETTERE PREMIM*/
    position: relative;
    transition: 0.3s;
}

/* EFFETTO LINEA SOTTO (BELLO) */
.menu a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #c8a96a;
    transition: 0.3s;
}
menu a:hover::after {
    width: 100%;
}

.menu a:hover {
    color: #c8a96a;
}
/* LINEA ORO SOTTO NAVBAR */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #c8a96a;
    margin-top: 5px;
}
/*EFFTO BELLO*/

.navbar { 
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);
}
/* NAVBAR CON FASCIA ORO */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;/*MISURA MENU*/
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* FASCIA DIETRO (OMBRA ORO) */
.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* altezza fascia */
    
    background: linear-gradient(
        to right,
        rgba(200,169,106,0.25),
        rgba(200,169,106,0.5),
        rgba(200,169,106,0.25)
    );

    filter: blur(10px);
    z-index: -1;
}
.lang {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.menu a,
.lang a {
    display: flex;
    align-items: center;
    height: 1000%;
}
/*TITULO 1*/
/* HERO (NUOVO) */
.hero {
    margin-top: 120px; /* 👈 evita il menu sopra */
    text-align: center;
    
}

/* TITOLO */
.hero h1 {
    width: 100%;
    text-align: center;
    font-size: 100px; /* TITULO GRANDE*/
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease;

}

/*EFFETO MAUSE*/
.hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.03); /* leggero zoom */
    transition: 0.3s;
    hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.05); /* leggero zoom */
    text-shadow: 0 0 15px rgba(200,169,106,0.6); /* glow */
}
}
/*SE ADDATTA ALLO SCHERMO*/
.hero h1 {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0, 7);

}
/* SOTTOTITOLO PROTECCION ESTRATEGICA*/
.hero p {
    font-size: 20px; /* più grande */
    color: #FFFFFF; /* bianco */
    letter-spacing: 5px; /* elegante */
    text-transform: uppercase; /* stile forte */
    font-weight: 300; /* leggero = elegante */
    margin-top: 15px;
    
}
.navbar {
    position: relative;
}

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 👈 sposta giù */
    width: 100%;
    height: 2px;
    background: #c8a96a;
}


/*BUTTONES*/
/* CONTENITORE BOTTONI */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px;
}
.buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOTTONE BASE */
.btn {
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* HOVER */
.btn:hover {
    background: #c8a96a;
    color: black;
}

/* WHATSAPP */
.btn-whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.btn-whatsapp:hover {
    background: #25D366;
    color: white;
}
/*PAGINA EVALUACION*/
/* SEZIONE */
.hero-eval {
    margin-top: 120px;
    text-align: center;
}

/* TITOLO UGUALE ALLA HOME */
.hero-eval h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 5vw;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;

    transition: 0.3s;
}

/* EFFETTO */
.hero-eval h1:hover {
    color: #c8a96a;
    transform: scale(1.05);
    text-shadow: 0 0 15px rgba(200,169,106,0.6);
}

/* SOTTOTITOLO */
.hero-eval p {
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
    margin-top: 10px;
}

/*CONTAINER 1*/
.contact-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
    box-shadow: 0 0 20px rgba(0,255,136,0.3);
}
.contact-box h3 {
    color: #00ff88;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.contact-box p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
form input,
form textarea,
form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.4);
    color: white;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}
.orm input:focus,
form textarea:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 10px rgba(0,255,136,0.5);
}
.btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

/*HOVER*/
.btn-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,255,136,0.6);
}
.divider {

    width: 2px;
    background: linear-gradient(to bottom,
    transparent, #00ff88, transparent);
    
}
/*COVERTURA NACIONA 1*/

.cobertura-text {
    background: rgba(0, 0, 0, 0.55); /* sfondo scuro */
    padding: 5PX;
    border-radius: 15px;

    backdrop-filter: blur(6px);
}
/**/
.cobertura-text {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.5)
    );
    border-left: 3px solid #00ff99; /* verde Argus */
}

.cobertura-text p {
    color: #e0e0e0;
    line-height: 1.6;
}

.lista-ciudades li {
    color: #ffffff;
    margin-bottom: 6px;
}



/**/
.contact-box i {
    color: #00ff88;
    margin-right: 10px;
    font-size: 18px;
}

/*BOTONECobertura Nacional e Internacional*/
/* CONTENITORE */
.coverage {
    margin-top: 20px;
    padding: 15px;
    border-left: 3px solid #00ff88;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    transition: 0.3s;
}

/* HOVER BOX */
.coverage:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,255,136,0.3);
}

/* TESTO */
.coverage p {
    color: #ddd;
    font-size: 18px;
    letter-spacing: 1px;
}

/* ICONA */
.coverage i {
    color: #00ff88;
    margin-right: 10px;
    animation: pulse 2s infinite;
}

/* ANIMAZIONE PULSANTE */
@keyframes pulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
    50% {
        transform: scale(1.2);
        text-shadow: 0 0 15px rgba(0,255,136,0.8);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
}
/*BUTTON RITORNAPAGINA EVALIACION*/
.back-home {
    margin-top: 30px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-back:hover {
    background: #c8a96a;
    color: black;
    box-shadow: 0 0 15px rgba(200,169,106,0.6);
    transform: translateY(-2px);
}
/*WHATSAPP-LINK*/
.whatsapp-link {
    color: #ffffff; /* 👈 bianco */
    text-decoration: none; /* toglie sottolineato */
    font-weight: 600;
}

.whatsapp-link:hover {
    color: #00ff88; /* verde al passaggio mouse */
}

/*QUIENES SOMOS*/
/* SOLO HOME - SEZIONE ABOUT */
.about-section {
    text-align: center;
    padding: 80px 20px;
}

/* titolo */
.about-section .about-title {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
}
/*ANIMAZIONE TITULO*/
.about-title {
    color: #ffffff; /* bianco normale */
    transition: color 0.3s ease; /* animazione fluida */
    font-weight: 700;
    letter-spacing: 4px;
}

/* quando passi il mouse */
.about-title:hover {
    color: #00ff88; /* verde */
}
.about-title:hover {
    color: #00ff88;
}
/*MISION VISION*/
/* SEZIONE */
.mv-section {
    padding: 80px 20px;
    text-align: center;
}

/* CONTAINER CENTRALE */
.mv-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* BOX */
.mv-box {
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

/* HOVER */
.mv-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
}

/* TITOLI */
.mv-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: 0.3s;
}
.section-title {
    text-transform: uppercase;
}

/* PARAGRAFO */
.mv-text {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* EFFETTO HOVER TITOLO */
.mv-title:hover {
    color: #00ff88;
}
/*SERVICIOS DE ELITE*/
/* SEZIONE */
.elite-section {
    text-align: center;
    padding: 100px 20px;
}

/* BOX SFONDO (tipo blur scuro) */
.elite-section {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
}

/* TITOLO */
.elite-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* LINEA SOTTO */
.elite-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #00ff88;
    margin: 10px auto 0;
    transition: 0.3s;
}

/* HOVER TITOLO */
.elite-title:hover {
    color: #00ff88;
}

/* LINEA cambia colore insieme */
.elite-title:hover::after {
    background: #ffffff;
}

/* TESTO */
.elite-text {
    font-family: 'Montserrat', Arial, sans-serif;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
/*SECURIDAD*/
/* SEZIONE GENERICA */
.security-section {
    text-align: center;
    padding: 80px 20px;
}
.security-box {
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    max-width: 1100px;
    margin: auto;
    text-align: center;
    
}

/* TITOLO STANDARD (riutilizzabile anche altrove) */
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}

/* HOVER SOLO COLORE */
.section-title:hover {
    color: #00ff88;
}

/* TESTO STANDARD */
.video-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;

    width: 100%;
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
    padding: 0; /* IMPORTANTE */
}




.video-grid video {
    width: 260px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    flex: 0 0 auto;
    transition: 0.3s;
}

/* HOVER elegante */
.video-grid video:hover {
    transform: scale(1.05);
}
/*BOTT SECURITY*/
.btn-security {
    position: relative;
    top: 30px;
}

/*INVESTIGACION*/

/* BLOCCO 2INVESTIGACION PRIVADA*/
/* Layout per Investigazione */
.investigacion-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto; /* Spazio dal blocco sopra */
    padding: 40px;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left; /* Testo a sinistra */
}

.investigacion-content {
    flex: 1;
}

.investigacion-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.titulo-bello {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid #25d366; /* Linea verde a lato del titolo */
    padding-left: 15px;
}

.texto-investigacion {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Checklist stilizzata */
.checklist-investigacion {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.checklist-investigacion li {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checklist-investigacion .check {
    color: #25d366;
    margin-right: 12px;
    font-weight: bold;
}

/* Video singolo */
.video-box-single {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.video-box-single video {
    width: 100%;
    display: block;
}

.boton-container-left {
    margin-top: 20px;
}

/* Responsive per cellulari: mette il video sotto il testo */
@media (max-width: 768px) {
    .investigacion-container {
        flex-direction: column;
        text-align: center;
    }
    .titulo-bello {
        border-left: none;
        padding-left: 0;
    }
    .checklist-investigacion li {
        justify-content: center;
    }
}



/*CONTAINER3 ALQUILER DE VEHICULO*/
.operaciones-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;
    

    /* ✨ stile coerente */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.08);

    text-align: left;
}

.operaciones-content {
    flex: 1;
    color: white;
}

.operaciones-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Titolo */
.titulo-bello-alt {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .operaciones-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .titulo-bello-alt {
        border-left: none;
        padding-left: 0;
    }
}

/*BUTTONE OPERAZIONES SPECIALES*/
/* SOLO bottone operazioni */
.btn-operaciones {
    color: white;
    text-decoration: none;

    border: 2px solid #00ff88;
    border-radius: 8px;

    padding: 12px 28px;
    font-weight: bold;
    text-transform: uppercase;

    background: transparent;
    transition: 0.3s;
}

/* hover */
.btn-operaciones:hover {
    background: #00ff88;
    color: #0b0f1a;
    box-shadow: 0 0 15px rgba(0,255,136,0.5);
}
/* SOLO posizione bottone */
.boton-container-left {
    display: flex;
    justify-content: flex-end; /* 👉 lo manda a destra */
    margin-top: 20px;
}/*REDUCE TUTTI VIDEO*/
.video-box-single video {
    width: 100%;
    max-height: 300px; /* 🔥 riduce altezza */
    object-fit: cover; /* taglia senza deformare */
    border-radius: 15px;
}

/*SEGURDAD EJECUTIVA*/
.ejecutiva-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;

    background: rgba(255, 255, 255, 0.05); /* leggero trasparente */
    border-radius: 15px;
    backdrop-filter: blur(8px);
}

.ejecutiva-fotos {
    flex: 1;
    display: flex;
    gap: 15px;
}

.foto-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.foto-bella {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.foto-bella:hover {
    transform: scale(1.05);
}

.ejecutiva-content {
    flex: 1;
}
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column;
        text-align: center;
    }

    .ejecutiva-fotos {
        flex-direction: column;
    }
}

/* Titolo */
.titulo-vivo {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}





/* Responsive per mobile */
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .ejecutiva-fotos {
        width: 100%;
    }
    .ejecutiva-content {
        text-align: center;
    }
}
.titulo-vivo {
    text-transform: uppercase;
}

/* Bottone premium SOLO per solicitar */
.btn-solicitar {
    display: inline-block;
    padding: 12px 28px;

    border: 2px solid rgb(200, 169, 106); /* oro */
    color: rgb(200, 169, 106);

    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;

    border-radius: 8px;

    transition: all 0.3s ease;
}
/*FOTOER*/
/* FOOTER */
.site-footer {
    background: #0a0a0a;
    border-top: 1px solid #25d366;
    padding: 40px 20px;
    color: white;
    margin-top: 50px;
}

/* container */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* sinistra */
.footer-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* logo */
.footer-logo {
    width: 60px;
}

/* info */
.footer-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #ccc;
}

/* brand */
.footer-brand {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer {

    margin-top: 80px;
    padding: 40px;
}

/* verde */
.verde {
    color: #25d366;
}

/* destra */
.footer-right {
    text-align: right;
}

/* copy */
.footer-copy {
    font-size: 14px;
    color: #ccc;
}

/* servizi */
.footer-services {
    font-size: 14px;
    color: #25d366;
    font-weight: bold;
    margin: 5px 0;
}

/* instagram */
.footer-instagram {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    transition: 0.3s;
}

.footer-instagram img {
    width: 20px;
    filter: invert(1);
}

.footer-instagram:hover {
    color: #25d366;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-instagram {
        justify-content: center;
    }
}

.footer-credit {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}
/*MALU*/
.footer-credit {
    margin-top: 15px;
    text-align: right; /* lo porta a destra */
    width: 100%;
}

.footer-credit a {
    font-size: 12px;
    color: #aaa; /* più elegante del blu */
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
}

.footer-credit a:hover {
    color: #25d366; /* verde brand */
    opacity: 1;
}
/*PAGINA ALINADOS*/
/* SOLO titolo aliados - non rompe global */
.aliados-special {
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.4);
    display: block;
    text-align: center;
    font-size: 3.5rem;
    margin: 50px;
}


/* linea elegante */
.aliados-special::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    margin: 10px auto 0;

    background: linear-gradient(90deg, #00c6ff, #00ff88);
    border-radius: 2px;
}


/* hover leggero (senza rompere layout) */
.aliados-special:hover {
    text-shadow: 0 0 18px rgba(0, 255, 136, 0.6);
}
/*PARAGRAFO */
/* SOLO pagina aliados */
.aliados-text {
    text-align: center;
    max-width: 700px;
    margin: 10px auto 40px;

    font-size: 1.1rem;
    line-height: 1.6;

    color: #ccc;
    letter-spacing: 1px;
}
/* container oscuro elegante */
.aliados-box {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px 30px;

    background: rgba(0, 0, 0, 0.1); /* effetto scuro */
    border-radius: 15px;

    text-align: center;

    backdrop-filter: blur(8px); /* effetto premium */
}
/*CONTAINER 2*/
/* CONTAINER */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4); /* più elegante */
    backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,0.08);

    transition: 0.3s;
}

/* HOVER LEGGERO */
.aliado-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* TESTO */
.aliado-texto {
    flex: 1;
}

/* TITOLO */
.aliado-titulo {
    color: rgb(200, 169, 106); /* oro VIP */
    margin-bottom: 15px;

    font-size: 1.6rem;
    letter-spacing: 1px;
}

/* PARAGRAFI */
.aliado-texto p {
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* LINK LABEL */
.link-ref {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #aaa;
}

/* LINK */
.aliado-texto a {
    color: rgb(200, 169, 106);
    text-decoration: none;
    font-weight: 500;
}

.aliado-texto a:hover {
    text-decoration: underline;
}

/* container */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

/* SINISTRA */
.aliado-texto {
    flex: 1;
    text-align: left; /* 🔥 importante */
}

/* titolo */
.aliado-titulo {
    color: rgb(200, 169, 106);
    margin-bottom: 15px;
}

/* paragrafo */
.aliado-texto p {
    margin-bottom: 10px;
}

/* link sotto */
.aliado-texto a {
    display: inline-block;
    margin-top: 5px;
}

/* DESTRA logo */
.aliado-img {
    flex-shrink: 0;
}

.aliado-img img {
    width: 140px;
}
/*CONTAINER4*/
/* Inverte layout (testo sinistra, immagine destra) */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    
}

/* Titolo più grande */
.big-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragrafo più elegante */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive (importantissimo) */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
    }
}
/* Layout */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

/* FOTO più piccola e elegante */
.small-img img {
    width: 320px; /* 🔥 ridotta */
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;

    /* effetto premium */
    box-shadow: 0 10px 30px rgba(245, 220, 220, 0.6);
    opacity: 0.95;
}

/* Titolo forte */
.titulo-strong {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;

    /* effetto elegante */
    text-transform: uppercase;
}

/* Paragrafo bello */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
        text-align: center;
    }

    .small-img img {
        width: 90%;
    }
}

/*CONTACTO*/


.contacto {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    margin-top: 100px;
}

.cobertura-img {

    margin-right: 30px;
}
.cobertura-img img {
    margin-top: 50px;
}


.titulo-contacto {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subtexto {
    text-align: center;
    max-width: 700PX;
    margin: 0 auto 40px;
    color: #ccc;
}

.contacto-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}




/**/
.contacto .item {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}




.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.iconos img {
    width: 32px;
    transition: 0.3s;
}

/* effetto hover */
.iconos img:hover {
    transform: scale(1.2);
}
/* container */
.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* bottone */
.icon-btn {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.08);
    border-radius: 50%;

    transition: 0.3s;
}

/* icona */
.icon-btn img {
    width: 28px;
}

/* hover effetto premium */
.icon-btn:hover {
    transform: translateY(-5px);
    background: #25d366; /* verde WhatsApp */
}

/*BOTON RETORNO DELLA PAGINA ALIADOS*/
/* BOTON RETORNO */
.btn-retorno {
    position: absolute;
    top: 40px;
    right: 40px;

    padding: 10px 20px;
    border-radius: 30px;

    background: rgba(0,0,0,0.6);
    color: #fff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}

.btn-retorno:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
}
/*MAPA CONTACTT*/
/* SEZIONE VIDEO + MAPPA */
.media-mapa {
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 60px auto;


}

/* BOX */
.media-box {
    flex: 1;
    padding: 20px;
    border-radius: 15px;

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* VIDEO */
.media-box video {
    width: 90%;
    height: 220px;
    
    object-fit: cover;
    border-radius: 10px;
}

/* MAPPA */
.media-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: none;
}
.media-box.mapa

/* TITOLO MAPPA */
.map-title {
    color: #00ff99;
    margin-bottom: 10px;
}
/*SU TELEFONO SI METTE PERFETTO*/
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    padding: 10px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .nav-links a {
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }

  p {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .hero {
    height: auto;
    padding: 40px 10px;
    text-align: center;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 14px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}


/*BOTN PAGINA CONTATT*/
.btn-home {
    position: fixed; /* 👈 sempre visibile */
    top: 20px;
    right: 30px; /* 👈 a destra */

    background: rgba(0,0,0,0.6);
    color: #fff;

    padding: 10px 18px;
    border-radius: 25px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 500;

    backdrop-filter: blur(10px);

    transition: all 0.3s ease;
    z-index: 999;
}

.btn-home:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,255,153,0.4);
}
/*FONDO PER CAMBA*/
.page-contacto {
    background: url("fondo-contacto.jpg") no-repeat center center/cover;
}

.page-contacto {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.9)
    ),
    url("fondo-contacto.jpg") center/cover;


}

/*PARAGRAFO  QUIENES SOMO*/
.about-text {
    
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 17px;
  color: rgba(255,255,255,0.85);

}





about-highlight {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;

    padding: 20px 25px;
    margin-bottom: 25px;

    border-left: 4px solid #00ff99;

    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);

    box-shadow: 
        0 0 15px rgba(0,255,150,0.15),
        0 0 30px rgba(0,255,150,0.05);

    line-height: 1.7;

    transition: 0.3s ease;
}

/* 🔥 HOVER (effetto premium) */
.about-highlight:hover {
    transform: translateX(5px);

    box-shadow: 
        0 0 25px rgba(0,255,150,0.4),
        0 0 50px rgba(0,255,150,0.2);

    border-left: 4px solid #00ffaa;
}

/*CONFIGURACION PER CELLULAR*/
/* 📱 MOBILE SAFE (non rompe il design) */
@media (max-width: 768px) {

    /* testo adattato */
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    p { font-size: 16px; }

    /* container grid → 1 colonna */
    .servicios-container,
    .contacto-grid,
    .cobertura-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    /* immagini sempre corrette */
    img {
        max-width: 100%;
        height: auto;
    }

    /* video responsive */
    video {
        width: 100%;
        height: auto;
    }

    /* bottoni più grandi */
    .btn,
    .btn-whatsapp,
    .btn-home {
        padding: 12px 20px;
        font-size: 16px;
    }

}

/*PER SISTEMAR ILMENU EN EL CELLULARE*/
/* FIX SOLO MOBILE MENU */
@media (max-width: 768px) {

    nav {
        overflow-x: auto;
    }

    nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    nav ul li {
        flex: 0 0 auto;
    }
}





/* SOLO MOBILE - NON TOCCA DESKTOP */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* Limita solo i contenitori principali */
  .container, 
  .nav-container,
  .hero,
  .section {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fix elementi troppo larghi */
  img, video {
    max-width: 100%;
    height: auto;
  }
.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}




* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* SFONDO PROFESSIONALE */
body {
  margin: 0;
  padding-top: 90px;
  overflow-x: hidden;

  font-family: 'Montserrat', Arial, sans-serif;

  background:
    linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6)),
    url("fondo3.jpg") no-repeat center center/cover;

  background-attachment: fixed;
  min-height: 100vh;
  color: white;
}


/*IMG*/
img {
    display: block;
    width: 100%;
    height: auto;
}

/*NAVBAR DELMENU*/
/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
        
        z-index: 1000;
}

/* CONTENITORE NAV */
.nav-container {
    width: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px 8px 8px, ;  
    margin: 0;
}

/*FORZAR LO SPAZIO LAD = 0*/
html, body {
    margin: 0;
    padding: 0;
}
/*LINEA VERTICAL DENTRO IDIOMA*/
.lang {
    display: flex;
    align-items: center;
    gap: 10px;

    border-left: 1px solid rgba(255,255,255,0.3); /* linea */
    padding-left: 15px;
    margin-left: 15px;
}

/*SMOOTH SCROLL*/
html{

    scroll-behavior: smooth;
}

/* MENU */
.menu a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.menu a:hover {
    color: #c8a96a;
}

/* BLOCCO DESTRO */
.right-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* LOGO */
.logo-box {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 12px; /*ALONTANA LOGO*/
}

.logo-box img {
    width: 80px; /*TAMAGNO LOGO*/
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.nombre {
    font-size: 18px; /*CAMBIA IL TAM DEL TT LOGs*/
    font-weight: 600;
    color: #c8a96a;
}
/*MENU DESTRA*/
.menu{

    display: flex;
    align-items: center ;
    gap: 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    /* GRASSETTO ELEGANTE*/
    text-transform: uppercase; /*MAISCOLO*/
    letter-spacing: 1.5px; /*SPAZIO TRA LETTERE PREMIM*/
    position: relative;
    transition: 0.3s;
}

/* EFFETTO LINEA SOTTO (BELLO) */
.menu a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #c8a96a;
    transition: 0.3s;
}
menu a:hover::after {
    width: 100%;
}

.menu a:hover {
    color: #c8a96a;
}
/* LINEA ORO SOTTO NAVBAR */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #c8a96a;
    margin-top: 5px;
}
/*EFFTO BELLO*/

.navbar { 
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);
}
/* NAVBAR CON FASCIA ORO */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;/*MISURA MENU*/
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* FASCIA DIETRO (OMBRA ORO) */
.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* altezza fascia */
    
    background: linear-gradient(
        to right,
        rgba(200,169,106,0.25),
        rgba(200,169,106,0.5),
        rgba(200,169,106,0.25)
    );

    filter: blur(10px);
    z-index: -1;
}
.lang {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.menu a,
.lang a {
    display: flex;
    align-items: center;
    height: 1000%;
}
/*TITULO 1*/
/* HERO (NUOVO) */
.hero {
    margin-top: 120px; /* 👈 evita il menu sopra */
    text-align: center;
    
}

/* TITOLO */
.hero h1 {
    width: 100%;
    text-align: center;
    font-size: 100px; /* TITULO GRANDE*/
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease;

}

/*EFFETO MAUSE*/
.hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.03); /* leggero zoom */
    transition: 0.3s;
    hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.05); /* leggero zoom */
    text-shadow: 0 0 15px rgba(200,169,106,0.6); /* glow */
}
}
/*SE ADDATTA ALLO SCHERMO*/
.hero h1 {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0, 7);

}
/* SOTTOTITOLO PROTECCION ESTRATEGICA*/
.hero p {
    font-size: 20px; /* più grande */
    color: #FFFFFF; /* bianco */
    letter-spacing: 5px; /* elegante */
    text-transform: uppercase; /* stile forte */
    font-weight: 300; /* leggero = elegante */
    margin-top: 15px;
    
}
.navbar {
    position: relative;
}

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 👈 sposta giù */
    width: 100%;
    height: 2px;
    background: #c8a96a;
}


/*BUTTONES*/
/* CONTENITORE BOTTONI */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px;
}
.buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOTTONE BASE */
.btn {
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* HOVER */
.btn:hover {
    background: #c8a96a;
    color: black;
}

/* WHATSAPP */
.btn-whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.btn-whatsapp:hover {
    background: #25D366;
    color: white;
}
/*PAGINA EVALUACION*/
/* SEZIONE */
.hero-eval {
    margin-top: 120px;
    text-align: center;
}

/* TITOLO UGUALE ALLA HOME */
.hero-eval h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 5vw;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;

    transition: 0.3s;
}

/* EFFETTO */
.hero-eval h1:hover {
    color: #c8a96a;
    transform: scale(1.05);
    text-shadow: 0 0 15px rgba(200,169,106,0.6);
}

/* SOTTOTITOLO */
.hero-eval p {
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
    margin-top: 10px;
}

/*CONTAINER 1*/
.contact-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
    box-shadow: 0 0 20px rgba(0,255,136,0.3);
}
.contact-box h3 {
    color: #00ff88;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.contact-box p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
form input,
form textarea,
form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.4);
    color: white;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}
.orm input:focus,
form textarea:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 10px rgba(0,255,136,0.5);
}
.btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

/*HOVER*/
.btn-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,255,136,0.6);
}
.divider {

    width: 2px;
    background: linear-gradient(to bottom,
    transparent, #00ff88, transparent);
    
}
/*COVERTURA NACIONA 1*/

.cobertura-text {
    background: rgba(0, 0, 0, 0.55); /* sfondo scuro */
    padding: 5PX;
    border-radius: 15px;

    backdrop-filter: blur(6px);
}
/**/
.cobertura-text {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.5)
    );
    border-left: 3px solid #00ff99; /* verde Argus */
}

.cobertura-text p {
    color: #e0e0e0;
    line-height: 1.6;
}

.lista-ciudades li {
    color: #ffffff;
    margin-bottom: 6px;
}



/**/
.contact-box i {
    color: #00ff88;
    margin-right: 10px;
    font-size: 18px;
}

/*BOTONECobertura Nacional e Internacional*/
/* CONTENITORE */
.coverage {
    margin-top: 20px;
    padding: 15px;
    border-left: 3px solid #00ff88;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    transition: 0.3s;
}

/* HOVER BOX */
.coverage:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,255,136,0.3);
}

/* TESTO */
.coverage p {
    color: #ddd;
    font-size: 18px;
    letter-spacing: 1px;
}

/* ICONA */
.coverage i {
    color: #00ff88;
    margin-right: 10px;
    animation: pulse 2s infinite;
}

/* ANIMAZIONE PULSANTE */
@keyframes pulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
    50% {
        transform: scale(1.2);
        text-shadow: 0 0 15px rgba(0,255,136,0.8);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
}
/*BUTTON RITORNAPAGINA EVALIACION*/
.back-home {
    margin-top: 30px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-back:hover {
    background: #c8a96a;
    color: black;
    box-shadow: 0 0 15px rgba(200,169,106,0.6);
    transform: translateY(-2px);
}
/*WHATSAPP-LINK*/
.whatsapp-link {
    color: #ffffff; /* 👈 bianco */
    text-decoration: none; /* toglie sottolineato */
    font-weight: 600;
}

.whatsapp-link:hover {
    color: #00ff88; /* verde al passaggio mouse */
}

/*QUIENES SOMOS*/
/* SOLO HOME - SEZIONE ABOUT */
.about-section {
    text-align: center;
    padding: 80px 20px;
}

/* titolo */
.about-section .about-title {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
}
/*ANIMAZIONE TITULO*/
.about-title {
    color: #ffffff; /* bianco normale */
    transition: color 0.3s ease; /* animazione fluida */
    font-weight: 700;
    letter-spacing: 4px;
}

/* quando passi il mouse */
.about-title:hover {
    color: #00ff88; /* verde */
}
.about-title:hover {
    color: #00ff88;
}
/*MISION VISION*/
/* SEZIONE */
.mv-section {
    padding: 80px 20px;
    text-align: center;
}

/* CONTAINER CENTRALE */
.mv-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* BOX */
.mv-box {
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

/* HOVER */
.mv-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
}

/* TITOLI */
.mv-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: 0.3s;
}
.section-title {
    text-transform: uppercase;
}

/* PARAGRAFO */
.mv-text {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* EFFETTO HOVER TITOLO */
.mv-title:hover {
    color: #00ff88;
}
/*SERVICIOS DE ELITE*/
/* SEZIONE */
.elite-section {
    text-align: center;
    padding: 100px 20px;
}

/* BOX SFONDO (tipo blur scuro) */
.elite-section {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
}

/* TITOLO */
.elite-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* LINEA SOTTO */
.elite-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #00ff88;
    margin: 10px auto 0;
    transition: 0.3s;
}

/* HOVER TITOLO */
.elite-title:hover {
    color: #00ff88;
}

/* LINEA cambia colore insieme */
.elite-title:hover::after {
    background: #ffffff;
}

/* TESTO */
.elite-text {
    font-family: 'Montserrat', Arial, sans-serif;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
/*SECURIDAD*/
/* SEZIONE GENERICA */
.security-section {
    text-align: center;
    padding: 80px 20px;
}
.security-box {
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    max-width: 1100px;
    margin: auto;
    text-align: center;
    
}

/* TITOLO STANDARD (riutilizzabile anche altrove) */
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}

/* HOVER SOLO COLORE */
.section-title:hover {
    color: #00ff88;
}

/* TESTO STANDARD */
.video-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;

    width: 100%;
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
    padding: 0; /* IMPORTANTE */
}




.video-grid video {
    width: 260px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    flex: 0 0 auto;
    transition: 0.3s;
}

/* HOVER elegante */
.video-grid video:hover {
    transform: scale(1.05);
}
/*BOTT SECURITY*/
.btn-security {
    position: relative;
    top: 30px;
}

/*INVESTIGACION*/

/* BLOCCO 2INVESTIGACION PRIVADA*/
/* Layout per Investigazione */
.investigacion-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto; /* Spazio dal blocco sopra */
    padding: 40px;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left; /* Testo a sinistra */
}

.investigacion-content {
    flex: 1;
}

.investigacion-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.titulo-bello {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid #25d366; /* Linea verde a lato del titolo */
    padding-left: 15px;
}

.texto-investigacion {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Checklist stilizzata */
.checklist-investigacion {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.checklist-investigacion li {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checklist-investigacion .check {
    color: #25d366;
    margin-right: 12px;
    font-weight: bold;
}

/* Video singolo */
.video-box-single {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.video-box-single video {
    width: 100%;
    display: block;
}

.boton-container-left {
    margin-top: 20px;
}

/* Responsive per cellulari: mette il video sotto il testo */
@media (max-width: 768px) {
    .investigacion-container {
        flex-direction: column;
        text-align: center;
    }
    .titulo-bello {
        border-left: none;
        padding-left: 0;
    }
    .checklist-investigacion li {
        justify-content: center;
    }
}



/*CONTAINER3 ALQUILER DE VEHICULO*/
.operaciones-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;
    

    /* ✨ stile coerente */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.08);

    text-align: left;
}

.operaciones-content {
    flex: 1;
    color: white;
}

.operaciones-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Titolo */
.titulo-bello-alt {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .operaciones-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .titulo-bello-alt {
        border-left: none;
        padding-left: 0;
    }
}

/*BUTTONE OPERAZIONES SPECIALES*/
/* SOLO bottone operazioni */
.btn-operaciones {
    color: white;
    text-decoration: none;

    border: 2px solid #00ff88;
    border-radius: 8px;

    padding: 12px 28px;
    font-weight: bold;
    text-transform: uppercase;

    background: transparent;
    transition: 0.3s;
}

/* hover */
.btn-operaciones:hover {
    background: #00ff88;
    color: #0b0f1a;
    box-shadow: 0 0 15px rgba(0,255,136,0.5);
}
/* SOLO posizione bottone */
.boton-container-left {
    display: flex;
    justify-content: flex-end; /* 👉 lo manda a destra */
    margin-top: 20px;
}/*REDUCE TUTTI VIDEO*/
.video-box-single video {
    width: 100%;
    max-height: 300px; /* 🔥 riduce altezza */
    object-fit: cover; /* taglia senza deformare */
    border-radius: 15px;
}

/*SEGURDAD EJECUTIVA*/
.ejecutiva-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;

    background: rgba(255, 255, 255, 0.05); /* leggero trasparente */
    border-radius: 15px;
    backdrop-filter: blur(8px);
}

.ejecutiva-fotos {
    flex: 1;
    display: flex;
    gap: 15px;
}

.foto-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.foto-bella {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.foto-bella:hover {
    transform: scale(1.05);
}

.ejecutiva-content {
    flex: 1;
}
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column;
        text-align: center;
    }

    .ejecutiva-fotos {
        flex-direction: column;
    }
}

/* Titolo */
.titulo-vivo {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}





/* Responsive per mobile */
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .ejecutiva-fotos {
        width: 100%;
    }
    .ejecutiva-content {
        text-align: center;
    }
}
.titulo-vivo {
    text-transform: uppercase;
}

/* Bottone premium SOLO per solicitar */
.btn-solicitar {
    display: inline-block;
    padding: 12px 28px;

    border: 2px solid rgb(200, 169, 106); /* oro */
    color: rgb(200, 169, 106);

    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;

    border-radius: 8px;

    transition: all 0.3s ease;
}
/*FOTOER*/
/* FOOTER */
.site-footer {
    background: #0a0a0a;
    border-top: 1px solid #25d366;
    padding: 40px 20px;
    color: white;
    margin-top: 50px;
}

/* container */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* sinistra */
.footer-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* logo */
.footer-logo {
    width: 60px;
}

/* info */
.footer-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #ccc;
}

/* brand */
.footer-brand {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer {

    margin-top: 80px;
    padding: 40px;
}

/* verde */
.verde {
    color: #25d366;
}

/* destra */
.footer-right {
    text-align: right;
}

/* copy */
.footer-copy {
    font-size: 14px;
    color: #ccc;
}

/* servizi */
.footer-services {
    font-size: 14px;
    color: #25d366;
    font-weight: bold;
    margin: 5px 0;
}

/* instagram */
.footer-instagram {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    transition: 0.3s;
}

.footer-instagram img {
    width: 20px;
    filter: invert(1);
}

.footer-instagram:hover {
    color: #25d366;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-instagram {
        justify-content: center;
    }
}

.footer-credit {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}
/*MALU*/
.footer-credit {
    margin-top: 15px;
    text-align: right; /* lo porta a destra */
    width: 100%;
}

.footer-credit a {
    font-size: 12px;
    color: #aaa; /* più elegante del blu */
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
}

.footer-credit a:hover {
    color: #25d366; /* verde brand */
    opacity: 1;
}
/*PAGINA ALINADOS*/
/* SOLO titolo aliados - non rompe global */
.aliados-special {
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.4);
    display: block;
    text-align: center;
    font-size: 3.5rem;
    margin: 50px;
}


/* linea elegante */
.aliados-special::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    margin: 10px auto 0;

    background: linear-gradient(90deg, #00c6ff, #00ff88);
    border-radius: 2px;
}


/* hover leggero (senza rompere layout) */
.aliados-special:hover {
    text-shadow: 0 0 18px rgba(0, 255, 136, 0.6);
}
/*PARAGRAFO */
/* SOLO pagina aliados */
.aliados-text {
    text-align: center;
    max-width: 700px;
    margin: 10px auto 40px;

    font-size: 1.1rem;
    line-height: 1.6;

    color: #ccc;
    letter-spacing: 1px;
}
/* container oscuro elegante */
.aliados-box {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px 30px;

    background: rgba(0, 0, 0, 0.1); /* effetto scuro */
    border-radius: 15px;

    text-align: center;

    backdrop-filter: blur(8px); /* effetto premium */
}
/*CONTAINER 2*/
/* CONTAINER */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4); /* più elegante */
    backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,0.08);

    transition: 0.3s;
}

/* HOVER LEGGERO */
.aliado-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* TESTO */
.aliado-texto {
    flex: 1;
}

/* TITOLO */
.aliado-titulo {
    color: rgb(200, 169, 106); /* oro VIP */
    margin-bottom: 15px;

    font-size: 1.6rem;
    letter-spacing: 1px;
}

/* PARAGRAFI */
.aliado-texto p {
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* LINK LABEL */
.link-ref {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #aaa;
}

/* LINK */
.aliado-texto a {
    color: rgb(200, 169, 106);
    text-decoration: none;
    font-weight: 500;
}

.aliado-texto a:hover {
    text-decoration: underline;
}

/* container */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

/* SINISTRA */
.aliado-texto {
    flex: 1;
    text-align: left; /* 🔥 importante */
}

/* titolo */
.aliado-titulo {
    color: rgb(200, 169, 106);
    margin-bottom: 15px;
}

/* paragrafo */
.aliado-texto p {
    margin-bottom: 10px;
}

/* link sotto */
.aliado-texto a {
    display: inline-block;
    margin-top: 5px;
}

/* DESTRA logo */
.aliado-img {
    flex-shrink: 0;
}

.aliado-img img {
    width: 140px;
}
/*CONTAINER4*/
/* Inverte layout (testo sinistra, immagine destra) */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    
}

/* Titolo più grande */
.big-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragrafo più elegante */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive (importantissimo) */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
    }
}
/* Layout */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

/* FOTO più piccola e elegante */
.small-img img {
    width: 320px; /* 🔥 ridotta */
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;

    /* effetto premium */
    box-shadow: 0 10px 30px rgba(245, 220, 220, 0.6);
    opacity: 0.95;
}

/* Titolo forte */
.titulo-strong {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;

    /* effetto elegante */
    text-transform: uppercase;
}

/* Paragrafo bello */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
        text-align: center;
    }

    .small-img img {
        width: 90%;
    }
}

/*CONTACTO*/


.contacto {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    margin-top: 100px;
}

.cobertura-img {

    margin-right: 30px;
}
.cobertura-img img {
    margin-top: 50px;
}


.titulo-contacto {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subtexto {
    text-align: center;
    max-width: 700PX;
    margin: 0 auto 40px;
    color: #ccc;
}

.contacto-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}




/**/
.contacto .item {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}




.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.iconos img {
    width: 32px;
    transition: 0.3s;
}

/* effetto hover */
.iconos img:hover {
    transform: scale(1.2);
}
/* container */
.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* bottone */
.icon-btn {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.08);
    border-radius: 50%;

    transition: 0.3s;
}

/* icona */
.icon-btn img {
    width: 28px;
}

/* hover effetto premium */
.icon-btn:hover {
    transform: translateY(-5px);
    background: #25d366; /* verde WhatsApp */
}

/*BOTON RETORNO DELLA PAGINA ALIADOS*/
/* BOTON RETORNO */
.btn-retorno {
    position: absolute;
    top: 40px;
    right: 40px;

    padding: 10px 20px;
    border-radius: 30px;

    background: rgba(0,0,0,0.6);
    color: #fff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}

.btn-retorno:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
}
/*MAPA CONTACTT*/
/* SEZIONE VIDEO + MAPPA */
.media-mapa {
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 60px auto;


}

/* BOX */
.media-box {
    flex: 1;
    padding: 20px;
    border-radius: 15px;

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* VIDEO */
.media-box video {
    width: 90%;
    height: 220px;
    
    object-fit: cover;
    border-radius: 10px;
}

/* MAPPA */
.media-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: none;
}
.media-box.mapa

/* TITOLO MAPPA */
.map-title {
    color: #00ff99;
    margin-bottom: 10px;
}
/*SU TELEFONO SI METTE PERFETTO*/
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    padding: 10px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .nav-links a {
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }

  p {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .hero {
    height: auto;
    padding: 40px 10px;
    text-align: center;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 14px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}


/*BOTN PAGINA CONTATT*/
.btn-home {
    position: fixed; /* 👈 sempre visibile */
    top: 20px;
    right: 30px; /* 👈 a destra */

    background: rgba(0,0,0,0.6);
    color: #fff;

    padding: 10px 18px;
    border-radius: 25px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 500;

    backdrop-filter: blur(10px);

    transition: all 0.3s ease;
    z-index: 999;
}

.btn-home:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,255,153,0.4);
}
/*FONDO PER CAMBA*/
.page-contacto {
    background: url("fondo-contacto.jpg") no-repeat center center/cover;
}

.page-contacto {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.9)
    ),
    url("fondo-contacto.jpg") center/cover;


}

/*PARAGRAFO  QUIENES SOMO*/
.about-text {
    
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 17px;
  color: rgba(255,255,255,0.85);

}





about-highlight {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;

    padding: 20px 25px;
    margin-bottom: 25px;

    border-left: 4px solid #00ff99;

    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);

    box-shadow: 
        0 0 15px rgba(0,255,150,0.15),
        0 0 30px rgba(0,255,150,0.05);

    line-height: 1.7;

    transition: 0.3s ease;
}

/* 🔥 HOVER (effetto premium) */
.about-highlight:hover {
    transform: translateX(5px);

    box-shadow: 
        0 0 25px rgba(0,255,150,0.4),
        0 0 50px rgba(0,255,150,0.2);

    border-left: 4px solid #00ffaa;
}

/*CONFIGURACION PER CELLULAR*/
/* 📱 MOBILE SAFE (non rompe il design) */
@media (max-width: 768px) {

    /* testo adattato */
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    p { font-size: 16px; }

    /* container grid → 1 colonna */
    .servicios-container,
    .contacto-grid,
    .cobertura-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    /* immagini sempre corrette */
    img {
        max-width: 100%;
        height: auto;
    }

    /* video responsive */
    video {
        width: 100%;
        height: auto;
    }

    /* bottoni più grandi */
    .btn,
    .btn-whatsapp,
    .btn-home {
        padding: 12px 20px;
        font-size: 16px;
    }

}

/*PER SISTEMAR ILMENU EN EL CELLULARE*/
/* FIX SOLO MOBILE MENU */
@media (max-width: 768px) {

    nav {
        overflow-x: auto;
    }

    nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    nav ul li {
        flex: 0 0 auto;
    }
}





/* SOLO MOBILE - NON TOCCA DESKTOP */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* Limita solo i contenitori principali */
  .container, 
  .nav-container,
  .hero,
  .section {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fix elementi troppo larghi */
  img, video {
    max-width: 100%;
    height: auto;
  }

}

.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}




* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* SFONDO PROFESSIONALE */
body {
  margin: 0;
  padding-top: 90px;
  overflow-x: hidden;

  font-family: 'Montserrat', Arial, sans-serif;

  background:
    linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6)),
    url("fondo3.jpg") no-repeat center center/cover;

  background-attachment: fixed;
  min-height: 100vh;
  color: white;
}


/*IMG*/
img {
    display: block;
    width: 100%;
    height: auto;
}

/*NAVBAR DELMENU*/
/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
        
        z-index: 1000;
}

/* CONTENITORE NAV */
.nav-container {
    width: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px 8px 8px, ;  
    margin: 0;
}

/*FORZAR LO SPAZIO LAD = 0*/
html, body {
    margin: 0;
    padding: 0;
}
/*LINEA VERTICAL DENTRO IDIOMA*/
.lang {
    display: flex;
    align-items: center;
    gap: 10px;

    border-left: 1px solid rgba(255,255,255,0.3); /* linea */
    padding-left: 15px;
    margin-left: 15px;
}

/*SMOOTH SCROLL*/
html{

    scroll-behavior: smooth;
}

/* MENU */
.menu a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.menu a:hover {
    color: #c8a96a;
}

/* BLOCCO DESTRO */
.right-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* LOGO */
.logo-box {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 12px; /*ALONTANA LOGO*/
}

.logo-box img {
    width: 80px; /*TAMAGNO LOGO*/
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.nombre {
    font-size: 18px; /*CAMBIA IL TAM DEL TT LOGs*/
    font-weight: 600;
    color: #c8a96a;
}
/*MENU DESTRA*/
.menu{

    display: flex;
    align-items: center ;
    gap: 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    /* GRASSETTO ELEGANTE*/
    text-transform: uppercase; /*MAISCOLO*/
    letter-spacing: 1.5px; /*SPAZIO TRA LETTERE PREMIM*/
    position: relative;
    transition: 0.3s;
}

/* EFFETTO LINEA SOTTO (BELLO) */
.menu a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #c8a96a;
    transition: 0.3s;
}
menu a:hover::after {
    width: 100%;
}

.menu a:hover {
    color: #c8a96a;
}
/* LINEA ORO SOTTO NAVBAR */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #c8a96a;
    margin-top: 5px;
}
/*EFFTO BELLO*/

.navbar { 
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);
}
/* NAVBAR CON FASCIA ORO */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;/*MISURA MENU*/
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* FASCIA DIETRO (OMBRA ORO) */
.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* altezza fascia */
    
    background: linear-gradient(
        to right,
        rgba(200,169,106,0.25),
        rgba(200,169,106,0.5),
        rgba(200,169,106,0.25)
    );

    filter: blur(10px);
    z-index: -1;
}
.lang {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.menu a,
.lang a {
    display: flex;
    align-items: center;
    height: 1000%;
}
/*TITULO 1*/
/* HERO (NUOVO) */
.hero {
    margin-top: 120px; /* 👈 evita il menu sopra */
    text-align: center;
    
}

/* TITOLO */
.hero h1 {
    width: 100%;
    text-align: center;
    font-size: 100px; /* TITULO GRANDE*/
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s ease;

}

/*EFFETO MAUSE*/
.hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.03); /* leggero zoom */
    transition: 0.3s;
    hero h1:hover {
    color: #c8a96a; /* oro */
    transform: scale(1.05); /* leggero zoom */
    text-shadow: 0 0 15px rgba(200,169,106,0.6); /* glow */
}
}
/*SE ADDATTA ALLO SCHERMO*/
.hero h1 {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0, 7);

}
/* SOTTOTITOLO PROTECCION ESTRATEGICA*/
.hero p {
    font-size: 20px; /* più grande */
    color: #FFFFFF; /* bianco */
    letter-spacing: 5px; /* elegante */
    text-transform: uppercase; /* stile forte */
    font-weight: 300; /* leggero = elegante */
    margin-top: 15px;
    
}
.navbar {
    position: relative;
}

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 👈 sposta giù */
    width: 100%;
    height: 2px;
    background: #c8a96a;
}


/*BUTTONES*/
/* CONTENITORE BOTTONI */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px;
}
.buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOTTONE BASE */
.btn {
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* HOVER */
.btn:hover {
    background: #c8a96a;
    color: black;
}

/* WHATSAPP */
.btn-whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.btn-whatsapp:hover {
    background: #25D366;
    color: white;
}
/*PAGINA EVALUACION*/
/* SEZIONE */
.hero-eval {
    margin-top: 120px;
    text-align: center;
}

/* TITOLO UGUALE ALLA HOME */
.hero-eval h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 5vw;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;

    transition: 0.3s;
}

/* EFFETTO */
.hero-eval h1:hover {
    color: #c8a96a;
    transform: scale(1.05);
    text-shadow: 0 0 15px rgba(200,169,106,0.6);
}

/* SOTTOTITOLO */
.hero-eval p {
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
    margin-top: 10px;
}

/*CONTAINER 1*/
.contact-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
    box-shadow: 0 0 20px rgba(0,255,136,0.3);
}
.contact-box h3 {
    color: #00ff88;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.contact-box p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
form input,
form textarea,
form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.4);
    color: white;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}
.orm input:focus,
form textarea:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 10px rgba(0,255,136,0.5);
}
.btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border: none;
    border-radius: 10px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

/*HOVER*/
.btn-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0,255,136,0.6);
}
.divider {

    width: 2px;
    background: linear-gradient(to bottom,
    transparent, #00ff88, transparent);
    
}
/*COVERTURA NACIONA 1*/

.cobertura-text {
    background: rgba(0, 0, 0, 0.55); /* sfondo scuro */
    padding: 5PX;
    border-radius: 15px;

    backdrop-filter: blur(6px);
}
/**/
.cobertura-text {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.5)
    );
    border-left: 3px solid #00ff99; /* verde Argus */
}

.cobertura-text p {
    color: #e0e0e0;
    line-height: 1.6;
}

.lista-ciudades li {
    color: #ffffff;
    margin-bottom: 6px;
}



/**/
.contact-box i {
    color: #00ff88;
    margin-right: 10px;
    font-size: 18px;
}

/*BOTONECobertura Nacional e Internacional*/
/* CONTENITORE */
.coverage {
    margin-top: 20px;
    padding: 15px;
    border-left: 3px solid #00ff88;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    transition: 0.3s;
}

/* HOVER BOX */
.coverage:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0,255,136,0.3);
}

/* TESTO */
.coverage p {
    color: #ddd;
    font-size: 18px;
    letter-spacing: 1px;
}

/* ICONA */
.coverage i {
    color: #00ff88;
    margin-right: 10px;
    animation: pulse 2s infinite;
}

/* ANIMAZIONE PULSANTE */
@keyframes pulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
    50% {
        transform: scale(1.2);
        text-shadow: 0 0 15px rgba(0,255,136,0.8);
    }
    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0,255,136,0.4);
    }
}
/*BUTTON RITORNAPAGINA EVALIACION*/
.back-home {
    margin-top: 30px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #c8a96a;
    color: #c8a96a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-back:hover {
    background: #c8a96a;
    color: black;
    box-shadow: 0 0 15px rgba(200,169,106,0.6);
    transform: translateY(-2px);
}
/*WHATSAPP-LINK*/
.whatsapp-link {
    color: #ffffff; /* 👈 bianco */
    text-decoration: none; /* toglie sottolineato */
    font-weight: 600;
}

.whatsapp-link:hover {
    color: #00ff88; /* verde al passaggio mouse */
}

/*QUIENES SOMOS*/
/* SOLO HOME - SEZIONE ABOUT */
.about-section {
    text-align: center;
    padding: 80px 20px;
}

/* titolo */
.about-section .about-title {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
}
/*ANIMAZIONE TITULO*/
.about-title {
    color: #ffffff; /* bianco normale */
    transition: color 0.3s ease; /* animazione fluida */
    font-weight: 700;
    letter-spacing: 4px;
}

/* quando passi il mouse */
.about-title:hover {
    color: #00ff88; /* verde */
}
.about-title:hover {
    color: #00ff88;
}
/*MISION VISION*/
/* SEZIONE */
.mv-section {
    padding: 80px 20px;
    text-align: center;
}

/* CONTAINER CENTRALE */
.mv-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* BOX */
.mv-box {
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

/* HOVER */
.mv-box:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
}

/* TITOLI */
.mv-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: 0.3s;
}
.section-title {
    text-transform: uppercase;
}

/* PARAGRAFO */
.mv-text {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* EFFETTO HOVER TITOLO */
.mv-title:hover {
    color: #00ff88;
}
/*SERVICIOS DE ELITE*/
/* SEZIONE */
.elite-section {
    text-align: center;
    padding: 100px 20px;
}

/* BOX SFONDO (tipo blur scuro) */
.elite-section {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
}

/* TITOLO */
.elite-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* LINEA SOTTO */
.elite-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #00ff88;
    margin: 10px auto 0;
    transition: 0.3s;
}

/* HOVER TITOLO */
.elite-title:hover {
    color: #00ff88;
}

/* LINEA cambia colore insieme */
.elite-title:hover::after {
    background: #ffffff;
}

/* TESTO */
.elite-text {
    font-family: 'Montserrat', Arial, sans-serif;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
/*SECURIDAD*/
/* SEZIONE GENERICA */
.security-section {
    text-align: center;
    padding: 80px 20px;
}
.security-box {
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    max-width: 1100px;
    margin: auto;
    text-align: center;
    
}

/* TITOLO STANDARD (riutilizzabile anche altrove) */
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}

/* HOVER SOLO COLORE */
.section-title:hover {
    color: #00ff88;
}

/* TESTO STANDARD */
.video-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;

    width: 100%;
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
    padding: 0; /* IMPORTANTE */
}




.video-grid video {
    width: 260px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    flex: 0 0 auto;
    transition: 0.3s;
}

/* HOVER elegante */
.video-grid video:hover {
    transform: scale(1.05);
}
/*BOTT SECURITY*/
.btn-security {
    position: relative;
    top: 30px;
}

/*INVESTIGACION*/

/* BLOCCO 2INVESTIGACION PRIVADA*/
/* Layout per Investigazione */
.investigacion-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto; /* Spazio dal blocco sopra */
    padding: 40px;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left; /* Testo a sinistra */
}

.investigacion-content {
    flex: 1;
}

.investigacion-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.titulo-bello {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid #25d366; /* Linea verde a lato del titolo */
    padding-left: 15px;
}

.texto-investigacion {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Checklist stilizzata */
.checklist-investigacion {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.checklist-investigacion li {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checklist-investigacion .check {
    color: #25d366;
    margin-right: 12px;
    font-weight: bold;
}

/* Video singolo */
.video-box-single {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.video-box-single video {
    width: 100%;
    display: block;
}

.boton-container-left {
    margin-top: 20px;
}

/* Responsive per cellulari: mette il video sotto il testo */
@media (max-width: 768px) {
    .investigacion-container {
        flex-direction: column;
        text-align: center;
    }
    .titulo-bello {
        border-left: none;
        padding-left: 0;
    }
    .checklist-investigacion li {
        justify-content: center;
    }
}



/*CONTAINER3 ALQUILER DE VEHICULO*/
.operaciones-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;
    

    /* ✨ stile coerente */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 15px;
    border: 1px solid rgba(255, 0, 0, 0.08);

    text-align: left;
}

.operaciones-content {
    flex: 1;
    color: white;
}

.operaciones-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Titolo */
.titulo-bello-alt {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .operaciones-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .titulo-bello-alt {
        border-left: none;
        padding-left: 0;
    }
}

/*BUTTONE OPERAZIONES SPECIALES*/
/* SOLO bottone operazioni */
.btn-operaciones {
    color: white;
    text-decoration: none;

    border: 2px solid #00ff88;
    border-radius: 8px;

    padding: 12px 28px;
    font-weight: bold;
    text-transform: uppercase;

    background: transparent;
    transition: 0.3s;
}

/* hover */
.btn-operaciones:hover {
    background: #00ff88;
    color: #0b0f1a;
    box-shadow: 0 0 15px rgba(0,255,136,0.5);
}
/* SOLO posizione bottone */
.boton-container-left {
    display: flex;
    justify-content: flex-end; /* 👉 lo manda a destra */
    margin-top: 20px;
}/*REDUCE TUTTI VIDEO*/
.video-box-single video {
    width: 100%;
    max-height: 300px; /* 🔥 riduce altezza */
    object-fit: cover; /* taglia senza deformare */
    border-radius: 15px;
}

/*SEGURDAD EJECUTIVA*/
.ejecutiva-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px;

    background: rgba(255, 255, 255, 0.05); /* leggero trasparente */
    border-radius: 15px;
    backdrop-filter: blur(8px);
}

.ejecutiva-fotos {
    flex: 1;
    display: flex;
    gap: 15px;
}

.foto-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.foto-bella {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.foto-bella:hover {
    transform: scale(1.05);
}

.ejecutiva-content {
    flex: 1;
}
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column;
        text-align: center;
    }

    .ejecutiva-fotos {
        flex-direction: column;
    }
}

/* Titolo */
.titulo-vivo {
    font-size: 2.8rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 5px solid rgb(200, 169, 106);
    padding-left: 15px;
}





/* Responsive per mobile */
@media (max-width: 768px) {
    .ejecutiva-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .ejecutiva-fotos {
        width: 100%;
    }
    .ejecutiva-content {
        text-align: center;
    }
}
.titulo-vivo {
    text-transform: uppercase;
}

/* Bottone premium SOLO per solicitar */
.btn-solicitar {
    display: inline-block;
    padding: 12px 28px;

    border: 2px solid rgb(200, 169, 106); /* oro */
    color: rgb(200, 169, 106);

    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;

    border-radius: 8px;

    transition: all 0.3s ease;
}
/*FOTOER*/
/* FOOTER */
.site-footer {
    background: #0a0a0a;
    border-top: 1px solid #25d366;
    padding: 40px 20px;
    color: white;
    margin-top: 50px;
}

/* container */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* sinistra */
.footer-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* logo */
.footer-logo {
    width: 60px;
}

/* info */
.footer-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #ccc;
}

/* brand */
.footer-brand {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer {

    margin-top: 80px;
    padding: 40px;
}

/* verde */
.verde {
    color: #25d366;
}

/* destra */
.footer-right {
    text-align: right;
}

/* copy */
.footer-copy {
    font-size: 14px;
    color: #ccc;
}

/* servizi */
.footer-services {
    font-size: 14px;
    color: #25d366;
    font-weight: bold;
    margin: 5px 0;
}

/* instagram */
.footer-instagram {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    transition: 0.3s;
}

.footer-instagram img {
    width: 20px;
    filter: invert(1);
}

.footer-instagram:hover {
    color: #25d366;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-instagram {
        justify-content: center;
    }
}

.footer-credit {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}
/*MALU*/
.footer-credit {
    margin-top: 15px;
    text-align: right; /* lo porta a destra */
    width: 100%;
}

.footer-credit a {
    font-size: 12px;
    color: #aaa; /* più elegante del blu */
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
}

.footer-credit a:hover {
    color: #25d366; /* verde brand */
    opacity: 1;
}
/*PAGINA ALINADOS*/
/* SOLO titolo aliados - non rompe global */
.aliados-special {
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.4);
    display: block;
    text-align: center;
    font-size: 3.5rem;
    margin: 50px;
}


/* linea elegante */
.aliados-special::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    margin: 10px auto 0;

    background: linear-gradient(90deg, #00c6ff, #00ff88);
    border-radius: 2px;
}


/* hover leggero (senza rompere layout) */
.aliados-special:hover {
    text-shadow: 0 0 18px rgba(0, 255, 136, 0.6);
}
/*PARAGRAFO */
/* SOLO pagina aliados */
.aliados-text {
    text-align: center;
    max-width: 700px;
    margin: 10px auto 40px;

    font-size: 1.1rem;
    line-height: 1.6;

    color: #ccc;
    letter-spacing: 1px;
}
/* container oscuro elegante */
.aliados-box {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px 30px;

    background: rgba(0, 0, 0, 0.1); /* effetto scuro */
    border-radius: 15px;

    text-align: center;

    backdrop-filter: blur(8px); /* effetto premium */
}
/*CONTAINER 2*/
/* CONTAINER */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4); /* più elegante */
    backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,0.08);

    transition: 0.3s;
}

/* HOVER LEGGERO */
.aliado-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* TESTO */
.aliado-texto {
    flex: 1;
}

/* TITOLO */
.aliado-titulo {
    color: rgb(200, 169, 106); /* oro VIP */
    margin-bottom: 15px;

    font-size: 1.6rem;
    letter-spacing: 1px;
}

/* PARAGRAFI */
.aliado-texto p {
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* LINK LABEL */
.link-ref {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #aaa;
}

/* LINK */
.aliado-texto a {
    color: rgb(200, 169, 106);
    text-decoration: none;
    font-weight: 500;
}

.aliado-texto a:hover {
    text-decoration: underline;
}

/* container */
.aliado-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    width: 90%;
    max-width: 1100px;
    margin: 60px auto;

    padding: 40px;
    border-radius: 15px;

    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

/* SINISTRA */
.aliado-texto {
    flex: 1;
    text-align: left; /* 🔥 importante */
}

/* titolo */
.aliado-titulo {
    color: rgb(200, 169, 106);
    margin-bottom: 15px;
}

/* paragrafo */
.aliado-texto p {
    margin-bottom: 10px;
}

/* link sotto */
.aliado-texto a {
    display: inline-block;
    margin-top: 5px;
}

/* DESTRA logo */
.aliado-img {
    flex-shrink: 0;
}

.aliado-img img {
    width: 140px;
}
/*CONTAINER4*/
/* Inverte layout (testo sinistra, immagine destra) */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    
}

/* Titolo più grande */
.big-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragrafo più elegante */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive (importantissimo) */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
    }
}
/* Layout */
.cobertura-reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

/* FOTO più piccola e elegante */
.small-img img {
    width: 320px; /* 🔥 ridotta */
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;

    /* effetto premium */
    box-shadow: 0 10px 30px rgba(245, 220, 220, 0.6);
    opacity: 0.95;
}

/* Titolo forte */
.titulo-strong {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;

    /* effetto elegante */
    text-transform: uppercase;
}

/* Paragrafo bello */
.cobertura-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .cobertura-reverse {
        flex-direction: column;
        text-align: center;
    }

    .small-img img {
        width: 90%;
    }
}

/*CONTACTO*/


.contacto {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    margin-top: 100px;
}

.cobertura-img {

    margin-right: 30px;
}
.cobertura-img img {
    margin-top: 50px;
}


.titulo-contacto {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subtexto {
    text-align: center;
    max-width: 700PX;
    margin: 0 auto 40px;
    color: #ccc;
}

.contacto-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}




/**/
.contacto .item {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}




.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.iconos img {
    width: 32px;
    transition: 0.3s;
}

/* effetto hover */
.iconos img:hover {
    transform: scale(1.2);
}
/* container */
.iconos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* bottone */
.icon-btn {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.08);
    border-radius: 50%;

    transition: 0.3s;
}

/* icona */
.icon-btn img {
    width: 28px;
}

/* hover effetto premium */
.icon-btn:hover {
    transform: translateY(-5px);
    background: #25d366; /* verde WhatsApp */
}

/*BOTON RETORNO DELLA PAGINA ALIADOS*/
/* BOTON RETORNO */
.btn-retorno {
    position: absolute;
    top: 40px;
    right: 40px;

    padding: 10px 20px;
    border-radius: 30px;

    background: rgba(0,0,0,0.6);
    color: #fff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}

.btn-retorno:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
}
/*MAPA CONTACTT*/
/* SEZIONE VIDEO + MAPPA */
.media-mapa {
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 60px auto;


}

/* BOX */
.media-box {
    flex: 1;
    padding: 20px;
    border-radius: 15px;

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* VIDEO */
.media-box video {
    width: 90%;
    height: 220px;
    
    object-fit: cover;
    border-radius: 10px;
}

/* MAPPA */
.media-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: none;
}
.media-box.mapa

/* TITOLO MAPPA */
.map-title {
    color: #00ff99;
    margin-bottom: 10px;
}
/*SU TELEFONO SI METTE PERFETTO*/
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    padding: 10px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .nav-links a {
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }

  p {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .hero {
    height: auto;
    padding: 40px 10px;
    text-align: center;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 14px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}


/*BOTN PAGINA CONTATT*/
.btn-home {
    position: fixed; /* 👈 sempre visibile */
    top: 20px;
    right: 30px; /* 👈 a destra */

    background: rgba(0,0,0,0.6);
    color: #fff;

    padding: 10px 18px;
    border-radius: 25px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 500;

    backdrop-filter: blur(10px);

    transition: all 0.3s ease;
    z-index: 999;
}

.btn-home:hover {
    background: #00ff99;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,255,153,0.4);
}
/*FONDO PER CAMBA*/
.page-contacto {
    background: url("fondo-contacto.jpg") no-repeat center center/cover;
}

.page-contacto {
    background: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.9)
    ),
    url("fondo-contacto.jpg") center/cover;


}

/*PARAGRAFO  QUIENES SOMO*/
.about-text {
    
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 17px;
  color: rgba(255,255,255,0.85);

}





about-highlight {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;

    padding: 20px 25px;
    margin-bottom: 25px;

    border-left: 4px solid #00ff99;

    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);

    box-shadow: 
        0 0 15px rgba(0,255,150,0.15),
        0 0 30px rgba(0,255,150,0.05);

    line-height: 1.7;

    transition: 0.3s ease;
}

/* 🔥 HOVER (effetto premium) */
.about-highlight:hover {
    transform: translateX(5px);

    box-shadow: 
        0 0 25px rgba(0,255,150,0.4),
        0 0 50px rgba(0,255,150,0.2);

    border-left: 4px solid #00ffaa;
}

/*CONFIGURACION PER CELLULAR*/
/* 📱 MOBILE SAFE (non rompe il design) */
@media (max-width: 768px) {

    /* testo adattato */
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    p { font-size: 16px; }

    /* container grid → 1 colonna */
    .servicios-container,
    .contacto-grid,
    .cobertura-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    /* immagini sempre corrette */
    img {
        max-width: 100%;
        height: auto;
    }

    /* video responsive */
    video {
        width: 100%;
        height: auto;
    }

    /* bottoni più grandi */
    .btn,
    .btn-whatsapp,
    .btn-home {
        padding: 12px 20px;
        font-size: 16px;
    }

}

/*PER SISTEMAR ILMENU EN EL CELLULARE*/
/* FIX SOLO MOBILE MENU */
@media (max-width: 768px) {

    nav {
        overflow-x: auto;
    }

    nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    nav ul li {
        flex: 0 0 auto;
    }
}





/* SOLO MOBILE - NON TOCCA DESKTOP */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* Limita solo i contenitori principali */
  .container, 
  .nav-container,
  .hero,
  .section {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fix elementi troppo larghi */
  img, video {
    max-width: 100%;
    height: auto;
  }

  aliados-box {
    padding: 20px 15px;
  }

  .investigacion-container {
    width: 100%;
  }

  .aliado-container {
    flex-direction: column;
  }
}





  




