body {
    /* background-color: #ddd; */
    /* font-family: 'Roboto', 'Arial', sans-serif !important; */
    font-family: Inter,sans-serif!important;
}

.bg-primary {
    background-color: #0061AC !important;
}

.text-primary {
    color: #0061AC !important;
}

.header-mcr {
    background-color: #000;
    border-bottom: 8px solid #ffda18;
}

.text-mcr {
    color: #ffda18;
}

.list-no-style {
    list-style: none;
}

.link-no-style {
    text-decoration: none;
}

.fw-bold {
    font-weight: 500 !important;
}

a {
    color: var(--bs-body-color);
}


.destination-list-item .btn-link {
    color: var(--bs-body-color);
    transition: none;
}

.destination-list-item .p1 {
    padding:0.1rem!important;
}

.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.text-header {
    font-size: 13px;
}

.text-footer {
    font-size: 13.8px;
}

.font-size-destinations {
    font-size: 13px;
    word-break: break-all;
}

.footer-destinations-title {
    font-size: 20px;
    font-weight: normal;
    padding-top: 7px;
}

.border-left-mcr {
    border-left: 4px solid #FCD540;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.flag-xs {
    width: 16px;
    height: 16px;
    background: url('/images/sprites/flag-xs.png') no-repeat top left;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}

.flag-xs.flag-us {
    background-position: 0 -69px;
}

.flag-xs.flag-es {
    background-position: 0 -35px;
}

.font-size-nav {
    font-size: 13px;
}

.nav-item-mcr {
    background-color: transparent !important;
    margin: 0 5px;
    display: block;
    font-weight: 300;
}

.nav-item-mcr>a {
    color: #000 !important;
    font-weight: 400;
}



.nav-item-mcr:hover>a {
    /* color: #ffda18 !important; */
    color: #03A9F4 !important;
    /* font-weight: 600; */
}

.nav-item-mcr>a.active {
    color: #03A9F4!important;
    font-weight: 600;
    /* border: 1px solid #ffda18; */
}

.dropdown-bg-mcr {
    background-color: #ffda18;
}
.btn-bg-mcr {
    background-color: #ffda18 !important;
}

#quote-tabs .nav-link {
    color: #fff;
    cursor: pointer;
    background-color: rgba(51,51,51,0.9);
    border-bottom-color: transparent;
}
#quote-tabs .nav-link.active {
    background-color: #0061ac!important;
}


@media (max-width: 991px) {
    .footer-logo-mcr {
        max-width: 120px;
        display: block;
        margin: 10px auto !important;
    }
}

.filter-invert {
    filter: invert(1);
}

.quote-tabs .slick-slide {
    margin: 0px 5px 0px 0px;
}

.bg-mcr {
    background-color: #ffda18;
}
span.bg-mcr {
    background-color: #ffda18 !important;
    color: #000!important;
}
.quote-tab-caption {
    background-color: #d5a723;
    margin: 10px -15px -5px -15px;
    padding: 2px 5px;
    font-size: 11px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
}

.font-weight-300 {
    font-weight: 300;
}

.mcr-title {
    font-weight: 400;
    margin-top: 42px;
    color: #FFF;
    text-align: left;
    margin-left: 85px;
    line-height: 32px;
    font-size: 27px;
}

.mcr-subtitle {
    font-weight: 300;
    color: #ffda18;
    text-align: left;
    margin-left: 85px;
    line-height: 32px;
    font-size: 24px;
}

/* @media (min-width: 991px) {
    .main-banner {
        background-image: url(https://mcr-repo-imagenes.s3.us-west-2.amazonaws.com/MCR/banners/espacios_publicitarios/main_banner_es.jpg?ver=20220511);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 100%;
        height: 100vh !important;
    }
} */

.mcr-quote-form {
    background-color: #ffda18;
}

.mcr-quote-form label {
    font-size: 16px;
    font-weight: 500;
    color: rgb(42, 42, 46);
}

.header-logo {
    padding: 10px 0;
    margin-top: 20px;
}

.follow-text,
.points-icon {
    color: #EFE95F;
}

.location-item {
    width: 390px;
}

@media screen and (min-width: 768px) {
    .location-item {
        width: 700px;
    }
}

@media screen and (min-width: 1024px) {
    .location-item {
        width: 417px;
    }
}
@media screen and (max-width: 768px) {
    .mcr-quote-form { border-radius: 0 !important; border: none !important;}
}

.border-mcr-top {
    border-top: solid 8px #ffda18;
}

.border-mcr-bottom {
    border-bottom: solid 8px #ffda18;
}

.font-size-14px {
    font-size: 14px;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item {
    font-size: 0.825rem;
}

.bd-callout-danger {
    border-left-color: #d9534f !important;
}

.bd-callout-info {
    border-left-color: #5bc0de !important;
}

.bd-callout-warning {
    border-left-color: #f0ad4e !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.contact-offcanvas {
    width: 660px;
}

.faq-offcanvas {
    width: 800px;
}
.select2-container{
    width: unset !important;
    flex: auto;
}
.select2-container--default .select2-selection--single{
    height: 37px !important;
    border-radius: 0px 4px 4px 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.table-condensed>tbody>tr>td {
    padding: 5px 10px;
}
.daterangepicker {
    z-index: 1000000 !important;
}
.datepicker th {
    padding: 6px 8px !important;
}
.datepicker th.datepicker-switch {
    color: #337ab7;
    font-weight: 300;

}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
.table-condensed > thead > tr:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
a.bg-danger:hover {
    color: #f5f5f5;
}

.border-top-yellow {
    border-top: 8px solid #ffda18
}

@media (max-width: 767.98px) {
    .destinations-btn {
        display: none;
    }
    .form-select {
        height:60px;
    }

    #sendQuote {
        height: 60px;
    }

    input .form-control {
        height: 60px;
    }

    #pickupDate {
        height: 60px;
    }

    #dropoffDate {
        height: 60px;
    }
    .daterangepicker {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px !important;
    }
    .daterangepicker .drp-calendar.left {
        padding: 8px 8px 8px 8px !important;
    }
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .next.available {
        transform: translateY(-282px) !important;
    }
    .close-calendar {
        border-radius: 50%;
        background-color: #f5f5f5;
    }
    .header-mcr {
        border-bottom: 2px solid #ffda18 !important;
    }
    .index-destinations, .blog-items { overflow-x: scroll; max-width: 100%; flex-wrap: nowrap; }
    .index-destinations-currency { font-size: calc(1.275rem + .3vw);}
    .index-destinations-insurance { font-size: small;}
}
.daterangepicker .drp-calendar.right {
    display: block !important;
}
.daterangepicker .active.start-date:after {
    background-image: url(/images/svg/car-datepicker.svg) !important;
    background-repeat: no-repeat;
    -ms-background-position-y: bottom;
    background-position-y: bottom;
    position: absolute;
    bottom: 0;
    right: 2px;
    content: " ";
    width: 100%;
    height: 15px;
    transform: rotateY(165deg);
}

.daterangepicker .active.end-date:after {
    background-image: url(/images/svg/car-datepicker.svg) !important;
    background-repeat: no-repeat;
    -ms-background-position-y: bottom;
    background-position-y: bottom;
    position: absolute;
    bottom: 0;
    left: 2px;
    content: " ";
    width: 100%;
    height: 15px;
}
.destination-list-item:hover {
    background-color: #0061ac;
}
.destination-list-item:hover > button {
    color: #fff !important;
}

.daterangepicker .active.start-date, .daterangepicker .active.end-date
{
    position: relative;
    padding: 0px 2px;
    font-size: 9px;
    vertical-align: top;
    text-align: right;
}

.loadSplashScreen {
    background: #222;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    opacity: .94;
    color: #FFF;
    display: block;
}


/* .csfp_titulo {
    margin-top: 20%;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
}

.csfp_logo img {
    margin: 18px auto 0;
    display: block;
    opacity: 1;
} */

/*
@media (max-width: 1200px) {
    .imgLogo {
        max-width: 207px;
    }
} */



@media screen and (max-width: 768px) {
    h1.title-mcr {
        font-size: 1rem !important;
    }
    h2.subtitle-mcr {
        font-size: 0.875 !important;
    }
    #main-title-mcr {
        padding: 0px!important;
    }
    .bg-quote-black-movil {
        background-color: #000;
    }
    .text-copyright { font-size: 12px!important;}
}
.text-copyright { font-size: 13.8px;}
.btn-mcr {
    background-color: #ffda18;
}

.drp-calendar.left.single .next.available {
    display: none !important;
}

.border-white {
    border-color: #fff!important;
}
.border-right {
    border-right: 2px solid #dee2e6!important;
}
@media screen and (min-width: 768px) {
    .nav-link {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .logo-footer {width: 50%;}
    .trust-logo {
        max-width: 150px;
        max-height: 80px;
    }
    .h-md-100 { height: 100% !important; }
    .slide-menu-container::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
}
.new {
    color: #ffda18;
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: small;
}
.media{display:flex;align-items:flex-start;}
.media-body{flex:1;}
.rounded-circle {border-radius: 50%!important;}

.pr-0 {padding-right: 0!important;}
.pl-0 {padding-left: 0!important;}
.rounded {border-radius: 0.25rem!important;}
.badge-primary {color: #fff;background-color: #007bff;}
.badge {display: inline-block;padding: 0.25em 0.4em;font-size: 75%;font-weight: 700;line-height: 1;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: 0.25rem;}
.text-justify {text-align: justify!important;}
.sn-icons {font-size: 1.3rem!important;}
.sn-icons.instagram:hover {color: #C13584!important;}
.sn-icons.facebook:hover {color: #4267B2!important;}
.sn-icons.twitter:hover {color: #1DA1F2!important;}
.sn-icons.pinterest:hover {color: #E60023!important;}
.sn-icons.youtube:hover {color: #FF0000!important;}
.menu-footer > span:hover > a {color: #ffda18!important;}
.pl-2 {padding-left: 0.5rem!important;}
.pr-2 {padding-right: 0.5rem!important;}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-none {
        display: none!important;
    }
    .text-lg-start {
        text-align: left!important;
    }
    .text-card-promotions {
        font-size: 15px;
        font-weight: 400;
    }
}

.text-end {
    text-align: right!important;
}

.bg-mcr-dark {
    background: #414141;
}

.order-6 {
    order: 6!important;
}


/*
*/

.text-title {
 color:#343434;
}

.bg-gray-section {
    background-color:#f7f7f7;
}
.slide-menu-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    align-items: center;
    margin: 0px auto;
    /* padding: 16px 0px; */
    padding: 0px 0px 0px 10px;
    min-height: 68px;
}
.slide-menu-item {
    justify-content: center;
    flex-shrink: 0;
    min-width: 0;
    cursor: pointer;
}

.slide-menu-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    margin-right: 8px;
    font-weight: 500;
}

.slide-arrow-left, .slide-arrow-right {
    line-height: 77px;
    margin: 16px 0px;
    /* border: 1px solid #f5f5f5; */
    padding: 0px 15px;
    cursor: pointer;
}
.slide-arrow-left:hover, .slide-arrow-right:hover {
    background-color:  #f5f5f5;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .btn-mobile {
        width: 100%;
    }
    .business-text {
        background: rgba(5,5,5,.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 75px;
    }
    .font-size-destinations {
        font-size: 15px;
    }
    .no-px {
        padding-right: 5px!important;
        padding-left: 5px!important;
        overflow-x: hidden;
    }
    .of-hx {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 991px){
    .business-images-centered-container { overflow: hidden; }
    .business-images-centered { transform: translateX(calc(100%/6)); }
}

.bg-platino { background-color: #404040; }

@media screen and (min-width: 768px) {
    .slide-upgrade-container::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
}
.slide-upgrade-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    align-items: center;
    margin: 0px auto;
    /* padding: 16px 0px; */
    padding: 0px 0px 0px 10px;
    min-height: 68px;
}
.slide-upgrade-item {
    justify-content: center;
    flex-shrink: 0;
    min-width: 0;
    cursor: pointer;
}
.slide-upgrade-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    margin-right: 8px;
    font-weight: 500;
}
.slide-upgrade-arrow-left, .slide-upgrade-arrow-right {
    line-height: 77px;
    margin: 16px 0px;
    /* border: 1px solid #f5f5f5; */
    padding: 0px 15px;
    cursor: pointer;
    position: relative;
}
.slide-upgrade-arrow-left:hover, .slide-upgrade-arrow-right:hover {
    background-color:  #f5f5f5;
    border-radius: 5px;
}
.slide-upgrade-arrow-left > i, .slide-upgrade-arrow-right > i{
    position: absolute;
    top: calc(calc(100%/6) * 3);
    left: calc(100%/3);
}
.modal { z-index: 1000000; }

@-webkit-keyframes shake {
    0% { transform: translate(0, 0); }
    6% { transform: translate(5px, 0); }
    12% { transform: translate(0, 0); }
    18% { transform: translate(5px, 0); }
    24% { transform: translate(0, 0); }
    30% { transform: translate(5px, 0); }
    100%, 30% { transform: translate(0, 0); }
}

@keyframes shake {
    0% { transform: translate(0, 0); }
    6% { transform: translate(5px, 0); }
    12% { transform: translate(0, 0); }
    18% { transform: translate(5px, 0); }
    24% { transform: translate(0, 0); }
    30% { transform: translate(5px, 0); }
    100%, 30% { transform: translate(0, 0); }
}


.shake {
    -webkit-animation: shake 1s;
            animation: shake 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

