.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #303e48 !important;
}
.bg-success {
  background-color: #008cdc !important;
}
.bg-info {
  background-color: #ff0000 !important;
}
.bg-warning {
  background-color: #5b6770 !important;
}
.bg-danger {
  background-color: #ff6205 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #303e48 !important;
  border-color: #303e48 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d1114 !important;
  border-color: #0d1114 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d1114 !important;
  border-color: #0d1114 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #303e48 !important;
  border-color: #303e48 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d1114 !important;
  border-color: #0d1114 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d1114 !important;
  border-color: #0d1114 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #008cdc !important;
  border-color: #008cdc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #005585 !important;
  border-color: #005585 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #005585 !important;
  border-color: #005585 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6770 !important;
  border-color: #5b6770 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #343b40 !important;
  border-color: #343b40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #343b40 !important;
  border-color: #343b40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6205 !important;
  border-color: #ff6205 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad4000 !important;
  border-color: #ad4000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad4000 !important;
  border-color: #ad4000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #303e48;
  color: #303e48;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d1114 !important;
  background-color: transparent!important;
  border-color: #0d1114 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #303e48 !important;
  border-color: #303e48 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #303e48;
  color: #303e48;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d1114 !important;
  background-color: transparent!important;
  border-color: #0d1114 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #303e48 !important;
  border-color: #303e48 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008cdc;
  color: #008cdc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #005585 !important;
  background-color: transparent!important;
  border-color: #005585 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008cdc !important;
  border-color: #008cdc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5b6770;
  color: #5b6770;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #343b40 !important;
  background-color: transparent!important;
  border-color: #343b40 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6770 !important;
  border-color: #5b6770 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6205;
  color: #ff6205;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad4000 !important;
  background-color: transparent!important;
  border-color: #ad4000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6205 !important;
  border-color: #ff6205 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #303e48 !important;
}
.text-secondary {
  color: #303e48 !important;
}
.text-success {
  color: #008cdc !important;
}
.text-info {
  color: #ff0000 !important;
}
.text-warning {
  color: #5b6770 !important;
}
.text-danger {
  color: #ff6205 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #07090b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #07090b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #004b76 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #990000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2d3338 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9e3b00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #303e48;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff0000;
}
.alert-warning {
  background-color: #5b6770;
}
.alert-danger {
  background-color: #ff6205;
}
.mbr-gallery-filter li.active .btn {
  background-color: #303e48;
  border-color: #303e48;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #303e48;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9fb1bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a9e0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ca7af;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe2d1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #303e48 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #303e48;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #303e48;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #303e48;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #303e48;
  border-bottom-color: #303e48;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #303e48 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #303e48 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23303e48' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t0EwN6sCPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0EwN6sCPd nav.navbar {
  position: fixed;
}
.cid-t0EwN6sCPd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0EwN6sCPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0EwN6sCPd .dropdown-item:hover,
.cid-t0EwN6sCPd .dropdown-item:focus {
  background: #303e48 !important;
  color: white !important;
}
.cid-t0EwN6sCPd .dropdown-item:hover span {
  color: white;
}
.cid-t0EwN6sCPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0EwN6sCPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0EwN6sCPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0EwN6sCPd .nav-link {
  position: relative;
}
.cid-t0EwN6sCPd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .container {
    flex-wrap: nowrap;
  }
}
.cid-t0EwN6sCPd .iconfont-wrapper {
  color: #303e48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown-menu,
.cid-t0EwN6sCPd .navbar.opened {
  background: #ffffff !important;
}
.cid-t0EwN6sCPd .nav-item:focus,
.cid-t0EwN6sCPd .nav-link:focus {
  outline: none;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0EwN6sCPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0EwN6sCPd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.opened {
  transition: all 0.3s;
}
.cid-t0EwN6sCPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0EwN6sCPd .navbar .navbar-logo img {
  width: auto;
}
.cid-t0EwN6sCPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar.collapsed {
  justify-content: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0EwN6sCPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0EwN6sCPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0EwN6sCPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0EwN6sCPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0EwN6sCPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0EwN6sCPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0EwN6sCPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0EwN6sCPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0EwN6sCPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0EwN6sCPd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t0EwN6sCPd .dropdown-item.active,
.cid-t0EwN6sCPd .dropdown-item:active {
  background-color: transparent;
}
.cid-t0EwN6sCPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0EwN6sCPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0EwN6sCPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0EwN6sCPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #303e48;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t0EwN6sCPd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t0EwN6sCPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0EwN6sCPd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0EwN6sCPd .navbar {
    height: 70px;
  }
  .cid-t0EwN6sCPd .navbar.opened {
    height: auto;
  }
  .cid-t0EwN6sCPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0EwN6sCPd .container,
.cid-t0EwN6sCPd .container-fluid {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-t0EwN6sCPd .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t0EwN6sCPd .contacts-menu .mbr-iconfont {
  color: #ff6205;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .contacts-menu {
    display: none;
  }
}
.cid-t0EwN6sCPd .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t0EwN6sCPd .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #303e48;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t0EwN6sCPd .icon-box:hover {
  transform: scale(1.1);
}
.cid-t0EwN6sCPd .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t0EwN6sCPd .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn-black {
  color: #303e48 !important;
}
@media (max-width: 577px) {
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .nav-link:hover {
  color: #303e48 !important;
}
.cid-t0EwN6sCPd .card-text {
  color: #303e48;
}
.cid-t0y5N2xQfH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #303e48;
}
.cid-t0y5N2xQfH .carousel,
.cid-t0y5N2xQfH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0y5N2xQfH .item-wrapper {
  width: 100%;
}
.cid-t0y5N2xQfH .carousel-caption {
  bottom: 40px;
}
.cid-t0y5N2xQfH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0y5N2xQfH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0y5N2xQfH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0y5N2xQfH .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-t0y5N2xQfH span {
  font-size: 50px;
}
.cid-t0y5N2xQfH .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-t0y5N2xQfH .mobi-mbri-arrow-next:hover {
  color: #303e48;
}
.cid-t0y5N2xQfH .mobi-mbri-arrow-prev:hover {
  color: #303e48;
}
.cid-t0y5N2xQfH .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-t0y5N2xQfH .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-t0y5N2xQfH .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-t0y5N2xQfH .carousel-fade .active.carousel-item-left,
.cid-t0y5N2xQfH .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-t0y5N2xQfH .carousel-fade .carousel-item-left.carousel-item-next,
.cid-t0y5N2xQfH .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-t0rQSnpceK {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-t0rQSnpceK .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-t0rQSnpceK MARQUEE {
  color: #ffffff;
}
.cid-t0rRNvKPjr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #303e48;
}
.cid-t0rRNvKPjr .content__block {
  padding: 50px 15px;
}
.cid-t0rRNvKPjr .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #303e48;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t0rRNvKPjr .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-t0rRNvKPjr .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t0rRNvKPjr .image {
  perspective: 3500px;
  position: relative;
}
.cid-t0rRNvKPjr .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(48, 62, 72, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(48, 62, 72, 0.99));
}
.cid-t0rRNvKPjr .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0rRNvKPjr .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t0rRNvKPjr .mbr-section-btn .btn-white-outline:hover {
  color: #303e48 !important;
}
@media (max-width: 991px) {
  .cid-t0rRNvKPjr .content__block {
    padding: 30px 15px;
  }
  .cid-t0rRNvKPjr .mbr-figure {
    padding: 0;
  }
  .cid-t0rRNvKPjr .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(48, 62, 72, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t0rRNvKPjr .lg-push {
    right: 13%;
  }
  .cid-t0rRNvKPjr .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t0rRNvKPjr .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-t0rRNvKPjr .lg-push {
    left: 13%;
  }
  .cid-t0rRNvKPjr .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-t0rRNvKPjr .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t0CLysuAs5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5b6770;
}
@media (min-width: 992px) {
  .cid-t0CLysuAs5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-t0CLysuAs5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t0CLysuAs5 .mbr-text {
  color: #ff6205;
  letter-spacing: 0.03em;
}
.cid-t0yEnKdG7d {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/7opcionesdevanbanner.webp");
}
.cid-t0yEnKdG7d .underline .line {
  width: 2rem;
  height: 1px;
  background: #303e48;
  display: inline-block;
}
.cid-t0yEnKdG7d .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-t0yEnKdG7d .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t0yEnKdG7d .card-box {
  background: #303e48;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t0yEnKdG7d .link {
  letter-spacing: 2px;
}
.cid-t0yEnKdG7d .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-t0yEnKdG7d .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0yEnKdG7d .card {
    padding-bottom: 2rem;
  }
}
.cid-t0yEnKdG7d .main-title {
  color: #ff6205;
  text-align: left;
}
.cid-t0yEnKdG7d .card-title {
  color: #ff6205;
}
.cid-t0yEnKdG7d .card-text,
.cid-t0yEnKdG7d .link {
  color: #ffffff;
}
.cid-t0DAgdm9nZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpg");
}
.cid-t0DAgdm9nZ .mbr-overlay {
  background: #303e48;
  opacity: 0.5;
}
.cid-t0DAgdm9nZ .row {
  justify-content: center;
}
.cid-t0DAgdm9nZ img,
.cid-t0DAgdm9nZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0DAgdm9nZ .item:focus,
.cid-t0DAgdm9nZ span:focus {
  outline: none;
}
.cid-t0DAgdm9nZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0DAgdm9nZ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 370px;
  padding: 35px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t0DAgdm9nZ .item-wrapper {
    min-height: 463px;
  }
}
.cid-t0DAgdm9nZ .item-wrapper .btn {
  padding: 10px 12px;
}
.cid-t0DAgdm9nZ .item-wrapper .btn span {
  color: #222222;
  margin: 0 8px;
}
.cid-t0DAgdm9nZ .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-t0DAgdm9nZ .item-wrapper .btn-primary:hover span {
  color: #303e48 !important;
}
@media (min-width: 768px) {
  .cid-t0DAgdm9nZ .item-wrapper:hover img {
    transform: scale(1);
  }
}
.cid-t0DAgdm9nZ .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-t0DAgdm9nZ .item-img img {
  width: 100%;
  transform: scale(1.2);
  transform-style: preserve-3d;
  transition: 2s;
}
.cid-t0DAgdm9nZ .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-t0DAgdm9nZ .item-content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.cid-t0DAgdm9nZ .mbr-section-title {
  color: #ff6205;
  width: 100%;
}
.cid-t0DAgdm9nZ .mbr-text {
  color: #ffffff;
}
.cid-t0DAgdm9nZ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-t0DAgdm9nZ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0DAgdm9nZ .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-t0DAgdm9nZ .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-t0DAgdm9nZ .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-t0DAgdm9nZ .mbr-section-head {
    padding-left: 30px;
    padding-right: 6rem;
    margin-bottom: 2rem;
  }
}
.cid-t0ED6gq8tP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #303e48;
}
.cid-t0ED6gq8tP .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-t0ED6gq8tP .img-row {
    flex-wrap: nowrap;
  }
}
.cid-t0ED6gq8tP .item:focus,
.cid-t0ED6gq8tP span:focus {
  outline: none;
}
.cid-t0ED6gq8tP .mbr-section-title {
  color: #111111;
  margin-bottom: 5px;
}
.cid-t0ED6gq8tP .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .cid-t0ED6gq8tP .item-img {
    margin-bottom: 5px;
  }
}
.cid-t0ED6gq8tP .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-t0ED6gq8tP .btn-item {
  width: 100%;
}
.cid-t0ED6gq8tP .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-t0ED6gq8tP .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-t0ED6gq8tP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0EFjEI7ZO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/7opcionesdevanbanner-1.webp");
}
.cid-t0EFjEI7ZO .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}
.cid-t0EFjEI7ZO .contacts-info {
  padding-bottom: 30px;
  color: #ff6205;
  margin: 0;
}
.cid-t0EFjEI7ZO .margin {
  margin-bottom: 10px;
}
.cid-t0EFjEI7ZO .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t0EFjEI7ZO .description {
  color: #ff6205;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t0EFjEI7ZO .title {
  font-size: 24px;
  color: #ff6205;
}
.cid-t0EFjEI7ZO .form-heading {
  margin-bottom: 40px;
}
.cid-t0EFjEI7ZO label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t0EFjEI7ZO input,
.cid-t0EFjEI7ZO textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t0EFjEI7ZO .gray-button {
  margin: 0;
  background-color: #ffffff;
  color: #ffffff;
}
.cid-t0EFjEI7ZO .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t0EFjEI7ZO .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t0EFjEI7ZO .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t0EFjEI7ZO .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t0EFjEI7ZO .gray-button:hover {
  background-color: #5e6068;
}
.cid-t0EFjEI7ZO ::placeholder {
  color: #a3a6b2;
}
.cid-t0EFjEI7ZO LABEL {
  color: #ffffff;
}
.cid-t0QD7eVNUz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0QD7eVNUz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-t0QD7eVNUz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0QD7eVNUz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0QD7eVNUz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0QD7eVNUz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0QD7eVNUz .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-t0QD7eVNUz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0QD7eVNUz .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #303e48;
}
.cid-t0QD7eVNUz .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0QD7eVNUz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0QD7eVNUz .soc-item a {
  color: #303e48;
}
.cid-t0QD7eVNUz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #303e48;
  border: 1px solid #303e48;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0QD7eVNUz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t0QD7eVNUz .mbr-tag,
.cid-t0QD7eVNUz .social-row {
  color: #303e48;
}
.cid-t0QD7eVNUz .copyright {
  color: #303e48;
}
.cid-t0Kh0FJfjx {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/02-1732x808.jpg");
}
.cid-t0Kh0FJfjx .link-wrapper {
  width: 100%;
}
.cid-t0Kh0FJfjx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-t0Kh0FJfjx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-t0Kh0FJfjx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-t0Kh0FJfjx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-t0Kh0FJfjx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-t0Kh0FJfjx .mbr-section-title DIV {
  text-align: center;
}
.cid-t0Kh0FJfjx .mbr-text,
.cid-t0Kh0FJfjx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t0Kh0FJfjx .link,
.cid-t0Kh0FJfjx .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-t0Kh0FJfjx .mbr-section-title {
  color: #ffffff;
}
.cid-t0PYZp6bLx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #008cdc;
}
@media (min-width: 768px) {
  .cid-t0PYZp6bLx {
    background-image: url("../../../assets/images/metatrak2-1081x813.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-t0PYZp6bLx .row {
  align-items: center;
}
.cid-t0PYZp6bLx .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-t0PYZp6bLx .image-wrapper {
    padding: 40px 1rem 1rem 6rem;
  }
}
@media (max-width: 991px) {
  .cid-t0PYZp6bLx .image-wrapper {
    padding: 1rem 1rem 1rem 6rem;
  }
}
.cid-t0PYZp6bLx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t0PYZp6bLx .text-wrapper {
    padding-right: 115px;
  }
}
.cid-t0PYZp6bLx .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-t0PYZp6bLx .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-t0PYZp6bLx .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-t0PYZp6bLx .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t0PYZp6bLx .btn-container {
  width: 100%;
}
.cid-t0PYZp6bLx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t0PYZp6bLx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0PYZp6bLx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0PYZp6bLx .mbr-text,
.cid-t0PYZp6bLx .mbr-section-btn {
  color: #ffffff;
}
.cid-t0EwN6sCPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0EwN6sCPd nav.navbar {
  position: fixed;
}
.cid-t0EwN6sCPd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0EwN6sCPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0EwN6sCPd .dropdown-item:hover,
.cid-t0EwN6sCPd .dropdown-item:focus {
  background: #303e48 !important;
  color: white !important;
}
.cid-t0EwN6sCPd .dropdown-item:hover span {
  color: white;
}
.cid-t0EwN6sCPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0EwN6sCPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0EwN6sCPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0EwN6sCPd .nav-link {
  position: relative;
}
.cid-t0EwN6sCPd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .container {
    flex-wrap: nowrap;
  }
}
.cid-t0EwN6sCPd .iconfont-wrapper {
  color: #303e48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown-menu,
.cid-t0EwN6sCPd .navbar.opened {
  background: #ffffff !important;
}
.cid-t0EwN6sCPd .nav-item:focus,
.cid-t0EwN6sCPd .nav-link:focus {
  outline: none;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0EwN6sCPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0EwN6sCPd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.opened {
  transition: all 0.3s;
}
.cid-t0EwN6sCPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0EwN6sCPd .navbar .navbar-logo img {
  width: auto;
}
.cid-t0EwN6sCPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar.collapsed {
  justify-content: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0EwN6sCPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0EwN6sCPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0EwN6sCPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0EwN6sCPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0EwN6sCPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0EwN6sCPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0EwN6sCPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0EwN6sCPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0EwN6sCPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0EwN6sCPd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t0EwN6sCPd .dropdown-item.active,
.cid-t0EwN6sCPd .dropdown-item:active {
  background-color: transparent;
}
.cid-t0EwN6sCPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0EwN6sCPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0EwN6sCPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0EwN6sCPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #303e48;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t0EwN6sCPd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t0EwN6sCPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0EwN6sCPd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0EwN6sCPd .navbar {
    height: 70px;
  }
  .cid-t0EwN6sCPd .navbar.opened {
    height: auto;
  }
  .cid-t0EwN6sCPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0EwN6sCPd .container,
.cid-t0EwN6sCPd .container-fluid {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
}
.cid-t0EwN6sCPd .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t0EwN6sCPd .contacts-menu .mbr-iconfont {
  color: #ff6205;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .contacts-menu {
    display: none;
  }
}
.cid-t0EwN6sCPd .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t0EwN6sCPd .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #303e48;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t0EwN6sCPd .icon-box:hover {
  transform: scale(1.1);
}
.cid-t0EwN6sCPd .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t0EwN6sCPd .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn-black {
  color: #303e48 !important;
}
@media (max-width: 577px) {
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .nav-link:hover {
  color: #303e48 !important;
}
.cid-t0EwN6sCPd .card-text {
  color: #303e48;
}
.cid-t0NXAYkkjJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/manager-digital-tablet-background-trucks-fleet-management-fleet-manager-digital-tablet-190693991-800x534.jpg");
}
.cid-t0NXAYkkjJ .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-t0NXAYkkjJ .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0NXAYkkjJ .row {
    padding: 2rem 1rem;
  }
}
.cid-t0NXAYkkjJ .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-t0NXAYkkjJ .card-wrapper {
  overflow: visible;
}
.cid-t0NXAYkkjJ .card-text {
  color: #0a0a0a;
}
.cid-t0NXAYkkjJ .card-title,
.cid-t0NXAYkkjJ .iconfont-wrapper {
  color: #232323;
}
.cid-t0NXAYkkjJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0NXAYkkjJ .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-t0NXAYkkjJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0QjNIvxdl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-2-2000x1126.jpeg");
}
.cid-t0QjNIvxdl .left-side {
  text-align: center;
  padding: 30px;
}
.cid-t0QjNIvxdl .row {
  align-items: center;
  background: #008cdc;
  padding: 0px;
  margin: 0;
}
.cid-t0QjNIvxdl .container-fluid {
  padding: 0;
}
.cid-t0QjNIvxdl .right-side {
  padding: 0;
}
.cid-t0QjNIvxdl .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-t0QjNIvxdl .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-t0QjNIvxdl .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-t0QjNIvxdl .mbr-section-title {
  padding-bottom: 36px;
}
.cid-t0QjNIvxdl .l1 {
  color: #ffffff;
}
.cid-t0QjNIvxdl .l2,
.cid-t0QjNIvxdl .lin {
  color: #ffffff;
  text-align: left;
}
.cid-t0QjNIvxdl a {
  transition: color .3s;
}
.cid-t0QjNIvxdl .l1,
.cid-t0QjNIvxdl .iconfont-wrapper {
  text-align: left;
}
.cid-t0QeYVhVMw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/coche-futuro-itainnova-2020-web-2000x824.jpg");
}
.cid-t0QeYVhVMw .item-wrapper {
  width: 100%;
}
.cid-t0QeYVhVMw .left-side {
  text-align: left;
}
.cid-t0QeYVhVMw .link {
  width: 100%;
  margin-top: 29px;
}
.cid-t0QeYVhVMw .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t0QeYVhVMw .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t0QeYVhVMw .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-t0QeYVhVMw .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0QeYVhVMw .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t0QeYVhVMw .link a {
  background-image: none !important;
}
.cid-t0QeYVhVMw .col-auto {
  display: inline-block;
}
.cid-t0QeYVhVMw .container-fluid {
  padding: 0;
}
.cid-t0QeYVhVMw .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-t0QeYVhVMw .right-side {
  padding: 0;
}
.cid-t0QeYVhVMw .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-t0QeYVhVMw .right-side {
  padding-right: 0px;
}
.cid-t0QeYVhVMw .left-side {
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-t0QeYVhVMw .left-side {
    padding: 25px 15px;
  }
}
.cid-t0QeYVhVMw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0QeYVhVMw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t0QeYVhVMw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t0QeYVhVMw svg {
  margin-left: 15px;
}
.cid-t0QeYVhVMw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t0QeYVhVMw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t0QeYVhVMw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t0QeYVhVMw img {
  width: 80%;
  margin: auto;
}
.cid-t29BSqAPfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/coche-futuro-itainnova-2020-web-2000x824.jpeg");
}
@media (max-width: 991px) {
  .cid-t29BSqAPfO .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t29BSqAPfO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t29BSqAPfO .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t29BSqAPfO .mbr-section-title {
  color: #ffffff;
}
.cid-t29BSqAPfO .mbr-text {
  color: #ffffff;
}
.cid-t29BSqAPfO .mbr-description {
  color: #6c7577;
}
.cid-t0W6jM3eML {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008cdc;
}
.cid-t0W6jM3eML .lin {
  font-style: italic;
}
.cid-t0W6jM3eML .mbr-iconfont {
  font-size: 40px;
  color: #008cdc;
}
.cid-t0W6jM3eML .lin,
.cid-t0W6jM3eML .iconfont-wrapper {
  color: #008cdc;
}
.cid-t0W0i5lB4e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/como-desactivar-la-alarma-de-mi-coche.webp");
}
@media (max-width: 991px) {
  .cid-t0W0i5lB4e .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t0W0i5lB4e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0W0i5lB4e .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t0W0i5lB4e .mbr-section-title {
  color: #ffffff;
}
.cid-t0W0i5lB4e .mbr-text {
  color: #6c7577;
}
.cid-t0W0i5lB4e .mbr-description {
  color: #6c7577;
}
.cid-t0WaWS599q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008cdc;
}
.cid-t0WaWS599q .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t0WaWS599q .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t0WaWS599q .image-wrapper {
    padding: 30px;
  }
}
.cid-t0WaWS599q .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t0WaWS599q .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t0WaWS599q .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t0WaWS599q .col-text {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t0WaWS599q .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t0WaWS599q .col-text {
    text-align: center;
  }
}
.cid-t0WaWS599q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t0WaWS599q .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t0WaWS599q .label-text {
    text-align: center !important;
  }
}
.cid-t0WaWS599q .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t0WaWS599q .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t0WaWS599q .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t0WaWS599q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0WaWS599q .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0WaWS599q .mbr-section-title,
.cid-t0WaWS599q .mbr-section-btn {
  color: #ffffff;
}
.cid-t4SWnirvpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008cdc;
}
.cid-t4SWnirvpr .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-t4SWnirvpr .icon {
  font-size: 5rem;
  color: #000000;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-t4SWnirvpr .card-box {
  margin-left: -1rem;
}
.cid-t4SWnirvpr .card-title {
  color: #ffffff;
}
.cid-t4SWnirvpr .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-t4SWnirvpr .align-right,
  .cid-t4SWnirvpr .align-left {
    text-align: center;
  }
  .cid-t4SWnirvpr .card-wrapper {
    flex-direction: column;
  }
  .cid-t4SWnirvpr .icon,
  .cid-t4SWnirvpr .card-box {
    margin: 0rem;
  }
  .cid-t4SWnirvpr .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-t0Wh3BEWHO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/alarma-1-784x158.jpg");
}
.cid-t0Wh3BEWHO h2,
.cid-t0Wh3BEWHO h3,
.cid-t0Wh3BEWHO h4,
.cid-t0Wh3BEWHO p {
  margin: 0;
}
.cid-t0Wh3BEWHO .text-wrap {
  margin-top: 5px;
  margin-bottom: 30px;
}
.cid-t0Wh3BEWHO .mbr-first-section-title {
  color: #ff0000;
  margin-bottom: 22px;
}
.cid-t0Wh3BEWHO .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-t0Wh3BEWHO .mbr-first-section-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-t0Wh3BEWHO .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-t0Wh3BEWHO .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-t0Wh3BEWHO .mbr-second-section-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-t0WiGzzeQM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/como-desactivar-la-alarma-de-mi-coche.webp");
}
.cid-t0WiGzzeQM .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #379eeb;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cid-t0WiGzzeQM .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0WiGzzeQM .row {
    padding: 2rem 1rem;
  }
}
.cid-t0WiGzzeQM .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-t0WiGzzeQM .card-wrapper {
  overflow: visible;
}
.cid-t0WiGzzeQM .card-text {
  color: #0a0a0a;
}
.cid-t0WiGzzeQM .card-title,
.cid-t0WiGzzeQM .iconfont-wrapper {
  color: #004064;
}
.cid-t0WiGzzeQM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0WiGzzeQM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-t0WiGzzeQM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0WmardNLB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/alarma-moto-1044x446.jpeg");
}
@media (max-width: 991px) {
  .cid-t0WmardNLB .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t0WmardNLB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0WmardNLB .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t0WmardNLB .mbr-section-title {
  color: #ffffff;
}
.cid-t0WmardNLB .mbr-text {
  color: #6c7577;
}
.cid-t0WmardNLB .mbr-description {
  color: #6c7577;
}
.cid-t0Xc3ybXUb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008cdc;
}
.cid-t0Xc3ybXUb .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t0Xc3ybXUb .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t0Xc3ybXUb .image-wrapper {
    padding: 30px;
  }
}
.cid-t0Xc3ybXUb .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t0Xc3ybXUb .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t0Xc3ybXUb .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t0Xc3ybXUb .col-text {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t0Xc3ybXUb .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t0Xc3ybXUb .col-text {
    text-align: center;
  }
}
.cid-t0Xc3ybXUb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t0Xc3ybXUb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t0Xc3ybXUb .label-text {
    text-align: center !important;
  }
}
.cid-t0Xc3ybXUb .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t0Xc3ybXUb .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t0Xc3ybXUb .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t0Xc3ybXUb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0Xc3ybXUb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t0Xc3ybXUb .mbr-section-title,
.cid-t0Xc3ybXUb .mbr-section-btn {
  color: #ffffff;
}
.cid-t4SY6x5Ynj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008cdc;
}
.cid-t4SY6x5Ynj .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-t4SY6x5Ynj .icon {
  font-size: 5rem;
  color: #000000;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-t4SY6x5Ynj .card-box {
  margin-left: -1rem;
}
.cid-t4SY6x5Ynj .card-title {
  color: #ffffff;
}
.cid-t4SY6x5Ynj .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-t4SY6x5Ynj .align-right,
  .cid-t4SY6x5Ynj .align-left {
    text-align: center;
  }
  .cid-t4SY6x5Ynj .card-wrapper {
    flex-direction: column;
  }
  .cid-t4SY6x5Ynj .icon,
  .cid-t4SY6x5Ynj .card-box {
    margin: 0rem;
  }
  .cid-t4SY6x5Ynj .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-t0XeFXWUfT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/alarma-moto-1044x446.jpeg");
}
.cid-t0XeFXWUfT h2,
.cid-t0XeFXWUfT h3,
.cid-t0XeFXWUfT h4,
.cid-t0XeFXWUfT p {
  margin: 0;
}
.cid-t0XeFXWUfT .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-t0XeFXWUfT .mbr-first-section-title {
  color: #ff0000;
  margin-bottom: 22px;
}
.cid-t0XeFXWUfT .mbr-first-section-subtitle {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-t0XeFXWUfT .mbr-first-section-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-t0XeFXWUfT .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-t0XeFXWUfT .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-t0XeFXWUfT .mbr-second-section-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-t0XvB5w0eM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/servicios-1-848x420.jpg");
}
.cid-t0XvB5w0eM .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-t0XvB5w0eM img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-t0XvB5w0eM img {
    transform: scale(1) translateX(0);
  }
}
.cid-t0XvB5w0eM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0XvB5w0eM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t0XvB5w0eM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-t0XvB5w0eM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0XvB5w0eM .col-12 {
  position: relative;
}
.cid-t0XvB5w0eM .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-t0XvB5w0eM .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-t0XvB5w0eM .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-t0XvB5w0eM .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-t0XvB5w0eM .mbr-section-title {
  color: #263d5a;
}
.cid-t0XvB5w0eM .mbr-text,
.cid-t0XvB5w0eM .mbr-section-btn {
  color: #004064;
}
.cid-t0XvB5w0eM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-t0XtdFrjDO {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/servicios-1-848x420.jpg");
}
.cid-t0XtdFrjDO .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t0XtdFrjDO .row {
    padding: 0 0.75rem;
  }
}
.cid-t0XtdFrjDO .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t0XtdFrjDO .label-text {
  color: #0057fc;
}
.cid-t0XtdFrjDO .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t0XtdFrjDO .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t0XtdFrjDO .card {
    padding: 0;
  }
}
.cid-t0XtdFrjDO .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-t0XtdFrjDO .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-t0XtdFrjDO .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-t0XtdFrjDO .card-text {
  color: #ffffff;
}
.cid-t0XtdFrjDO .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t0XtdFrjDO .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-t0XtdFrjDO .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t0XtdFrjDO .card-box {
    text-align: center;
  }
}
.cid-t0XtdFrjDO .card-title {
  color: #ffffff;
}
.cid-t0QD7eVNUz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0QD7eVNUz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-t0QD7eVNUz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0QD7eVNUz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0QD7eVNUz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0QD7eVNUz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0QD7eVNUz .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-t0QD7eVNUz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0QD7eVNUz .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #303e48;
}
.cid-t0QD7eVNUz .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0QD7eVNUz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0QD7eVNUz .soc-item a {
  color: #303e48;
}
.cid-t0QD7eVNUz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #303e48;
  border: 1px solid #303e48;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0QD7eVNUz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t0QD7eVNUz .mbr-tag,
.cid-t0QD7eVNUz .social-row {
  color: #303e48;
}
.cid-t0QD7eVNUz .copyright {
  color: #303e48;
}
.cid-t0DTuSe7TD {
  padding-top: 320px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cierre-furgonetas-1-1-1400x526.jpeg");
}
.cid-t0DTuSe7TD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ff6205;
  margin-bottom: 2rem;
}
.cid-t0DTuSe7TD .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t0DTuSe7TD .btn {
  margin: 0px !important;
}
.cid-t0DTuSe7TD .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0DTuSe7TD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0DTuSe7TD .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t0DTuSe7TD .carousel-item .wrap-img {
  text-align: center;
}
.cid-t0DTuSe7TD .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-t0DTuSe7TD .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t0DTuSe7TD .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-t0DTuSe7TD .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff6205;
  display: inline-block;
  border: 4px solid #ff6205;
}
.cid-t0DTuSe7TD .carousel-indicators li.active {
  border-color: #ff2600;
}
@media (max-width: 768px) {
  .cid-t0DTuSe7TD .second-col {
    padding-top: 2rem;
  }
}
.cid-t0DTuSe7TD .mbr-section-subtitle,
.cid-t0DTuSe7TD .mbr-section-btn {
  color: #ffffff;
}
.cid-t0E64Iss3R {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cierre-furgoneta-cintillo-1666x200.jpg");
}
.cid-t0E64Iss3R .title {
  min-height: 40px;
}
.cid-t0E64Iss3R a {
  font-weight: 500;
}
.cid-t0EbWXu90x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpg");
}
@media (max-width: 991px) {
  .cid-t0EbWXu90x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0EbWXu90x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0EbWXu90x .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0EbWXu90x .mbr-section-title {
  color: #ff6205;
}
.cid-t0EbWXu90x .mbr-text {
  color: #ffffff;
}
.cid-t0Ee3eHVyt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpeg");
}
@media (max-width: 991px) {
  .cid-t0Ee3eHVyt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0Ee3eHVyt .row {
  flex-direction: row-reverse;
}
.cid-t0Ee3eHVyt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0Ee3eHVyt .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0Ee3eHVyt .mbr-section-title {
  color: #ff6205;
}
.cid-t0Ee3eHVyt .mbr-text {
  color: #ffffff;
}
.cid-t0EkaExmtR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpg");
}
@media (max-width: 991px) {
  .cid-t0EkaExmtR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0EkaExmtR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0EkaExmtR .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0EkaExmtR .mbr-section-title {
  color: #ff6205;
}
.cid-t0EkaExmtR .mbr-text {
  color: #ffffff;
}
.cid-t0Ekbp7KIw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpeg");
}
@media (max-width: 991px) {
  .cid-t0Ekbp7KIw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0Ekbp7KIw .row {
  flex-direction: row-reverse;
}
.cid-t0Ekbp7KIw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0Ekbp7KIw .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0Ekbp7KIw .mbr-section-title {
  color: #ff6205;
}
.cid-t0Ekbp7KIw .mbr-text {
  color: #ffffff;
}
.cid-t0EkdxBFSU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpg");
}
@media (max-width: 991px) {
  .cid-t0EkdxBFSU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0EkdxBFSU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0EkdxBFSU .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0EkdxBFSU .mbr-section-title {
  color: #ff6205;
}
.cid-t0EkdxBFSU .mbr-text {
  color: #ffffff;
}
.cid-t297lNQ18E {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #303e48;
}
@media (min-width: 992px) {
  .cid-t297lNQ18E .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-t297lNQ18E .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t297lNQ18E .mbr-text {
  color: #ff6205;
  letter-spacing: 0.03em;
}
.cid-t299qjs392 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpeg");
}
@media (max-width: 991px) {
  .cid-t299qjs392 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t299qjs392 .row {
  flex-direction: row-reverse;
}
.cid-t299qjs392 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t299qjs392 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t299qjs392 .mbr-section-title {
  color: #ff6205;
}
.cid-t299qjs392 .mbr-text {
  color: #ffffff;
}
.cid-t299qjs392 .mbr-description {
  color: #ff6205;
}
.cid-t29yruwlLq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6205;
}
.cid-t29yruwlLq .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-t29yruwlLq .icon {
  font-size: 5rem;
  color: #000000;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-t29yruwlLq .card-box {
  margin-left: -1rem;
}
.cid-t29yruwlLq .card-title {
  color: #30332c;
}
.cid-t29yruwlLq .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-t29yruwlLq .align-right,
  .cid-t29yruwlLq .align-left {
    text-align: center;
  }
  .cid-t29yruwlLq .card-wrapper {
    flex-direction: column;
  }
  .cid-t29yruwlLq .icon,
  .cid-t29yruwlLq .card-box {
    margin: 0rem;
  }
  .cid-t29yruwlLq .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-t29UubzQPJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/cierre-furgonetas-07-775x350.jpg");
}
.cid-t29UubzQPJ .video-wrapper iframe {
  width: 100%;
}
.cid-t29UubzQPJ .mbr-section-title,
.cid-t29UubzQPJ .mbr-section-subtitle,
.cid-t29UubzQPJ .mbr-text {
  text-align: center;
}
.cid-t29UubzQPJ .mbr-section-title {
  color: #ff6205;
}
.cid-t29UubzQPJ .mbr-text {
  color: #ffffff;
}
.cid-t0HSGDqzx1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #303e48;
}
@media (min-width: 992px) {
  .cid-t0HSGDqzx1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-t0HSGDqzx1 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t0HSGDqzx1 .mbr-text {
  color: #ff6205;
  letter-spacing: 0.03em;
}
.cid-t0I6wiwrGs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bombin-1857x510.jpg");
}
.cid-t0I6wiwrGs .card-wrapper {
  background: #ffffff;
}
.cid-t0I6wiwrGs .card {
  padding: 0.5rem;
}
.cid-t0I6wiwrGs .main-row {
  padding: 0 0.5rem;
}
.cid-t0I6wiwrGs .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0I6wiwrGs .row .row {
    flex-direction: column-reverse;
  }
  .cid-t0I6wiwrGs .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0I6wiwrGs .img-wrapper,
.cid-t0I6wiwrGs img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-t0I6wiwrGs .img-wrapper,
  .cid-t0I6wiwrGs img {
    height: auto;
  }
}
.cid-t0I6wiwrGs .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-t0I6wiwrGs .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-t0I6wiwrGs .btn-md {
  padding: 0.2rem 1rem;
}
.cid-t0I6wiwrGs .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0I6wiwrGs .card-subtitle {
  color: #0095ff;
}
.cid-t0I6wiwrGs .mbr-text {
  color: #555555;
}
.cid-t0I6wiwrGs .card-title {
  color: #103178;
}
.cid-t0I6wiwrGs .mbr-section-title {
  color: #103178;
}
.cid-t0I6wiwrGs .card-title,
.cid-t0I6wiwrGs .mbr-section-btn {
  color: #303e48;
}
.cid-t0Ijj62ZS1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bombin-1857x510.jpg");
}
.cid-t0Ijj62ZS1 .card-wrapper {
  background: #ffffff;
}
.cid-t0Ijj62ZS1 .card {
  padding: 0.5rem;
}
.cid-t0Ijj62ZS1 .main-row {
  padding: 0 0.5rem;
}
.cid-t0Ijj62ZS1 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0Ijj62ZS1 .row .row {
    flex-direction: column-reverse;
  }
  .cid-t0Ijj62ZS1 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0Ijj62ZS1 .img-wrapper,
.cid-t0Ijj62ZS1 img {
  height: 150px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-t0Ijj62ZS1 .img-wrapper,
  .cid-t0Ijj62ZS1 img {
    height: auto;
  }
}
.cid-t0Ijj62ZS1 .text-wrapper {
  padding: 1rem 1.5rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cid-t0Ijj62ZS1 .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-t0Ijj62ZS1 .btn-md {
  padding: 0.2rem 1rem;
}
.cid-t0Ijj62ZS1 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0Ijj62ZS1 .card-subtitle {
  color: #0095ff;
}
.cid-t0Ijj62ZS1 .mbr-text {
  color: #555555;
}
.cid-t0Ijj62ZS1 .card-title {
  color: #103178;
}
.cid-t0Ijj62ZS1 .mbr-section-title {
  color: #103178;
}
.cid-t0Ijj62ZS1 .card-title,
.cid-t0Ijj62ZS1 .mbr-section-btn {
  color: #303e48;
}
.cid-t0IoBHlPlc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cierrefurgoneta-fondo-1000x667.jpeg");
}
.cid-t0IoBHlPlc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #303e48, #303e48);
}
.cid-t0IoBHlPlc .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t0IoBHlPlc .btn-col {
    justify-content: center;
  }
}
.cid-t0IoBHlPlc .mbr-text,
.cid-t0IoBHlPlc .mbr-section-btn {
  color: #ffffff;
}
.cid-t0IoBHlPlc p {
  margin: 0;
}
.cid-t0Ixhhq1I0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #303e48;
}
@media (min-width: 992px) {
  .cid-t0Ixhhq1I0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-t0Ixhhq1I0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t0Ixhhq1I0 .mbr-text {
  color: #ff6205;
  letter-spacing: 0.03em;
}
.cid-t0IHm5pC43 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/daos-1400x526.jpeg");
}
.cid-t0IHm5pC43 .item-wrapper {
  width: 100%;
}
.cid-t0IHm5pC43 .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-t0IHm5pC43 .row {
  align-items: center;
}
.cid-t0IHm5pC43 .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-t0IHm5pC43 .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0IHm5pC43 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t0IHm5pC43 .link {
  margin-top: 29px;
  width: 100%;
}
.cid-t0IHm5pC43 .col-auto {
  display: inline-block;
}
.cid-t0IHm5pC43 .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-t0IHm5pC43 .left-side {
    padding: 25px 0px;
  }
}
.cid-t0IHm5pC43 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0IHm5pC43 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t0IHm5pC43 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t0IHm5pC43 svg {
  margin-left: 15px;
}
.cid-t0IHm5pC43 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t0IHm5pC43 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t0IHm5pC43 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t0IHm5pC43 .part {
  align-items: start;
}
.cid-t0IHm5pC43 .link a {
  background-image: none !important;
}
.cid-t0IHm5pC43 .mbr-text,
.cid-t0IHm5pC43 .link {
  color: #ffffff;
}
.cid-t0JSAKOef9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/daos-1400x526.jpeg");
}
.cid-t0JSAKOef9 .item-wrapper {
  width: 100%;
}
.cid-t0JSAKOef9 .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-t0JSAKOef9 .row {
  align-items: center;
}
.cid-t0JSAKOef9 .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-t0JSAKOef9 .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0JSAKOef9 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t0JSAKOef9 .link {
  margin-top: 29px;
  width: 100%;
}
.cid-t0JSAKOef9 .col-auto {
  display: inline-block;
}
.cid-t0JSAKOef9 .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-t0JSAKOef9 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-t0JSAKOef9 .right-side {
  padding-right: 0px;
}
.cid-t0JSAKOef9 .left-side {
  padding-left: 0;
  padding-right: 10%;
}
@media (max-width: 990px) {
  .cid-t0JSAKOef9 .left-side {
    padding: 25px 0px;
  }
}
.cid-t0JSAKOef9 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0JSAKOef9 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t0JSAKOef9 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t0JSAKOef9 svg {
  margin-left: 15px;
}
.cid-t0JSAKOef9 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t0JSAKOef9 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t0JSAKOef9 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t0JSAKOef9 .part {
  align-items: start;
}
.cid-t0JSAKOef9 .link a {
  background-image: none !important;
}
.cid-t0JSAKOef9 .mbr-text,
.cid-t0JSAKOef9 .link {
  color: #ffffff;
}
.cid-t0JXjBbzkq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cierre-furgoneta-cintillo-2-1804x504.jpeg");
}
.cid-t0JXjBbzkq .mbr-iconfont {
  color: #656565;
  font-size: 0.2rem;
}
.cid-t0JXjBbzkq .title,
.cid-t0JXjBbzkq .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-t0JXjBbzkq .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #303e48;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-t0JXjBbzkq .ico-wrap {
  background: #303e48;
  padding: 1rem;
}
.cid-t0JXjBbzkq .phone {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-t0JXjBbzkq .text-box {
  padding: 0rem;
}
.cid-t0JXjBbzkq .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-t0JXjBbzkq .card-title {
  color: #ffffff;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-t0JXjBbzkq .card-img {
  overflow: hidden;
}
.cid-t0JXjBbzkq .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-t0JXjBbzkq .card-box {
  padding: 0rem;
}
.cid-t0JXjBbzkq img {
  transition: all 0.3s;
}
.cid-t0JXjBbzkq .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #ff6205;
}
.cid-t0JXjBbzkq status {
  color: #855dd8;
}
.cid-t0JXjBbzkq .status {
  color: #656565;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-t0JXjBbzkq .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t0JXjBbzkq .card-img {
    width: 30%;
  }
  .cid-t0JXjBbzkq .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0JXjBbzkq .card-img {
    width: 50%;
  }
  .cid-t0JXjBbzkq .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-t0JXjBbzkq .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-t0JXjBbzkq .card-img {
    width: 100%;
  }
  .cid-t0JXjBbzkq .card-box {
    width: 100%;
  }
}
.cid-t0JXjBbzkq .card-box > p,
.cid-t0JXjBbzkq .mbr-section-btn {
  color: #656565;
}
.cid-t0EwN6sCPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0EwN6sCPd nav.navbar {
  position: fixed;
}
.cid-t0EwN6sCPd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0EwN6sCPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0EwN6sCPd .dropdown-item:hover,
.cid-t0EwN6sCPd .dropdown-item:focus {
  background: #303e48 !important;
  color: white !important;
}
.cid-t0EwN6sCPd .dropdown-item:hover span {
  color: white;
}
.cid-t0EwN6sCPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0EwN6sCPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0EwN6sCPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0EwN6sCPd .nav-link {
  position: relative;
}
.cid-t0EwN6sCPd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .container {
    flex-wrap: nowrap;
  }
}
.cid-t0EwN6sCPd .iconfont-wrapper {
  color: #303e48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown-menu,
.cid-t0EwN6sCPd .navbar.opened {
  background: #ffffff !important;
}
.cid-t0EwN6sCPd .nav-item:focus,
.cid-t0EwN6sCPd .nav-link:focus {
  outline: none;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0EwN6sCPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0EwN6sCPd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.opened {
  transition: all 0.3s;
}
.cid-t0EwN6sCPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0EwN6sCPd .navbar .navbar-logo img {
  width: auto;
}
.cid-t0EwN6sCPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar.collapsed {
  justify-content: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0EwN6sCPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0EwN6sCPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0EwN6sCPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0EwN6sCPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0EwN6sCPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0EwN6sCPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0EwN6sCPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0EwN6sCPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0EwN6sCPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0EwN6sCPd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t0EwN6sCPd .dropdown-item.active,
.cid-t0EwN6sCPd .dropdown-item:active {
  background-color: transparent;
}
.cid-t0EwN6sCPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0EwN6sCPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0EwN6sCPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0EwN6sCPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #303e48;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t0EwN6sCPd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t0EwN6sCPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0EwN6sCPd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0EwN6sCPd .navbar {
    height: 70px;
  }
  .cid-t0EwN6sCPd .navbar.opened {
    height: auto;
  }
  .cid-t0EwN6sCPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0EwN6sCPd .container,
.cid-t0EwN6sCPd .container-fluid {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
}
.cid-t0EwN6sCPd .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t0EwN6sCPd .contacts-menu .mbr-iconfont {
  color: #ff6205;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .contacts-menu {
    display: none;
  }
}
.cid-t0EwN6sCPd .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t0EwN6sCPd .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #303e48;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t0EwN6sCPd .icon-box:hover {
  transform: scale(1.1);
}
.cid-t0EwN6sCPd .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t0EwN6sCPd .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn-black {
  color: #303e48 !important;
}
@media (max-width: 577px) {
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .nav-link:hover {
  color: #303e48 !important;
}
.cid-t0EwN6sCPd .card-text {
  color: #303e48;
}
.cid-t0QD7eVNUz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0QD7eVNUz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-t0QD7eVNUz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0QD7eVNUz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0QD7eVNUz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0QD7eVNUz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0QD7eVNUz .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-t0QD7eVNUz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0QD7eVNUz .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #303e48;
}
.cid-t0QD7eVNUz .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0QD7eVNUz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0QD7eVNUz .soc-item a {
  color: #303e48;
}
.cid-t0QD7eVNUz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #303e48;
  border: 1px solid #303e48;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0QD7eVNUz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t0QD7eVNUz .mbr-tag,
.cid-t0QD7eVNUz .social-row {
  color: #303e48;
}
.cid-t0QD7eVNUz .copyright {
  color: #303e48;
}
.cid-t17A7X17yv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #30332c;
}
.cid-t17A7X17yv img {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-t17A7X17yv .carousel {
    min-height: 600px;
  }
  .cid-t17A7X17yv .carousel img {
    max-height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t17A7X17yv .carousel {
    min-height: 390px;
  }
  .cid-t17A7X17yv .carousel img {
    max-height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-t17A7X17yv .carousel {
    min-height: 330px;
  }
  .cid-t17A7X17yv .carousel img {
    max-height: 330px;
    object-fit: cover;
  }
  .cid-t17A7X17yv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t17A7X17yv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t17A7X17yv .carousel,
.cid-t17A7X17yv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t17A7X17yv .item-wrapper {
  width: 100%;
}
.cid-t17A7X17yv .carousel-caption {
  bottom: 40px;
}
.cid-t17A7X17yv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t17A7X17yv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t17A7X17yv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t17A7X17yv .container .carousel-indicators {
  margin-bottom: 2rem;
}
.cid-t17A7X17yv .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e6a23b;
  opacity: 1;
  top: 50%;
}
.cid-t17A7X17yv .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-t17A7X17yv .carousel-control:hover {
  background-color: #e6c63b;
}
.cid-t17A7X17yv .carousel-control-prev {
  left: 20px;
}
.cid-t17A7X17yv .carousel-control-next {
  right: 20px;
}
.cid-t17A7X17yv .carousel-indicators .active,
.cid-t17A7X17yv .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #1f1437;
  opacity: 1;
}
.cid-t17A7X17yv .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-t17A7X17yv .overlay-slide {
  z-index: 2;
}
.cid-t0EwN6sCPd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0EwN6sCPd nav.navbar {
  position: fixed;
}
.cid-t0EwN6sCPd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0EwN6sCPd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0EwN6sCPd .dropdown-item:hover,
.cid-t0EwN6sCPd .dropdown-item:focus {
  background: #303e48 !important;
  color: white !important;
}
.cid-t0EwN6sCPd .dropdown-item:hover span {
  color: white;
}
.cid-t0EwN6sCPd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0EwN6sCPd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0EwN6sCPd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0EwN6sCPd .nav-link {
  position: relative;
}
.cid-t0EwN6sCPd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .container {
    flex-wrap: nowrap;
  }
}
.cid-t0EwN6sCPd .iconfont-wrapper {
  color: #303e48 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown-menu,
.cid-t0EwN6sCPd .navbar.opened {
  background: #ffffff !important;
}
.cid-t0EwN6sCPd .nav-item:focus,
.cid-t0EwN6sCPd .nav-link:focus {
  outline: none;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0EwN6sCPd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0EwN6sCPd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0EwN6sCPd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0EwN6sCPd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.opened {
  transition: all 0.3s;
}
.cid-t0EwN6sCPd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0EwN6sCPd .navbar .navbar-logo img {
  width: auto;
}
.cid-t0EwN6sCPd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar.collapsed {
  justify-content: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0EwN6sCPd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0EwN6sCPd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0EwN6sCPd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0EwN6sCPd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0EwN6sCPd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0EwN6sCPd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0EwN6sCPd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0EwN6sCPd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0EwN6sCPd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0EwN6sCPd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0EwN6sCPd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0EwN6sCPd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0EwN6sCPd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0EwN6sCPd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0EwN6sCPd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-brand {
    padding-right: 40px;
  }
}
.cid-t0EwN6sCPd .dropdown-item.active,
.cid-t0EwN6sCPd .dropdown-item:active {
  background-color: transparent;
}
.cid-t0EwN6sCPd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0EwN6sCPd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0EwN6sCPd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0EwN6sCPd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0EwN6sCPd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0EwN6sCPd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #303e48;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0EwN6sCPd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0EwN6sCPd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0EwN6sCPd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-t0EwN6sCPd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-t0EwN6sCPd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0EwN6sCPd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0EwN6sCPd .navbar {
    height: 70px;
  }
  .cid-t0EwN6sCPd .navbar.opened {
    height: auto;
  }
  .cid-t0EwN6sCPd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0EwN6sCPd .container,
.cid-t0EwN6sCPd .container-fluid {
  flex-wrap: wrap;
}
.cid-t0EwN6sCPd .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
}
.cid-t0EwN6sCPd .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-t0EwN6sCPd .contacts-menu .mbr-iconfont {
  color: #ff6205;
}
@media (max-width: 991px) {
  .cid-t0EwN6sCPd .contacts-menu {
    display: none;
  }
}
.cid-t0EwN6sCPd .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-t0EwN6sCPd .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #303e48;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-t0EwN6sCPd .icon-box:hover {
  transform: scale(1.1);
}
.cid-t0EwN6sCPd .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-t0EwN6sCPd .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-t0EwN6sCPd .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn-black {
  color: #303e48 !important;
}
@media (max-width: 577px) {
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t0EwN6sCPd .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-t0EwN6sCPd .navbar-collapse .nav-link:hover {
  color: #303e48 !important;
}
.cid-t0EwN6sCPd .card-text {
  color: #303e48;
}
.cid-t17GZ4YULQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #30332c;
}
.cid-t17GZ4YULQ .content-wrapper {
  background: #e6a23b;
}
@media (max-width: 991px) {
  .cid-t17GZ4YULQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t17GZ4YULQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t17GZ4YULQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t17GZ4YULQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t17GZ4YULQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t17GZ4YULQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t17SSdjFdu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/luces-flash-v16-coche-2228889.webp");
}
.cid-t17SSdjFdu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t17SSdjFdu .row {
    flex-direction: column-reverse;
  }
  .cid-t17SSdjFdu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t17SSdjFdu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t17SSdjFdu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t17SSdjFdu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t17SSdjFdu .card-title {
  color: #e6a23b;
}
.cid-t17SSdjFdu .mbr-text,
.cid-t17SSdjFdu .mbr-section-btn {
  color: #ffffff;
}
.cid-t0QD7eVNUz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0QD7eVNUz .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-t0QD7eVNUz .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0QD7eVNUz .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0QD7eVNUz .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0QD7eVNUz .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0QD7eVNUz .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-t0QD7eVNUz .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0QD7eVNUz .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #303e48;
}
.cid-t0QD7eVNUz .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0QD7eVNUz .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0QD7eVNUz .soc-item a {
  color: #303e48;
}
.cid-t0QD7eVNUz .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #303e48;
  border: 1px solid #303e48;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0QD7eVNUz .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t0QD7eVNUz .mbr-tag,
.cid-t0QD7eVNUz .social-row {
  color: #303e48;
}
.cid-t0QD7eVNUz .copyright {
  color: #303e48;
}
