
.section-motor-search-specific-v1 {
    height: max-content;
    width: 1265px;
    padding: 0px 20px;
    margin: auto;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.area-section-motor {
    width: 100%;
    height: max-content;
    /* background-color: #f6f6f6; */
    background-color: #fff;
    padding: 75px 0px 30px 0px;
}

.container-motor-v1 {
    display: flex;
    flex-direction: column;
    margin: 0px 5px;
    margin-top: -57px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}   

.sub-container-motor-v1 {
    margin: 0px 45px;
}

/* ==========================================================================
   NAVEGACIÓN POR PESTAÑAS (NAV-BAR)
   ========================================================================== */
.nav-bar-v1 {
    width: 100%;
}

.nav-bar-v1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-bar-item {
    width: 150px;
    text-align: center;
    list-style: none;
    color: rgba(0, 0, 0, 0);
    position: relative;
    margin: 0px 5px;
}

.nav-bar-item button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--Blanco);
    border: none;
    flex-wrap: nowrap;
    padding: 4px 10px;
    width: 100%;
    height: 40px;
    color: var(--AzulClaro);
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    border-radius: var(--borderWidth);
    text-decoration: none;
    box-shadow: rgba(84, 89, 98, 0.15) 0px 12px 20px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.nav-bar-item button[aria-selected="true"],
.nav-bar-item button:hover {
    color: var(--AzulOscuro);
    border: 2px solid var(--Rojo);
}

.nav-bar-item button[aria-selected="true"]::after,
.nav-bar-item button:hover::after {
    transform: scaleX(1);
}

.nav-bar-item button:hover::after {
    transform: scaleX(0);
}

.nav-bar-item button[aria-selected="true"] i,
.nav-bar-item button:hover i {
    color: var(--AzulOscuro);
}

.nav-bar-item button i {
    color: var(--AzulClaro);
    font-size: 16px;
    padding: 0;
    margin-right: 10px;
}

.tab-container-motor {
    width: 100%;
    background-color: var(--Blanco);
    border-radius: var(--Rojo);
    box-shadow: rgba(84, 89, 98, 0.15) 0px 12px 20px;
}

/* ==========================================================================
   FORMULARIO Y CAMPOS DE ENTRADA
   ========================================================================== */
.form-menu-v1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 10px;
    padding: 20px 10px;
    margin-top: 3px;
    background: #fff;
    border-radius: var(--borderWidth);
    border: 2px solid var(--Rojo);
}

.form-group-menu-v1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.form-group-menu-v1 label,
.label-form {
    font-size: 14px;
    color: var(--Negro);
    padding-bottom: 5px;
    font-weight: 600;
}
.content-items-selected-search label {
    color: var(--Blanco);
}

.select2-selection__rendered {
    line-height: 1.5 !important;
}

.form-group-menu-v1 input,
.select-motor,
.select2-search__field,
.select2-container--default .select2-selection--single,
.edad-menores {
    height: 42px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    width: 100% !important;
    border-radius: var(--borderWidth) !important;
    background: #fff !important;
    color: var(--Negro) !important;
    line-height: 1 !important;
    cursor: pointer;

    /* box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.12),   
        inset 0 -1px 0 rgba(255, 255, 255, 0.6); */
    /* border: 1px solid #aaaaaa85 !important; */
    border: 2px solid var(--Rojo) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-family: normal !important;
    float: right;
    top: -16px !important;
    font-weight: bold;
    height: 26px !important;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 37% !important;
}

.search-destino {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: end !important;
    padding: 20px 0px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: var(--borderWidth);
    border: 2px solid var(--Rojo);
    gap: 10px;
}

.container-btn-v1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn-menu-bar-v1 {
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    background-color: var(--AzulOscuro);
    color: #fff;
    border-radius: var(--borderWidth);
    border: none;
    transition: all 0.45s ease-in-out;
}

.btn-menu-bar-v1:hover {
    background-color: var(--AzulClaro);
}

.section-motor-search-specific-v1 #fechas {
    text-align: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.show {
    opacity: 1;
}

.boton-responsivo {
    display: none;
}

.btn-destino-v1 {
    width: 16%;
}

.barra-destino {
    width: 55%;
}

.input-menores {
    width: auto;
    padding: 0px 20px 0px 10px;
}

/* ==========================================================================
   DROPDOWNS / SELECCIONADORES DE PASAJEROS
   ========================================================================== */
#selected-dropdown-items-hold {
    position: relative;
}

#selected-dropdown-items-hold .container-show-selected-hold {
    display: none;
    position: absolute;
    z-index: 3;
    top: 98%;
    transform: translateY(10px);
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    right: 0;
    width: 360px;
    background: #fff;
    overflow: hidden;
}

#mostrarMas {
    width: 100%;
    background: var(--AzulClaro);
    border-radius: var(--borderWidth);
    background: #fff !important;
    color: var(--Negro);
    line-height: 1 !important;
    cursor: pointer;
    font-size: 0.90rem;
    height: 42px;
    /* box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.12),   
        inset 0 -1px 0 rgba(255, 255, 255, 0.6) !important;  */
    /* border: 1px solid #aaaaaa85 !important; */
    border: 2px solid var(--Rojo) !important;
}

.content-items-selected-search {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 40px;
    place-items: center;
    gap: 15px;
    border-color: #e3e3e3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: var(--AzulOscuro);
    padding: 0px 4px;
}

.container-items-selected-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    place-items: center;
    grid-template-rows: 50px;
    color: #393939;
    background-color: var(--Blanco);
}

.container-items-selected-body > div > span {
    color: #19183b;
}

.container-items-selected-footer {
    background-color: var(--Blanco);
}

.container-items-selected-footer div span {
    text-align: end;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 0.85rem;
}

.container-items-selected-footer div ~ div {
    display: flex;
    gap: 3px;
    background-color: var(--Blanco);
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: end;
    padding: 4px 5px;
}

.container-items-selected-footer div:nth-child(2) div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24%;
    padding: 0 1px;
}

#formbuscador .container-items-selected-footer #list-age-children div select {
    background-color: #ffff !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
    box-shadow: none !important;
    height: 42px !important;
    padding: 10px 15px !important;
    border-radius: 4px;
}

#formbuscador .container-items-selected-footer #list-age-children div input {
    padding: 0px !important;
}

#formbuscador .container-items-selected-body select, 
#formbuscador .container-items-selected-footer div:nth-child(2) input {
    background-image: none !important;
    border: 1px solid #e3e3e3 !important;
    color: #707070 !important;
    box-shadow: none !important;
    padding-right: 40px !important;
}

.subtitle-children {
    display: none;
}

#aceptarCambios {
    padding: 0 12px;
    background: var(--Negro);
    color: #fff;
    font-weight: 400;
    min-height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.container-aceptar-action {
    background-color: var(--Blanco);
    padding: 12px;
    display: flex;
    justify-content: end;
    align-items: center;
}

#selected-dropdown-items-hold .container-show-selected-hold.show-unic {
    display: block;
}

#selected-dropdown-items-hold .container-show-selected-hold.hidden-unic {
    display: none;
}

.position-form2 {
    position: relative;
}

.icon-calendar-v1 {
    position: absolute;
    bottom: 13px;
    left: 16px;
    font-size: 0.90rem;
    color: var(--Negro);
}

.select2-results__option:not(.select2-results__option--selectable):not(.select2-results__option--disabled) {
    background: var(--AzulOscuro);
    color: #fff;
}

/* ==========================================================================
   DATEPICKER (DATERANGEPICKER)
   ========================================================================== */
.daterangepicker {
    border: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 16px 10px;
    background: #fff;
    width: auto;
    max-width: 820px;
}

.daterangepicker, .daterangepicker * {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.daterangepicker .drp-calendar {
    background: transparent;
    border: 0;
    margin: 0 14px;
}

.daterangepicker .drp-calendar .calendar-table thead tr th.selectable,
.daterangepicker .drp-calendar .calendar-table thead tr th.month {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    vertical-align: middle;
}

.daterangepicker .drp-calendar .calendar-table thead th.prev.available,
.daterangepicker .drp-calendar .calendar-table thead th.next.available {
    width: 40px;
    color: #6b6b6b;
    font-size: 18px;
    position: relative;
}

.daterangepicker .drp-calendar .calendar-table thead th.prev.available:before,
.daterangepicker .drp-calendar .calendar-table thead th.next.available:before {
    font-family: "FontAwesome";
}

.daterangepicker .drp-calendar .calendar-table thead th.prev.available {
    background: none;
}

.daterangepicker .drp-calendar .calendar-table thead th.prev.available:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23646a6f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.daterangepicker .drp-calendar .calendar-table thead th.next.available:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23646a6f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.daterangepicker .drp-calendar .calendar-table thead tr.thweekday th {
    color: #6b6b6b;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 12px;
}

.daterangepicker .drp-calendar .calendar-table td {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 15px;
    color: #4a4a4a;
}

.daterangepicker .drp-calendar .calendar-table td.off,
.daterangepicker .drp-calendar .calendar-table td.off.disabled {
    color: #d1d1d1;
}

.daterangepicker .drp-calendar .calendar-table td.available:hover {
    background: rgba(235,115,0,0.08);
    cursor: pointer;
    color: #333;
}

.daterangepicker .drp-calendar .calendar-table td.active,
.daterangepicker .drp-calendar .calendar-table td.start-date,
.daterangepicker .drp-calendar .calendar-table td.end-date {
    background: var(--Rojo) !important;
    color: #fff !important;
    box-shadow: none;
    transform: none;
}

.daterangepicker .drp-calendar .calendar-table td.in-range {
    background: #e3e3e3ad;
    color: #333;
    border-radius: 50%;
}

.daterangepicker .drp-calendar.left { margin-right: 1px; padding: 8px 0 0px 0px;}
.daterangepicker .drp-calendar.right { margin-left: 1px; }

.daterangepicker .ranges,
.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker .drp-calendar .calendar-table table {
    margin-bottom: 0;
}

.drp-calendar .calendar-table .table-condensed thead > tr:nth-child(1) {
    border-bottom: 2px solid #e1e1e1;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
    font-size: 17px;
}

.daterangepicker .calendar-table .next span {
    position: absolute;
    top: 42%;
}

.daterangepicker .calendar-table .prev span {
    position: absolute;
    top: 42%;
    left: 46%;
}

.daterangepicker td.available:hover, 
.daterangepicker th.available:hover {
    background-color: #19183b26 !important;
}

.daterangepicker .calendar-table th:nth-child(1) {
    color: var(--Negro);
}

/* ==========================================================================
   MEDIA QUERIES / RESPONSIVE DESIGN
   ========================================================================== */
@media screen and (max-width: 1280px) {
    .form-menu-v1 {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        border-bottom-width: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-group-menu-v1 {
        width: 48%;
    }

    .select2-container {
        width: 100% !important;
    }

    .boton-responsivo {
        display: block;
        padding-top: 20px;
    }

    .boton-desk {
        display: none;
    }

    .search-destino {
        gap: 20px;
    }

    .btn-destino-v1 {
        width: 25%;
        padding-top: 20px;
    }

    .barra-destino {
        width: 70%;
    }

    .input-menores {
        width: 50%;
    }

    .section-motor-search-specific-v1 {
        width: 1010px;
    }

    .container-btn-v1 {
        margin-bottom: 15px;
        padding: 15px;
    }

    .position-form4, 
    .form-group-menu-v1.boton-responsivo {
        width: 100%;
    }

    .form-group-menu-v1.boton-responsivo {
        border: 2px solid var(--NegroSoft);
        border-top-width: 0;
        border-bottom-left-radius: var(--borderWidth);
        border-bottom-right-radius: var(--borderWidth);
        background: #fff;
    }
}

@media (max-width: 1024px) {
    .form-menu-v1 {
        display: flex;
        flex-direction: column;
    }

    .form-group-menu-v1 {
        width: 100%;
    }

    .search-destino {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }

    .btn-destino-v1,
    .barra-destino,
    .input-menores {
        width: 100%;
    }

    .section-motor-search-specific-v1 {
        width: 90%;
    }
}

@media (max-width: 720px) {
    .daterangepicker { 
        max-width: 340px; 
        padding: 12px; 
    }
    
    .daterangepicker .drp-calendar { 
        margin: 0; 
        display: block; 
        width: 100%; 
        max-width: 100%;
    }
    
    .daterangepicker:after { 
        display: none; 
    }
}

@media (max-width: 640px) {
    .container-motor-v1 {
        padding: 0px;
    }

    .nav-bar-item {
        width: auto;
    }

    .nav-bar-v1 ul {
        justify-content: center;
    }

    .section-motor-search-specific-v1 {
        width: 100%;
    }

    .section-motor-search-specific-v1 .sub-container-motor-v1 {
        margin: 0px 13px;
    }

    #selected-dropdown-items-hold .container-show-selected-hold {
        width: 300px !important;
    }
}