html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
}

body {
    font-family: Gilroy-Regular;
}

@media (min-width: 768px) {
    .mt-md-n4rem {
        margin-top: -4rem !important;
    }

    .mb-md-4rem {
        margin-bottom: 4rem !important;
    }

    .wrapper-general-card {
        margin-bottom: 7.5% !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-n5rem {
        margin-top: -5rem !important;
    }

    .mb-lg-5rem {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-n7rem {
        margin-top: -7rem !important;
    }

    .mb-xl-7rem {
        margin-bottom: 7rem !important;
    }
}

.topbar {
    background-color: #0088ff;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0;
}

a:hover {
    text-decoration: none;
}

.topbar a {
    color: white;
    display: inline-block;
    margin-right: 2rem;
    font-weight: bold;
}

.topbar a.dropdown-item {
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

.topbar a.dropdown-item:hover {
    background-color: #0088ff;
    color: white;
}

.topbar .dropdown-item.active {
    color: white !important;
}

.topbar a.nav-link {
    padding: 0px;
}

a.languages img {
    width: 10px;
}

.navbar-cooltra {
    background-color: white;
}

.navbar-cooltra .navbar-toggler {
    border: none;
}

.navbar-cooltra .navbar-toggler-icon {
    background-image: url("../img/menu.png");
}

.topbar .separator {
    display: inline-block;
    height: 1rem;
    border-left: 1px solid white;
    margin-right: 2rem;
    position: relative;
    top: 0.25rem;
    margin-top: 0;
    margin-bottom: 0;
}

.search-scroll .search-form,
.search-nm .search-form {
    margin-bottom: 0;
}

.main-menu .dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    left: 0px;
    vertical-align: initial;
    transform-origin: top left;
    position: relative;
    top: 2px;
}

.main-menu {
    position: relative;
}

.main-menu .show .dropdown-toggle::after {
    content: "\f077";
}

.show-scrolled {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    display: none;
}

.hide-scrolled {
    opacity: 1;
    height: auto;
    position: initial;
}

.scrolled .main-menu .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.scrolled .show-scrolled {
    opacity: 1;
    display: block;
    height: auto;
    position: initial;
}

.scrolled .hide-scrolled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -1;
}

.navbar-brand {
    position: relative;
    overflow: hidden;
    width: 205px;
}

.scrolled .navbar-brand {
    width: 70px;
}

.scrolled .main-menu .main-submenu .active a.nav-link {
    border-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #a6a6a6;
}

.main-submenu-cooltra .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
    font-family: "Gilroy-Medium" !important;
    font-weight: 500 !important;
}

.main-submenu-cooltra .dropdown-item {
    font-size: 0.9rem;
}

.main-submenu-cooltra .dropdown-menu {
    border: none;
    margin-top: -5px;
    border-radius: 0;
    min-width: 250px;
}

.main-menu a.nav-link.dropdown-toggle {
    font-family: "Gilroy-SemiBold";
}

.main-menu .dropdown-menu {
    border: none;
    font-size: 0.9rem;
    margin-top: -5px;
    border-radius: 0;
}

.main-menu .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    padding: 0.25rem 2rem 0.75rem;
}

.main-menu .active a.nav-link.dropdown-toggle {
    padding-right: 1rem;
}

.main-submenu-cooltra .dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    left: 0px;
    vertical-align: initial;
    font-size: 0.8rem;
}

.main-submenu-cooltra .show .dropdown-toggle::after {
    content: "\f077";
}

.logo-text {
    margin-left: 0;
    width: 133px;
}

.logo-icon {
    margin-left: 0;
    width: 65px;
}

.scrolled .logo-text {
    margin-left: -70px;
}

.bubble-image {
    position: absolute;
    z-index: 2;
    top: -20px;
    float: right;
    right: 0px;
    width: 780px !important;
}

@media (max-width: 992px) {
    .scrolled .navbar-brand {
        width: auto;
    }

    .navbar-brand {
        width: 200px;
    }

    .logo-text {
        width: 100px;
    }

    .logo-icon {
        width: 50px;
    }

    .scrolled .logo-text {
        margin-left: 0;
    }

    .scrolled .hide-scrolled-xs {
        display: none;
    }

    html #wpadminbar {
        display: none;
    }
}

.no-transition {
    transition: none !important;
}

.main-menu li {
    display: inline;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #0088ff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0088ff;
}

.main-menu .nav-link {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    font-family: "Gilroy-SemiBold";
}

.main-menu .active a.nav-link,
.main-menu .current-menu-item a.nav-link,
.main-menu .current-page-item a.nav-link {
    font-weight: bold;
    color: #0088ff;
    padding-bottom: 5px;
    border-bottom: 3px solid #00ff00;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #0088ff;
}

.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    color: #0088ff;
    text-decoration: none;
    background-color: #ffffff;
}

.slogan {
    color: #38454f;
    font-size: 1.25rem;
    font-family: Gilroy-Regular;
    min-width: 125px;
    text-align: right;
}

.main-banner {
    background-position: 59%;
    background-size: cover;
    min-height: 375px;
    position: relative;
    overflow: hidden;
}

.main-banner-old {
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.blue-bubble-sm-new {
    background-image: url(../img/blue-spot-sm-new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    margin-top: 230px;
    z-index: -2;
    height: 455px;
}

.blue-bubble-sm {
    color: white;
    background-image: url(../img/blue-spot-sm.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.blue-bubble {
    height: 100%;
    min-width: 100%;
    background-position: right;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
}

.blue-bubble-old {
    height: 100%;
    width: 50%;
    min-width: 500px;
    background-position: right;
    background-size: cover;
    z-index: 1;
    background-image: url(../img/blue-spot-lg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
}

.blue-bubble-old:after {
    content: " ";
    background-color: #018aff;
    height: 315px;
    width: 80%;
    display: block;
}

.blue-bubble:after {
    content: " ";
    background-color: #018aff;
    height: 100%;
    width: 100%;
    display: block;
}

.blue-bubble-caption {
    color: white;
}

.blue-bubble-caption-lg {
    color: white;
    height: 500px;
    color: white;
    position: relative;
    z-index: 2;
    width: 35%;
    padding-top: 100px;
}

.main-image-banner {
    max-width: 125%;
}

.blue-bubble-caption-lg.blue-bubble-caption-lg-alt {
    padding-top: 75px;
}

.blue-bubble-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.75rem;
    font-family: Gilroy-Bold;
}

.blue-bubble-title span {
    border-bottom: 3px solid #00ff00;
}

.blue-bubble-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Gilroy-SemiBold;
    margin-top: 1rem;
}

.card-box {
    border-radius: 5px;
    border-bottom: 4px solid #00ff00;
    padding: 2rem 1.5rem 1rem;
    position: relative;
    z-index: 5;
    background-color: white;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.card-box.shadow-top {
    box-shadow: 0 0.25rem -0.5rem rgba(0, 0, 0, 0.15) !important;
    margin-top: 1rem;
}

.card-item-border {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 4px solid #004db2;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.card-box.card-box-blue {
    border-bottom: 4px solid #004db2;
}

.card-box.card-box-noborder {
    border-bottom: none;
}

.accordion-button::after {
    content: '\f077';
    font-family: 'FontAwesome';
    float: right;
    color: #008AFF;
}

.accordion-button.collapsed::after {
    content: '\f078';
    float: right;
}

.card-box-title {
    font-size: 1.5rem;
    color: #38454f;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2rem;
    font-family: "Gilroy-SemiBold";
}

.card-box-items {
    margin-bottom: 3rem;
}

body {
    color: #38454f;
}

.card-box-item a {
    text-decoration: underline;
    font-weight: bold;
    font-family: "Gilroy-Bold";
}

.card-box-item {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    margin-left: 0.5rem;
}

.card-box-item:before {
    content: "";
    background-image: url("../img/ico-check.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

.card-box-item-list a {
    text-decoration: underline;
    font-weight: bold;
    font-family: "Gilroy-Bold";
}

.card-box-item-list {
    margin-left: 0.5rem;
}

.card-box-item-list:before {
    content: "";
    background-image: url("../img/ico-check.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

.text-numbers {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 66px;
}

.text-card-title-blue {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.btn-blue,
#app .btn-blue {
    font-family: "Gilroy-Regular";
    text-decoration: none !important;
    background-color: #0088ff !important;
    color: white !important;
    border-radius: 5px !important;
    border: 2px solid #0088ff !important;
    font-size: 1rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-white,
#app .btn-white,
.more-link a {
    font-family: "Gilroy-Regular";
    font-style: normal;
    text-decoration: none;
    color: #0088ff;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #0088ff;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#app .btn-white:hover,
.btn-white:hover {
    background-color: rgba(0, 138, 255, 0.1);
    color: #0088ff;
}

#app .btn-white:focus,
.btn-white:focus {
    background-color: #0088ff;
    color: white;
}

#app .motos .booking .scooters .orange-button.inverse-old {
    background-color: #0088ff !important;
    background-image: none !important;
    color: white !important;
    border-radius: 5px !important;
    border: 1px solid #0088ff !important;
    font-size: 1rem !important;
    width: auto;
    margin-bottom: 1rem;
    padding-left: 25px;
    padding-right: 25px;
}

#app .motos .steps .step .title {
    font-size: 1rem;
}

#app .motos .steps a.step {
    color: #8c8c8c !important;
}

#app .motos .steps a.step.active {
    color: #0088ff !important;
}

div.wpforms-container
.wpforms-form
.choices__list--dropdown
.choices__item--selectable.is-highlighted {
    background-color: #0088ff !important;
    color: white !important;
}

#app a {
    font-family: "Gilroy-SemiBold";
}

.btn-blue {
    font-family: "Gilroy-SemiBold";
}

.btn-blue.btn-pill {
    border-radius: 20px !important;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: "Gilroy-SemiBold";
}

.icon-image-list {
    width: 48px;
}

.btn-darkblue {
    font-family: "Gilroy-Regular";
    font-size: 1rem;
    color: white;
    background: #004cb9 !important;
    border-color: #004cb9 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 2px solid #004cb9 !important;
}

.btn-darkblue.btn-lg {
    font-size: 1.25rem;
}

.btn-darkblue:hover {
    color: white;
    background: #003274 !important;
    border-color: #004cb9 !important;
}

.rent-block .btn:before {
    content: none;
}

.rent-block label {
    display: block !important;
}

.rent-block {
    padding: 10px 30px 10px;
}

.leaflet-tooltip {
    padding: 15px;
}

.rent-block .drop-wrap .ui-menu li .ui-menu-item-wrapper:hover,
.select2-results
li.select2-results__option.select2-results__option--highlighted,
.select2-container.select2-container--open
.select2-dropdown
.select2-results
li.select2-results__option--highlighted {
    background: #0088ff !important;
    color: white !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #0088ff;
    color: white;
}

.btn-outline-blue {
    color: #0088ff;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #0088ff;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
}

.btn-outline-blue:hover,
.more-link a:hover {
    background-color: #0088ff;
    color: white;
}

.btn-blue.btn-sm,
.more-link a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.wpforms-submit-container .btn-blue {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 4rem;
    padding-right: 4rem;
}

#app .btn-blue:hover,
.btn-blue:hover,
.btn-blue:focus,
.place-slide-item:hover .btn-blue {
    background-color: #004cb9 !important;
    color: white !important;

    border: 2px solid #004cb9 !important;
}

.title-lg {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
}

.title-xxl {
    font-size: 4rem;
    font-weight: 700;
    font-family: "Gilroy-SemiBold";
}

.title,
.title-md,
.page-content h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
    color: #38454f;
    text-transform: none;
}

.post-content h1,
.page-content h2 {
    color: #38454f;
}

.title-sm,
.page-content h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: "Gilroy-SemiBold";
}

.title-loc {
    font-size: 1.1rem;
    font-family: "Gilroy-SemiBold";
    color: #38454f;
}

.title-xs {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Gilroy-SemiBold";
}

.headline {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.headline h2,
.elementor-page .headline h2 {
    font-size: 2rem !important;
    font-family: "Gilroy-SemiBold" !important;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .wrapper-general-card {
        margin-bottom: 14.5% !important;
    }

    .main-margin-bubble {
        margin-top: 15rem !important;
    }

    .title,
    .title-md,
    .page-content h1,
    .place-text h2 {
        font-size: 1.25rem;
    }

    .title-lg {
        font-size: 1.5rem;
    }

    .headline h2,
    .elementor-page .headline h2 {
        font-size: 1.25rem !important;
    }

    .page-content h2 {
        font-size: 1.125rem;
    }

    .title-sm {
        font-size: 1.5rem;
        margin-bottom: 15px !important;
        margin-top: 56px !important;
    }

    .margin-extra-home {
        margin-top: 110px !important;
    }

    .icon-image-list {
        width: 32px;
    }

    .title-xs {
        font-size: 1rem;
    }
}

p {
    font-weight: 500;
}

.title-download {
    font-family: "Gilroy-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    width: 75%;
}

.nav-tabs.nav-tabs-cooltra .nav-link {
    border: none;
    border-radius: 0;
    color: #a6a6a6;
    border-bottom: 4px solid #f7f7f7;
    font-size: 1rem;
}

.nav-tabs.nav-tabs-cooltra .active.nav-link {
    color: #0088ff;
    border-bottom: 4px solid #00ff00;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
}

.nav-tabs.nav-tabs-cooltra .nav-link:hover {
    border-bottom: 4px solid #00ff00;
}

.nav-tabs.nav-tabs-cooltra {
    border: none;
    border-radius: 0;
}

.map-holder,
.place-map {
    height: 400px;
}

.bg-blue {
    background-color: #0088ff;
    color: white;
}

.bg-blue .title {
    color: white;
}

.store-badges {
    text-align: left;
}

.store-badges img {
    height: 43px;
    margin-bottom: 0.5rem;
}

footer {
    background-color: #f7f7f7;
    padding: 3rem 0 1rem;
}

.footer-short {
    padding: 1rem 0 0rem !important;
}

.footer-short a {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .footer-short a {
        display: block !important;
    }
}

.footer-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Gilroy-SemiBold";
}

@media (max-width: 768px) {
    .title-sm-old,
    .page-content h2 {
        font-size: 1.125rem;
    }
}

footer a {
    color: #38454f;
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    font-weight: 400;
}

footer .menulegal a:last-child:after {
    content: none;
}

@media (min-width: 768px) {
    footer .menulegal a {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 2.25rem;
    }

    .special-margin-blue {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

footer .copy {
    font-weight: 600;
    font-size: 0.8rem;
    font-family: "Gilroy-SemiBold";
}

.down-arrow {
    height: 2.5rem;
}

.modal-fs .modal-dialog {
    width: 100%;
    max-width: initial;
    margin: 0;
    height: 100%;
}

.modal-fs .modal-content {
    border-radius: 0;
    height: 100%;
}

.modal-fs .modal-header {
    border: none;
}

.logo-fs {
    max-width: 80%;
    width: 200px;
}

.modal-fs .modal-body a {
    display: block;
    color: #38454f;
    margin-bottom: 1.25rem;
    font-family: "Gilroy-SemiBold";
    font-size: 1.25rem;
    font-size: 14px;
    position: relative;
}

.modal-fs .modal-body .modal-secondary-menu a:after {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 4px;
}

/* FONTS */
.Gilroy-SemiBoldItalic {
    font-family: Gilroy-SemiBoldItalic;
}

.Gilroy-SemiBold {
    font-family: Gilroy-SemiBold;
}

.Gilroy-Regular {
    font-family: Gilroy-Regular;
}

.Gilroy-RegularItalic {
    font-family: Gilroy-RegularItalic;
}

.Gilroy-MediumItalic {
    font-family: Gilroy-MediumItalic;
}

.Gilroy-Medium {
    font-family: Gilroy-Medium;
}

.Gilroy-LightItalic {
    font-family: Gilroy-LightItalic;
}

.Gilroy-Light {
    font-family: Gilroy-Light;
}

.Gilroy-ExtraBoldItalic {
    font-family: Gilroy-ExtraBoldItalic;
}

.Gilroy-ExtraBold {
    font-family: Gilroy-ExtraBold;
}

.Gilroy-BoldItalic {
    font-family: Gilroy-BoldItalic;
}

.Gilroy-Bold {
    font-family: Gilroy-Bold;
}

.close {
    opacity: 1;
}

button:focus {
    outline: none;
}

.modal-body a.languages img {
    width: auto;
}

.modal-body .dropdown-menu {
    border: none;
}

.social-footer {
    display: inline-block;
    border-radius: 50%;
    background: white;
    color: var(--blue);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid white;
    margin-right: 0.5rem;
}

.social-footer:hover {
    color: white;
    background-color: var(--blue);
}

.footer-download-app {
    display: inline-block;
    margin-right: 0.5rem;
}

.footer-download-app img {
    height: 30px;
}

.post-item {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.post-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: 300ms ease all;
    transition-delay: 100ms;
}

.post-item:hover {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(34, 41, 43, 0.2);
    transition: 300ms ease all;
    transition-delay: 100ms;
}

.post-img {
    background-position: center;
    background-size: 100%;
    padding-bottom: 50%;
    transition: 300ms ease all;
    background-repeat: no-repeat;
}

.post-item:hover .post-img {
    margin-left: -1rem;
    margin-right: -1rem;
    transition: 300ms ease all;
}

.post-title {
    display: block;
    font-family: "Gilroy-SemiBold";
    color: #38454f;
    font-size: 1.1rem;
    transition: 300ms ease all;
    transition-delay: 100ms;
}

.post-item:hover .post-title {
    color: var(--blue);
    transition: 300ms ease all;
    transition-delay: 100ms;
}

.post-meta {
    font-size: 14px;
    color: #a6a6a6;
}

.blog-title {
    font-size: 3rem;
    line-height: 1.25;
    font-family: "Gilroy-Bold";
    color: #38454f;
}

.blog-title-cat {
    letter-spacing: normal;
    color: #38454f;
    font-size: 1.5rem;
    font-family: "Gilroy-Bold";
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 2rem;
    }

    .title-download {
        font-family: "Gilroy-SemiBold";
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        width: 100%;
    }
}

.navbar-ebikes {
    background-color: white;
    background-color: white;
    position: fixed;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
}

.download-app-section {
    margin-top: 110px !important;
    margin-bottom: 20% !important;
}

@media (min-width: 576px) {
    .half-container {
        max-width: 270px;
    }

    .c5-container {
        max-width: 225px;
    }

    .download-app-section {
        margin-top: 100px !important;
        margin-bottom: 125px !important;
    }
}

@media (min-width: 768px) {
    .half-container {
        max-width: 360px;
    }

    .c5-container {
        max-width: 230px;
    }

    .download-app-section {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media (min-width: 992px) {
    .half-container {
        max-width: 480px;
    }

    .c5-container {
        max-width: 350px;
    }

    .download-app-section {
        margin-top: 120px !important;
        margin-bottom: 140px !important;
    }
}

@media (min-width: 1200px) {
    .half-container {
        max-width: 570px;
    }

    .c5-container {
        max-width: 415px;
    }

    .download-app-section {
        margin-top: 130px !important;
        margin-bottom: 155px !important;
    }
}

.btn-select {
    border-radius: 2px;
    border: solid 1px #e4e4e4;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    color: #a6a6a6;
}

.dropdown-menu-scroll {
    max-height: 300px;
    overflow-y: scroll;
}

.mwimg img {
    max-width: 100%;
}

.w100img img {
    width: 100%;
}

.text-normal {
    font-family: "Gilroy-Regular";
    color: #38454f;
}

.btn-select.dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    top: 3px;
    padding-right: 10px;
    position: relative;
    font-size: 0.8rem;
    font-weight: 600;
    color: #008aff;
}

.post-single-title {
    font-size: 2rem;
    color: #38454f;
    font-family: "Gilroy-SemiBold";
}

.post-single-meta {
    font-family: Gilroy-Regular;
    font-size: 1rem;
    line-height: 1.38;
    color: #a6a6a6;
}

.comment-meta {
    background-color: white;
    padding: 1rem 0;
}

#submit {
    background: var(--blue);
    color: white;
    border: 1px solid var(--blue);
}

h3#comments,
.comment-reply-title {
    font-size: 1rem;
    font-family: "Gilroy-SemiBold";
    color: #38454f;
}

.bg-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-location {
    height: 100px !important;
}

/* Configuración de estilos para tablet */
@media screen and (min-width: 768px) {
    .bg-img-location {
        height: 129px !important;

    }
}

/* Configuración de estilos para desktop */
@media screen and (min-width: 992px) {
    .bg-img-location {
        height: 155px !important;
    }
}

.bg-img-b2b-de {
    height: 235px !important;
}

.algin-items-center {
    align-items: center !important;
}

/* Configuración de estilos para tablet */
@media screen and (min-width: 768px) {
    .bg-img-b2b-de {
        height: 129px !important;

    }
}

/* Configuración de estilos para desktop */
@media screen and (min-width: 992px) {
    .bg-img-b2b-de {
        height: 300px !important;
    }
}

.blue-box {
    background-color: #0088ff;
    color: white;
    padding: 2rem;
    border-radius: 6px;
}

.blue-box-title {
    font-size: 1.5rem;
    font-family: "Gilroy-Bold";
}

.blue-box p {
    color: white;
    margin-bottom: 0;
}

.auto-format ul {
    list-style: none;
    padding: 0;
}

.auto-format ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem;
}

.auto-format ul li:before {
    content: "";
    background-image: url(../img/ico-check.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

.sp-img {
    width: 72px;
    height: auto;
}

.vehicle {
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgba(34, 41, 43, 0.1);
    padding: 3rem 1rem 2rem;
    border-bottom: 4px solid #00ff00;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vehicle.vehicle-alt {
    border-bottom-color: #00ff00;
}

.box-shadow-border {
    box-shadow: 0 2px 8px 0 rgba(34, 41, 43, 0.1);
    border-bottom: 4px solid #00ff00;
    padding: 1rem;
    border-radius: 5px;
}

.price-box {
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgba(34, 41, 43, 0.1);
    padding: 1rem 1.5rem;
    border-bottom: 4px solid #004db2;
}

.vehicle-info {
    display: flex;
    color: #38454f;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .vehicle-info {
        display: block;
        text-align: center;
    }
}

.vehicle-info .separator {
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.vehicle-subtitle {
    color: #a6a6a6;
    font-family: "Gilroy-SemiBold";
    font-size: 1.1rem;
    font-weight: 600;
}

.lh-1 {
    line-height: 1 !important;
}

/*
.wpforms-field-container{
    display:flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.col-lg-6{
    padding: 0.5rem;
}

div.wpforms-container-full .wpforms-form .wpforms-field.col-lg-6:nth-child(odd){
    padding-left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.col-lg-6:nth-child(even){
    padding-right: 0;
}

@media(max-width:992px){
    div.wpforms-container-full .wpforms-form .wpforms-field.col-lg-6{
        padding-right: 0;
        padding-left: 0;
    }
}
*/

@media (max-width: 768px) {
    div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100% !important;
        margin: 0 !important;
    }
}

.price-name {
    color: #0088ff;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
}

.price-box-step-name {
    color: #004db2;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
    font-size: 0.8rem;
}

.price-box-price {
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
    font-size: 2rem;
}

.price-box-price small {
    font-family: "Gilroy-Regular";
    font-size: 1rem;
}

.value-desc {
    color: #38454f;
    font-size: 0.8rem;
}

.auto-format a {
    text-decoration: underline;
}

.autoformat table {
    width: 100%;
    font-size: 0.8rem;
}

.autoformat-lg {
    font-size: 1.2rem;
}

.autoformat-lg p {
    font-weight: 400;
}

.auto-format p:last-child, .autoformat p:last-child {
    margin-bottom: 0;
}

.autoformat tr td {
    text-align: center;
    background-color: #f7f7f7;
    color: #38454f;
    border: 2px solid white;
    border-collapse: collapse;
    padding: 0.5rem;
}

.autoformat tr:first-child > td {
    background-color: #0088ff;
    color: white;
}

.search-form [type="submit"] {
    color: #a6a6a6;
    background-color: transparent;
    top: 0;
    line-height: 1;
    height: 40px;
    right: auto;
    left: 0;
    padding: 0 15px;
}

.search-form input {
    background-color: #f7f7f7;
    padding-left: 40px;
}

.outstanding-title {
    font-family: "Gilroy-Bold";
    color: #354550;
    font-size: 1.5rem;
}

.outstanding-subtitle {
    font-family: "Gilroy-Regular";
    color: #008aff;
    font-size: 1.25rem;
}

.outstanding-text {
    font-family: "Gilroy-Bold";
    color: #a6a6a6;
    font-size: 1rem;
}

.other-oustanding {
    color: #38454f;
    font-family: "Gilroy-Bold";
    font-size: 1rem;
    display: flex;
    padding: 1rem;
    align-items: center;
    text-align: left;
}

.loc-title {
    font-size: 1.1rem;
    color: #38454f;
    font-family: "Gilroy-Bold";
}

.loc-title-list {
    font-size: 1rem;
    color: #38454f;
    font-family: "Gilroy-Bold";
}

@media (max-width: 768px) {
    .loc-title {
        border-bottom: 1px solid #f1f1f1;
        padding: 0.5rem 0;
        display: block;
        position: relative;
    }

    .border-sm {
        border-bottom: 1px solid #f1f1f1;
        padding: 0.5rem 0;
    }

    .slide .place-slide-item-img {
        display: none;
    }

    .loc-title:after {
        content: " ";
        position: absolute;
        right: 13px;
        top: 50%;
        width: 14px;
        height: 14px;
        margin: -7px 0 0 -7px;
        border-style: solid;
        border-color: #0088ff;
        border-width: 3px 3px 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.loc-price {
    font-family: "Gilroy-Bold";
    font-size: 0.9rem;
    color: #a6a6a6;
}

.testimonials-slider {
    border: none;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
}

.testimonials-slider q {
    color: #38454f;
    font-family: "Gilroy-Regular";
    font-size: 0.9rem;
    font-style: normal;
}

.testimonial-name {
    color: #38454f;
    font-family: "Gilroy-Bold";
}

.recolor-blue,
.insurance-box-stars img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(47%) saturate(6894%) hue-rotate(195deg) brightness(109%) contrast(101%) !important;
}

.color-white {
    color: white !important;
}

.testimonial-place {
    color: #a6a6a6;
    font-size: 0.9rem;
    font-family: "Gilroy-Regular";
}

.prefooter {
    border-top: 2px solid #e4e4e4;
}

.prefooter a {
    color: #38454f;
    font-size: 0.9rem;
    font-family: "Gilroy-Regular";
}

.modal-main-menu ul,
.modal-submenu ul {
    list-style: none;
    padding: 0;
}

.modal-fs .modal-main-menu a {
    color: #008aff;
    display: block;
    font-size: 1.25rem;
    font-size: 16px;
    position: relative;
    margin-bottom: 1.25rem;
}

.modal-main-menu ul > li > a:after {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 4px;
}

.languages-menu .dropdown-menu {
    right: 0;
    left: auto !important;
}

.modal-fs .modal-body a.dropdown-item {
    margin: 0;
    font-size: 1rem;
    font-size: 14px;
}

.modal-fs .slogan {
    font-size: 14px;
}

.submenu-category {
    font-size: 1.25rem;
    font-size: 16px;
    padding-left: 3px;
    padding-right: 3px;
    color: #008aff;
    border-bottom: 3px solid #00ff00;
    display: inline-block;
    font-family: "Gilroy-SemiBold";
}

.modal-fs .modal-header,
.modal-fs .modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

#modalSubMenu .modal-body a {
    margin-bottom: 1rem;
}

#modalMenu .modal-header {
    padding-bottom: 0;
}

.submenu-back {
    font-family: "Gilroy-Bold";
    color: #38454f;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}

.submenu-back:before {
    content: " ";
    background-image: url("../img/black-ic-arrow-back.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
}

.modal-main-menu .sub-menu a,
.modal-submenu a {
    padding: 0;
    border: none;
    color: #38454f;
    margin-bottom: 1.25rem;
    font-size: 14px;
    display: block;
    font-family: "Gilroy-Regular";
    position: relative;
}

.modal-submenu .active > a:after {
    border-color: #008aff;
}

.modal-submenu .active > a:after {
    border-color: #008aff;
}

.modal-main-menu .sub-menu .active a,
.modal-submenu .active a {
    color: #008aff;
}

.modal-submenu ul.sub-menu {
    padding-left: 30px;
}

.modal-submenu ul.sub-menu a {
    color: #38454f;
}

.modal-submenu ul.sub-menu .active a {
    color: #008aff;
}

.main-menu-body {
    position: relative;
}

.modal-main-menu .sub-menu a:after,
.modal-submenu a:after {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 4px;
}

.modal-main-menu .sub-menu .active a:after,
.modal-submenu .active a:after {
}

.modal-main-menu .sub-menu {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.toggle-submenu {
    font-family: "Gilroy-SemiBold";
    font-size: 1rem;
    color: #38454f;
}

.toggle-submenu img {
    width: 1rem;
}

.filter-bar:before {
    content: none;
}

.filter-bar ul li label {
    color: #38454f;
    font-family: "Gilroy-Bold";
}

.filter-bar {
    background-color: white;
}

.filter-bar ul {
    text-align: left;
}

/*.select2-container--default .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"] {
    background: #008aff;
    color: white;
}*/

.more-link:before {
    background-color: white;
}

#shop-map {
    height: 650px;
}

.shops-scroller {
    height: 650px;
    overflow-y: scroll;
}

.breadcrumb {
    background-color: white;
    color: #38454f;
    text-decoration: none;
    font-style: normal;
    padding-left: 0;
}

.breadcrumb li a {
    color: #38454f;
    text-decoration: none;
}

.breadcrumb li.breadcrumb-item,
.breadcrumb li.active {
    color: #008aff;
}

.row.shop-item {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.shop-list-name {
    color: #38454f;
    font-family: "Gilroy-Bold";
    display: block;
}

.shop-list-address {
    color: #38454f;
    font-family: "Gilroy-Regular";
    font-size: 0.9rem;
}

.rent-block.rent-block-h {
    position: initial;
    margin: 0;
    width: 100%;
    top: 0px;
    left: initial;
    right: initial;
}

.slick-dots button {
    background-color: #0088ff;
    border: none;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.slick-dots .slick-active button {
    opacity: 1;
}

.slick-dots button:before {
    background-color: #0088ff;
}

.slick-dots {
    display: block !important;
}

.slider-blue .slick-dots {
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 30%;
}

@media (min-width: 992px) {
    .slider21 .slick-dots {
        left: 0;
        right: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .bubble-image {
        position: absolute;
        z-index: 2;
        top: 0px;
        float: right;
        right: -55px;
        width: 575px !important;
    }
}

@media (min-width: 1200px) {
    .rent-block-h-container {
        position: relative;
        margin-top: -40px;
        z-index: 99;
    }

    .rent-block-h-container.stucked {
        position: sticky;
        top: 108px;
        z-index: 999;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .rent-block-h-container.stucked .row {
        justify-content: center;
    }

    .col-form-place {
        width: 300px;
    }

    .col-form-date {
        width: 170px;
    }

    .col-form-datexl {
        width: 220px;
    }

    .col-form-time {
        width: 100px;
    }

    .col-form-submit {
        width: 140px;
    }
}

#wrapper {
    min-height: auto;
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    width: auto !important;
}

.schedules {
    color: #38454f;
    font-family: "Gilroy-Regular";
    font-size: 0.8rem;
    width: 250px;
}

.schedules-date {
    font-family: "Gilroy-SemiBold";
}

.headline:before {
    content: none;
}

.pack-block .table-wrap table th {
    background-color: #008aff;
    font-family: "Gilroy-Regular";
}

.pack-block .table-wrap table td {
    font-family: "Gilroy-Regular";
    background-color: #f7f7f7;
}

.nav-tabs-cooltra-lined:after {
    content: " ";
    top: -3px;
    display: block;
    position: relative;
    z-index: 1;
    height: 4px;
    background-color: #f7f7f7;
}

.nav-tabs-cooltra-lined li {
    position: relative;
    z-index: 9;
}

.pack-tabs .pack-tab .route-bar li .cl {
    background-color: #f7f7f7;
    font-family: "Gilroy-Regular";
    color: #38454f;
}

.pack-tabs .pack-tab .route-bar li:first-child .cl {
    background-color: #008aff;
}

.pack-tabs .pack-tab .wrap {
    border: 0;
}

.pack-tabs .pack-tab .ttl {
    font-family: "Gilroy-Bold";
    font-size: 1rem;
    padding: 0;
    position: initial;
    text-transform: none;
}

.pack-tabs .pack-tab .ttl img {
    position: initial;
    /* left: 4px; */
    /* top: 50%; */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 5px;
}

.adr-box {
    font-family: "Gilroy-Regular" !important;
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
    padding: 0 !important;
}

.pack-tabs .pack-tab .route-holder .remind-box header {
    background-color: #008aff;
}

.pack-tabs .pack-tab .route-holder .remind-box ul li {
    font-family: "Gilroy-Regular" !important;
    font-size: 0.9rem;
}

.pack-tabs .pack-tab .route-holder .remind-box ul li:before {
    content: "";
    background-image: url("../img/ico-check.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    margin-right: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    border: none;
}

.pack-block .mobile-holder .mobile-item h3 {
    color: #354550;
    font-family: "Gilroy-Bold";
    background-color: white;
    text-align: left;
}

.pack-block .mobile-holder .mobile-item table th,
.pack-block .mobile-holder .mobile-item table td:nth-child(1),
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table th,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table td:nth-child(1),
.pack-block .mobile-holder .mobile-item table th {
    background-color: #008aff;
    font-family: "Gilroy-Bold";
}

.pack-block .mobile-holder .mobile-item table th,
.pack-block .mobile-holder .mobile-item table td:nth-child(1) {
    font-family: "Gilroy-Bold";
}

.pack-block .mobile-holder .mobile-item table th br,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table th br {
    display: none;
}

.pack-block .mobile-holder .mobile-item table th small,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table th small {
    font-size: 1rem;
    font-family: "Gilroy-Bold";
}

.pack-block .mobile-holder .mobile-item table th span {
    font-size: 1rem;
    font-family: "Gilroy-Bold";
}

.pack-block .mobile-holder .mobile-item table td span,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table td {
    font-size: 1rem;
    color: #354550;
    font-family: "Gilroy-Regular";
}

.pack-block .mobile-holder .mobile-item .link-holder a {
    color: #008aff;
    background-position: center right;
    background-size: 16px;
}

.pack-block .mobile-holder .mobile-item table th,
.pack-block .mobile-holder .mobile-item table td {
    font-family: "Gilroy-Regular";
}

.pack-block .mobile-holder .mobile-item .inf {
    font-style: normal;
}

.pack-block .mobile-holder .mobile-item table td,
.pack-block .mobile-holder .mobile-item table th,
.pack-block
.mobile-holder
.mobile-item
table
td
.pack-tabs
.pack-tab
.top-holder
.txt
.mobile-tbl
table
td,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table th,
.pack-tabs .pack-tab .top-holder .txt .mobile-tbl table td {
    line-height: 1;
    padding: 5px;
    border: 1px solid #fff;
}

.pack-tabs .pack-tab .route-holder .remind-box {
    margin: 0;
}

@media (max-width: 767px) {
    .w-75-mob {
        width: 75% !important;
    }

    .pack-tabs .pack-tabs-holder {
        z-index: 9999;
    }

    .pack-tabs .pack-tab .wrap .mobile-back {
        background-color: white;
        font-size: 1.125rem;
        font-family: "Gilroy-SemiBold";
        color: #38454f;
        background-image: url(../img/black-ic-arrow-back);
        background-size: 20px;
        background-repeat: no-repeat;
    }
}

.place-text table th,
.place-text table td {
    font-family: "Gilroy-Regular";
}

.place-text table td {
    font-size: 0.8rem;
    padding: 1rem 0.5rem;
    color: #38454f;
    background-color: #f7f7f7;
}

.place-text table tr:first-child td {
    background-color: #008aff;
    color: white;
    padding: 0.25rem 0.5rem;
}

.fixed-alert {
    background-color: #2cc84d;
    color: white;
    padding: 0.5rem 0;
    font-size: 1.1rem;
    font-family: "Gilroy-Regular";
}

.fixed-alert p {
    font-family: "Gilroy-Regular";
    margin-bottom: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.card-cooltra .card-header {
    background-color: white;
    border: none;
    margin-bottom: 0 !important;
}

.card-cooltra {
    border-radius: 0;
    border: 2px solid #008aff !important;
    margin-bottom: 1rem;
}

.card-cooltra-grey {
    border: 1px solid #E4E4E4 !important;

}

.card-cooltra-grey > .card-header > h2 > .btn-link {
    font-family: "Gilroy-Semibold";
    font-size: 1.15rem;
    color: #38454F;
    font-weight: 600;
    padding-left: inherit;
    padding-bottom: inherit;
}

.card-cooltra .card-header .btn-link {
    font-family: "Gilroy-Bold";
    font-size: 1.15rem;
}

.card-cooltra .card-header .btn-link:hover,
.card-cooltra .card-header .btn-link:focus {
    text-decoration: none;
}

body.admin-bar {
    margin-top: 30px;
}

.title-blue-xs {
    color: #008aff;
    font-size: 1.25rem;
    font-family: "Gilroy-Semibold";
}

.autoformat a.text-dark:hover {
    color: #0088ff !important;
}

.mmp-popup-text h1,
.mmp-popup-text h2,
.mmp-popup-text h3,
.mmp-popup-text h4,
.mmp-popup-text h5,
.mmp-popup-text h6 {
    margin-bottom: 0;
    font-family: "Gilroy-Semibold";
    font-size: 1.25rem;
}

.mmp-popup-text p {
    font-size: 0.9rem;
    font-family: "Gilroy-Regular";
    margin: 0 0 0 0.5rem;
}

.color-blue {
    color: #0088ff;
}

.color-dark {
    color: #38454f;
}

.blox-blue {
    border: 2px solid #0088ff;
    border-radius: 6px;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: #38454f;
    font-family: "Gilroy-Regular";
}

.box-blue-separator,
.separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid #f7f7f7;
}

.nav-circle .nav-link {
    font-family: "Gilroy-Regular";
    color: #38454f;
    font-size: 1rem;
    padding-left: 2rem;
    position: relative;
}

.nav-circle .nav-link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 2rem;
    background-image: url("../img/circle-off.svg");
    background-size: 1.5rem;
}

.nav-circle .nav-link.active:before {
    background-image: url("../img/circle-on.svg");
}

.collapse-route {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: -1px;
}

.btn-collapse-route {
    font-family: "Gilroy-SemiBold";
    font-size: 1.25rem;
    border: none;
    width: 100%;
    padding: 0.75rem 0;
    text-align: left;
    background-color: white;
    color: #38454f;
    position: relative;
}

.btn-collapse-route:after {
    content: url(../img/blue-arrow-down.svg);
    position: absolute;
    right: 0;
}

.btn-collapse-route.collapsed {
    color: #38454f;
}

.btn-collapse-route:after {
    transform: rotate(180deg);
}

.btn-collapse-route.collapsed:after {
    transform: rotate(0deg);
}

.img-label {
    color: white;
    padding: 0.5rem 1rem;
    font-family: "Gilroy-SemiBold";
    font-size: 1.25rem;
    background-color: #2cc84d;
    display: inline-block;
}

.btn.btn-default.btn-search.leaflet-clickable {
    color: white;
    background-image: none;
    background-color: #008aff;
    border: 1px solid #008aff;
}

.btn.btn-default.btn-search.leaflet-clickable:hover {
    background-color: #004cb9;
    border: 1px solid #004cb9;
    background-image: none;
}

.btn-search:before,
.btn-default:before {
    content: none;
}

.rent-block .btn {
    width: 100%;
    padding: 0.5rem 0;
}

.contact-shop-col {
    font-size: 0.8rem;
    padding-bottom: 2rem;
    position: relative;
    min-height: 190px;
}

.contact-shop-col:after {
    position: absolute;
    bottom: 1rem;
    left: 0;
    left: 15px;
    width: calc(100% - 30px);
    content: " ";
    border-radius: 5px;
    height: 2px;
    background-color: #e4e4e4;
}

#app .price .orange-button,
#app .tarjeta .orange-button {
    background-image: none;
    background-color: #0088ff !important;
}

#app .orange-button.plus {
    background-image: none !important;
    background-image: none !important;
    text-align: center;
}

#app .motos .price.col-10.offset-1 {
    text-align: center;
}

#app .info-booking .price .orange-button {
    padding: 1.5em;
    line-height: 25px;
    padding-top: 1em;
    width: auto;
    padding: 0.5rem 2rem;
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto;
    border-radius: 6px;
}

#app .info-booking .price .orange-button .small {
    display: none;
}

#app .orange-button.plus.inverse-check {
    background-image: url(../assets/img/ico-check.png) !important;
    color: #0088ff !important;
    background-color: white !important;
    border: none !important;
    background-position: right;
    background-size: 20px;
    text-align: left;
}

#app .orange-button.plus.inverse-check .title {
    color: #0088ff !important;
}

#app .price .orange-button > .title {
    padding: 0 !important;
}

#app .modal.blue .modal-content .modal-body h5 {
    color: white;
}

#app .orange-button-large {
    font-family: "Gilroy-Regular";
    font-size: 1rem;
    color: white !important;
    padding: 0.5rem 2rem !important;
    background: #004cb9 !important;
    border-color: #004cb9 !important;
    border-radius: 6px;
}

#app .modal.blue .modal-content .modal-body .orange-button-large .title {
    font-size: 1rem !important;
    padding: 0 !important;
    color: white !important;
    text-align: center !important;
}

#app #modal-continue.modal.blue .modal-content {
    background-color: #ffffff;
    color: #38454f;
}

#app #modal-continue.modal .modal-content .close img {
    width: 16px;
}

.text-regular {
    font-family: "Gilroy-Regular" !important;
    color: #38454f !important;
}

#app #modal-continue.modal.blue .modal-content .modal-body h5 {
    font-family: "Gilroy-Bold";
    color: #38454f;
    font-size: 1.5rem;
}

#app #modal-continue.modal.blue .modal-content .modal-body h5:before {
    content: url("../img/blue-add.png");
    display: block;
    margin-bottom: 10px;
}

#app .orange-button {
    border-radius: 6px;
}

#app .orange-button .price {
    font-size: 23px;
    font-weight: bold;
    color: white !important;
    display: inline-block;
}

#app .box .orange-button .title {
    display: inline-block;
}

#app .tarjeta .orange-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

#app .tarjeta .orange-button {
    text-align: center;
}

#app .box.grey *[class^="col"],
#app .extras-selecteds *[class^="col"],
#app .box.grey *[class*="col"],
#app .extras-selecteds *[class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
    word-break: break-all;
}

#app .info-booking .price .orange-button .continue {
    font-size: 20px !important;
    font-family: "Gilroy-SemiBold";
    margin-top: 0 !important;
}

.mw-150 {
    min-width: 150px;
}

.mh-230 {
    min-height: 230px;
}

.bg-img-mask-img {
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.bg-img-mask {
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("../img/invmask.png");
    min-height: 500px;
    display: flex;
    align-items: center;
}

.box-shadow {
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgb(34 41 43 / 10%);
}

.wpforms-submit {
    text-align: center;
    min-width: 150px;
}

.box-grey {
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 1.5rem;
}

::-webkit-input-placeholder {
    font-style: normal !important;
    font-size: 1rem !important;
    font-family: "Gilroy-Regular" !important;
}

:-moz-placeholder {
    font-style: normal !important;
    font-size: 1rem !important;
    font-family: "Gilroy-Regular" !important;
}

::-moz-placeholder {
    font-style: normal !important;
    font-size: 1rem !important;
    font-family: "Gilroy-Regular" !important;
}

:-ms-input-placeholder {
    font-style: normal !important;
    font-size: 1rem !important;
    font-family: "Gilroy-Regular" !important;
}

.thumbnail-gallery .slick-arrow:before,
.testimonials-slider .slick-arrow:before {
    border-color: #008aff;
}

.place-slide-item {
    display: block;
    padding: 0.25rem;
    margin: 0.25rem;
}

.place-slide-item:hover {
    box-shadow: 0 0 10px 0 rgb(34 41 43 / 20%);
    transition: 300ms ease all;
    margin: -0.5rem;
}

.place-slide-item-img {
    display: block;
    background-size: cover;
    padding-bottom: 50%;
    transition: 300ms ease all;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .place-slide-item-img {
        margin-bottom: 0;
        padding-bottom: 75%;
    }

    .div-blue-content {
        width: 100%;
    }

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

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

@media (min-width: 768px) {
    .div-blue-content {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .div-blue-content {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .div-blue-content {
        width: 35%;
    }
}

.select2.select2-container.select2-container--default
.select2-selection--single.bordered
.select2-selection__rendered {
    font-style: normal;
}

.select2.select2-container.select2-container--disabled .select2-selection {
    background-color: #f7f7f7 !important;
}

#app .motos .booking .scooters .scooter.order-0 {
    border-width: 4px;
}

#app .motos .booking .scooters .scooter .specs ul li img {
    vertical-align: middle;
}

#app .orange-button .continue,
#app .orange-button .available {
    color: white;
}

#app .orange-button {
    background-image: none;
    padding: 0rem 1rem;
    text-align: center;
}

#app .orange-button:hover {
    background-color: #004cb9 !important;
    border-color: #004cb9 !important;
}

#app .info-booking p {
    font-family: Gilroy-Medium;
    color: #38454f;
    font-size: 12px;
    margin-bottom: 0 !important;
}

#app .info-booking .box .row {
    margin-bottom: 1rem;
    align-items: center;
}

#app .info-booking .date {
    margin-bottom: 0.5rem !important;
}

#app hr.points {
    border: 1px solid #d8d8d8;
}

#app .motos .price {
    color: #0088ff;
    font-family: Gilroy-SemiBold;
}

.extras .extra-list .extra .price small {
    color: #0088ff;
    font-family: Gilroy-Medium;
}

.text-success {
    color: #2cc84d !important;
}

.extras .extra-list .extra .discounts p {
    font-style: normal;
    font-family: Gilroy-Medium;
}

.pago .billing-data > .title {
    box-shadow: none;
    font-family: Gilroy-SemiBold;
}

#app .booking hr {
    border-color: white;
}

ul#myTab.nav.nav-tabs.title.blue .nav-link.active,
ul#myTab.nav.nav-tabs.title.blue .nav-item.show .nav-lin {
    border: none;
}

#app .payments .box.blue {
    border: none;
}

ul#myTab.nav-tabs.title.blue .nav-link {
    border: none !important;
    border-radius: 0 !important;
    color: #a6a6a6 !important;
    border-bottom: none !important;
    font-size: 1rem !important;
}

.slideshow .slick-dots {
    display: block !important;
}

ul#myTab.nav.nav-tabs.title.blue .nav-link.active {
    color: #0088ff !important;
    border: none !important;
    border-bottom: 4px solid #00ff00 !important;
    font-family: "Gilroy-SemiBold" !important;
    position: relative;
    z-index: 99;
}

ul#myTab.nav.nav-tabs.title.blue {
    border-bottom: none !important;
    position: relative;
}

ul#myTab.nav.nav-tabs.title.blue:after {
    content: " ";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -5px;
    z-index: 9;
    border-bottom: 4px solid #f7f7f7 !important;
}

.onoffswitch-label:before {
    box-shadow: 0 3px 6px 0px #757575;
}

.btn-tabs-dropdown {
    color: #0088ff;
    border: none;
    background-color: white;
    text-align: center;
    border-bottom: 4px solid #00ff00;
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
}

#app .scooters h4.title {
    color: #38454f !important;
    font-family: "Gilroy-SemiBold";
}

.insurance-box-add .orange-button p {
    line-height: 1 !important;
}

@media (min-width: 2000px) {
    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.overflow-hidden {
    overflow: hidden !important;
}

.place-text p {
    margin-left: 0;
    margin-right: 0;
}

#app .motos {
    margin-top: 1.5rem;
}

.extras .extra-list .extra h4.title {
    color: #38454f;
}

#app .orange-button.inverse {
    background-image: none;
}

#app .orange-button {
    line-height: 1;
    /*    padding-top: 10px;
    padding-bottom: 10px;*/
}

.insurance-box-add .orange-button p {
    color: white;
}

.insurance-box-add > div .orange-button {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#app .motos .booking .scooters .orange-button.inverse-old span,
#app .orange-button.inverse {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.insurance-container {
    background-color: white;
}

.insurance-box-mobile-header .insurance-box-mobile-tab.active {
    border-color: #008aff;
}

@media (max-width: 768px) {
    .title {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 29px;
    }

    .blue-bubble-title {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 29px;
    }

    #app .motos .steps .step .title {
        font-size: 0.8rem;
    }

    #app .box.black-border {
        border: none;
        background-color: #f7f7f7;
    }

    #app .scooters h4.title {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    #app a.font-italic {
        font-style: normal !important;
    }

    #app .motos .booking .scooters .scooter.order-0 {
        border-width: 2px;
    }

    #app .motos .booking .scooters .scooter .specs.specs-wp {
        background-color: #f7f7f7;
    }

    #app .motos .booking .scooters .orange-button.inverse-old {
        display: block;
        text-align: center;
        width: 100%;
    }

    #app .orange-button.inverse p {
        color: white;
        display: inline-block;
        font-size: inherit !important;
        margin: 0;
        padding: 0;
    }

    #app .orange-button p {
        color: white !important;
        display: inline-block;
        font-size: inherit !important;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .mobile-checkout {
        background-color: white;
    }
}

@media (min-width: 768px) {
    #app .col-lg-3.insurance-box {
        max-width: calc(25% - 10px);
    }
}

.slick-dots > li {
    padding-right: 6px;
}

.insurance-container-title {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 40px;
    color: #38454f;
    font-size: 18px;
    font-family: Gilroy-Bold;
    background-color: #e5f3ff;
}

.insurance-container,
.insurance-container-inner,
.insurance-box-values td {
    background-color: #e5f3ff;
}

.insurance-box-add > div.col-4 {
    padding-right: 0;
}

.insurance-box-add .form-control {
    display: inline;
    border-radius: 3px !important;
    outline: none;
    padding: 3px 9px;
    height: 28px !important;
    width: 100%;
    margin-left: 0px;
}

#app .insurance-box-add .orange-button.plus {
    width: 100%;
    padding: 5px !important;
    text-align: center;
}

#app .insurance-box-add .orange-button.plus .title {
    color: white !important;
}

.insurance-box-price {
    padding-top: 15px;
    line-height: 20px;
}

img {
    max-width: 100%;
}

.img-nofluid {
    max-width: initial !important;
}

.insurance-shield {
    height: 86.11px;
}

.insurance-box-values td {
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurance-box-type td {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 1px;
}

.num-blue {
    color: #0088ff;
    border: 2px solid #0088ff;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.country-selected {
    border: 4px solid #0088ff;
    border-radius: 10px;
}

.lh1 {
    line-height: 1;
}

.slick-lat {
    padding: 0 20px;
}

.slick-lat .slick-next {
    right: -20px;
}

.slick-lat .slick-prev {
    left: -20px;
}

.slick-lat .slick-arrow:before {
    border-color: #0088ff;
}

.bg-mid-blue:after {
    content: " ";
    height: 100px;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: #0088ff;
}

.bg-mid-blue {
    position: relative;
    overflow: hidden;
}

strong {
    font-family: "Gilroy-Bold";
}

.text_img_section table td {
    padding: 10px 5px 5px 7px;
    vertical-align: top;
}

.text_img_section table td img {
    position: relative;
    top: -5px;
}

.blue-background-p-image {
    padding-top: 12.5%;
    padding-bottom: 8%;
    background-color: #008AFF;
}

.border-blue {
    border: 2px solid #0088ff;
    padding: 1rem;
    border-radius: 0.5rem;
}

.bold-custom-text {
    font-weight: 600;
    font-family: "Gilroy-SemiBold";
    color: #38454f;
}

.border-blue {
    border: 2px solid #0088ff;
}

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

.pretitle-blue {
    color: #0088ff;
    font-size: 18px;
    font-weight: 500;
    font-family: Gilroy-SemiBold;
}

.pill-blue {
    color: white;
    background-color: #0088ff;
    border-radius: 50px;
    padding: 10px 25px;
}

.fw-500 {
    font-family: Gilroy-SemiBold;
}

.blue-titles-margins {
    margin-bottom: 50px !important;
    margin-top: 25px;
}

.button-left-toggle {
    float: left;
    display: block;
}

.text-toggle-left {
    text-align: left !important;
    width: 90%;
}

.helpButton {
    display: none !important;
}

/*Zendesk form*/

#zrf_submit {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 4rem;
    padding-right: 4rem;
    text-decoration: none !important;
    background-color: #0088ff !important;
    color: white !important;
    border-radius: 5px !important;
    border: 2px solid #0088ff !important;
    font-size: 1rem !important;
}

@media (min-width: 768px) {
    /*Custom fields textarea, submit button and subject*/
    #zendesk_field_zen_subject, #zendesk_field_zen_desc, #zendesk_field_zen_submit {
        display: block !important;
        width: 98% !important;
        margin-left: 1%;
        margin-right: 2%;
    }

    .zrf-form > form > p {
        display: inline-block;
        width: 48% !important;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.zrf-form > form > p > input {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.zrf-form > form > p > select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 4px 6px 0;
    border: 1px solid #cccccc;
    overflow: hidden;
    border-radius: 4px;
    opacity: .5;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.zrf-form > form > p > select > options {

    display: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    overflow-wrap: break-word;
    background-color: #fff;
}

.zrf-form > form > p > textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
}

/*Solution to the datepicker overlapping*/
.datepicker-orient-top {
    margin-top: -30px !important;
}

/*Navbar card santander*/
.navbar-full-width-santander {
    height: 100%;
    min-width: 100%;
    background-position: right;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    height: 500px;
}

.icon-image-list-card {
    height: 95px;
    width: 75px;
}

.card-box-clean-padding {
    padding: 0 !important;
}

.card-box-santander {
    border-radius: 5px;
    border-bottom: 4px solid #00ff00;
    padding: 2rem 1.5rem 1rem;
    position: relative;
    z-index: 5;
    background-color: white;
    height: 450px;
}

.small-legend {
    font-size: 20px !important;
}

.button-div-down {
    position: absolute;
    bottom: 7%;
}

.title_santander {
    font-size: 44px !important;
    line-height: 44px !important;
    color: white !important;;
}

.santander-background {
    border-top: 4px solid #00ff00;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 25%;
}

.text-white-santander {
    font-size: 20px;
    font-weight: 600;
}

.santander-btn {
    color: #0088ff !important;
    background-color: white !important;
    border-color: white !important;
}

.title-card-santander {
    font-size: 37px !important;
    line-height: 44px !important;
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: 600;
}

.semi-bold-gilroy {
    font-family: 'Gilroy-SemiBold' !important;
}

.btn-santander {
    font-size: 15px !important;
    padding-top: 6px !important;
    padding-left: 45px !important;
}

.black-santander {
    color: #38454f !important;
}

.santander-mobile-div {
    position: relative;
}

.santander-mobile-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0%;
}

.text-white-santander-sec {
    color: white !important;
}

.legend-santander-white {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white !important;
    font-size: 12px;
}

@media only screen and (max-width: 1774px) and (min-width: 1486px) {
    .santander-background {
        height: 675px;
    }
}

@media only screen and (min-width: 1775px) {
    .santander-background {
        height: 900px;
    }
}

@media only screen and (min-width: 1775px) {
    #flexible-div {
        padding-top: 8% !important;
    }

    .legend-santander-white {
        bottom: -50px;
    }
}

@media only screen and (max-width: 1774px) and (min-width: 1580px) {
    #flexible-div {
        padding-top: 4% !important;
    }

    .legend-santander-white {
        bottom: 55px !important;
    }
}

.item-yb-with-icon {
    height: 500px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .item-yb-with-icon {
        height: 300px;
    }
}

.darkest-blue {
    color: #003264 !important;
}

.image-top-video {
    position: absolute;
    top: -50px;
    height: 140px;
    width: 140px;
    left: -70px;
}

form.overlayed {
    position: relative;
}

.formoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
}

.text-card-title-double {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    font-family: "Gilroy-SemiBold";
}

.small-iva {
    display: block;
    font-size: 11px !important;
}

@media only screen and (max-width: 548px) and (min-width: 462px) {
    .santander-mobile-bottom-left {
        bottom: 10%;
    }

    .main-margin-bubble {
        margin-top: 10rem !important;
    }

    .main-banner {
        min-height: 440px !important;
    }

    .blue-bubble-sm-new {
        margin-top: 300px !important;
    }

    .margin-extra-home {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 549px) {
    .santander-mobile-bottom-left {
        bottom: 20%;
    }

    .main-margin-bubble {
        margin-top: 10.5rem !important;
    }

    .main-banner {
        min-height: 600px !important;
    }

    .blue-bubble-sm-new {
        margin-top: 420px !important;
    }

    .margin-extra-home {
        margin-top: 150px !important;
    }

}

@media only screen and (max-width: 392px) {
    .title_santander {
        font-size: 26px !important;
    }
}

span.current {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.zendesk-button {
    color-scheme: light;
    width: 118px;
    height: 50px;
    padding: 0px;
    margin: 10px 20px;
    position: fixed;
    bottom: 0px;
    overflow: visible;
    opacity: 1;
    border: 0px;
    z-index: 999998;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    right: 0px;
    background-color: #008bff !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border-radius: 40px;
}
.zendesk-text{
    line-height: 0rem;
    font-family: Gilroy-Bold;

}