/**
 *
 */
.select2-container {
    margin-top: 2px;
}

.map-info-box {
    position: absolute;
    bottom: 0;
    padding: 20px;
    height: 100px;
    z-index: 9999;
    background-color: rgba(232, 232, 232, 0.9);
}

.map-info-label {
    display:block;
    padding: 5px;
    background-color: rgba(232, 232, 232, 0.9);
}

.dashboard-box {
    background: #067ec1;
    color: #FFF;
}

.dashboard-box .header {
    left: 0;
    right: 0;
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
}

.dashboard-box .icon-background {
    float: left;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    font-size: 125px;
}

.dashboard-box .icon {
    opacity: .1;
}

.dashboard-box .description {
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.3em;
}

.mini-splash {
    padding: 30px 0;
    text-align: center;
    color: #9A9A9A;
    font-weight: 300;
}

.font-large {
    font-size: 20px;
}

.font-medium {
    font-size: 18px;
}

.card-bg {
    float: left;
    position: absolute;
    display:block;
    bottom: 10px;
    width:100%;
    height:100%;
    font-size: 275px;
    text-align: center;
}

.blue-bg {
    background: #067ec1;
}

.border-blue-bottom {
    border-bottom: 3px solid #067ec1;
}

.full-height {
    height: 50vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.m-b-md {
    margin-bottom: 30px;
}

.my-bids {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 15px;
    padding: 10px;
    border-radius: .1875rem;
    background-color: #fa7a50;
}

.my-bids a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.search-form .form-control {
    border-radius: 5px;
    width: 250px;
}

/*
*   fix the dropdown menu on mobile view
*/
.dropdown-menu:not(.show) {
    display: none;
}

/* ===== PLUREX VA - PLUNA 2026 PREMIUM ===== */

/* Fondo limpio premium */
body {
  background-color: #F5F7FA;
}

/* Navbar premium moderna */
.navbar {
  background: rgba(0, 47, 108, 0.92) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 2px solid #D71920;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Marca / logo */
.navbar-brand {
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF !important;
}

/* Botones premium */
.btn-primary {
  background: linear-gradient(135deg, #002F6C, #003DA5);
  border: none;
  border-radius: 30px;
  padding: 8px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #001F4D, #002F6C);
  transform: translateY(-2px);
}

/* Tarjetas modernas */
.card {
  background: #FFFFFF;
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Títulos */
h1, h2, h3 {
  color: #002F6C;
  font-weight: 600;
}

/* Links */
a {
  color: #002F6C;
  font-weight: 500;
}

a:hover {
  color: #D71920;
}

/* Footer elegante */
footer {
  background-color: #002F6C;
  color: #FFFFFF;
  padding: 30px 0;
}
.carousel-img {
    height: 450px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-img {
        height: 320px;
    }
}

@media (max-width: 576px) {
    .carousel-img {
        height: 220px;
    }

    .carousel-caption h2 {
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 14px;
    }
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 10px;
}
/* ===== Lufthansa Style Section ===== */

.lufthansa-intro {
    background: #ffffff;
    padding: 80px 0;
}

.corp-title {
    font-weight: 600;
    font-size: 32px;
    color: #05164d;
    letter-spacing: 1px;
}

.corp-divider {
    width: 60px;
    height: 3px;
    background: #d4af37;
    margin: 20px auto;
}

.corp-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
/* ===== SECCIONES ALTERNADAS ===== */

.section-light {
    background: #ffffff;
}

.section-dark {
    background: #0f2f4f;
    color: #ffffff;
}

.section-dark .corp-divider {
    background: #ffffff;
}

.gold-divider {
    background: #d4af37 !important;
}

/* ===== Títulos ===== */

.section-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
}

.corp-divider {
    width: 60px;
    height: 3px;
    margin: 20px auto;
    background: #0f2f4f;
}

/* ===== Flota ===== */

.fleet-title {
    font-weight: 600;
    font-size: 26px;
    color: #05164d;
}

.fleet-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.fleet-img {
    border-radius: 8px;
}
.small-top-card {
    border-radius: 12px;
}

.small-top-card p {
    font-size: 14px;
    margin-bottom: 8px;
}
.main-navbar {
    position: relative;
    z-index: 1050;
}

.dropdown-menu {
    z-index: 2000 !important;
}
.leaflet-container {
    height: 500px !important;
}
/* ===== MAPA FULL WIDTH ===== */

.livemap-section {
    width: 100%;
    background: #0f172a;
    padding-top: 40px;
}

.livemap-header {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.livemap-wrapper {
    width: 100%;
}

/* Hace el mapa más fino */
.leaflet-container {
    height: 420px !important;
}
.livemap-section {
    padding-top: 0;
}

.livemap-header {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
/* ===== MAPA PROTAGONISTA ===== */

.livemap-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* ===== MAPA RESPONSIVE ===== */

/* Desktop */
@media (min-width: 992px) {
    .leaflet-container {
        height: 420px !important;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .leaflet-container {
        height: 380px !important;
    }
}

/* Móvil */
@media (max-width: 768px) {
    .leaflet-container {
        height: 300px !important;
    }
}

/* Móvil */
@media (max-width: 768px) {
    .leaflet-container {
        height: 80vh !important;
    }
}

/* Móvil pequeño */
@media (max-width: 480px) {
    .leaflet-container {
        height: 85vh !important;
    }
}
/* ================= FLEET FEATURED ================= */

.fleet-featured{
margin-top:80px;
margin-bottom:80px;
}

.fleet-card{
display:flex;
align-items:center;
gap:60px;
background:#ffffff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
animation:fadeFleet 1.2s ease;
}

.fleet-image img{
width:100%;
height:auto;
max-width:100%;
object-fit:contain;
}

.fleet-info{
padding:40px;
}

.fleet-info h2{
font-size:36px;
font-weight:700;
margin-bottom:15px;
}

.fleet-desc{
color:#666;
margin-bottom:30px;
}

.fleet-specs{
display:flex;
gap:40px;
}

.spec span{
display:block;
font-size:13px;
color:#888;
}

.spec strong{
font-size:20px;
}

@keyframes fadeFleet{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:translateY(0);
}
}.fleet-image{
display:flex;
align-items:center;
justify-content:center;
}/* ================= FLEET SECTION ================= */

.fleet-section{
margin-top:80px;
margin-bottom:80px;
}

.fleet-title{
text-align:center;
font-size:28px;
font-weight:600;
margin-bottom:40px;
color:#fff;
}

.fleet-slider{
display:flex;
overflow:hidden;
position:relative;
}

.fleet-slide{
min-width:100%;
transition:transform 0.8s ease;
}

.fleet-card{
display:flex;
align-items:center;
background:#ffffff;
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
overflow:hidden;
}

.fleet-image{
flex:1;
display:flex;
justify-content:center;
align-items:center;
}

.fleet-image img{
max-width:100%;
height:auto;
}

.fleet-info{
flex:1;
padding:40px;
}

.fleet-info h2{
font-size:32px;
margin-bottom:15px;
}

.fleet-desc{
color:#666;
margin-bottom:25px;
}

.fleet-specs{
display:flex;
gap:40px;
}

.fleet-specs span{
display:block;
font-size:13px;
color:#888;
}

.fleet-specs strong{
font-size:18px;
}/* ================= FLEET SECTION ================= */

.fleet-section{
margin-top:80px;
margin-bottom:80px;
}

.fleet-title{
text-align:center;
font-size:28px;
font-weight:600;
margin-bottom:40px;
color:#fff;
}

.fleet-slider{
display:flex;
overflow:hidden;
position:relative;
}

.fleet-slide{
min-width:100%;
transition:transform 0.8s ease;
}

.fleet-card{
display:flex;
align-items:center;
background:#ffffff;
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
overflow:hidden;
}

.fleet-image{
flex:1;
display:flex;
justify-content:center;
align-items:center;
}

.fleet-image img{
max-width:100%;
height:auto;
}

.fleet-info{
flex:1;
padding:40px;
}

.fleet-info h2{
font-size:32px;
margin-bottom:15px;
}

.fleet-desc{
color:#666;
margin-bottom:25px;
}

.fleet-specs{
display:flex;
gap:40px;
}

.fleet-specs span{
display:block;
font-size:13px;
color:#888;
}

.fleet-specs strong{
font-size:18px;
}/* ===== DATOS FLOTA ===== */

.fleet-specs span{
color:#666 !important;
}

.fleet-specs strong{
color:#1a1a1a !important;
font-weight:600;
}.fleet-specs{
display:flex;
gap:50px;
margin-top:20px;
}

.fleet-specs div{
border-right:1px solid #e5e5e5;
padding-right:30px;
}

.fleet-specs div:last-child{
border-right:none;
}/* ===== FOOTER PLUREX ===== */

.plurex-footer{
background:#071b2c;
color:#ffffff;
padding:50px 0;
margin-top:80px;
}

.plurex-footer h5{
font-weight:600;
margin-bottom:15px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#cfd8e3;
text-decoration:none;
}

.footer-links a:hover{
color:#ffffff;
}

.footer-bottom{
font-size:14px;
color:#b7c3d0;
}/* ===== SOCIAL FOOTER ===== */

.plurex-social{
display:flex;
gap:20px;
margin-top:10px;
}

.plurex-social a{
display:flex;
align-items:center;
justify-content:center;
width:45px;
height:45px;
background:#0c2b45;
border-radius:50%;
color:white;
font-size:20px;
transition:0.3s;
text-decoration:none;
}

.plurex-social a:hover{
background:#1d4e89;
transform:translateY(-3px);
}
@media (max-width: 768px){

#liveMap,
#pilotMap{
height:300px !important;
}

}
@media (max-width:768px){

.fleet-card{
flex-direction:column;
text-align:center;
}

.fleet-info{
padding:25px;
}

.fleet-specs{
justify-content:center;
gap:25px;
}

.fleet-specs div{
border-right:none;
padding-right:0;
}

}
@media (max-width:768px){

.dashboard-card{
padding:30px;
margin-bottom:20px;
}

.dashboard-card h2{
font-size:28px;
}

}
.leaflet-container {
height: 80vh !important;
}
@media (max-width:768px){
.leaflet-container{
height:50vh !important;
}
}
@media (max-width:576px){

.carousel-caption{
padding:10px;
}

.carousel-caption h2{
font-size:16px;
}

.carousel-caption p{
font-size:13px;
}

}
/* ===== FIX MAP SIZE HOME ===== */

@media (min-width: 992px){
.leaflet-container{
height:420px !important;
}
}

@media (max-width: 991px){
.leaflet-container{
height:360px !important;
}
}

@media (max-width: 768px){
.leaflet-container{
height:300px !important;
}
}
.featured-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/* ===== FIX TITULOS NOTICIAS ===== */
.news-card h5 {
    color: #002F6C !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}
/* ===== FIX NOTICIAS HOME ===== */
.news-home-card h5 {
    color: #1a1a1a !important;
    font-weight: 600;
}

.news-home-card h5 {
    color: #002F6C !important;
    font-weight: 700;
}