.preloader {
  position: fixed;           /* Ocupa toda la pantalla */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;          /* Fondo blanco */
  display: flex;             /* Flexbox */
  justify-content: center;   /* Centrado horizontal */
  align-items: center;       /* Centrado vertical */
  z-index: 9999;             /* Encima de todo */
}

.preloader img {
  width: 30%;                /* Ajusta el tamaño */
  /*max-width: 180px;        /* Tamaño máximo para pantallas pequeñas */
}

.main_header_arae.background-speed{
    background: #000 !important;
    z-index: 99999;
    position: relative
}

.style-precio{
    color:#001e41;
}

.topbar-list.icons-social li{
    font-size: 20px !important;
}

.topbar-area{
    /*background: #fff;
    color: #ec004b;
    padding-top:5px;
    padding-bottom:5px;*/
    color: #ffffff;
    padding: 0px !important;
    /*
    padding-top: 5px;
    padding-bottom: 5px;*/
}

.copyright_area{
    background:#f2f4f5 !important;
}

.topbar-list li a, .topbar-list li i{
    /*color: #ec004b;*/
    color: #fff !important;
}

.navbar-area{
    background: transparent;
    /*background: transparent !important;*/
}

.navbar-area.is-sticky{
    background: #004481 !important;
    /*background: #fff !important;*/
    /*color: #C6004C !important;*/
    color: #fff !important;
}

.main-navbar .navbar .navbar-nav .nav-item a{
    color: #fff !important;
    font-size:14px;
}

.main-navbar{
    padding: 0px;
}

.main-navbar .navbar ul{
    right: 0px;
    margin: 0 auto;
    padding: 10px;
}

h2.subtitle-speed, h2.subtitle-speed > a{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #211E1F;
}

.section_heading_center{
    margin-top:30px;
}

.section_heading_center h2:after{
    background:transparent;
}

.subtitle-speed-servicios{
    margin-top:20px;
    color:#fff;
    font-weight:600;
    font-family: 'Poppins', sans-serif !important;
}

.description-speed-servicios{
    margin-top:20px;
    margin-bottom:30px;
    color:#fff;
}

.btn-success-speed{
    background: #fff !important;
    border: 1px solid #173c67;
    color: #173c67;
}

.btn-success-speed:hover{
    background: #000000!important;
    border: 1px #C6004C;
    color: #fff;
}

.btn-success-speed:active, .btn-success-speed:focus{
    background: #000000!important;
    border: 1px #173c67;
    color: #fff;
}

.btn-whatsapp-speed{
    background: #fff !important;
    border: 1px solid #15cb2b;
    color: #15cb2b;
}

.btn-whatsapp-speed:hover{
    background: #15cb2b !important;
    border: 1px #15cb2b;
    color: #fff;
}

.btn-whatsapp-speed:active, .btn-whatsapp-speed:focus{
    background: #15cb2b !important;
    border: 1px #15cb2b;
    color: #fff;
}


.btn-filled-whatsapp{
    background: #15cb2b !important;
    border: 1px solid #15cb2b;
    color: #fff;
    font-size: 1.1em;
}

.btn-filled-whatsapp:hover{
    background: #0ab71b !important;
    border: 1px #0ab71b;
    color: #fff;
    font-size: 1.1em;
    height:auto;
}

.btn-filled-whatsapp:active, .btn-filled-whatsapp:focus{
    background: #0ab71b !important;
    border: 1px #0ab71b;
    color: #fff;
    font-size: 1.1em;
    height:auto;
}

.download_pdf_area_visa{
    background:#fff !important;
}

.btn-success-speed-cta{
    background: #152342 !important;
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.btn-success-speed-cta:hover{
    background: #152342 !important;
    border: 1px solid #152342 ;
    color: #fff !important;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.2em;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.icon-box {
    margin-bottom: 50px;
    position: relative;
}

.icon-box .icon {    
    padding: 15px;
    font-size: 30px;
    margin-top: 15px;
}

#info_main_arae > .container-fluid, #info_main_arae > .container-fluid > .icon-box > p{
    background: #ec004b;
    color: #fff;
}

.card_home > .container-fluid{
    background: rgba(217, 217, 217, 0.2);;
    color: #fff;
}

.text-white{
    color: #fff;
}

.icon-box.text-center .icon, .icon-box.center .icon {
    margin: 0 auto 22px;
    position: relative;
}

.flight_categories_search{
    position: relative;
    right: 0px !important;
    top: 0px !important;
    margin-bottom: 10px !important;
}

.theme_search_form_area{
    /*background: none;*/
    background: #fff;
    height: 250px;
}

.flight_Search_boxed{
    background: #fff;
}

.flight_categories_search ul.nav.nav-tabs {
    color:#fff !important;
}

.flight_categories_search .nav-tabs .nav-item.show .nav-link, .flight_categories_search .nav-tabs .nav-link.active{
    background: #ec004b;
    color:#fff;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 6px;
}

.flight_categories_search .nav-tabs .nav-link{
    color: #fff;
}

#our_partners .subtitle-speed.text-center{
	padding-bottom:40px;
}

h3.footer-speed{
    color: #000000!important;
	font-weight:600 !important;
	font-size:24px !important;
}

ul.contact-section > li > i{
	color:#3A90BB;
}

.footer-area-information{
    border-top: 3px solid #000000!important;
    border-bottom: 3px solid #000000!important;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.dot_style.owl-theme .owl-dots .owl-dot.active span, .dot_style.owl-theme .owl-dots .owl-dot:hover span{
    background:#ec004b;
}

.subtitle-speed{
    font-family: 'Poppins', sans-serif !important;
}

.text-dark{
    font-family: 'Poppins', sans-serif !important;
}

.main-navbar .navbar .navbar-nav .nav-item a:before{
    z-index:0 !important;
}

.news_area_top_right h2.subtitle-speed a:hover{
    color:#000;
}

.btn_theme:before{
    background: #C6004C !important;
    font-weight: bold;
}

.section_padding {
    padding: 30px 0;
}

#theme_search_form_tour{
    /*margin-top: 0px;**/
}

.theme_search_form_tabbtn {
    margin-bottom: 0px;
    margin-top: -10px;
}

/* --Footer Area-- */
#footer_area {
    padding: 100px 0px 0px 0px;
}

.imagination_boxed {
    background: #152342 !important;
    height: 40%;
}

#common_banner{
    background-image: url("/static/images/banners_page/background_page2.jpg") !important;
}

.theme_search_form_tabbtn .nav-tabs .nav-link{
    /*border: 1px solid #ec004b;*/
    border: 1px solid #fff;
    /*color: #C6004C !important;*/
    color: #fff !important;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link, .theme_search_form_tabbtn .nav-tabs .nav-link.active{
    background: #C6004C !important;
    color: #fff !important;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link, .theme_search_form_tabbtn .nav-tabs .nav-link.active {
    border: solid 1px #C6004C;
}

/* BEGIN SECCION GALERIA */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.container-gallery {
    max-width: 1200px; /* Ajusta el ancho máximo según tus necesidades */
    margin: 0 auto;
    padding: 0px;
    background-color: #fff; /* Color de fondo de la sección */
    border-radius: 10px; /* Bordes redondeados */
}

.gallery-home {
    display: flex; /* Mantiene todas las imágenes en una fila */
    justify-content: space-between; /* Espacio uniforme entre las imágenes */
    align-items: center; /* Alinea verticalmente el contenido */
    overflow-x: auto; /* Habilita desplazamiento horizontal si es necesario */
}

.gallery-title-home {
    font-family: 'Poppins', sans-serif; /* Fuente Poppins */
    text-align: left; /* Alinea el título a la izquierda */
    color: #3998CB; /* Color del texto */
    margin-bottom: 20px; /* Espacio debajo del título */
    line-height: 1.5; /* Espaciado vertical */
    font-size: 24px; /* Tamaño de fuente ajustado */
}

.gallery-item-home {
    position: relative;
    margin: 10px;
    border: 2px solid #ccc;
    border-radius: 10px; /* Bordes redondeados */
    width: auto; /* Ajusta el ancho de las imágenes */
    overflow: hidden; /* Asegura que el contenido no sobresalga */
}

.gallery-item-home img {
    width: auto;
    height: auto;
    display: block;
    border-radius: 10px; /* Bordes redondeados para las imágenes */
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease; /* Efecto de transición */
}

.gallery-item-home:hover .overlay {
    opacity: 1; /* Mostrar texto al pasar el ratón */
}

/* Estilos generales del footer */
.footer {
  background-color: #003366; /* Azul oscuro */
  color: white;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.footer-item {
  text-align: center;
  margin: 10px;
  width: 25%;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-item:hover{
    border-radius: 5px;
    box-shadow: 0px 2px 8px 1px #ddd;
}

.footer-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.footer-title {
  font-weight: bold;
  margin: 5px 0;
  color: #173C67 !important;
}

.footer-text {
  color: #000;
  margin: 0;
  color: white;
}

.footer-text-ubicacion {
  color: #000;
  margin: 0;
  font-size:13px !important;
  color: white;
}

.footer-link {
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer_heading_area h5{
    border-bottom: 1px solid #173c67;
}

.footer_link_area ul li a{
  color: #000 !important;
}

.footer_link_area ul li a:hover{
  color: #173c67 !important;
  font-weight:700 !important;
}

/*BEGIN SECCION SERVICIOS*/
.card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.card-services {
    width: 200px; /* Aumentar el ancho de la tarjeta */
    height: 250px; /* Aumentar la altura de la tarjeta */
    perspective: 1000px;
    margin: 10px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 15px; /* Bordes redondeados */
    /*overflow: hidden; /* Oculta el contenido que sale del borde redondeado */
}

.card-services:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; /* Aumentar el tamaño de la fuente */
    color: white;
    font-weight: lighter;
}

.card-front {
    background-color: #173c67; /* Color de fondo frontal */
}

.card-back:hover {
    backface-visibility: visible;
}

.card-back {
    background-color: #efefef; /* Color de fondo trasero */
    color: #020044;
    font-weight: 300;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; /* Padding para el texto */
    text-align: center; /* Texto centrado */
    font-size: 18px; /* Ajustar el tamaño de la fuente para el texto trasero */
}

.img-services {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Bordes redondeados para la imagen */
}

.link_speed{
    color: #C6004C !important;
}

.section_heading_center ul {
    padding-top: 20px;
}

.section_heading_center ul li {
    display: inline-block;
    color: #000;
    padding-left: 7px;
}

.section_heading_center ul li:first-child {
    padding-left: 0px;
}

.section_heading_center ul li span {
    padding-right: 5px;
}

.section_heading_center ul li span i {
    color: #000;
    font-size: 7px;
    position: relative;
    top: -2px;
    left: -3px;
}

.section_heading_center ul li a {
    color: #00000094;
}

.section_heading_center ul li a:hover {
    color: var(--main-color);
}

@media (max-width: 600px) {
    .card {
        width: 150px; /* Ajustar el ancho en dispositivos móviles */
        height: 200px; /* Ajustar la altura en dispositivos móviles */
    }
}

/*END SECCION SERVICIOS*/




/* Media Query para dispositivos móviles */
@media (max-width: 600px) {
    .gallery-title-home {
        text-align: center;
    }
    .gallery-home {
        flex-direction: column; /* Cambia la dirección a columna */
        align-items: center; /* Centra los elementos */
    }

    .gallery-item-home {
        width: 100%; /* Las imágenes ocupan el 100% del ancho */
        margin: 10px 0; /* Espaciado vertical entre imágenes */
    }
}

/* END SECCION GALERIA */

@media (min-width: 1399px) {
    #theme_search_form{
        position: absolute;
        width: 100%;
        margin-top: -430px;
    }

    .theme_search_form_tabbtn .nav-tabs{
        display: inline-flex;
        margin-left: 30% !important;
    }
}


@media (max-width: 790px){
    .theme_search_form_area.section-speed-tours{
        background: #FFFFFF;
        height: 800px !important;
    }

    .flight_Search_boxed{
        background: #22a0da1c;
        color:#000;
    }

    .dropdown_passenger_area .dropdown-menu.show{
        transform: translate(-11%, 242px) !important;
    }

    .theme_search_form_tabbtn .nav-tabs{
        display: inline-flex;
        margin-left: 3%;
    }

    .footer-item{
        /*border: 1px solid #ddd;*/
        border-radius: 5px;
        padding: 10px;
        box-shadow: -1px 1px 6px 1px #ddd;
        margin-bottom: 20px;
        width: 100%;
    }
}
