p {
    margin: 0;
    padding: 0;
}


#modal-formulario .modal-dialog {
    margin: auto;
}

    #modal-formulario .modal-dialog .modal-content {
        color: white;
        min-height: 100vh;
        padding: 0 23px;
    }

        #modal-formulario .modal-dialog .modal-content .modal-header {
            border: none;
            margin: 50px 0 30px 0;
            padding: 0;
        }

            #modal-formulario .modal-dialog .modal-content .modal-header .btn-close {
                opacity: 1;
                margin-top: 0;
            }

                #modal-formulario .modal-dialog .modal-content .modal-header .btn-close svg { /*DOL*/
                    width: 19px;
                    height: 19px; /*DOL*/
                    margin-bottom: 3px;
                }

            #modal-formulario .modal-dialog .modal-content .modal-header h3 {
                margin: 0;
                font-family: "Poppins-Bold";
                font-size: 21px;
            }

        #modal-formulario .modal-dialog .modal-content .modal-body {
            padding: 0;
        }

            #modal-formulario .modal-dialog .modal-content .modal-body p {
                font-family: "Poppins-Medium";
                font-size: 17px;
            }

.form-destino-mobile p, .form-destino-desktop p {
    font-family: "Poppins-Medium";
    font-size: 16px;
}

    .form-destino-mobile p span, .form-destino-desktop p span {
        font-weight: 700;
        color: #00b2c2;
    }

.form-destino-mobile button, .form-destino-desktop button {
    border: none;
    background-color: #ff436e;
    color: white;
    border-radius: 23px;
    padding: 7px;
    text-align: center;
    font-family: "Poppins-Medium";
    width: 100%;
    height: 51px;
    font-size: 20px;
}

.form-destino-mobile .form-group, .form-destino-desktop .form-group {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .form-destino-mobile .form-group.edades, .form-destino-desktop .form-group.edades {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .form-destino-mobile .form-group.edades input, .form-destino-desktop .form-group.edades input {
            width: 16.43%; /*DOL*/
            display: inline;
            margin: 5px 6px 5px 0;
        }

        .form-destino-mobile .form-group.edades label, .form-destino-desktop .form-group.edades label {
            width: 100%;
            font-family: "Poppins-Regular";
            font-size: 15px;
            font-weight: inherit;
        }

    .form-destino-mobile .form-group select, .form-destino-mobile .form-group input, .form-destino-desktop .form-group select, .form-destino-desktop .form-group input {
        width: 100%;
        border: none;
        padding: 3px;
        border-radius: 8.92px;
        height: 48px;
        color: #002447;
        font-family: "Poppins-Regular";
        font-size: 15.8px;
        border: 0.991746px solid #FFFFFF;
    }

        .form-destino-mobile .form-group select:hover, .form-destino-mobile .form-group input:hover, .form-destino-desktop .form-group select:hover, .form-destino-desktop .form-group input:hover {
            background-color: #EBEBEB;
        }

        .form-destino-mobile .form-group select.origen-select, .form-destino-mobile .form-group select.destino-select, .form-destino-desktop .form-group select.origen-select, .form-destino-desktop .form-group select.destino-select {
            background: no-repeat 10px/15px white url("../imgs/iconos/place-azul.svg");
            padding-left: 26px;
            border-right: 16px solid transparent;
        }

        .form-destino-mobile .form-group input.desde, .form-destino-mobile .form-group input.hasta, .form-destino-desktop .form-group input.desde, .form-destino-desktop .form-group input.hasta {
            background: no-repeat 10px/15px white url(../imgs/iconos/calendar-azul.svg);
            padding-left: 31px;
        }

        .form-destino-desktop .form-group input.desde, .form-destino-desktop .form-group input.hasta {
            width: 48.5%;
        }

        .form-destino-mobile .form-group input.desde {
            width: 90%;
        }

        .form-destino-mobile .form-group input.hasta {
            width: 60%;
        }

#modal-formulario select.origen-select {
    appearance: none;
}

#modal-formulario .modal-body {
    max-height: 100%;
}

.popup-form {
    overflow-y: hidden !important;
}

.destino-form-desktop {
    display: none;
}

.destino-form, .destino-form-desktop {
    background-color: #002447;
    color: white;
    padding: 5px 0;
    font-size: 14px;
    height: 48px;
    /*margin-bottom: 10px;*/ /*DOL*/
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

    .destino-form .contenedor, .destino-form-desktop .contenedor {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 3px;
    }

        .destino-form .contenedor .destino, .destino-form .contenedor .icono, .destino-form .contenedor .persona, .destino-form .contenedor .fechas, .destino-form-desktop .contenedor .destino, .destino-form-desktop .contenedor .icono, .destino-form-desktop .contenedor .persona, .destino-form-desktop .contenedor .fechas {
            font-weight: 500;
        }

            .destino-form .contenedor .destino p, .destino-form .contenedor .icono p, .destino-form .contenedor .persona p, .destino-form .contenedor .fechas p, .destino-form-desktop .contenedor .destino p, .destino-form-desktop .contenedor .icono p, .destino-form-desktop .contenedor .persona p, .destino-form-desktop .contenedor .fechas p {
                font-size: 12px;
                display: inline;
            }

            .destino-form .contenedor .destino img, .destino-form .contenedor .icono img, .destino-form .contenedor .persona img, .destino-form .contenedor .fechas img, .destino-form-desktop .contenedor .destino img, .destino-form-desktop .contenedor .icono img, .destino-form-desktop .contenedor .persona img, .destino-form-desktop .contenedor .fechas img {
                margin-right: 3px;
                fill: white;
                padding-bottom: 5px;
            }

            .destino-form .contenedor .fechas p, .destino-form-desktop .contenedor .fechas p {
                font-size: 14px;
            }

            .destino-form .contenedor .persona p, .destino-form-desktop .contenedor .persona p {
                font-size: 14px;
            }

            .destino-form .contenedor .icono.editar, .destino-form-desktop .contenedor .icono.editar {
                border: 2px solid #ff436e;
                border-radius: 100%;
                padding: 4px;
            }

                .destino-form .contenedor .icono.editar svg, .destino-form-desktop .contenedor .icono.editar svg { /*DOL*/
                    width: 17px;
                    height: 17px;
                }

#formcotizacionmodal form > div { /*DOL*/
    margin-bottom: 10px;
}

#formcotizacionmodal form span.field-validation-error { /*DOL*/
    margin-top: 10px;
    font-size: 14px;
}

    #formcotizacionmodal form span.field-validation-error span { /*DOL*/
        background: no-repeat left url("../imgs/iconos/xmark_error.svg");
        padding-left: 25px;
    }
.form-corpo {
    color: var(--UA-Colours-Dark-blue, #002447) !important;
    justify-content: center!important;
    gap:15px;
    overflow: hidden;
}

.form-corpo .destino,
.form-corpo .fechas,
.form-corpo .persona {
    display: flex;
    align-items: center;
    min-width: 0;
}

.form-corpo .destino {
    overflow: hidden;
    flex-shrink: 1;
    max-width: 11ch;
}

.form-corpo .fechas,
.form-corpo .persona {
    flex-shrink: 0;
}

.form-corpo .destino p,
.form-corpo .fechas p,
.form-corpo .persona p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    min-width: 0;
}

.icono-editar-corpo {
    margin-top: -3px;
}

.modal-corpo-base {
    display: flex;
    background: #FFF;
    /*padding: 10px 0 15px 0;*/
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #31A7FF;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.09), 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
}

.modal-content-corp {
    background: #FFF;
    padding: 10px 0 15px 0 !important;
    color: #002A67 !important;
    border-radius: unset!important;
    border: none;
}

.modal-header-corp {
    display: flex;
    padding: 10px 20px!important;
    justify-content: space-between;
    align-items: center;
    margin:unset!important;
}

.btn-close-corp {
    border:none;
    background-color:transparent;
}

.modal-body-corp {
    display: flex;
    padding: 10px 20px 20px 20px!important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.input-pasajero-mobile {
    width: 47px !important;
    height: 44px !important;
    padding: 10px 5px !important;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 1024px) {
    .destino-form {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-content: stretch;
        flex-direction: row;
    }

    .contenedor {
        margin-bottom: 10px;
    }

    .destino-form-desktop {
        display: none;
        height: auto;
        padding: 5px 118px 2px;
    }

    #formcotizaciondesktop form > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #formcotizaciondesktop form span.field-validation-error {
        margin-top: 10px; /*DOL*/
        font-family: Poppins-Medium;
        font-size: 13px;
        line-height: 125%;
    }

        #formcotizaciondesktop form span.field-validation-error span {
            background: no-repeat left url("../imgs/iconos/xmark_error.svg");
            padding-left: 25px;
        }

    .destino-form-desktop .form-destino-desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

        .destino-form-desktop .form-destino-desktop .form-group {
            flex-direction: column;
            justify-content: flex-start;
            margin: 0;
            margin-right: 10px;
        }

            .destino-form-desktop .form-destino-desktop .form-group label {
                display: block;
                font-family: "Poppins-Regular";
                font-weight: inherit;
                font-size: 12px;
            }

            .destino-form-desktop .form-destino-desktop .form-group select, .destino-form-desktop .form-destino-desktop .form-group input {
                margin-right: 12px;
                height: 32px;
                font-size: 12.8px;
            }

            .destino-form-desktop .form-destino-desktop .form-group.edades {
                flex-direction: column;
                flex-wrap: nowrap;
            }

                .destino-form-desktop .form-destino-desktop .form-group.edades label {
                    display: block;
                }

                .destino-form-desktop .form-destino-desktop .form-group.edades div {
                    display: flex;
                    flex-direction: row;
                }

                    .destino-form-desktop .form-destino-desktop .form-group.edades div input {
                        width: 32px;
                        height: 32px;
                        margin: 0;
                        margin-right: 8px;
                    }

            .destino-form-desktop .form-destino-desktop .form-group input.desde, .destino-form-desktop .form-destino-desktop .form-group input.hasta {
                width: 100%;
            }

        .destino-form-desktop .form-destino-desktop button {
            background-color: #002447;
            border: 3px solid #ff436e;
            min-width: 125px;
            font-size: 17px;
            width: inherit;
            margin-top: 21px;
            height: 35px;
            line-height: 17px;
        }

            .destino-form-desktop .form-destino-desktop button:hover {
                background-color: #ff436e;
            }
}

.sidebar-recotizador-box{
    display:none;
}

.btn-volver {
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    cursor: pointer;
    margin-left: -10px;
}

.btn-volver svg {
    flex-shrink: 0;
}

.btn-volver span {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 13px;
    line-height: 0.78;
    color: #002A67;
}

.btn-volver:hover span {
    text-decoration: underline;
}

.recotizador {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;   
}

.recotizador-corp-num-doc {
    border: none;
    background-color: unset !important;
    box-shadow: unset;
    display: flex;
    padding: 0 2px;
    align-items: flex-start;
    gap: 10px;
    color: var(--Gama-blue-Gama-blue2, #002A67);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.42px;
    -webkit-appearance: none !important;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
}

.recotizador-corp-num-doc:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.recotizador-corp-select:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.recotizador-corp-select option {
    background-color: #FFF;
}

.sidebar-recotizador-field-tip-doc {
    display: flex;
    height: 45px;
    max-width: 100px;
    padding: 15px 10px !important;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.sidebar-recotizador-field-edad {
    display: flex;
    height: 45px;
    max-width: 60px;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.sidebar-recotizador-field-nro-doc {
    display: flex;
    height: 45px;
    padding: 15px 10px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.sidebar-recotizador-card {
    background: #FFFFFF;
    border: 1px solid #31A7FF;
    border-radius: 20px;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.09), 1px 1px 3px rgba(0,0,0,0.1);
    width: 300px;
    padding-bottom: 15px;
    padding-top: 10px;
    overflow: visible;
}

.sidebar-recotizador-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.sidebar-recotizador-title {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #002A67;
    margin: 0;
}

.sidebar-recotizador-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
    overflow: visible;
}

.sidebar-recotizador-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    overflow: visible;
}

.sidebar-recotizador-field {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #A1D4FD;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    height: 45px;
    width: 275px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

    .sidebar-recotizador-field .field-label {
        position: absolute;
        top: -10px;
        left: 14px;
        background: #FEFEFE;
        padding: 2px;
        font-family: 'Poppins-Light', sans-serif;
        font-size: 10px;
        line-height: 1.25;
        letter-spacing: 0.3px;
        color: #002A67;
    }

    .sidebar-recotizador-field .field-value {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .sidebar-recotizador-field .field-text {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 14px;
        line-height: 1.25;
        letter-spacing: 0.42px;
        color: #002A67;
    }

        .sidebar-recotizador-field .field-text .date-range {
            color: #002A67;
            font-size: 11.5px;
            letter-spacing: -0.12px;
        }

    .sidebar-recotizador-field .field-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.sidebar-recotizador-row-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 275px;
    padding: 5px 0;
}

.sidebar-recotizador-field-sm {
    flex: 1;
    max-width: 100px;
    width: auto;
    padding: 0 10px;
}

.sidebar-recotizador-field-md {
    flex: 1;
    width: auto;
    padding: 0 10px;
}

.sidebar-recotizador-field-xs {
    flex: 0 0 auto;
    width: auto;
    min-width: 60px;
    height: 44px;
    padding: 0 10px;
    justify-content: center;
    overflow: visible;
}

    .sidebar-recotizador-field-xs .field-label {
        display: none;
    }

    .sidebar-recotizador-field-xs .field-value {
        justify-content: center;
    }

.sidebar-recotizador-field-placeholder .field-text.placeholder-text {
    font-family: 'Poppins-Light', sans-serif;
    font-size: 12px;
    letter-spacing: 0.36px;
    color: #002A67;
}

.sidebar-recotizador-field-promo {
    cursor: pointer;
    width: 275px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .sidebar-recotizador-field-promo .sidebar-promo-input {
        flex: 1;
        min-width: 0;
    }

    .sidebar-recotizador-field-promo .sidebar-promo-input::placeholder {
        font-family: 'Poppins-LightItalic', 'Poppins-Light', sans-serif;
        font-style: italic;
        font-size: 11.5px;
        color: #C4C4C4;
    }

.sidebar-promo-btn {
    border: none;
    border-radius: 50px;
    padding: 4px 10px;
    font-family: 'Poppins-Light', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3px;
    color: #002A67;
    cursor: pointer;
    display: none;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    line-height: 1.25;
}

.sidebar-promo-btn-aplicar {
    background: #CFE9FE;
}

.sidebar-promo-arrow {
    font-size: 12px;
    line-height: 1;
}

.sidebar-promo-badge {
    border-radius: 50px;
    padding: 4px 10px;
    font-family: 'Poppins-Light', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3px;
    color: #002A67;
    display: none;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    line-height: 1.25;
}

.sidebar-promo-badge-ok {
    background: rgba(161, 212, 253, 0.2);
}

.sidebar-promo-badge-error {
    background: rgba(204, 54, 88, 0.05);
}

.sidebar-promo-check,
.sidebar-promo-x {
    font-size: 12px;
    line-height: 1;
}

.sidebar-recotizador-field-promo.promo-validado {
    background: #E8FDFF;
    border-color: #00C4DF;
    box-shadow: none;
}

.sidebar-recotizador-field-promo.promo-invalido {
    background: #FFEBF1;
    border-color: #CC3658;
    box-shadow: none;
}

.sidebar-recotizador-field-promo.promo-has-value .sidebar-promo-btn-aplicar {
    display: flex;
}

.sidebar-recotizador-field-promo.promo-validado .sidebar-promo-btn-aplicar {
    display: none;
}

.sidebar-recotizador-field-promo.promo-validado .sidebar-promo-badge-ok {
    display: flex;
}

.sidebar-recotizador-field-promo.promo-invalido .sidebar-promo-btn-aplicar {
    display: none;
}

.sidebar-recotizador-field-promo.promo-invalido .sidebar-promo-badge-error {
    display: flex;
}

.sidebar-recotizador-field-promo.promo-readonly .sidebar-promo-input,
.sidebar-recotizador-field-promo.promo-readonly .sidebar-promo-btn-aplicar {
    background-color: transparent !important;
    opacity: 1 !important;
}

.sidebar-recotizador-field input:-webkit-autofill,
.sidebar-recotizador-field input:-webkit-autofill:hover,
.sidebar-recotizador-field input:-webkit-autofill:focus,
.sidebar-recotizador-field input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    -webkit-text-fill-color: #002447 !important;
    caret-color: #002447;
    transition: background-color 9999s ease-in-out 0s;
}

.sidebar-recotizador-field-promo.promo-validado input:-webkit-autofill,
.sidebar-recotizador-field-promo.promo-validado input:-webkit-autofill:hover,
.sidebar-recotizador-field-promo.promo-validado input:-webkit-autofill:focus,
.sidebar-recotizador-field-promo.promo-validado input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #E8FDFF inset !important;
}

.sidebar-recotizador-field-promo.promo-invalido input:-webkit-autofill,
.sidebar-recotizador-field-promo.promo-invalido input:-webkit-autofill:hover,
.sidebar-recotizador-field-promo.promo-invalido input:-webkit-autofill:focus,
.sidebar-recotizador-field-promo.promo-invalido input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #FFEBF1 inset !important;
}

.sidebar-recotizador-form {
    width: 100%;
}

.sidebar-recotizador-select {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 14px;
    color: #002A67;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sidebar-recotizador-field-select .bootstrap-select {
    width: 100% !important;
}

.sidebar-recotizador-field-select .bootstrap-select > .dropdown-toggle {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 14px;
    color: #002A67;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-recotizador-field-select .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sidebar-recotizador-field-select .bootstrap-select > .dropdown-toggle .filter-option {
    position: static;
    padding: 0;
    overflow: hidden;
    max-width: calc(100% - 25px);
}

.sidebar-recotizador-field-select .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    font-family: 'Poppins-Light', sans-serif;
    font-size: 14px;
    color: #002A67;
    letter-spacing: 0.42px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-recotizador-field-select .bootstrap-select > .dropdown-toggle::after {
    width: 12px;
    height: 8px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23002A67' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: auto;
    position: absolute;
    right: 15px;
}

.sidebar-recotizador-field-select .bootstrap-select.show > .dropdown-toggle::after {
    transform: rotate(180deg);
}

.sidebar-recotizador-field-select .bootstrap-select .dropdown-menu {
    border-radius: 15px;
    border: none;
    padding: 10px 0;
}


.sidebar-recotizador-field-select .bootstrap-select .dropdown-menu .dropdown-item {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 14px;
    color: #002A67;
    padding: 8px 15px;
}

.sidebar-recotizador-field-destino .bootstrap-select .dropdown-menu .dropdown-item::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 8.75 5 12 5 12C5 12 10 8.75 10 5C10 2.24 7.76 0 5 0ZM5 6.5C4.17 6.5 3.5 5.83 3.5 5C3.5 4.17 4.17 3.5 5 3.5C5.83 3.5 6.5 4.17 6.5 5C6.5 5.83 5.83 6.5 5 6.5Z' fill='%23949494'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sidebar-recotizador-field-destino .bootstrap-select .dropdown-menu .dropdown-item.active::before,
.sidebar-recotizador-field-destino .bootstrap-select .dropdown-menu .dropdown-item.selected::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 8.75 5 12 5 12C5 12 10 8.75 10 5C10 2.24 7.76 0 5 0ZM5 6.5C4.17 6.5 3.5 5.83 3.5 5C3.5 4.17 4.17 3.5 5 3.5C5.83 3.5 6.5 4.17 6.5 5C6.5 5.83 5.83 6.5 5 6.5Z' fill='%23002A67'/%3E%3C/svg%3E");
}

.sidebar-recotizador-field-select .bootstrap-select .dropdown-menu .dropdown-item:hover,
.sidebar-recotizador-field-select .bootstrap-select .dropdown-menu .dropdown-item.active {
    background-color: #E8F4FF;
    color: #002A67;
}

.sidebar-recotizador-select-sm {
    font-size: 12px;
}

.sidebar-recotizador-field-select {
    position: relative;
}

.sidebar-recotizador-field-select select.sidebar-recotizador-select {
    display: none !important;
}

.sidebar-recotizador-field-destino .bootstrap-select > .dropdown-toggle .filter-option-inner-inner::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 8.75 5 12 5 12C5 12 10 8.75 10 5C10 2.24 7.76 0 5 0ZM5 6.5C4.17 6.5 3.5 5.83 3.5 5C3.5 4.17 4.17 3.5 5 3.5C5.83 3.5 6.5 4.17 6.5 5C6.5 5.83 5.83 6.5 5 6.5Z' fill='%23002A67'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sidebar-recotizador-input {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #002447;
    outline: none;
}

.sidebar-recotizador-input::placeholder {
    font-family: 'Poppins-Light', sans-serif;
    color: #002A67;
    opacity: 0.7;
}

.sidebar-recotizador-input-edad {
    text-align: center;
    font-size: 13px;
    -moz-appearance: textfield;
}

.sidebar-recotizador-input-edad::-webkit-outer-spin-button,
.sidebar-recotizador-input-edad::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sidebar-recotizador-field-date {
    position: relative;
    cursor: pointer;
    overflow: visible;
}

.field-date-inputs {
    display: flex;
    align-items: center;
    gap: 3px;
    flex: 1;
}

.sidebar-date-display {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 11.5px;
    color: #002A67;
    letter-spacing: -0.12px;
}

.sidebar-recotizador-date-input {
    width: 70px;
    border: none;
    background: transparent;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 11.5px;
    color: #002A67;
    outline: none;
    cursor: pointer;
}

.sidebar-recotizador-date-input::placeholder {
    color: #002A67;
    opacity: 0.7;
}

.date-separator {
    color: #002A67;
    font-size: 11.5px;
}

.sidebar-recotizador-field-date .date-days {
    color: #4F748E;
    font-size: 11.5px;
    margin-left: 5px;
}

.sidebar-recotizador-field-date .field-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-fecha-error {
    margin-top: 0;
    margin-bottom: 5px !important;
    font-size: 13px;
    line-height: 22px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16' fill='none' stroke='%23CC3658'%3e%3Ccircle stroke='%23CC3658' cx='8' cy='8' r='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath stroke='%23CC3658' stroke-linecap='round' stroke-linejoin='round' d='M8 5.336v2.667M8 10.67h.007'/%3E%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px !important;
    padding-left: 25px !important;
}

.sidebar-recotizador-box .daterangepicker {
    border-radius: 25px;
    border: 1px solid #A1D4FD;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    z-index: 3002 !important;
    top: 100% !important;
    width: 500px !important;
}

.sidebar-recotizador-box .daterangepicker .drp-calendar.left,
.sidebar-recotizador-box .daterangepicker .drp-calendar.right {
    float: left !important;
    clear: none !important;
    max-width: 50% !important;
}

.sidebar-recotizador-box .daterangepicker::before,
.sidebar-recotizador-box .daterangepicker::after {
    display: none !important;
}

.sidebar-recotizador-box .daterangepicker td.in-range {
    background-color: #E8FDFF;
    color: #002A67;
}

.sidebar-recotizador-box .daterangepicker td.start-date,
.sidebar-recotizador-box .daterangepicker td.end-date {
    background-color: #00C4DF;
    color: white;
    border-radius: 50%;
}

.sidebar-recotizador-box .daterangepicker td.start-date.end-date {
    border-radius: 50%;
}

.daterangepicker td.start-date, .daterangepicker td.end-date{
    color: white !important;
}

.sidebar-recotizador-box .daterangepicker thead tr:first-child th {
    font-size: 17px;
    font-weight: 500;
    color: #002A67;
}

.sidebar-recotizador-box .daterangepicker thead tr:first-child th .yearselect,
.sidebar-recotizador-box .daterangepicker thead tr:first-child th .monthselect {
    color: #A89F9F;
}

.sidebar-recotizador-box .daterangepicker .sidebar-month-name {
    font-weight: 500;
    color: #002A67;
    margin-right: 15%;
}

.sidebar-recotizador-box .daterangepicker .sidebar-month-year {
    font-weight: 400;
    color: #7A7878;
}

.sidebar-recotizador-box .daterangepicker thead tr:last-child th {
    color: #7A7878;
    font-weight: 400;
    font-size: 10.5px;
    text-transform: lowercase;
    border-bottom: none;
}

.sidebar-recotizador-box .daterangepicker td.weekend {
    font-weight: 700;
    color: #002A67;
}

    .sidebar-recotizador-box .daterangepicker td.disabled {
        color: #C4C4C4;
    }

.sidebar-recotizador-box .daterangepicker .drp-buttons,
.daterangepicker.opensright .drp-buttons,
.daterangepicker.openscenter .drp-buttons {
    border-top: 1px solid #E0E0E0;
    padding: 15px 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
}

.sidebar-recotizador-box .daterangepicker .drp-buttons .drp-selected,
.daterangepicker.opensright .drp-buttons .drp-selected,
.daterangepicker.openscenter .drp-buttons .drp-selected {
    position: static !important;
    display: block !important;
    flex: 1 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    margin-right: auto !important;
    font-size: 14px;
}

.daterangepicker .drp-buttons .drp-total-label {
    color: #868686;
}

.daterangepicker .drp-buttons .drp-total-value {
    color: #002A67;
    font-weight: 600;
}

.daterangepicker .drp-buttons .drp-desde-label {
    color: #4F748E;
}

.daterangepicker .drp-buttons .drp-desde-value {
    color: #002A67;
    font-weight: 600;
}

#sidebar-custom-drp-selected {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 15px 15px 5px;
    font-size: 13px;
}

.drp-reco-label {
    color: gray;
}

.drp-reco-value {
    color: #002a67;
    font-weight: 500;
}

.drp-reco-sep {
    color: #00C4DF;
}

.sidebar-recotizador-box .daterangepicker .drp-buttons .cancelBtn {
    order: 2 !important;
    margin: 0 10px !important;
    color: #005191;
    text-decoration: underline;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
}

.sidebar-recotizador-box .daterangepicker .drp-buttons .applyBtn {
    order: 3 !important;
    border: 1.7px solid #C4C4C4 !important;
    border-radius: 42px !important;
    background: white !important;
    color: #C4C4C4 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
}

.sidebar-recotizador-box .daterangepicker .drp-buttons .applyBtn:not(:disabled) {
    border-color: #002A67 !important;
    color: #002A67 !important;
    font-weight: 600;
}

.drp--recotizador .calendar-table td,
.drp--recotizador .calendar-table th {
    padding: 0;
    box-sizing: border-box;
    line-height: 31px !important;
    height: 31px !important;
    width: 31px !important;
}
.daterangepicker td.start-date, .daterangepicker td.end-date {
    border-radius: 20px !important;
}

.sidebar-recotizador-box .daterangepicker td {
    color: #002A67;
}

.sidebar-recotizador-box .daterangepicker td.off {
    color: #C4C4C4;
}

.sidebar-recotizador-box .daterangepicker td.ends {
    visibility: hidden;
    pointer-events: none;
}

.sidebar-recotizador-box .daterangepicker th.prev,
.sidebar-recotizador-box .daterangepicker th.next,
.sidebar-recotizador-box .daterangepicker th.prev.available,
.sidebar-recotizador-box .daterangepicker th.next.available {
    color: #002A67;
}

.sidebar-recotizador-box .daterangepicker th.prev span,
.sidebar-recotizador-box .daterangepicker th.next span,
.sidebar-recotizador-box .daterangepicker th.prev.available span,
.sidebar-recotizador-box .daterangepicker th.next.available span {
    border-color: #002A67;
}

.pasajero-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 275px;
    padding: 5px 0;
}

.pasajeros-corp-field {
    gap: 5px;
}

.pasajero-row .sidebar-recotizador-field {
    width: 15%;
}

.pasajero-row .sidebar-recotizador-field-xs {
    flex: 0 0 calc((100% - 40px) / 5);
    min-width: 0;
}

.pasajero-row.corporativo .sidebar-recotizador-field-xs {
    max-width: 60px;
}

.sidebar-recotizador-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.btn-recotizar {
    background: #005AEF;
    border: none;
    border-radius: 50px;
    width: 275px;
    height: 45px;
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .btn-recotizar:hover {
        background: #0047c2;
    }

    .btn-recotizar:disabled {
        background: #A1D4FD;
        cursor: not-allowed;
    }

        .btn-recotizar:disabled:hover {
            background: #A1D4FD;
        }

.sidebar-recotizador-note {
    text-align: center;
    width: 300px;
}

    .sidebar-recotizador-note p {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 11.5px;
        line-height: 1.4;
        color: #595959;
        margin: 0;
    }

    .sidebar-recotizador-note strong {
        font-family: 'Poppins-SemiBold', sans-serif;
    }

.banner {
    width: 300px;
    box-sizing: border-box;
}

    .banner img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        display: block;
    }

.banner-footer-productos {
    display: none;
    width: 100%;
}

    .banner-footer-productos img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.banner-footer-productos--mobile {
    display: flex;
    justify-content: center;
}

@media (min-width: 760px) {
    .banner-footer-productos {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .banner-footer-productos--mobile {
        display: none;
    }
}

#secRecotizar {
    display: none;
}

.recotizador-corp-select {
    width: 75px;
    border: none;
    color: var(--Gama-blue-Gama-blue2, #002A67);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.42px;
    position:unset;
}

.sidebar-recotizador-field-tip-doc .bootstrap-select .dropdown-toggle {
    position: unset;
    max-width: 100%;
    overflow: hidden;
}

.sidebar-recotizador-field-tip-doc .bootstrap-select > .dropdown-toggle .filter-option {
    width: 100%;
    overflow: hidden;
}

.sidebar-recotizador-field-tip-doc .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: calc(100% - 70px);
}

.destino-form-corporativo {
    display: flex;
    height: 41.532px;
    padding: 3.56px 7px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #31A7FF;
    border-bottom: 1px solid #31A7FF;
    border-left: 1px solid #31A7FF;
    background: #FFF;
    background-color: #FFF;
}

.fs-14-no-corpo {
    font-size: 14px!important;
}

.btn-aplicar-mobile {
    
}

@media (min-width: 992px) and (max-width: 1279px) {
    .sidebar-recotizador-box {
        max-width: 220px;
        margin-right: 1%;
        overflow: visible;
    }

    .recotizador {
        width: 220px;
    }

    .sidebar-recotizador-card {
        width: 100%;
    }

    .sidebar-recotizador-note {
        width: 100%;
        text-align: center;
    }

    .sidebar-recotizador-field {
        width: 100%;
    }

    .sidebar-recotizador-select,
    .sidebar-recotizador-input:not(.sidebar-recotizador-input-edad),
    .bootstrap-select,
    .btn-recotizar {
        font-size: 12px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .pasajero-row {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-start;
    }

        .pasajero-row .sidebar-recotizador-field-xs {
            flex: 0 0 36px;
            width: 36px;
            min-width: 36px;
            padding: 0 6px;
        }

    .sidebar-recotizador-row-fields {
        width: 100%;
        justify-content: flex-start;
    }

    .sidebar-recotizador-field-date .field-arrow svg {
            width: 12px;
            height: 12px;
        }

    .sidebar-recotizador-field .field-label {
        font-size: 11px;
    }

    .btn-volver span {
        font-size: 11px;
    }

    .banner {
        width: 100%;
    }

    .tarjeta .cuerpo .encabezado {
        min-width: 120px !important;
        max-width: 150px !important;
    }

    .tarjeta .cuerpo .precios {
        min-width: 160px !important;
        max-width: 180px !important;
        overflow: hidden;
        padding: 8px !important;
    }

        .tarjeta .cuerpo .precios .valores .local span,
        .tarjeta .cuerpo .precios .valores .sinDescuento span {
            font-size: 11px !important;
        }

        .tarjeta .cuerpo .precios .valores .local {
            font-size: 14px !important;
        }

        .tarjeta .cuerpo .precios .comprar button {
            font-size: 12px !important;
            padding: 8px 10px !important;
        }

    .sidebar-recotizador-box .daterangepicker {
        width: 460px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-recotizador-box .daterangepicker {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
        width: 280px !important;
    }

    .sidebar-recotizador-box .daterangepicker .drp-calendar.right {
        display: none !important;
    }
}

@media (min-width: 768px) {

    #sidebar-custom-drp-selected{
        display:flex;
        justify-content:center;
    }

    .drp-selected{
        display:none;
    }

    .sidebar-recotizador-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: flex-start;
        margin-right: 2%;
    }

    .row.gx-3 {
        flex-wrap: nowrap;
    }

    .row.gx-3 > .col {
        min-width: 0;
    }

    .sidebar-recotizador-box ~ .col .tarjetas > div > div {
        width: 100%;
    }


    .hidden-desktop { /*DOL*/
        display: none !important;
    }

    .hideon-desktop { /*DOL*/
        display: none !important;
    }

    .destino-form {
        display: none;
    }

    .destino-form-desktop {
        display: block;
        margin-bottom: 15px;
    }

    .days-legend /*DOL*/ {
        display: none;
    }
}


@media (max-width: 767px) {
    .sidebar-recotizador-box {
        display: none;
    }

    .sidebar-recotizador-box.sidebar-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100lvh;
        padding-bottom: calc(100lvh - 100svh);
        z-index: 1050;
        background: #fff;
        overflow-y: auto;
    }

    .sidebar-recotizador-box .btn-volver {
        display: none;
    }

    .sidebar-recotizador-box .sidebar-recotizador-note {
        display: none;
    }

    .sidebar-recotizador-box .banner-mobile {
        display: none;
    }

    .recotizador {
        flex: 1 0 0;
        width: 100%;
        gap: 0;
        align-items: stretch;
    }

    .sidebar-recotizador-form {
        display: flex;
        flex-direction: column;
        flex: 1 0 0;
    }

    .sidebar-recotizador-card {
        width: 100%;
        border-radius: 0;
        flex: 1 0 0;
        display: flex;
        box-shadow: none;
        border: none;
        flex-direction: column;
    }

    .sidebar-recotizador-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .sidebar-recotizador-body {
        padding: 10px 20px 20px 20px;
        flex: 1 0 0;
        justify-content: space-between;
    }

    .sidebar-recotizador-fields {
        width: 100%;
    }

    .sidebar-recotizador-field {
        width: 100%;
    }

    .sidebar-recotizador-field.sidebar-recotizador-field-xs {
        width: 47px !important;
        height: 44px !important;
        padding: 10px 5px !important;
        justify-content: center;
        flex: 0 0 auto;
    }

    .sidebar-recotizador-row-fields,
    .pasajero-row {
        width: 100%;
    }

    .sidebar-recotizador-field-promo {
        width: 100%;
    }

    .sidebar-recotizador-action {
        width: 100%;
        padding: 10px 0;
    }

    .btn-recotizar {
        width: 100%;
    }

    .btn-close-sidebar-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .drp--recotizador {
        z-index: 2000 !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
    }

    .drp--recotizador .drp-calendar.right {
        display: none !important;
    }

    .drp--recotizador td,
    .drp--recotizador th {
        height: 42px;
        width: 42px !important;
        line-height: 42px;
        font-size: 14px !important;
    }

    #sidebar-custom-drp-selected {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 15px 20px 5px;
        font-size: 13px;
        text-align: center;
    }

    .drp--recotizador .drp-buttons {
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        padding: 10px 20px !important;
    }

    .daterangepicker.drp--recotizador .drp-buttons .drp-selected {
        display: none !important;
    }

    .drp--recotizador .drp-buttons .cancelBtn {
        order: 1 !important;
        margin: 0 !important;
    }

    .drp--recotizador .drp-buttons .applyBtn {
        order: 2 !important;
        margin: 0 !important;
    }

    .drp--recotizador .drp-buttons .applyBtn:not(:disabled) {
        background: #002A67 !important;
        color: #fff !important;
        border-color: #002A67 !important;
        font-weight: 600 !important;
    }
}

@media (min-width: 768px) {
    .sidebar-recotizador-box {
        display: block;
    }

    .btn-close-sidebar-mobile {
        display: none;
    }
    .drp--recotizador .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        border: 0px !important;
    }
}


.daterangepicker {
    z-index: 1060 !important;
}

.drp--recotizador td {
    color: #002A67;
}

.drp--recotizador td.off {
    color: #C4C4C4;
}

.drp--recotizador td.ends {
    visibility: hidden;
    pointer-events: none;
}

.drp--recotizador td.in-range {
    background-color: #E8FDFF;
    color: #002A67;
}

.drp--recotizador .calendar-table td,
.drp--recotizador .calendar-table th {
    border: none !important;
}

.drp--recotizador td.start-date,
.drp--recotizador td.end-date {
    background-color: #00C4DF;
    color: white;
    border-radius: 50%;
    position: relative;
}

.drp--recotizador td.start-date.end-date {
    background: #00C4DF !important;
    border-radius: 50% !important;
}

.drp--recotizador td.start-date:not(.end-date) {
    background: linear-gradient(to right, transparent 50%, #E8FDFF 50%) !important;
    border-radius: 0 !important;
    isolation: isolate;
}

.drp--recotizador td.start-date:not(.end-date)::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00C4DF;
    border-radius: 50%;
    z-index: -1;
}

.drp--recotizador td.end-date:not(.start-date) {
    background: linear-gradient(to left, transparent 50%, #E8FDFF 50%) !important;
    border-radius: 0 !important;
    isolation: isolate;
}



.drp--recotizador td.end-date:not(.start-date)::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00C4DF;
    border-radius: 50%;
    z-index: -1;
}

.drp--recotizador td.weekend {
    font-weight: 700;
    color: #002A67;
}

.drp--recotizador td.disabled {
    color: #C4C4C4;
}

.drp--recotizador thead tr:first-child th {
    font-size: 17px;
    font-weight: 500;
    color: #002A67;
}

.drp--recotizador thead tr:first-child th .yearselect,
.drp--recotizador thead tr:first-child th .monthselect {
    color: #A89F9F;
}

.drp--recotizador .sidebar-month-name {
    font-weight: 500;
    color: #002A67;
    margin-right: 15%;
}

.drp--recotizador .sidebar-month-year {
    font-weight: 400;
    color: #7A7878;
}

.drp--recotizador thead tr:last-child th {
    color: #7A7878;
    font-weight: 400;
    font-size: 10.5px;
    text-transform: lowercase;
}

.drp--recotizador th.prev,
.drp--recotizador th.next,
.drp--recotizador th.prev.available,
.drp--recotizador th.next.available {
    color: #002A67;
}

.drp--recotizador th.prev span,
.drp--recotizador th.next span,
.drp--recotizador th.prev.available span,
.drp--recotizador th.next.available span {
    border-color: #002A67;
}

.drp--recotizador-mobile {
    width: calc(100vw - 30px) !important;
    max-width: 320px !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.drp--recotizador-mobile .calendar-table td,
.drp--recotizador-mobile .calendar-table th {
    padding: 0;
    box-sizing: border-box;
    line-height: 42px !important;
    height: 42px !important;
    width: 42px !important;
}

.drp--recotizador-mobile thead tr:first-child th {
    font-size: 20px !important;
}

.drp--recotizador-mobile thead tr:first-child{
    display:none;
}

.drp--recotizador-mobile thead tr:last-child th {
    border-bottom: 2px solid #E0E0E0;
}

.drp--recotizador-mobile thead tr th {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.drp--recotizador-mobile .sidebar-month-name {
    margin-right: 1% !important;
    margin-left: 1% !important;
}

.drp--recotizador-mobile .drp-cuando-viajas-title {
    font-size: 14px;
    font-weight: 600;
    color: #002A67;
    text-align: left;
}

.drp--recotizador-mobile .drp-month-label-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.drp--recotizador-mobile .drp-month-label-text {
    flex: 1;
    text-align: left;
}

.drp--recotizador-mobile .drp-mobile-prev,
.drp--recotizador-mobile .drp-mobile-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
}

.drp--recotizador-mobile .drp-mobile-prev span,
.drp--recotizador-mobile .drp-mobile-next span {
    border: solid #002A67;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.drp--recotizador-mobile .drp-mobile-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.drp--recotizador-mobile .drp-mobile-next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.drp--recotizador-mobile .drp-buttons {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.drp--recotizador-mobile .drp-buttons .cancelBtn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.drp--recotizador-mobile .drp-buttons .applyBtn {
    flex: 1 !important;
    min-width: 0 !important;
}


