@font-face{font-family:'Raleway';src:url('../../fonts/Raleway/Raleway-Light.woff2') format('woff2'),url('../../fonts/Raleway/Raleway-Light.woff') format('woff');font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:'Raleway';src:url('../../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),url('../../fonts/Raleway/Raleway-Regular.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Raleway';src:url('../../fonts/Raleway/Raleway-Medium.woff2') format('woff2'),url('../../fonts/Raleway/Raleway-Medium.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Raleway';src:url('../../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),url('../../fonts/Raleway/Raleway-Bold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Raleway';src:url('../../fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'),url('../../fonts/Raleway/Raleway-ExtraBold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Arial';src:url('../../fonts/Arial/Arial-Regular.woff2') format('woff2'),url('../../fonts/Arial/Arial-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Arial';src:url('../../fonts/Arial/Arial-Bold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}

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: #ff5a00;
}

@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: #ff5a00;
}

@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 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: #ff5a00 !important;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ff5a00;
    border-radius: 0px;
}

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

body button.btn-secondary,
body a.btn-secondary {
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #EDEDED !important;
    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 !important;
}

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 !important;
    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: #ff5a00;
    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: #ff5a00;
}

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: #ff5a00;
    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 {
    font-family: 'barajas-icons';
    src: url('../../fonts/icons/barajas_icons.eot') format('embedded-opentype'),
         url('../../fonts/icons/barajas_icons.ttf') format('truetype'),
         url('../../fonts/icons/barajas_icons.woff') format('woff'),
         url('../../fonts/icons/barajas_icons.svg') format('svg');
    font-weight: 300;
    font-style: 300;
    font-display: swap;
}

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

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

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

body .container-barajas .content-banner .banners-items {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

body .container-barajas .content-banner .content-form .mb-3 {
    padding: 14px;
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field .btn-tooltip.tooltip-inner {
    font-size: 12px;
}

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

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

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

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control.error_field,
body .container-barajas .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control.success {
    padding-right: 24px;
}

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

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

body .container-barajas .content-banner .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 .content-banner .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: #ff6f1a;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #ff6f1a;
    text-align: center;
    border-radius: 8px;
}

body .container-barajas .content-banner .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 .content-banner .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 .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control .control input[type="radio"]:checked+label::before {
    color: #ff5a00;
}

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

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control .control.moto label::after {
    content: 'Moto';
    left: 20px;
}

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control .control.coche label::after {
    content: 'Coche';
    left: 16px;
}

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control .control.furgoneta label::after {
    content: 'Furgo';
    left: 18px;
}

body .container-barajas .content-banner .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 .content-banner .content-form .mb-3 .row .field.field-type-car .row .field-control .control.autobus label::after {
    content: 'Bus';
    left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .container-barajas .content-banner .content-banner-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 .content-banner .content-banner-and-extra .banners-items [data-u="arrowright"] {
    position: absolute;
    left: initial !important;
    right: -18px !important;
    top: 230% !important;
    background: #e3e3e3;
    text-align: center;
    opacity: .8;
    border-radius: 8px;
    cursor: pointer;
    display: none;
}

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

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

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

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

body .container-barajas .content-banner .content-banner-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 !important;
}

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

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: #ff5a00;
    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% !important;
    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;
}

/* 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 !important;
    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: #ff5a00;
}

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

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% !important;
    top: initial;
    bottom: 0;
    background: #EDEDED;
    border-radius: 2px;
}

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

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 #ff5a00;
    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: #ff5a00;
}

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: #ff5a00;
}

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 !important;
    }
    
    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: 8px;
        height: 30px;
    }
    
    body .container-barajas .steps-progress-content .step:after {
        content: none !important;
    }
    
    body .container-barajas .content-agencias {
        padding: 12px !important;
    }
    
    body .container-barajas .steps-progress {
        display: none;
    }
    
    body .container-barajas .content-banner {
        display: flex;
        flex-direction: column;
        gap: 10px !important;
    }
    
    body .container-barajas .content-banner .content-form {
        padding: 0 12px 12px 12px;
        width: 100%;
        max-width: 100%;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra {
        width: 100%;
        gap: 16px;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra .banners-items .content-bullets {
        left: 45% !important;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra .banners-items [data-u="arrowleft"] {
        display: block !important;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra .banners-items [data-u="arrowright"] {
        display: block !important;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra .banner-extra {
        height: 600px;
        margin-top: 20px;
    }
    
    body .container-barajas .content-banner .content-banner-and-extra .banner-extra img {
        display: none;
    }
    
    body .container-barajas .content-banner .content-banner-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% !important;
        margin-bottom: 20px;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    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 !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    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 !important;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .card-header h4,
    body .container-barajas .content-benefits .row-benefits .column h4 {
        text-align: center !important;
        width: 100% !important;
        color: #000000 !important;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info {
        text-align: center !important;
        justify-content: center !important;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info h4 {
        text-align: center !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        color: #000000 !important;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info p {
        text-align: center !important;
        padding-bottom: 20px !important;
    }
    
    body .container-barajas .content-benefits .row-benefits .column .content-info a {
        position: relative !important;
        margin: 15px auto 0 auto !important;
    }
    
    /* 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 !important;
        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 !important;
        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;
}
