ul {
    display: block;
    margin-top: 0;
    padding: 0;
    color: white;
    list-style: none;
}

ul li a {
    display: block;
    background-color: #0779a2;
    padding: 0;
    text-decoration: none;
    color: white;
}

ul-family {
    display: block;
    margin-top: 0;
    padding: 0;
    color: white;
    list-style: none;
}
ul-family li a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: white;
}

a:link {
    text-decoration: none;
    color: white;
}
a:visited {
    text-decoration: underline;
    color: white;
}

.style2 a { display: block; }
.style2 { color: black; }
.style2 a:link,
.style2 a:visited { color: blue; text-decoration: none; }
.style2 a:hover { color: blue; }

li a:hover:not(.active) {
    background-color: #4CAF50;
    color: white;
}

h2 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    color: white;
}
h3 {
    margin: 0;
    padding: 10px;
    font-size: 28px;
    color: black;
}
h4 {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: white;
}
h5 {
    margin: 0;
    padding: 1px;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.right_header_info {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}
.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.right_header_info ul li {
    display: inline;
    font-size: 16px;
    margin-left: 45px;
    color: #eaeaea;
    font-weight: 400;
    float: left;
}
.right_header_info ul li a {
    color: #eaeaea;
    font-weight: 300;
}

header {
    min-height: 100px;
    background: #212020;
    opacity: .95;
}

.table td,
.table th {
    padding: 0.3rem 0.5rem !important;
    vertical-align: middle;
}

img { display: block; margin: auto; }

.menulanguages {
    margin-top: .5em;
    background-color: #212020;
    font-size: 12px;
    opacity: .75;
}

/* Mantener Bootstrap intacto: NO reescribimos .container-fluid ni .row */
/* Si necesitas personalizar, usar prefijos propios: */
.my-container-fluid {
     width: 100%;
     float: left;
     padding: 0px 0px;
}
.my-row {
     width: 100%;
     float: left;
     padding: 0px 0px;
}
.my-breadcrumb {
    max-width: none;
    width: 100vw; /* usa todo el ancho de la ventana, no solo del contenedor */
    background-color: #212020;
    opacity: .85;
    margin-left: 0;
    margin-right: 0;
}
.nav-section {
    background-color: #3b4652;
    opacity: .95;
    padding: 0 2px;
    font-size: 15px;
    margin-top: 0.3em;
}
.dropdown-menu { background-color: #0d6efd; }
.dropdown-item {
    font-size: 14px;
    padding: 2px;
    z-index: 9999;
}

.breadcrumb {
    padding: 4px;
    background-color: #212020;
    opacity: .85;
    z-index: 1;
    margin-bottom: 0;
}
.table-background {
    background-color: white;
    opacity: .65;
    padding: 0 20px;
    box-shadow: 0px 0px 3px #3b83bd;
}
.table-profile {
    font-size: 13px;
    background-color: #fff;
    opacity: .70;
    padding: 0 20px;
}
a.table-profile-link { font-size: 13px; color: blue; }
span.table-profile-font { font-size: 13px; }

.union {
    padding: 4px;
    background-color: #212020;
    opacity: .65;
}

.logo-img img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

.image-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-content {
    background-color: #3b4652;
    opacity: .75;
    padding: 0 20px;
    box-shadow: 0px 0px 3px #848484;
}

.second-section { margin: 0 auto; margin-top: 1%; padding: 0; }
.user-img { margin-top: -50px; margin-bottom: 35px; }
.user-img img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

label { font-size: 18px; color: white; margin: 0; }
.form-group input {
    height: 42px;
    font-size: 18px;
    border: 0;
    padding-left: 54px;
    border-radius: 5px;
}
.form-group::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top: 4px;
}
.form-group#user-group::before { content: "\f007"; }
.form-group#contrasena-group::before { content: "\f023"; }

/* PANEL DE BÚSQUEDA */
.search-panel {
    max-width: 980px;
    margin: 0.5rem auto;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(135, 206, 250, 0.4); /* azul cielo translúcido */
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.12);
}

/* RESULTADOS */
.results-wrapper {
    max-width: 980px;
    margin: 0.5rem auto;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(135, 206, 250, 0.4); /* mismo azul que el panel de búsqueda */
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.12);
}

/* TARJETAS DE VUELO */
.flight-card {
    background-color: rgba(173, 216, 230, 0.65); /* azul clarito translúcido en vez de blanco */
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    margin-bottom: 15px;
    padding: 12px;
    transition: transform 0.12s ease-in-out, box-shadow 0.12s ease-in-out;
}
.flight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

/* ALINEACIÓN DE PRECIOS A LA DERECHA */
.price-column {
    text-align: right !important;
}

@media (max-width: 767.98px) {
    .price-column {
        text-align: left !important;
        margin-top: .75rem;
    }
}
/* =====================
   PERSONALIZACIÓN SLOGAN
   ===================== */
.eslogan {
  font-family: "Times New Roman", Georgia, serif; /* Una fuente con estilo clásico */
  font-size: 48px; /* Tamaño grande */
  font-weight: bold; /* Texto en negrita */
  color: #333; /* Color básico */
  text-align: center; /* Centra el texto */
  margin: 20px; /* Espacio alrededor del eslogan */

  /* Efecto de degradado (opcional) */
  background: linear-gradient(to right, #f06d06, #f1f10b);
  background-clip: text;
  -webkit-background-clip: text; /* Para compatibilidad con navegadores */
  -webkit-text-fill-color: transparent; /* Para compatibilidad con navegadores */

  /* Sombra (opcional) */
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}







