@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --principal-font-color: #3e3d3e;
    --green-color: #caf02c;
    --light-gray-color: #ededee;
    --placeholder-color: #808081;
    --light-green-color: #effbc0;
    --black-color: #000000;
}

.colorWhite {
    color: #ffffff !important;
}

.w-full {
    width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-fullpolicy {
    width: 30% !important;
}

.sombra {
    filter: drop-shadow(5px 5px 5px #44444d81);
}

.borderless {
    border: none !important;
}

.hideScroll {
    overflow: auto;
    height: 100%;
    scrollbar-width: none; /*Firefox*/
    border-radius: 25px !important;
}

/*Webkit*/
.hideScroll::-webkit-scrollbar {
    width: 0;
}

.modal-content {
    overflow: auto !important;
    padding: 0px !important;
}

.modal-header {
    border-bottom: none !important;
    background-color: #caf02d !important;
    color: #000 !important;
}

/** General **/
* {
    font-family: "Inter", sans-serif !important;
}
body,
html {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    line-height: 2;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.td,
.th {
    padding: 5px 10px !important;
    border-radius: 0px !important;
    text-align: left !important;
}

.planes {
    text-align: center !important;
}

.th.planes {
    color: #000;
    font-size: 1.2rem !important;
}
.tr {
    border-bottom: 2px solid #b5b5b6 !important;
}
.umdoImage {
    width: 100%;
    height: 100%;
}
.adomCol {
    text-align: center;
}

.adomDiv {
    text-align: center;
}
.adomh2 {
    font-size: 35px;
    color: #caf02d;
    font-family: "Inter", sans-serif !important;
}

.adomh5 {
    font-family: "Inter", sans-serif !important;
    font-weight: bold;
    color: #000000;
    font-size: 1.4rem;
}
.umdoRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pe {
    text-align: center;
    font-size: 14px;
}
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.leermore {
    font-size: 14px;
    background-color: #f7f7f7 !important;
}
button:focus {
    color: none !important;
    background-color: none !important;
}
button {
    font-family: "Inter", sans-serif !important;
}

input {
    margin: 0px !important;
    box-shadow: none !important;
    border: var(--placeholder-color) solid 1px !important;
    border-radius: 8px !important;
    padding: 10px 10px !important;
    font-size: 0.85rem !important;

    height: 40px !important;
    box-sizing: inherit !important;
    color: var(--placeholder-color) !important;
}

ul {
    font-size: 15px !important;
}
input::placeholder {
    color: var(--placeholder-color) !important;
}
h5 {
    font-size: 1.24rem !important;
}
h6 {
    font-size: 1.4rem !important;
    text-align: center;
    letter-spacing: 1px;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #2196f3;
    background: #2196f3;
    color: #fff;
}
body .ui-chkbox .ui-chkbox-box {
    border: 1px solid #ced4da;
    border-width: 2px;
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    position: relative;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s,
        box-shadow 0.2s, opacity 0.2s;
}
.ui-chkbox .ui-chkbox-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

body .ui-widget {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem;
    text-decoration: none;
}

body .ui-selectbooleancheckbox,
body .ui-tristatecheckbox {
    width: auto;
    height: auto;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.ui-selectonemenu {
    margin: 0px !important;
    box-shadow: none !important;
    border: var(--placeholder-color) solid 1px !important;
    border-radius: 8px !important;
    padding: 10px 5px !important;
    font-size: 0.85rem !important;
    font-family: "Inter", sans-serif !important;
    /* height: 45px !important; */
    height: 40px !important;
    box-sizing: inherit !important;
    width: 100% !important;
    background: transparent !important;
    color: var(--placeholder-color) !important;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    font-size: 1rem !important;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 0px;
}
.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
    font-size: 1rem !important;
    text-transform: capitalize;
}
.ui-selectonemenu-panel
    .ui-selectonemenu-items
    .ui-selectonemenu-item.ui-state-highlight {
    background: var(--light-green-color) !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
    border-left: var(--placeholder-color) 1px solid !important;
}
img {
    width: 100%;
}
#logo {
    display: flex;
}
#logo img {
    width: 70%;
}

.asteroid-body {
    min-height: calc(100vh - 163.5px);
}
.ui-datepicker-trigger {
    background: none !important;
    border: none !important;
}
.ui-icon-calendar {
    color: var(--placeholder-color) !important;
}
.ui-fluid .ui-trigger-calendar input.hasDatepicker {
    color: var(--principal-font-color) !important;
}
.ui-spinner-input {
    text-align: center !important;
    width: calc(100% - 4.714rem) !important;
    margin-left: 2.357rem !important;
}
.ui-spinner-button {
    background: none !important;
    color: var(--principal-font-color) !important;
    border: none !important;
}
.ui-spinner .ui-spinner-button.ui-button .ui-icon {
    top: 57% !important;
    left: 57% !important;
}
a.ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only
    > span
    > span {
    font-size: 7pt;
}
a.ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only
    > span
    > span {
    font-size: 7pt;
}
label {
    font-family: "Inter", sans-serif !important;
}
.ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #aeaeaf !important;
    background: #aeaeaf !important;
    color: var(--principal-font-color) !important;
}
select {
    display: inline-block !important;
    height: auto !important;
}
.ui-inputfield[readonly] {
    color: var(--principal-font-color) !important;
}
.ui-fluid
    .ui-trigger-calendar
    .ui-datepicker-trigger.ui-button
    .ui-button-text {
    padding: 0.35rem !important;
}
.loading-icon {
    font-size: 3rem !important;
    color: var(--green-color);
}
#loader {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.5);
}
#loader_content {
    padding: 0px !important;
    height: 100vh !important;
    width: 100vw;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .ui-dialog .ui-dialog-footer button {
    background-color: var(--green-color) !important;
    border-radius: 8px !important;
    border: none !important;
    color: var(--principal-font-color) !important;
    font-size: 1rem !important;
}
.p-datepicker {
    width: 100% !important;
}
.select {
    color: var(--black-color);
}
.ui-spinner-horizontal {
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar td > a,
body .ui-datepicker .ui-datepicker-calendar td > span {
    width: 2.3rem !important;
    height: 2.3rem !important;
    line-height: 2.3rem !important;
}
body .ui-datepicker .ui-datepicker-calendar td {
    padding: 0.2rem !important;
}
.ui-datepicker .ui-datepicker-calendar td > a.ui-state-active,
body .ui-datepicker .ui-datepicker-calendar td > span.ui-state-active {
    background: var(--light-green-color) !important;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today > a,
body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today > span,
body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day > a,
body
    .ui-datepicker
    .ui-datepicker-calendar
    td.ui-datepicker-current-day
    > span {
    color: var(--principal-font-color) !important;
}
#passengers-info\:txtPhone_input {
    padding-left: 48px !important;
}
.iti {
    width: 100%;
}
.ui-chkbox-icon {
    overflow: visible;
    position: relative !important;
    margin-left: unset !important;
    margin-top: -2px !important;
    top: 0% !important;
    left: 0% !important;
}

/** Font colors **/
.c-principal {
    color: var(--principal-font-color) !important;
}
.c-white {
    color: #ffffff !important;
}
.c-black {
    color: #000000 !important;
}

/** Background colors **/
.bg-green {
    background-color: var(--green-color) !important;
}
.bg-black {
    background-color: #000000 !important;
}
.bg-light-gray {
    background-color: var(--light-gray-color) !important;
}
.bg-white {
    background-color: #ffffff !important;
}

/** Font sizes **/
.fs-7 {
    font-size: 0.75rem !important;
}
.fs-85 {
    font-size: 0.85rem !important;
}
.fs-8 {
    font-size: 0.9rem !important;
}
.fs-9 {
    font-size: 1rem !important;
}
.fs-10 {
    font-size: 1.1rem !important;
}
.fs-11 {
    font-size: 1.2rem !important;
}
.fs-12 {
    font-size: 1.3rem !important;
}
.fs-14 {
    font-size: 1.4rem !important;
}
.fs-16 {
    font-size: 1.5rem !important;
}
.fs-18 {
    font-size: 1.6rem !important;
}
.fs-20 {
    font-size: 1.7rem !important;
}
.fs-25 {
    font-size: 1.8rem !important;
}
.fs-30 {
    font-size: 2.3rem !important;
}
.fs-31 {
    font-size: 2.5rem !important;
}

/** Rounded borders **/
.bt-rounded-20 {
    border-radius: 20px 20px 0px 0px !important;
}
.bb-rounded-20 {
    border-radius: 0px 0px 20px 20px !important;
}
.ba-rounded-8 {
    border-radius: 8px !important;
}
.ba-rounded-15 {
    border-radius: 15px !important;
}
.ba-rounded-20 {
    border-radius: 25px !important;
}

/** Borders **/
.ba-none {
    border: none !important;
}
.ba-principal {
    border: var(--principal-font-color) 1px solid !important;
}
.ba-right-principal {
    border-right: var(--principal-font-color) 1px solid !important;
}

/** Paddings **/
.pa-3 {
    padding: 3rem;
}
.pa {
    padding: 1.5rem;
}
.pa-12 {
    padding: 12px !important;
}
.pa-15 {
    padding: 15px !important;
}
.pa-30 {
    padding: 30px !important;
}
.pa-50 {
    padding: 0 50px !important;
}
.pa-0 {
    padding: 0px !important;
}
.pa-5 {
    padding: 5px !important;
}
.pa-12 {
    padding: 12px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.py-15 {
    padding: 15px 0px !important;
}
.pa-15full {
    padding: 10px 10px 5px !important;
}
.py-10 {
    padding: 10px 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.px-15 {
    padding: 0px 15px !important;
}
.px-16 {
    padding: 0px 25px !important;
}
.pr-10 {
    padding-right: 10px !important;
}

/** Margins **/
.ma-0 {
    margin: 0px !important;
}
.ma-fixed {
    margin: -15px 0px -4px !important;
}
.ma-15 {
    margin: 15px !important;
}
.ma-25 {
    margin: 25px !important;
}
.my-15 {
    margin: 15px 0px !important;
}
.my-20 {
    margin: 20px 0px !important;
}
.my-100 {
    margin: 100px 0px !important;
}
.my-140 {
    margin: 140px 0px !important;
}
.my-30 {
    margin: 30px 0px !important;
}
.mt-20full {
    margin: -20px !important;
}
.my-10 {
    margin: 10px 0px !important;
}
.my-5 {
    margin: 5px 0px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-auto {
    margin-bottom: auto !important;
    line-height: 1.5;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt--1 {
    margin-top: -1px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.ml-0 {
    margin-left: 10px !important;
}
.m-auto {
    margin: auto;
}

/** Height **/
.h-auto {
    height: auto;
}

/** Text transformations **/
.text-uppercase {
    text-transform: uppercase;
}
.text-roboto {
    font-family: "Inter", sans-serif !important;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-underline {
    text-decoration: underline !important;
}
.label-justify {
    line-height: 1.5;
    text-align: justify;
    display: block;
}

.text-dm {
    font-family: "Inter", sans-serif !important;
    color: #000 !important;
}

/** Font weight */
.fw-600 {
    font-weight: 600 !important;
}

/** Display **/
.d-flex {
    display: flex;
}
.d-inline {
    display: inline;
}
.d-block {
    display: block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    align-items: center;
    justify-content: center;
}

/** Widths **/
.w-100 {
    width: 100%;
}
.w-80 {
    width: 80%;
}
.mw-55 {
    max-width: 55px;
}
.mw-125 {
    max-width: 125px;
}
.mw-160 {
    max-width: 160px;
}
.mw-750 {
    max-width: 750px;
}
.minw-80p {
    min-width: 80%;
}

/** Justify */
.justify-end {
    justify-content: end;
}
.justify-center {
    justify-content: center;
}

/** GROWL */
.ui-growl .ui-growl-item-container.ui-growl-error {
    border: 2px solid black !important;
    background-color: var(--green-color) !important;
    border-radius: 20px;
    box-shadow: none !important;
    opacity: 1 !important;
}
.ui-growl .ui-growl-item-container.ui-growl-info {
    border: 2px solid black !important;
    background-color: var(--green-color) !important;
    border-radius: 20px;
    box-shadow: none !important;
    opacity: 1 !important;
}
.ui-growl .ui-growl-item-container.ui-growl-error .ui-icon,
body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-icon,
.ui-growl .ui-growl-item-container.ui-growl-info .ui-icon {
    color: black !important;
}
.ui-growl-message,
.ui-growl-title {
    padding: 10px 20px !important;
    text-align: center;
}
.ui-growl-image {
    display: none !important;
}
.ui-growl-message {
    width: 100% !important;
    float: none !important;
    font-family: "Inter", sans-serif !important;
    color: black !important;
}
.ui-growl-item {
    display: contents !important;
}

/** Header **/
.steps {
    justify-content: space-between;
    height: 30px;
    padding-top: 13px;
}
.steps-list {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 5%;
}
.step-line {
    width: 10%;
    height: 1%;
    border: dashed 1px;
    margin: 0 10px;
}
.pill {
    width: auto;
    height: 4px;
    border-radius: 5px;
    padding: 0;
}
.pill-container {
    margin: 0px 20px;
    width: 100%;
}
.pill-container p {
    margin-top: 10px;
    font-size: 1em;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}

@media (max-width: 720px) {
    .pill-container {
        margin: 5px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 35%;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .pill-container a {
        width: 100%;
    }

    .pill {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        padding: 20px 0 0 0;
    }
    .stepsPolicy {
        justify-content: center !important;
        height: 100px !important;
    }
}

@media (max-width: 800px) {
    .pill-container {
        margin: 15px 10px;
    }
}

@media (max-width: 600px) {
    .logo-image {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }

    .pill-container p {
        margin-top: 5px;
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90% !important;
    }
    .bpcel {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .ba-right-principal {
        border: none !important;
    }

    .bpcel {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 90% !important;
    }
    .bpcel {
        margin-left: 0px !important;
    }
    .stepsPolicy {
        justify-content: center;
        height: 100px;
    }
}

@media (max-width: 1200px) {
    .extras-order-container {
        padding: 0;
        margin: 0;
        list-style: none;

        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .extras-order-item:nth-of-type(1) {
        order: 2;
    }
    .extras-order-item:nth-of-type(2) {
        order: 1;
    }

    .bpcel {
        margin-left: 0px !important;
    }
}

@media (min-width: 1201px) {
    .flex-email {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: none !important;
        width: auto !important;
    }
    .mw-desktop-160 {
        max-width: 160px;
    }
    .mw-desktop-125 {
        max-width: 125px;
    }
    .bpcel {
        margin-left: auto !important;
    }
}

.orig-select-month,
.orig-select-year {
    display: none !important;
}

.datepicker-controls .select-month input {
    width: 115px !important;
    padding: 0px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #000 !important;
}
.datepicker-controls .select-year input {
    width: 70px !important;
    padding: 0px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #000 !important;
}

.datepicker-controls {
    padding-top: 20px;
}

.has-event {
    background: var(--green-color) !important;
    border-radius: 0px !important;
}

.dates {
    border-radius: 25px !important;
    line-height: 1 !important;
    position: absolute;
    left: 5px;
    background: #fff;
    top: 41px;
    padding: 2px;
    color: var(--placeholder-color);
    font-size: 0.9rem;
    font-family: "Inter", sans-serif !important;
    display: none;
    width: 90%;
    text-align: left;
}

.d-none {
    display: none !important;
}

.paypal-button-number-0 {
    display: none !important;
}

.text-center {
    text-align: center;
}

.row_paypal {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.row_paypal #paypal-button-container {
    width: 20% !important;
}

.paypal-button-row
    .paypal-button-number-1
    .paypal-button-layout-vertical
    .paypal-button-shape-rect
    .paypal-button-number-multiple
    .paypal-button-env-sandbox
    .paypal-button-color-black
    .paypal-button-text-color-white
    .paypal-logo-color-white {
    display: none !important;
}

.container_additionals {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container_additionals_left {
    width: 40%;
}
.container_additionals_right {
    height: 58%;
}

#paypal-button-container {
    margin-top: 50px;
    width: 20vw !important;
}
.ages {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    align-items: center;
    padding-left: 10px;
    gap: 10px;
}

.ages input {
    width: 60px !important;
    margin-bottom: 10px !important;
    text-align: center;
    flex-shrink: 0;
}

.ages input:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
    border: 2px solid #ccc; /* opcional: para resaltar */
}

.cursor_pointer {
    cursor: pointer;
}

.modal-content table tbody tr td {
    text-align: right;
    padding-right: 5px;
}
.datepicker-table td.is-selected {
    background-color: #caf02c !important;
    color: #000 !important;
}

.datepicker-date-display {
    background-color: #caf02c;
    color: #000 !important;
}

.btn-submit {
    border: none !important;
    color: #000 !important;
    cursor: pointer;
    font-family: "Inter", sans-serif !important;
    padding: 0rem 3rem !important;
    height: 40px;
    border-radius: 8px !important;
}

.btn-flat {
    font-family: "Inter", sans-serif !important;
    color: #000 !important;
}

.btn-cookies {
    background-color: #000 !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;

    border-radius: 8px !important;
    border: none !important;
    height: 30px !important;
    font-size: 12px;
    width: 150px;
}

.main-loader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}

.spinner-layer {
    border-color: #caf02c !important;
}

.clearTrip,
.clearMedical {
    font-size: 0.8em;
    color: #000;
    font-weight: 800;
    margin-left: 10px;
    cursor: pointer;
    display: none;
    /* background: #CAF02C; */
    /* width: 20px;
	height: 20px;
	padding: 5px; */
}

.bg-thanks {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}

.bg-thanks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px !important;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro semi-transparente */
}

.bg-thanks label {
    color: #fff !important;
    font-size: 1.2em !important;
    text-align: center;
    position: absolute;
}

.section-one {
    font-size: 18px !important;
    width: 100%;
    margin-top: 40px;
}

.div-passengers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-passengers input {
    width: 50% !important;
}
.div-passengers span {
    font-weight: 700;
    font-size: 1.2em;
    padding: 0 10px;
    cursor: pointer;
}

.section-two {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    background: #dddedd;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-two-container {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-two-container img {
    width: 80%;
}
.section-two-container .img-small {
    width: 50%;
}

.paypal-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-only {
    display: none;
}

.nav {
    background: #004867;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    /* height: 100px; */
}
.nav .nav-ast {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
}

.nav-ast .nav-contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    color: #fff;
}

.nav .nav-ast img {
    padding: 10px;
}

.imgLogo {
    width: 150px !important;
}

@media (min-width: 601px) {
    .nav-ast .nav-contact-info {
        display: none;
    }
    .imgLogo {
        width: 180px !important;
    }
}

.breadcrumb {
    position: relative;
    top: 35px;
}

.breadcrumb p {
    color: #fff;
    font-size: 13px;
}

.language-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-family: sans-serif;
    z-index: 2000;
}

.selected {
    padding: 2px 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.options {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.options li {
    padding: 1px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;

    transition: background 0.2s;
}

.options li:hover {
    background-color: #eee;
    border-radius: 8px;
}

.options li a {
    color: #000;
    width: 100%;
    padding-left: 5px;
}

.language-select.open .options {
    display: block;
}

.money-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-family: sans-serif;
    z-index: 2000;
}

.money-select .selected {
    padding: 2px 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.money-select .options {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.money-select .options li {
    padding: 1px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.money-select .options li:hover {
    background-color: #eee;
    border-radius: 8px;
}

.money-select .options li button {
    color: #000;
    width: 100%;
    cursor: pointer;
    padding: 5px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: start;
}

.money-select.open .options {
    display: block;
}

.nav-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
}

.phone-info {
    color: #fff;
    display: none; /* Por defecto no se muestra */
}

.login-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
}

@media (min-width: 601px) {
    .phone-info {
        display: block; /* Se muestra solo cuando la pantalla es mayor a 600px */
    }
    .login-nav {
        display: flex;
    }
    .info {
        margin-top: 0px;
    }
}

.login-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    cursor: pointer;
}

.nav .nav ul li a {
    color: var(--green-color) !important;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif !important;
}
.nav .nav ul li a.sidenav-trigger {
    display: block;
    color: var(--green-color) !important;
}
#slide-out li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#slide-out li a {
    color: #8a8a8a !important;
}

.sidenav {
    padding: 53px 33px 33px 33px !important;
}

.social-label {
    display: none;
}

.social-links {
    display: flex;
    margin-top: 20px;
}
.social-links li {
    width: 40px !important;
}
.social-links li {
    border: none !important;
}
.off-canvas-menu-container .menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.sidenav li > a {
    padding-left: 0;
}
.sidenav li > a > svg {
    fill: rgba(0, 0, 0, 0.5);
}

.article-content {
    background: #f7f7f7 !important;
    padding-bottom: 35px;
}
.steps-div {
    position: relative;
    z-index: 999;
    margin-bottom: 80px !important;
}

@media (max-width: 600px) {
    .steps-div {
        margin-bottom: 30px !important;
    }
}

.cotizador {
    min-height: calc(100vh - 287px);
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 50px;
}

.cotizador-container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cotizador-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.cotizador-container-children-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    position: relative;
    /* -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75); */
    border-radius: 25px;
}

@media (max-width: 1600px) {
    .cotizador-container-children-form {
        width: 60%;
    }
}

@media (max-width: 1150px) {
    .cotizador-container-children-form {
        width: 80%;
    }
}

.cotizador-container-children {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.background-dark {
    background-color: #313233;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container-slider {
    width: 30%;
    padding-top: 50px;
}

.container-slider .img {
    display: flex;
    justify-content: center;
    width: 100%;
}
.container-slider .img img {
    /* width: 30% */
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.carousel-item {
    cursor: default;
}
label {
    cursor: pointer !important;
}
.container-slider .sp-testimonial-client-name {
    font-size: 14px;
    color: #caf02c !important;
}

.carousel.carousel-slider .carousel-fixed-item {
    top: 20px !important;
}
.carousel-fixed-item {
    color: #fff !important;
    font-weight: 500;
}
.sp-testimonial-client-rating {
    display: flex;
    justify-content: center;
}
.sp-testimonial-client-rating i {
    color: #caf02c !important;
    font-size: 1.2em;
}
.footer {
    position: inherit;
    bottom: 0px;
    height: auto;
    color: #fff;
    line-height: 1.5;
    background: #004867;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0px;
}

.container-right-reserved {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
}

.wrapp {
    position: relative;
}

.footer a {
    color: #cccccc;
}

.footerCol {
    line-height: 2;
}
.iconos {
    fill: #cccccc;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%),
        0 0px 0px 0px rgb(0 0 0 / 12%), 0 0px 0px 0 rgb(0 0 0 / 20%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%), 0 0px 0px 0px rgb(0 0 0 / 12%),
        0 0px 0px 0 rgb(0 0 0 / 20%) !important;
}
.collapsible-header {
    background-color: #f4f4f4;
    border-bottom: 0px !important;
}
.collapsible-body p {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #676767;
    line-height: 1.4 !important;
}
.faq {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #676767;
    line-height: 14px !important;
}
.collapsible li.active .collapsible-header {
    background-color: #c9f02b !important; /* Cambia este valor para el color deseado */
    color: white !important; /* Cambia este valor para el color de texto deseado */
}
.collapsible li {
    margin: 0px 0px 5px 0px !important;
}
.slider-container {
    height: 60vh !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-container {
        height: 44vh !important;
    }
}

.testimonial {
    height: 375px !important;
}
.step1 {
    background: #fff;
}
.dropdown-trigger {
    color: var(--green-color);
    display: flex;
    align-items: center;
}
.dropdown-trigger img {
    width: 20px;
    margin-left: 15px;
    padding: 0 !important;
}
.dropdown-content {
    background: #000;
}
.dropdown-content img {
    width: 20px;
    padding: 0 !important;
    margin-right: 5px;
}
.dropdown-content a {
    font-size: 14px !important;
    color: #fff !important;
}

.modal-assistance,
.modal-retract {
    width: 466px;
    height: 380px;
    padding: 32px 20px;
    border-radius: 10px !important;
}

.modal-retract {
    height: 300px;
}

.title-modal-assistance {
    font-family: "Inter", sans-serif !important;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.text-modal-assistance {
    padding: 0 50px;
    text-align: center;
    line-height: 1.4;
}
.content-button-modal {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}
.button-modal-assistance {
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: center;
    background-color: rgba(202, 240, 44, 1);
    border-radius: 10px;
    height: 45px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px;
}
.footer-modal-assistance p {
    text-align: center;
    font-size: 14px;
}

.close-modal-assistance {
    cursor: pointer;
}
.article-content-wrap {
    padding: 10px;
    padding-top: 0;
}
.article-content h6.title {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}

.btn-seemore {
    width: 100px;
    height: 44px;
    font-family: "Inter", sans-serif !important;
    padding: 0 !important;
    font-weight: 500;
}
.btn-seemore-float {
    transition: 0.5s, color 0.1s;
    -webkit-transition: 0.5s, color 0.1s;
    -moz-transition: 0.5s, color 0.1s;
}
.btn-seemore-float:hover {
    box-shadow: 0 8px 8px 0 #00000020, 0 8px 8px 0 #00000020;
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    -moz-transform: translate(0px, 5px);
}

.passengers-help {
    line-height: 1.3;
}

.cookie-popup {
    position: fixed;
    width: 370px;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    z-index: 999;
    display: none;
}
.cookie-config {
    display: none;
}
.cookie-popup .cookie-principal,
.cookie-popup .cookie-config {
    position: relative;
}
.cookie-popup .cookie-principal .close,
.cookie-popup .cookie-config .close {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 10px;
    cursor: pointer;
}
.cookie-popup .cookie-principal .close i,
.cookie-popup .cookie-config .close i {
    font-size: 15px;
    color: #c2c2c2;
}

.cookie-popup-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.cookie-popup-container div {
    text-align: center;
}
.cookie-popup-container div a {
    font-size: 13px;
}
.cookie-popup .switch label input[type="checkbox"]:checked + .lever:after {
    background: var(--green-color) !important;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: var(--green-color) !important;
}
.cookie-popup-container div a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
}
.cookie-popup p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.cookie-popup-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.correo img {
    width: 61%;
}
#accept-cookie,
#config-cookie,
#accept-all,
#save-config {
    background-color: var(--green-color);
    color: #000;
    border: none;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    padding-top: 9px !important;
}

#config-cookie {
    background-color: rgba(202, 240, 44, 0.5);
}

.acepted {
    font-family: "Inter", sans-serif !important;
    font-size: 0.85rem !important;
    margin-right: 30px;
}

.blog-title {
    font-size: 34px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}
.blog-text {
    color: #676767;
    font-size: 16px;
}
.img_bg {
    width: 100%;
    height: 230px;
    background-size: cover !important;
}

.blog {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.blog-div-content {
    margin-bottom: 30px;
    width: 400px;
    padding: 5px;
    text-align: center;
}
.blog-div-content h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    color: #444;
}
.blog-div-content p {
    padding: 0px 35px;
    line-height: 1.2;
    color: #676767;
}
.modal-xl {
    width: 70% !important;
}

.selectPlan {
    color: #fff !important;
}

.selectPlanColor {
    color: #004867 !important;
}

.selectPlan_active {
    background-color: #c9f02b !important;
    color: #004867 !important;
}
.li-coverage {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.li-coverage-border {
    border-top: 1px solid #ccc;
}

.modal-stripe {
    width: 20% !important;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .modal-stripe {
        width: 90% !important;
    }
    .correo img {
        width: auto;
    }
    .acepted {
        margin-right: 0px;
    }
    .section-one {
        padding: 0 50px;
    }

    .section-two-container {
        width: 70%;
        padding: 30px;
    }
    .umdoCol {
        text-align: center;
    }
    .adomDiv {
        width: 100%;
    }
    .adomDiv img {
        width: 30%;
    }
    .ma-25 {
        margin: 15px !important;
        padding: 2px !important;
        margin-top: 0 !important;
    }

    #paypal-button-container {
        margin-top: 50px;
        width: 100% !important;
    }
    .mobile-only {
        display: block;
    }
    .nav .nav-ast img {
        width: 150px;
    }
    .desktop-only {
        display: none;
    }
    .slider-container {
        height: 255px !important;
    }
    .cotizador-container-children {
        width: 100%;
    }
    .testimonial h3 {
        font-size: 1.9rem !important;
        height: 800px;
    }
    .container-slider {
        width: 100%;
    }
    .container-slider.second {
        display: none;
    }
    .carousel .carousel-item > img {
        position: relative;
        top: 100px;
    }
    .step1 {
        margin-top: 10px !important;
    }
    .dropdown-trigger img {
        width: 20px !important;
        margin-left: 10px !important;
        padding: 0 !important;
    }
    .dropdown-content {
        border-radius: 20px;
    }
    .dropdown-content li {
        padding-left: 10px !important ;
    }
    .dropdown-content img {
        width: 20px !important;
        padding: 0 !important;
        margin-right: 5px;
    }
    .modal-assistance {
        width: 95%;
        height: auto;
    }
    .testimonial {
        height: 1100px !important;
    }
    .steps {
        height: 60px;
    }
    .pa-50 {
        padding: 0 10px !important;
    }
    .passager-dof {
        width: 14% !important;
        padding-left: 5px !important;
    }

    .lineheightmovil {
        line-height: 1 !important;
    }
    .imgDatepicker {
        margin-left: 0px !important;
    }
    .btnCel {
        text-align: center !important;
    }
    .cotizador-container {
        margin-bottom: 0;
    }
    .cotizador-container-form {
        width: 100%;
        margin-top: 0px;
    }
    .cotizador-container-children-form {
        width: 85%;
        box-shadow: none !important;
        border-radius: 0;
    }
    .ba-principal {
        border: none !important;
    }
    /* .bpcel {
		margin-left: 0px !important;
	} */
    .mb-mobile {
        margin-bottom: 10px !important;
    }
    .mt-mobile {
        margin-bottom: 5px !important;
    }
    .titleMobil {
        font-size: 1.3rem !important;
    }
    .rowTitle {
        padding-bottom: 10px !important;
    }
    .fix-padding {
        padding-left: 20px !important;
    }
    .font-weight-mobile {
        font-weight: 600 !important;
    }
    .stepsPolicy {
        justify-content: center !important;
        height: 100px !important;
    }
    .pillPolicy-container {
        margin: 30px 6px 0px 6px !important;
        width: 100% !important;
    }
    .policyCel {
        width: 200px !important;
    }
    .btnContinue {
        margin-bottom: 20px !important;
    }
    .btnBack {
        padding: 0 23px !important;
    }
    .blog-div-content h4 {
        font-family: "Inter", sans-serif !important;
        font-weight: 500 !important;
        font-size: 20px !important;
        color: #444;
    }

    .contenete img {
        width: 70vw !important;
        height: auto;
    }
    .footer {
        /* position: fixed; */
        /* bottom: 0px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cookie-popup {
        width: 98%;
        left: 0;
        margin: 3px;
    }

    .blog-div-content {
        margin-bottom: 30px;
        width: 95%;
        padding: 5px;
        text-align: center;
    }

    .modal-xl {
        width: 95% !important;
    }
    .modal-xl-collpasible {
        padding: 1rem !important;
    }
    .my-140 {
        margin: 20px 0px !important;
    }
    .modal-assistances {
        width: 98% !important;
    }
}
.collapsible-header-center {
    align-items: center;
}

.title-client {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
}
.excerpt {
    padding: 0px 35px !important;
    text-align: center !important;
    line-height: 1.4 !important;
}

.marquee-container {
    width: 100%;
    overflow: hidden !important;
}

.marquee {
    display: flex;
    animation: marquee 60s linear infinite;
}

.marquee img {
    /* width: 150px; */
    height: 150px;
    margin-right: 200px;
}

@keyframes marquee {
    100% {
        transform: translateX(-30%);
    }
}
.alt-font {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    color: var(--black-color);
}
.pillPolicy {
    height: 4px;
    border-radius: 5px;
    padding: 0;
}
.pillPolicy-container {
    margin: 1.5rem 3rem 0 3rem;
    width: 20%;
}

.pillPolicy-container p {
    margin-top: 10px;
    font-size: 1em;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}

.box-container {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    background: #fff;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.d-flex {
    display: flex;
}
.stepsPolicy {
    justify-content: center;
    height: 50px;
}
#origin-div .dropdown-content {
    background-color: #fff !important;
    color: #000 !important;
}

#origin-div .dropdown-content::-webkit-scrollbar {
    width: 2px;
    background-color: var(--green-color);
}

.dropdown-content li > a,
.dropdown-content li > span {
    color: #c2c2c2 !important;
}

.select2-container--default .select2-selection--single {
    /* background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    font-family: 'DM Mono';
    font-size: 1.2em; */
    margin: 0px !important;
    box-shadow: none !important;
    border: var(--placeholder-color) solid 1px !important;
    border-radius: 8px !important;
    padding: 10px 10px !important;
    font-size: 1.2rem !important;
    font-family: "Inter", sans-serif !important;
    height: 40px !important;
    box-sizing: inherit !important;
    width: 100% !important;
    background: transparent !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--placeholder-color) !important;
    line-height: 20px !important;
    font-size: 0.85rem !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 2px;
    background-color: var(--green-color);
}
.select2-selection__arrow {
    color: var(--placeholder-color) !important;
    top: 9px !important;
    right: 5px !important;
}

.select2-search__field {
    padding: 0 !important;
    padding-left: 10px !important;
    height: 34px !important;
}

#arrival::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 12px;
    display: flex;
    align-items: center;
    top: 40px;
    align-content: center;
}

.nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.horizontal-icons {
    display: flex;
    align-items: center;
}
.horizontal-icons a {
    width: 24px;
    height: 24px;
}
.horizontal-icons > * {
    margin-right: 10px;
}

.title-card {
    font-family: "Inter", sans-serif !important;
    font-size: 24px;
}
.title-card:nth-child(1) {
    text-align: left;
    font-weight: 500 !important;
}
.title-card:nth-child(2) {
    padding-left: 0px !important;
}

.title-card h2 {
    font-weight: 700 !important;
    font-size: 1.5em !important;
    margin: 0 !important;
}
.title-card h5 {
    margin: 1px !important;
}
.imgDatepicker {
    width: 7%;
    margin-top: 31px;
    margin-left: 10px;
    cursor: pointer;
}

.rowTitle {
    line-height: 1.5;
    margin-bottom: 10px !important;
}

.container-blog {
    width: 100%;
    display: flex;
    justify-content: center;
}
.row-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.blog > .article-content {
    border-radius: 4px !important;
}

.col-blog {
    width: 330px !important;
}
.col-blog .title {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    text-align: center !important;
    font-size: 1.4rem !important;
}

.title-label {
    text-align: right;
    line-height: 1;
    font-size: 21px !important;
}

.container-successful {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}
.container-successful h3 {
    font-family: "Inter", sans-serif !important;
    font-size: 32px;
    background-color: var(--green-color);
    height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-top: 100px;
}

.successful p {
    color: var(--placeholder-color);
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border-radius: 4px !important;
}
[type="radio"]:checked + span:after {
    background-color: #c2c2c2;
    content: "✔";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    border-color: #c2c2c2;
    color: #00000060;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1527px) {
}
@media (min-width: 300px) and (max-width: 3000px) {
    #passenger {
        width: 35px !important;
    }
}

.btnapply {
    background-color: transparent !important;
}
.bgaditional {
    background-color: #caf02d !important;
}

.text-sm p {
    font-size: 0.9rem;
}
.carousel1 {
    justify-content: center;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    display: flex;
    align-items: center;
}
.contenete img {
    height: 8vw !important;
    width: fit-content !important;
}

.contenete span {
    font-family: "Inter", sans-serif !important;
    letter-spacing: 2px;
    color: #fff;
    font-size: 30px;
    margin-right: 2vw;
}
@media (max-width: 360px) {
    .contenete span {
        letter-spacing: 1px;
        font-size: 12px;
        margin-right: 17px;
    }
    .contenete img {
        height: 17vw !important;
    }
}

.contenete {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
    align-items: flex-end;
    text-align: end;
    width: 88% !important;
}
.baner1 {
    font-family: "Inter", sans-serif !important;
}

.readMore {
    text-align: center !important;
    margin-top: 10px !important;
}
@media (min-width: 360px) and (max-width: 769px) {
    .contenete img {
        height: 18vw !important;
    }
    .contenete span {
        font-family: "Inter", sans-serif !important;
        letter-spacing: 2px;
        color: #fff;
        font-size: 21px;
        margin-right: 18px;
    }
}

#phone ~ span {
    position: absolute !important;
}

#phone ~ span > .selection span {
    border: none !important;
}
#phoneChat ~ span {
    position: absolute !important;
}

#phoneChat ~ span > .selection span {
    border: none !important;
}

.ig {
    height: 350px !important;
    background-position: center !important;
    background-size: cover !important;
}
.ig img,
.ig video {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover !important;
}
.div-ig {
    margin-left: 10px;
    margin-right: 10px;
}
.div-ig img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform 0.3s, filter 0.3s;
}
.div-ig:hover img {
    transform: scale(1.2); /* Escala la imagen al 120% de su tamaño original */
    filter: brightness(
        0.7
    ); /* Reduce el brillo al 70% (hace que la imagen sea más oscura) */
}

.div-ig-title p {
    font-family: "Inter", sans-serif !important;
    margin: 0;
    font-size: 16px;
    color: #000;
}
.sect2 {
    overflow: hidden !important;
}
.sect3 {
    text-align: center;
    padding-bottom: 0px;
}
.sect6inline {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.sect6inline1 {
    margin-top: 20px;
    justify-content: center !important;
}
.sect6inline2 {
    justify-content: center;
    margin-top: 40px !important;
}
.sectig {
    display: flex;
    align-items: center;
    align-content: center;
}
.sect51 {
    padding: 0px 10px;
}
.sect52 {
    text-align: center;
    background: #313233;
}
.foot1 {
    align-items: center;
    margin-bottom: 0px !important;
}
.foot2 {
    max-width: 42%;
    height: auto;
}
.sectblog1 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.nav1 {
    margin-bottom: 0 !important;
}
.nav2 {
    margin-left: 0px !important;
}
.nav3 {
    top: 60px !important;
}
.nav4 {
    width: 100%;
    display: flex;
    justify-content: end;
}
.nav5 {
    padding: 0;
}
.nav6 {
    z-index: 1000;
}
.nav7 {
    display: flex;
}
.nav8 {
    position: absolute;
    right: 10px;
    top: 4px;
}
.pol1 {
    line-height: 1.3;
}
.pol2 {
    display: none;
}
.pol3 {
    padding: 1rem !important;
    border-radius: 10px;
}
.pol4 {
    color: #000;
}

.cookie-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cookie-switch span {
    display: flex;
    align-items: center;
}

.cookie-switch {
    cursor: pointer;
}
.more-info {
    padding: 0 10px;
    display: none;
}

.more-info.active {
    display: block;
}
.volverInicio {
    width: 200px !important;
    text-align: center;
    line-height: inherit;
}
.botonViewPlan {
    font-size: 0.9rem !important;
    font-family: "Inter", sans-serif !important;
    padding: 10px;
    background-color: #ededee !important;
}
.botonViewPlan:hover {
    color: #000 !important;
    background-color: #ededee !important;
}
.botonViewPlan:focus {
    color: #000 !important;
    background-color: #ededee !important;
}

.text-underline {
    text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 992px) {
    .hideScroll {
        height: 80vh !important;
    }
}
@media (min-width: 320px) and (max-width: 500px) {
    .fontSizeCoberturas {
        font-size: 12px !important;
    }
}
@media (min-width: 501px) and (max-width: 992px) {
    .fontSizeCoberturas {
        font-size: 16px !important;
    }
}

.LPMcontainer {
    width: 50px !important;
    height: 50px !important;
}
.LPMcontainer .LPMimage {
    width: 30px !important;
    top: 10px !important;
    left: 10px !important;
}
.LPMcontainer .LPMlabel {
    left: 18px !important;
    font-size: 19px !important;
}

.linea-gris {
    border-top: 1px solid #ccc; /* Establece el grosor y el color de la línea */
    margin: 10px 0; /* Opcional: Ajusta el margen según tus preferencias */
}
.section-one-mobile {
    padding: 18px !important;
    font-size: 18px !important;
    width: 100%;
    margin-top: 40px;
}
.fondo {
    background-color: #caf02c;
    border-radius: 30px;
    margin-top: 30px;
    padding: 10px;
}
.input-field {
    margin-bottom: 3px !important;
}

/* .input-style {
    border: 1px solid red !important;
} */

.form-control {
    width: 97% !important;
}

.text-dm-white {
    font-family: "Inter", sans-serif !important;
    color: #fff !important;
    font-size: 18px !important;
}
.imagenFondo {
    width: 70%;
}
.br-20 {
    border-radius: 40px !important;
    font-size: 30px !important;
    padding-left: 20px !important;
}
.br-35 {
    border-radius: 40px !important;
    font-size: 45px !important;
    text-align: center !important;
}
.texto {
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
}

.br-60 {
    border-radius: 60px !important;
    font-size: 45px !important;
    text-align: center !important;
}

.iframe-container {
    overflow: hidden; /* Oculta la barra de desplazamiento del contenedor */
    position: relative; /* Establece la posición relativa para el contenedor */
}

/* Estilo del iframe */
.iframe-container iframe {
    width: 100%;
    height: 1000px;
    border: 0;
    overflow-y: scroll; /* Agrega desplazamiento vertical al iframe */
    overflow-x: hidden; /* Oculta la barra de desplazamiento horizontal del iframe */
}

/* Estilo de la barra de desplazamiento vertical */
.iframe-container iframe::-webkit-scrollbar {
    width: 12px; /* Ancho de la barra de desplazamiento */
}

.iframe-container iframe::-webkit-scrollbar-thumb {
    background-color: #caf02c; /* Color del pulgar (barra de desplazamiento) */
    border-radius: 6px; /* Bordes redondeados del pulgar */
}

.iframe-container iframe::-webkit-scrollbar-track {
    background-color: #eee; /* Color del fondo de la barra de desplazamiento */
}
.check-anual {
    padding-left: 20px !important;
    line-height: 16px !important;
    font-size: 12px !important;
    font-family: "Inter", sans-serif !important;
}
.check-anual:after {
    width: 15px !important;
    height: 15px !important;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
    background-color: #caf02c !important;
    border-color: #caf02c !important;
}
.check-anual:before {
    /* border-color: #000000 !important; */
    top: -1px !important;
    left: 0px !important;
    width: 6px !important;
    height: 10px !important;
}

.text-multitrip {
    position: absolute !important;
    color: #737373 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-left: 3px !important;
}
.tooltip-parent-anual,
.tooltip-parent-multi {
    position: relative;
    cursor: pointer;
}

.tooltip-parent-anual:hover .tooltipAst_anual {
    display: block;
}

.tooltip-parent-multi:hover .tooltipAst_multi {
    display: block;
}
.tooltipAst_anual:before,
.tooltipAst_multi:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #caf02c;
    bottom: -12px;
    content: "";
    height: 0;
    left: 20px;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.tooltipAst_anual {
    background-color: #caf02c;
    color: #000000;
    display: none;
    left: 43px;
    padding: 10px 20px;
    position: absolute;
    top: -85px;
    width: 190px;
    border-radius: 5px;
    /* border: 1px solid #000000; */
    z-index: 1;
}
.tooltipAst_multi {
    background-color: #caf02c;
    color: #000000;
    display: none;
    left: 83px;
    padding: 10px 20px;
    position: absolute;
    top: -67px;
    width: 190px;
    border-radius: 5px;
    /* border: 1px solid #000000; */
    z-index: 1;
}

.div-cookies {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    gap: 15px;
}

.input-paypal-error {
    border: 1px solid red !important;
    color: red !important;
}

.div-btn-accept {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 65%;
    display: flex;
    justify-content: flex-end;
}

.div-btn-accept > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .div-btn-accept {
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 100%;
    }
    .div-btn-accept > div {
        flex-direction: column;
    }
}

div#calendarNew {
    padding: 30px;
}

#calendarNew .vanilla-calendar-controls {
    top: 17px !important;
}

.modal-dates {
    width: 50% !important;
    border-radius: 10px;
}

.modal-dates .close-modal {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}

.modal-dates .modal-content {
    display: flex;
}

.modal-dates .modal-content .modal-title {
    background: #caf02c;
    font-size: 20px;
    font-family: "Inter", sans-serif !important;
    /* padding: 20px; */
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .modal-dates {
        width: 90% !important;
        max-height: 90% !important;
        border-radius: 10px;
    }
    .modal-dates .modal-content .modal-title {
        font-size: 18px;
        text-align: center;
    }
    .modal-dates .modal-content {
        display: flex;
        flex-direction: column;
    }
}

#showDateDeparture,
#showDateArrival {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
#showDateDeparture {
    margin-top: 20px;
}

#showDateArrival {
    margin-top: 10px;
}

@media (max-width: 768px) {
    #showDateDeparture,
    #showDateArrival {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #showDateArrival {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    /* Tu código CSS para esta consulta de medios aquí */
    .step1 {
        height: 360px;
    }
    .div-btn-accept {
        width: 100%;
    }
}
.priceTitle {
    font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1366px) {
    .priceTitle {
        font-size: 15px !important;
    }
}

.modal-headers {
    border-bottom: none !important;
    background-color: #caf02d !important;
    color: #000 !important;
}
.modal-contents {
    overflow: auto !important;
    padding: 0px !important;
}
.modal-contents table tbody tr td {
    padding-right: 5px;
}
.modal-assistances,
.modal-retracts {
    width: 50%;
    height: 374px;
    border-radius: 30px !important;
}
.modal-retracts {
    height: 300px;
}
.rainTable {
    padding-right: 0px !important;
}
.title-modal-assistances {
    font-family: "Inter", sans-serif !important;
    font-size: 25px !important;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}
.text-modal-assistances {
    padding: 0 15px;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
}

.text-modal-assistances table tbody tr:nth-last-child(1) {
    border-bottom: none;
}
.content-button-modals {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}
.button-modal-assistances {
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: center;
    background-color: rgba(202, 240, 44, 1);
    border-radius: 10px;
    height: 45px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px;
}
.footer-modal-assistances p {
    text-align: center;
    font-size: 14px;
}
.close-modal-assistances {
    cursor: pointer;
}

#tableRain tr td:nth-child(2) {
    font-weight: 700;
}

.stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    width: 100%;
}

.stepper-content {
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 200px;
}

.step p {
    font-size: 16px;
}

.label {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
}

.line {
    position: absolute;
    top: 65px; /* mitad del círculo */
    left: 60px;
    width: 177px;
    height: 2px;
    z-index: 0;
}

.container-form {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 30px;
}

.container-form-input {
    position: relative;
    width: 50%;
}

@media (max-width: 768px) {
    .container-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container-form-input {
        width: 100%;
    }
}

.container-fail {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.container-fail .fail-message-primary {
    background-color: #004867;
    color: #fff;
    padding: 20px 50px;
    font-size: 30px;
    border-radius: 10px;
    min-width: 300px;
}

.container-fail .fail-message-secondary {
    background-color: #caf02c;
    color: #000;
    padding: 10px 30px;
    font-size: 25px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .container-fail .fail-message-primary {
        font-size: 20px;
        padding: 10px 20px;
    }

    .container-fail .fail-message-secondary {
        font-size: 18px;
        padding: 5px 15px;
    }
}

/* .select2-selection__arrow {
    position: relative !important;
    left: 135px !important;
    top: -10px !important;
} */

.select2-results__option {
    font-size: 12px !important;
}

.select-origin:focus,
.select-origin:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
