/* @font-face Raleway: definido en _base.css (evitar duplicados) */
/* @font-face Arial: eliminado - Arial es fuente de sistema, no necesita descarga */

body {
    background-image: url(../../images/parking-naranja/fondo-parking.webp);
    background-size: auto;
}

body * {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body h1 {
    font-size: 38px;
    color: #000000;
}

body h1 span {
    font-size: 38px;
    color: #005FFF;
}

@media screen and (max-width: 1119px) {
    body h1 {
        font-size: 28px;
    }
    body h1 span {
        font-size: 28px;
    }
}

body h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

body h2 span {
    font-size: 36px;
    color: #005FFF;
}

@media screen and (max-width: 1119px) {
    body h2 {
        font-size: 24px;
    }
    body h2 span {
        font-size: 24px;
    }
}

body h3 {
    font-size: 24px;
    color: #000000;
}

body p {
    font-size: 14px;
    color: #ffffff;
}

body input.form-control,
body select.form-select {
    position: relative;
    width: 100%;
    height: 36px;
    font-family: 'Arial';
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 0;
    color: #000000;
}

body input.form-control:focus,
body select.form-select:focus {
    box-shadow: none;
    border-color: #EDEDED;
}

body input.form-control:focus-visible,
body select.form-select:focus-visible {
  border-color: #005FFF;
  box-shadow: 0 0 0 2px rgba(255, 90, 0, 0.25);
}

body select.form-select {
    background-image: url(../../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 4%;
}

body .field .field-control {
    position: relative;
}

body .field .field-control.error_field .form-control,
body .field .field-control.error_field .form-select {
    border: 1px solid #dc3545;
}

body .field .field-control.error_field:before {
    position: absolute;
    right: 32px;
    bottom: 3px;
    content: '\e950';
    font-family: 'barajas-icons';
    font-size: 22px;
    color: #dc3545;
    z-index: 9;
}

body .field .field-control.success .form-control,
body .field .field-control.success .form-select {
    border: 1px solid #198754;
}

body .field .field-control.success:before {
    position: absolute;
    right: 32px;
    bottom: 3px;
    content: '\e92d';
    font-family: 'barajas-icons';
    font-size: 22px;
    color: #198754;
    z-index: 9;
}

body button.btn-primary,
body a.btn-primary {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 600;
    background-color: #005FFF;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #005FFF;
    border-radius: 0px;
}

body button.btn-primary:hover,
body a.btn-primary:hover {
    background: #005FFF;
    border-color: #005FFF;
}

body button.btn-secondary,
body a.btn-secondary {
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #EDEDED;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #5D5D5D;
    border-radius: 0px;
}

body button.btn-secondary:hover,
body a.btn-secondary:hover {
    background: #EDEDED;
    border-color: #EDEDED;
}

body button.btn-primary:active,
body a.btn-primary:active,
body button.btn-secondary:active,
body a.btn-secondary:active {
    border-color: initial;
}

body a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

body a:hover {
    text-decoration: none;
}

body label {
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

body .card {
    display: flex;
    max-width: 239px;
    height: 344px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    border: none;
    padding: 16px;
}

body .card:before {
    content: '';
    border-bottom: 10px;
    height: 10px;
    display: block;
    width: 100%;
    background: #005FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
}

body .card h3 {
    font-weight: 600;
}

body .card .card-body {
    padding: 0;
}

body .card .card-body p {
    font-size: 14px;
    color: #5D5D5D;
}

body .card .card-body .actions a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

body .card .card-body .actions a:after {
    content: '\e90f';
    font-family: 'barajas-icons';
    font-size: 14px;
    color: #005FFF;
}

body .card .actions-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body .card .actions-toolbar .btn-primary,
body .card .actions-toolbar .btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    height: 42px;
    text-align: center;
    background: #005FFF;
    cursor: pointer;
}

body .card .actions-toolbar .btn-primary:hover,
body .card .actions-toolbar .btn-secondary:hover {
    transition: all .3s ease;
}

body .card .actions-toolbar .btn-secondary {
    background: #EDEDED;
    border: 0px;
    margin-top: 12px;
}

body .loader {
    position: fixed;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

body .loader>div {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    overflow: hidden;
}

body .loader>div img {
    max-width: 100px;
}

/* @font-face barajas-icons: definido en _base.css (evitar duplicados) */

body .flatpickr-calendar {
    max-width: 174px;
}

html body .container-barajas {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 50px;
}

body .container-barajas .hero-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: stretch;
}

body .container-barajas .hero-search .banners-items {
    position: relative;
}

body .container-barajas .hero-search .banners-items .banner-item {
    position: relative;
    height: 100%;
}

body .container-barajas .hero-search .banners-items .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

body .container-barajas .hero-search .banners-items .slick-list {
    height: 100%;
}

body .container-barajas .hero-search .banners-items .slick-list>div {
    height: 100%;
}

body .container-barajas .hero-search .banners-items .slick-list .slick-slide {
    height: 100%;
}

body .container-barajas .hero-search .banners-items .slick-list .slick-slide>div {
    height: 100%;
}

body .container-barajas .hero-search .content-form {
    flex: 0 0 auto;
    width: 380px;
    max-width: 380px;
    background: #EBEDED;
    border-radius: 20px;
    right: 16%;
    opacity: .95;
    z-index: 2;
    padding: 0;
    margin: 0;
    align-self: stretch;
    overflow: hidden;
}

body .container-barajas .hero-search .content-form #parkingForm {
    height: 100%;
    background: #005FFF;
    padding-bottom: 14px;
    border-radius: 2;
}

body .container-barajas .hero-search .content-form .title-form {
    background: #000000;
    padding: 9px 5px 5px 100px;
    border-radius: 20px 20px 0 0;
}

body .container-barajas .hero-search .content-form .title-form h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

body .container-barajas .hero-search .content-form .mb-3 {
    padding: 14px;
    margin-bottom: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-6 {
    width: 48%;
    padding: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-6 input,
body .container-barajas .hero-search .content-form .mb-3 .row .col-6 select {
    border-radius: 4px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-6:first-child {
    width: 62%;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-6:last-child {
    width: 34%;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-12 {
    padding: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row .col-12 input,
body .container-barajas .hero-search .content-form .mb-3 .row .col-12 select {
    border-radius: 4px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field {
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field label {
    position: relative;
    font-family: 'Arial';
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 3px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field .btn-tooltip {
    position: relative;
    width: 18px;
    height: 16px;
    font-size: 0;
    border: 0;
    background: transparent;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field .btn-tooltip::before {
    position: absolute;
    top: -4px;
    right: -2px;
    content: '\e950';
    font-family: 'barajas-icons';
    font-size: 18px;
    color: rgba(255,255,255,0.9);
}

body .container-barajas .hero-search .content-form .mb-3 .row .field .btn-tooltip.tooltip-inner {
    font-size: 12px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row {
    display: flex;
    flex-direction: row;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .col-12:first-child {
    width: 40%;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .col-12:last-child {
    width: 100%;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 6px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control.error_field,
body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control.success {
    padding-right: 24px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control.error_field:before,
body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control.success:before {
    right: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control {
    position: relative;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    display: none;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]+label {
    position: relative;
    display: block;
    width: 68px;
    height: 46px;
    background: #1A8FE3;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #1A8FE3;
    text-align: center;
    border-radius: 8px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]+label::before {
    position: absolute;
    font-family: 'barajas-icons';
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]+label:after {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]:checked+label {
    background: #ffffff;
    border-color: #ffffff;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]:checked+label::before {
    color: #005FFF;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]:checked+label::after {
    color: #005FFF;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.moto label::before {
    content: '\e95a';
    font-size: 24px;
    top: -2px;
    left: 2px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.moto label::after {
    content: 'Moto';
    left: 20px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.coche label::before {
    content: '\e958';
    font-size: 26px;
    top: -3px;
    left: 0px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.coche label::after {
    content: 'Coche';
    left: 16px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.furgoneta label::before {
    content: '\e959';
    font-size: 22px;
    top: 2px;
    left: 0px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.furgoneta label::after {
    content: 'Furgo';
    left: 18px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.autobus label::before {
    content: '\e95b';
    font-size: 20px;
    top: 4px;
    left: 2px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.autobus label::after {
    content: 'Bus';
    left: 24px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.field-type-car .row .field-control .control.autobus span {
    left: 15px;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.promotion {
    margin-bottom: 0;
}

body .container-barajas .hero-search .content-form .mb-3 .row .field.promotion .field-control.error_field::before {
    right: 10px;
}

body .container-barajas .hero-search .content-form .mb-3 .row #divSelectSiteLeave,
body .container-barajas .hero-search .content-form .mb-3 .row #divSelectSiteStay {
    margin-top: 12px;
}

body .container-barajas .hero-search .content-form .actions-toolbar {
    padding: 0 14px;
}

body .container-barajas .hero-search .content-form .actions-toolbar .btn-primary {
    background-color: #000000;
    border: 1px solid #000000;
    transition: all .3s ease;
    border-radius: 4px;
    height: 38px;
    font-size: 13px;
}

body .container-barajas .hero-search .content-form .actions-toolbar .btn-primary:hover {
    background-color: #ffffff;
    color: #000000;
}

body .container-barajas .hero-search .hero-search-and-extra {
    width: 82%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items {
    position: relative;
    margin: 0;
    width: 100%;
    height: 385px;
    overflow: hidden;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .banner-item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 385px;
    overflow: hidden;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets {
    position: absolute;
    bottom: 14px;
    height: 20px;
    width: 40px;
    left: 50%;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb {
    position: relative;
    display: flex;
    width: 40px;
    justify-content: space-between;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #d8d8d8;
    color: #000000;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    opacity: .7;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"]:before {
    color: #000000;
    font-size: 12px;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"]:first-child {
    left: 0;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"]:first-child:before {
    content: '1';
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"]:last-child {
    right: 0;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"]:last-child:before {
    content: '2';
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"].av {
    background: #005FFF;
    color: #ffffff;
    opacity: 1;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets .jssorb [data-u="prototype"].av:before {
    color: #ffffff;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowleft"] {
    position: absolute;
    left: -18px;
    top: 230%;
    background: #e3e3e3;
    text-align: center;
    opacity: .8;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowleft"]:before {
    content: '\e90f';
    font-family: 'barajas-icons';
    font-size: 36px;
    color: #ffffff;
    display: block;
    transform: rotate(180deg);
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowright"] {
    position: absolute;
    left: initial;
    right: -18px;
    top: 230%;
    background: #e3e3e3;
    text-align: center;
    opacity: .8;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowright"]:before {
    content: '\e90f';
    font-family: 'barajas-icons';
    font-size: 36px;
    color: #ffffff;
}

body .container-barajas .hero-search .hero-search-and-extra .banners-items:hover [data-u="arrowleft"],
body .container-barajas .hero-search .hero-search-and-extra .banners-items:hover [data-u="arrowright"] {
    display: block;
}

body .container-barajas .hero-search .hero-search-and-extra .banner-extra {
    position: relative;
}

body .container-barajas .hero-search .hero-search-and-extra .banner-extra img {
    position: relative;
    width: 100%;
}

body .container-barajas .hero-search .hero-search-and-extra .banner-extra img.img-mobile {
    display: none;
}

body .container-barajas .content-cards-aditional {
    max-width: 985px;
    margin: 80px auto 0 auto;
}

body .container-barajas .content-cards-aditional h2 {
    text-align: center;
    margin-bottom: 50px;
}

body .container-barajas .content-cards-aditional .content-aditional {
    display: flex;
    justify-content: space-between;
}

body .container-barajas .content-cards-aditional .content-aditional .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
}

body .container-barajas .content-cards-aditional .content-aditional .card:before {
    content: none;
}

body .container-barajas .content-cards-aditional .content-aditional .card .icon:before {
    content: '';
    font-family: 'barajas-icons';
    font-size: 42px;
    font-weight: 500;
    color: #005FFF;
}

body .container-barajas .content-cards-aditional .content-aditional .card h4 {
    height: 60px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

body .container-barajas .content-cards-aditional .content-aditional .card p {
    color: #5D5D5D;
    line-height: 1.5;
}

body .container-barajas .content-cards-aditional .content-aditional .card.trazabilidad .icon:before {
    content: '\e95f';
}

body .container-barajas .content-cards-aditional .content-aditional .card.precios .icon:before {
    content: '\e970';
}

body .container-barajas .content-cards-aditional .content-aditional .card.operadores .icon:before {
    content: '\e931';
}

body .container-barajas .content-cards-aditional .content-aditional .card.flexibilidad .icon:before {
    content: '\e960';
}

body .container-barajas .content-benefits {
    background: #ffffff;
}

body .container-barajas .content-benefits .row-benefits {
    display: flex;
    padding: -1px 12px 20px 12px;
}

body .container-barajas .content-benefits .row-benefits .column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 25%;
}

body .container-barajas .content-benefits .row-benefits .column:nth-child(2) {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin: 0 10px;
    padding: 0 10px;
}

body .container-barajas .content-benefits .row-benefits .column:nth-child(3) {
    border-right: 1px solid #E0E0E0;
    margin-right: 10px;
    padding-right: 10px;
}

body .container-barajas .content-benefits .row-benefits .column img {
    width: 65px;
    height: 65px;
    margin-right: 15px;
    flex-shrink: 0;
}

body .container-barajas .content-benefits .row-benefits .column .content-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    justify-content: start;
    margin-left: 0;
}

/* TÍTULO EN NEGRO (PC y móvil) */
body .container-barajas .content-benefits .row-benefits .column .content-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0 10px 5px 0;
}

body .container-barajas .content-benefits .row-benefits .column .content-info h4 sub {
    font-weight: 300;
}

body .container-barajas .content-benefits .row-benefits .column .content-info p {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    padding: 0 0 60px 0;
    margin: 0;
}

body .container-barajas .content-benefits .row-benefits .column .content-info p span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

body .container-barajas .content-benefits .row-benefits .column .content-info a {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background: #005FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 0;
}

body .container-barajas .content-benefits .row-benefits .column .content-info a:after {
    content: '\e90f';
    font-family: 'barajas-icons';
    font-size: 11px;
    color: #ffffff;
    margin-left: 5px;
}

body .container-barajas .content-service .row-service img {
    width: 100%;
}

/* ============================================
   SLIDER DE INSTALACIONES - CORREGIDO
   ============================================ */
body .container-barajas .content-facilities {
    position: relative;
    margin-top: 10px;
}

body .container-barajas .content-facilities .swiper {
    width: 100%;
    margin: 0;
}

body .container-barajas .content-facilities .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

body .container-barajas .content-facilities .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .container-barajas .content-facilities .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider principal */
body .container-barajas .content-facilities .mySwiper2 {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

body .container-barajas .content-facilities .mySwiper2 .swiper-slide {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

body .container-barajas .content-facilities .mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Slider de miniaturas - CORREGIDO */
body .container-barajas .content-facilities .mySwiper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 800px;
    margin: 10px auto 0 auto;
}

body .container-barajas .content-facilities .mySwiper .swiper-slide {
    width: 80px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    border: 2px solid transparent;
}

body .container-barajas .content-facilities .mySwiper .swiper-slide:hover {
    opacity: 0.8;
}

body .container-barajas .content-facilities .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #005FFF;
}

body .container-barajas .content-facilities .mySwiper .swiper-slide:last-child {
    margin-right: 0;
}

body .container-barajas .content-facilities .content-progress {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 16px;
}

body .container-barajas .content-facilities .content-progress .swiper-pagination {
    order: 1;
    position: relative;
    width: 94%;
    top: initial;
    bottom: 0;
    background: #EDEDED;
    border-radius: 2px;
}

body .container-barajas .content-facilities .content-progress .swiper-pagination-progressbar-fill {
    background: #005FFF;
}

body .container-barajas .content-facilities .content-progress .swiper-button-next,
body .container-barajas .content-facilities .content-progress .swiper-button-prev {
    position: relative;
    top: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid #005FFF;
    border-radius: 100px;
}

body .container-barajas .content-facilities .content-progress .swiper-button-next:after,
body .container-barajas .content-facilities .content-progress .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600;
    color: #005FFF;
}

body .container-barajas .content-facilities .content-progress .swiper-button-prev {
    order: 2;
    left: initial;
}

body .container-barajas .content-facilities .content-progress .swiper-button-next {
    order: 3;
    right: initial;
}

body .container-barajas .content-questions {
    margin-top: 20px;
}

body .container-barajas .content-questions .title {
    max-width: 790px;
    margin: 0 auto;
}

body .container-barajas .content-questions .title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #005FFF;
}

body .container-barajas .content-questions #accordion {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
}

body .container-barajas .content-questions #accordion h3 {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    padding: 10px 16px;
    background: #F3F3F3;
    border: 1px solid #f2f2f2;
    margin-bottom: 8px;
    cursor: pointer;
}

body .container-barajas .content-questions #accordion h3:before {
    position: absolute;
    right: 12px;
    content: '\e90c';
    font-family: 'barajas-icons';
    font-size: 14px;
    transition: all .5s ease;
}

body .container-barajas .content-questions #accordion h3:hover {
    background: #e9e9e9;
}

body .container-barajas .content-questions #accordion h3.ui-state-active {
    margin-bottom: 0;
    border-bottom: 0;
}

body .container-barajas .content-questions #accordion h3.ui-state-active:before {
    transform: rotate(180deg);
}

body .container-barajas .content-questions #accordion .ui-accordion-content {
    background: transparent;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #DDDDDD;
}

body .container-barajas .content-questions #accordion .ui-accordion-content p {
    color: #666666;
    text-align: justify;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media screen and (max-width: 1119px) {
    body .container-barajas .steps-progress {
        display: block;
    }
    
    body .container-barajas .steps-progress-content .step {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    body .container-barajas .steps-progress-content .step .icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    
    body .container-barajas .steps-progress-content .step p {
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 30px;
    }
    
    body .container-barajas .steps-progress-content .step:after {
        content: none;
    }
    
    body .container-barajas .content-agencias {
        padding: 12px;
    }
    
    body .container-barajas .steps-progress {
        display: none;
    }
    
    body .container-barajas .hero-search {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    body .container-barajas .hero-search .content-form {
        padding: 0 12px 12px 12px;
        width: 100%;
        max-width: 100%;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra {
        width: 100%;
        gap: 16px;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banners-items .content-bullets {
        left: 45%;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowleft"] {
        display: block;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banners-items [data-u="arrowright"] {
        display: block;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banner-extra {
        height: 600px;
        margin-top: 20px;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banner-extra img {
        display: none;
    }
    
    body .container-barajas .hero-search .hero-search-and-extra .banner-extra img.img-mobile {
        display: block;
        height: 100%;
        width: 100%;
    }
    
    body .container-barajas .content-benefits {
        display: flex;
        flex-direction: column;
    }
    
    body .container-barajas .content-benefits .row-benefits {
        display: flex;
        flex-direction: column;
    }
    
    /* ============================================
       BENEFITS MÓVIL - ICONOS CENTRADOS
       ============================================ */
    body .container-barajas .content-benefits .row-benefits .column {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    body .container-barajas .content-benefits .row-benefits .column:nth-child(2) {
        padding: 0;
        margin: 0 0 20px 0;
        border: 0;
    }
    
    body .container-barajas .content-benefits .row-benefits .column:nth-child(3) {
        padding: 0;
        margin: 0 0 20px 0;
        border: 0;
    }
    
    /* Iconos centrados encima del título */
    body .container-barajas .content-benefits .row-benefits .column .card-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .card-header img,
    body .container-barajas .content-benefits .row-benefits .column img {
        margin: 0 auto 15px auto;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .card-header h4,
    body .container-barajas .content-benefits .row-benefits .column h4 {
        text-align: center;
        width: 100%;
        color: #000000;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info {
        text-align: center;
        justify-content: center;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info h4 {
        text-align: center;
        width: 100%;
        margin: 0 0 10px 0;
        color: #000000;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info p {
        text-align: center;
        padding-bottom: 20px;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info a {
        position: relative;
        margin: 15px auto 0 auto;
    }
    
    /* Slider responsive */
    body .container-barajas .content-facilities {
        padding: 0 12px;
    }
    
    body .container-barajas .content-facilities .mySwiper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        max-width: 100%;
        margin: 10px auto 0 auto;
    }
    
    body .container-barajas .content-facilities .mySwiper .swiper-slide {
        width: 60px;
        height: 45px;
    }
    
    body .container-barajas .content-questions {
        padding: 0 12px;
    }
}

/* Responsive para móviles pequeños */
@media screen and (max-width: 576px) {
    body .container-barajas .content-facilities .mySwiper .swiper-slide {
        width: 50px;
        height: 35px;
    }
}

/* Título Preguntas Frecuentes alineado a la izquierda en PC */
body .container-barajas .content-questions .title {
    max-width: 100%;
    margin: 0;
}

body .container-barajas .content-questions .title h5 {
    text-align: left;
}
