:root {
    --primary-color: #5ca8f0;
    --white: #ffffff;
    --dark: #333;
}

body { font-family: Arial, sans-serif; margin: 0; color: var(--dark); }
.container { max-width: 100%; margin: auto; padding: 20px; text-align: center; }

/* Navbar */
/* .navbar { background: var(--white); padding: 10px 5%; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--primary-color); position: sticky; top: 0; z-index: 1000; } */
/* .nav-menu { list-style: none; display: flex; gap: 20px; } */
/* .nav-menu a { text-decoration: none; color: var(--dark); font-weight: bold; } */
/* .dropdown { position: relative; } */
/* .submenu { display: none; position: absolute; background: white; border: 1px solid #ccc; width: 250px; text-align: left; padding: 10px; } */
/* .dropdown:hover .submenu { display: block; } */
/* .submenu li { list-style: none; margin-bottom: 5px; } */

/* Hero */
.hero { height: 600px; width: 100%; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; color: white; }
.hero-text h1 { background: rgba(92, 168, 240, 0.8); padding: 20px; font-size: 2.5rem; }

/* Grid Cards */
.grid-services { display: flex; gap: 20px; justify-content: center; margin-top: 40px; }
.card { width: 400px; height: 400px; background-size: cover; position: relative; overflow: hidden; border-radius: 8px; }
.overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; transition: 0.3s; padding: 15px; box-sizing: border-box; }
.hover-text { display: none; font-size: 0.9rem; text-align: center; }
.card:hover .overlay { background:rgba(0, 0, 0, 0.5);}
.card:hover .hover-text { display: block; }

/* Form */
.contact-form { display: flex; flex-direction: column; gap: 10px; max-width: 600px; margin: auto; }
.contact-form input, .contact-form textarea { padding: 10px; border: 1px solid #ccc; border-radius: 5px; }
.btn-main { 
    background-color: #2c3e50; 
    color: white; border: none; padding: 15px; cursor: pointer; font-weight: bold; 
}

/* Footer */
/* .main-footer { background: #f4f4f4; padding: 40px 0; border-top: 5px solid var(--primary-color); }
.footer-flex { display: flex; justify-content: space-between; text-align: left; }
.footer-col { width: 30%; } */

/* Floating Buttons */
.floating-btns { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; }
.btn-whatsapp { background: #25d366; color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; text-decoration: none; }
.btn-scroll { background: var(--primary-color); color: white; border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; }

/* Marquee Simplificado */
.brand-strip { overflow: hidden; background: #eee; padding: 20px 0; white-space: nowrap; }
.marquee { display: inline-block; animation: scroll 30s linear infinite; }
@keyframes scroll { from { transform: translateX(100%); } to { transform: translateX(-100%); } }

.li:hover{
    background-color: #5ca8f0;
}

.buorga{
    align-items: center;
    background-color: #5ca8f0;
    border-radius: 10px;
    height: 30px;
    width: 290px;
}
.margensup{
    margin-top: 40px;
}
.table1{
    background-color: #35485c;
    width: 100%;

}
.table2{
    background-color: #35485c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.font1 {
    font-family: "Trajan Pro", "serif";
    color: #D9D9D9;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}
.font2 {
    font-family: "Trajan Pro", "serif";
    color: #0a9e2f;
    text-transform: uppercase;
    font-size: 28px;
}
.font3 {
    font-family: "Trajan Pro", "serif";
    color: #9cdb07;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}
.font4 {
    font-family: "Trajan Pro", "serif";
    color: #13077c;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}
.font5 {
    font-family: "Trajan Pro", "serif";
    color: #9e0960;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}
.disv{
    height: 600px; 
    width: 100%; 
    background-size: cover; 
    background-position: center;
    /* margin-top: 60px; */
}
.col1{
    background-color: #1e5594;
    color: #D9D9D9;
    text-align: center;
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.col2{
    background-color: #5ca8f0;
    color: #D9D9D9;
    text-align: center;
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.col3{
    background-color: #1e5594;
    color: #D9D9D9;
    text-align: center;
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.colspam{
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.textosup{
    position: absolute; 
    top: 50%; 
    left: 35%; 
    transform: translate(-50%-50%);
    background-color:#A9A9A9;
    width: 350px;
    border-radius: 25px;
    opacity: 0.5;
}
/* INICIOSesion Navibar  V2 responsive */
        :root {
            --primary-dark: #2c3e50;
            --accent-green: #5ca8f0;
            --text-white: #ffffff;
            --transition: all 0.3s ease;
        }

        body { margin: 0; font-family: 'Segoe UI', sans-serif; background-color: #f4f4f4; }

        /* Estilos Base Navbar */
        .navbar {
            background-color: #2c3e50;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem 5%;
            height: 70px;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: white;
            font-weight: bold;
        }

        .nav-brand img { height: 45px; }

        /* Contenedor de links */
        .nav-menu {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-item { position: relative; }

        .nav-link {
            color: white;
            text-decoration: none;
            padding: 1rem 15px;
            display: block;
            cursor: pointer;
            transition: var(--transition);
        }

        .nav-link:hover { color: var(--accent-green); }

        /* Dropdowns (Escritorio) */
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 220px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            border-radius: 4px;
            padding: 10px 0;
        }

        .dropdown-content a {
            color: #333;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

        .dropdown-content a:hover { background: #f8f9fa; color: var(--accent-green); }

        .nav-item:hover .dropdown-content { display: block; }

        /* Redes Sociales e Icono Menu */
        .nav-extras { 
            display: flex; 
            align-items: center; 
            gap: 15px; }
        
        .social-icons a { 
            color: white; 
            margin-left: 10px; 
            transition: var(--transition); 
        }

        .social-icons a:hover { 
            color: var(--accent-green); 
        }

        .menu-toggle {
            display: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* --- RESPONSIVE (Móvil/Android) --- */
        @media (max-width: 992px) {
            .menu-toggle { display: block; }

            .nav-menu {
                position: fixed;
                right: -100%; /* Escondido a la derecha */
                top: 70px;
                flex-direction: column;
                background-color: var(--primary-dark);
                width: 80%;
                height: calc(100vh - 70px);
                transition: var(--transition);
                align-items: flex-start;
                padding: 20px;
                overflow-y: auto;
            }

            .nav-menu.active { right: 0; } /* Se muestra */

            .nav-item { width: 100%; }

            /* Ajuste de Dropdowns en Móvil */
            .dropdown-content {
                position: static;
                display: none;
                background: #253443;
                box-shadow: none;
                width: 100%;
            }

            .dropdown-content a { color: #ccc; }

            /* Clase para mostrar dropdown al hacer click en móvil */
            .nav-item.open .dropdown-content { display: block; }
            
            .social-icons {
                margin-top: 0px;
                padding-top: 0px;
                width: 100%;
                justify-content: center;
            }
        }
/* Fin Sesion Navibar  V2 responsive */

/* Inicio Footer V2 responsive */
        .content {
            flex: 1;
            padding: 20px;
            text-align: center;
            background-color: #f4f4f4;
        }

        /* Estilos del Footer */
        footer {
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 40px 0 20px 0;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 20px;
        }

        .footer-block {
            flex: 1;
            min-width: 250px;
            margin-bottom: 30px;
            padding: 0 15px;
        }

        .footer-block h3 {
            border-bottom: 2px solid #5ca8f0;
            padding-bottom: 10px;
            margin-bottom: 20px;
            font-size: 1.2rem;
            text-transform: uppercase;
        }

        .footer-block p, .footer-block a {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #bdc3c7;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
        }

        .footer-block a:hover {
            color: #5ca8f0;
            transition: 0.3s;
        }

        /* Lista de destinos en bloque 3 */
        .destinos-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5px;
        }

        /* Barra inferior */
        .footer-bottom {
            text-align: center;
            border-top: 1px solid #34495e;
            margin-top: 20px;
            padding-top: 20px;
        }

        .social-icons {
            margin-bottom: 0px;
        }

        .social-icons a {
            display: inline-block;
            margin: 0 0px;
            color: #ecf0f1;
            font-size: 10px;
            transition: transform 0.3s;
        }

        .social-icons a:hover {
            transform: translateY(-5px);
            color: #5ca8f0;
        }

        .copyright {
            font-size: 0.85rem;
            color: #7f8c8d;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
                text-align: center;
            }
            .footer-block h3 {
                display: inline-block;
            }
            .destinos-grid {
                grid-template-columns: 1fr;
            }
        }
/* Fin Footer V2 responsive */
/*margen de bottones index022*/
.parinde022{
    margin-bottom: 30px;
}
.merge{
    margin-top: 0px;
}
.padde{
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.margenes{
    padding: 30px 30px 30px 30px;
}
