body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Anton', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #00a39c !important;
}
.bg-success {
  background-color: #c8a33e !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #00645a !important;
}
.bg-danger {
  background-color: #999999 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005653 !important;
  border-color: #005653 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005653 !important;
  border-color: #005653 !important;
}
.btn-primary:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4b4d !important;
  border-color: #4b4b4d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252526 !important;
  border-color: #252526 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252526 !important;
  border-color: #252526 !important;
}
.btn-secondary:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8a33e !important;
  border-color: #c8a33e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #907529 !important;
  border-color: #907529 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #907529 !important;
  border-color: #907529 !important;
}
.btn-success:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00645a !important;
  border-color: #00645a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #001815 !important;
  border-color: #001815 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #001815 !important;
  border-color: #001815 !important;
}
.btn-warning:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-danger:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00a39c;
  color: #00a39c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00a39c;
  border-color: #00a39c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a39c !important;
  border-color: #00a39c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4d;
  color: #4b4b4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4b4b4d;
  border-color: #4b4b4d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4b4d !important;
  border-color: #4b4b4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c8a33e;
  color: #c8a33e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c8a33e;
  border-color: #c8a33e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c8a33e !important;
  border-color: #c8a33e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #00645a;
  color: #00645a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #00645a;
  border-color: #00645a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00645a !important;
  border-color: #00645a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #00a39c !important;
}
.text-secondary {
  color: #4b4b4d !important;
}
.text-success {
  color: #c8a33e !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #00645a !important;
}
.text-danger {
  color: #999999 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0afff4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7d7d81 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #dfc98d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #00cab6 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #00645a;
}
.alert-danger {
  background-color: #999999;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00a39c;
  border-color: #00a39c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00a39c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #23fff6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4d2a1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00e3cd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #00a39c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00a39c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00a39c;
  border-bottom-color: #00a39c;
}
.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: #00a39c !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: #4b4b4d !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='%2300a39c' %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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZq2PVdUqR {
  background-image: url("../../../assets/images/335059206-231567232738537-7540028906323254854-n-2000x1333.jpg");
}
.cid-rZq2PVdUqR .link-align {
  width: 100%;
}
.cid-rZq2PVdUqR .link-wrap {
  display: inline-block;
}
.cid-rZq2PVdUqR .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #cba20e;
}
.cid-rZq2PVdUqR .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rZq2PVdUqR .wrap .mask {
  background: #00a19c;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rZq2PVdUqR .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rZq2PVdUqR .wrap .price {
  color: #c8a33e;
}
@media (min-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rZq2PVdUqR .mbr-text {
    text-align: right;
  }
}
.cid-rZq2PVdUqR .wrap .mask .wrap-text .mbr-section-title {
  color: #cba20e;
}
.cid-rZq2PVdUqR .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tKvaG46Dp9 {
  background-color: #00a19c;
}
.cid-tKvaG46Dp9 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #cba20e;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tKvaG46Dp9 .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-tKvaG46Dp9 .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-tKvaG46Dp9 .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-img {
  width: auto;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-tKvaG46Dp9 .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #cba20e;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #000000;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-tKvaG46Dp9 .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-toC0UFNMcD {
  background-image: url("../../../assets/images/dkoil-fondo-04-1920x1080.jpg");
}
.cid-toC0UFNMcD .btn {
  padding: 1.4rem 2.2rem;
}
.cid-toC0UFNMcD .btn span {
  order: -1;
  margin-left: 0;
  margin-right: 0.5rem;
}
.cid-toC0UFNMcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-toC0UFNMcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toC0UFNMcD .mbr-text,
.cid-toC0UFNMcD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-toC0UFNMcD .mbr-section-title {
  text-align: center;
  color: #00a19c;
}
.cid-tjkcKYxwln {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tjkcKYxwln .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tjkcKYxwln .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-tjkcKYxwln .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-tjkcKYxwln .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-tjkcKYxwln .card .card-wrapper .card-img {
  width: auto;
}
.cid-tjkcKYxwln .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-tjkcKYxwln .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #00a19c;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #000000;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-tjkcKYxwln .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rZq2VHSfxS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/petronas-syntium-cooltech-launch-e1426929476721.webp");
}
.cid-rZq2VHSfxS .row {
  flex-direction: row-reverse;
}
.cid-rZq2VHSfxS .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/dkoil-fotos-05-1080x720.jpg");
}
.cid-rZq2VHSfxS .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #cba20e;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #00a19c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list,
.cid-rZq2VHSfxS .social-media,
.cid-rZq2VHSfxS .mbr-section-btn {
  color: #ffffff;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-rZq2WrkS07 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-rZq2WrkS07 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZq2WrkS07 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZq2WrkS07 .map-placeholder {
  display: none;
}
.cid-rZq2WrkS07 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rZq2WrkS07 .card {
  padding: 3rem 8rem;
}
.cid-rZq2WrkS07 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2WrkS07 .card .mbr-text {
  color: #06182d;
}
.cid-rZq2WrkS07 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZq2WrkS07 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rZq2WrkS07 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rZq2WrkS07 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rZq2WrkS07 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rZq2WrkS07 .card .form-group {
  padding-right: 0;
}
.cid-rZq2WrkS07 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rZq2WrkS07 .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-rZq2WrkS07 .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-rZq2WrkS07 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rZq2WrkS07 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rZq2WrkS07 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rZq2WrkS07 * {
    text-align: center !important;
  }
  .cid-rZq2WrkS07 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rZq2WrkS07 .form-group {
    max-width: 180px;
  }
  .cid-rZq2WrkS07 .card {
    padding: 2rem 1rem;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tuyaNdfljS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyaNdfljS .nav-item,
.cid-tuyaNdfljS .nav-link,
.cid-tuyaNdfljS .navbar-caption {
  font-weight: normal;
}
.cid-tuyaNdfljS .nav-item:focus,
.cid-tuyaNdfljS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tuyaNdfljS .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tuyaNdfljS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyaNdfljS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyaNdfljS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyaNdfljS .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tuyaNdfljS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tuyaNdfljS .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tuyaNdfljS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tuyaNdfljS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuyaNdfljS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyaNdfljS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuyaNdfljS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuyaNdfljS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyaNdfljS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tuyaNdfljS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyaNdfljS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tuyaNdfljS .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tuyaNdfljS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyaNdfljS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyaNdfljS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuyaNdfljS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyaNdfljS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tuyaNdfljS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuyaNdfljS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyaNdfljS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tuyaNdfljS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tuyaNdfljS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyaNdfljS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tuyaNdfljS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tuyaNdfljS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuyaNdfljS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tuyaNdfljS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyaNdfljS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyaNdfljS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyaNdfljS .dropdown-item.active,
.cid-tuyaNdfljS .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyaNdfljS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyaNdfljS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyaNdfljS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tuyaNdfljS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyaNdfljS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuyaNdfljS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyaNdfljS .navbar-buttons {
  text-align: center;
}
.cid-tuyaNdfljS .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tuyaNdfljS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tuyaNdfljS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuyaNdfljS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuyaNdfljS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuyaNdfljS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuyaNdfljS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuyaNdfljS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuyaNdfljS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tuyaNdfljS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tuyaNdfljS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuyaNdfljS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tuyaNdfljS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tuyaNdfljS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tuyaNdfljS .soc-item {
  margin: .5rem .3rem;
}
.cid-tuyaNdfljS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuyaNdfljS .navbar {
    height: 77px;
  }
  .cid-tuyaNdfljS .navbar.opened {
    height: auto;
  }
  .cid-tuyaNdfljS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyaNfpEKc {
  background-image: url("../../../assets/images/-dsc1811-2000x1333.jpg");
}
.cid-tuyaNfpEKc .link-align {
  width: 100%;
}
.cid-tuyaNfpEKc .link-wrap {
  display: inline-block;
}
.cid-tuyaNfpEKc .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tuyaNfpEKc .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tuyaNfpEKc .wrap .mask {
  background: #00a19c;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tuyaNfpEKc .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tuyaNfpEKc .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tuyaNfpEKc .wrap .price {
  color: #c8a33e;
}
@media (min-width: 992px) {
  .cid-tuyaNfpEKc .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tuyaNfpEKc .mbr-text {
    text-align: right;
  }
}
.cid-tuyaNfpEKc .wrap .mask .wrap-text .mbr-section-title {
  color: #c8a33e;
}
.cid-tuyaNfpEKc .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tuyaNeQu9U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c8a33e;
}
.cid-tuyaNeQu9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyaNeQu9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tuyaNeQu9U .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tuyaNeQu9U .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-tuyaNeQu9U .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tuyaNeQu9U .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tuyaNeQu9U .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tuyaNeQu9U .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tuyaNeQu9U .mbr-section-title {
  color: #C4CFDE;
}
.cid-tuyaNeQu9U .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tuyaNeQu9U .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tuyaNeQu9U .card-row {
  align-items: stretch;
}
.cid-tuyaNeQu9U .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tuyaNeQu9U .item {
    margin-top: 50px;
  }
}
.cid-tuyaNeQu9U .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tuyaNeQu9U .item-wrapper:hover .card-bg {
  opacity: 0.9;
}
.cid-tuyaNeQu9U .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-tuyaNeQu9U .item-wrapper:hover .card-title {
  color: #00a19c !important;
}
.cid-tuyaNeQu9U .item-wrapper:hover .card-text {
  color: #00a19c !important;
}
.cid-tuyaNeQu9U .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-tuyaNeQu9U .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-tuyaNeQu9U .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuyaNeQu9U .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-tuyaNeQu9U .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-tuyaNeQu9U .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tuyaNeQu9U .mbr-section-btn {
    width: auto;
  }
  .cid-tuyaNeQu9U .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tuyaNeQu9U .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tuyaNeQu9U .card-box {
    padding: 20px 10px 0;
  }
}
.cid-tuyaNeQu9U .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-tuyaNeQu9U .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-tuybAq0kwV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tuybAq0kwV .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/dkoil-fotos-04-1080x360.jpg");
}
.cid-tuybAq0kwV .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tuybAq0kwV .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tuybAq0kwV .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c8a33e;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tuybAq0kwV .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tuybAq0kwV .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tuybAq0kwV .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-tuybAq0kwV .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tuybAq0kwV .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tuybAq0kwV .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tuybAq0kwV .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #feb901;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tuybAq0kwV .card .wrapper .link-wrap {
  width: 100%;
}
.cid-tuybAq0kwV .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-tuybAq0kwV .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tuybAq0kwV .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tuybAq0kwV .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tuyaNhHsuc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tuyaNhHsuc .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tuyaNhHsuc .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tuyaNhHsuc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tuyaNhHsuc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuyaNhHsuc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuyaNhHsuc .map-placeholder {
  display: none;
}
.cid-tuyaNhHsuc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tuyaNhHsuc .card {
  padding: 3rem 8rem;
}
.cid-tuyaNhHsuc .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tuyaNhHsuc .card .mbr-text {
  color: #06182d;
}
.cid-tuyaNhHsuc .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tuyaNhHsuc .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tuyaNhHsuc .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tuyaNhHsuc .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tuyaNhHsuc .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tuyaNhHsuc .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tuyaNhHsuc .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tuyaNhHsuc .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tuyaNhHsuc .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tuyaNhHsuc .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tuyaNhHsuc .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyaNhHsuc .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tuyaNhHsuc .card .form-group {
  padding-right: 0;
}
.cid-tuyaNhHsuc .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tuyaNhHsuc .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-tuyaNhHsuc .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-tuyaNhHsuc .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tuyaNhHsuc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tuyaNhHsuc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tuyaNhHsuc * {
    text-align: center !important;
  }
  .cid-tuyaNhHsuc .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tuyaNhHsuc .form-group {
    max-width: 180px;
  }
  .cid-tuyaNhHsuc .card {
    padding: 2rem 1rem;
  }
}
.cid-tuyaNiBiTC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tuyaNiBiTC .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tuyaNiBiTC .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tuyaNiBiTC .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tuyaNiBiTC .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tuyaNiBiTC .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tuyaNiBiTC .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tvdfFl8rdV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvdfFl8rdV .nav-item,
.cid-tvdfFl8rdV .nav-link,
.cid-tvdfFl8rdV .navbar-caption {
  font-weight: normal;
}
.cid-tvdfFl8rdV .nav-item:focus,
.cid-tvdfFl8rdV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tvdfFl8rdV .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvdfFl8rdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvdfFl8rdV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvdfFl8rdV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvdfFl8rdV .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tvdfFl8rdV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tvdfFl8rdV .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tvdfFl8rdV .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tvdfFl8rdV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvdfFl8rdV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvdfFl8rdV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tvdfFl8rdV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tvdfFl8rdV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvdfFl8rdV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tvdfFl8rdV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvdfFl8rdV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tvdfFl8rdV .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tvdfFl8rdV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvdfFl8rdV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvdfFl8rdV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tvdfFl8rdV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvdfFl8rdV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tvdfFl8rdV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tvdfFl8rdV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvdfFl8rdV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tvdfFl8rdV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tvdfFl8rdV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvdfFl8rdV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tvdfFl8rdV .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tvdfFl8rdV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tvdfFl8rdV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tvdfFl8rdV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvdfFl8rdV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvdfFl8rdV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvdfFl8rdV .dropdown-item.active,
.cid-tvdfFl8rdV .dropdown-item:active {
  background-color: transparent;
}
.cid-tvdfFl8rdV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvdfFl8rdV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvdfFl8rdV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tvdfFl8rdV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvdfFl8rdV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvdfFl8rdV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvdfFl8rdV .navbar-buttons {
  text-align: center;
}
.cid-tvdfFl8rdV .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tvdfFl8rdV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tvdfFl8rdV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvdfFl8rdV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvdfFl8rdV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvdfFl8rdV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvdfFl8rdV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvdfFl8rdV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvdfFl8rdV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvdfFl8rdV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvdfFl8rdV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvdfFl8rdV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tvdfFl8rdV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tvdfFl8rdV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tvdfFl8rdV .soc-item {
  margin: .5rem .3rem;
}
.cid-tvdfFl8rdV .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvdfFl8rdV .navbar {
    height: 77px;
  }
  .cid-tvdfFl8rdV .navbar.opened {
    height: auto;
  }
  .cid-tvdfFl8rdV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvdfFmv9Dm {
  background-image: url("../../../assets/images/dkoil-fondo-02-1920x1080.jpg");
}
.cid-tvdfFmv9Dm .link-align {
  width: 100%;
}
.cid-tvdfFmv9Dm .link-wrap {
  display: inline-block;
}
.cid-tvdfFmv9Dm .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tvdfFmv9Dm .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tvdfFmv9Dm .wrap .mask {
  background: #00a19c;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tvdfFmv9Dm .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tvdfFmv9Dm .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tvdfFmv9Dm .wrap .price {
  color: #c8a33e;
}
@media (min-width: 992px) {
  .cid-tvdfFmv9Dm .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tvdfFmv9Dm .mbr-text {
    text-align: right;
  }
}
.cid-tvdfFmv9Dm .wrap .mask .wrap-text .mbr-section-title {
  color: #c8a33e;
}
.cid-tvdfFmv9Dm .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tvdfFoGO8u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00645a;
}
.cid-tvdfFoGO8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdfFoGO8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tvdfFoGO8u .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tvdfFoGO8u .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-tvdfFoGO8u .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tvdfFoGO8u .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tvdfFoGO8u .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tvdfFoGO8u .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tvdfFoGO8u .mbr-section-title {
  color: #C4CFDE;
}
.cid-tvdfFoGO8u .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tvdfFoGO8u .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tvdfFoGO8u .card-row {
  align-items: stretch;
}
.cid-tvdfFoGO8u .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tvdfFoGO8u .item {
    margin-top: 50px;
  }
}
.cid-tvdfFoGO8u .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tvdfFoGO8u .item-wrapper:hover .card-bg {
  opacity: 0.9;
}
.cid-tvdfFoGO8u .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-tvdfFoGO8u .item-wrapper:hover .card-title {
  color: #00a19c !important;
}
.cid-tvdfFoGO8u .item-wrapper:hover .card-text {
  color: #00a19c !important;
}
.cid-tvdfFoGO8u .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-tvdfFoGO8u .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-tvdfFoGO8u .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvdfFoGO8u .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-tvdfFoGO8u .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-tvdfFoGO8u .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tvdfFoGO8u .mbr-section-btn {
    width: auto;
  }
  .cid-tvdfFoGO8u .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tvdfFoGO8u .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tvdfFoGO8u .card-box {
    padding: 20px 10px 0;
  }
}
.cid-tvdfFoGO8u .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-tvdfFoGO8u .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-tvdfFqpDep {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tvdfFqpDep .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/dkoil-fotos-06-720x720.jpg");
}
.cid-tvdfFqpDep .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tvdfFqpDep .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tvdfFqpDep .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00645a;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvdfFqpDep .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tvdfFqpDep .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvdfFqpDep .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-tvdfFqpDep .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tvdfFqpDep .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tvdfFqpDep .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tvdfFqpDep .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #00a19c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tvdfFqpDep .card .wrapper .link-wrap {
  width: 100%;
}
.cid-tvdfFqpDep .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-tvdfFqpDep .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tvdfFqpDep .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tvdfFqpDep .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tvdfFrQN91 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tvdfFrQN91 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tvdfFrQN91 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tvdfFrQN91 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tvdfFrQN91 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tvdfFrQN91 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tvdfFrQN91 .map-placeholder {
  display: none;
}
.cid-tvdfFrQN91 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tvdfFrQN91 .card {
  padding: 3rem 8rem;
}
.cid-tvdfFrQN91 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvdfFrQN91 .card .mbr-text {
  color: #06182d;
}
.cid-tvdfFrQN91 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tvdfFrQN91 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvdfFrQN91 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tvdfFrQN91 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tvdfFrQN91 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tvdfFrQN91 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tvdfFrQN91 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tvdfFrQN91 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tvdfFrQN91 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tvdfFrQN91 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tvdfFrQN91 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvdfFrQN91 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tvdfFrQN91 .card .form-group {
  padding-right: 0;
}
.cid-tvdfFrQN91 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tvdfFrQN91 .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-tvdfFrQN91 .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-tvdfFrQN91 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tvdfFrQN91 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tvdfFrQN91 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tvdfFrQN91 * {
    text-align: center !important;
  }
  .cid-tvdfFrQN91 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tvdfFrQN91 .form-group {
    max-width: 180px;
  }
  .cid-tvdfFrQN91 .card {
    padding: 2rem 1rem;
  }
}
.cid-tvdfFuwYHz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tvdfFuwYHz .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tvdfFuwYHz .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tvdfFuwYHz .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tvdfFuwYHz .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tvdfFuwYHz .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tvdfFuwYHz .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tLf1Hz8pxe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLf1Hz8pxe .nav-item,
.cid-tLf1Hz8pxe .nav-link,
.cid-tLf1Hz8pxe .navbar-caption {
  font-weight: normal;
}
.cid-tLf1Hz8pxe .nav-item:focus,
.cid-tLf1Hz8pxe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLf1Hz8pxe .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLf1Hz8pxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLf1Hz8pxe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLf1Hz8pxe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLf1Hz8pxe .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tLf1Hz8pxe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tLf1Hz8pxe .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tLf1Hz8pxe .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tLf1Hz8pxe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLf1Hz8pxe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLf1Hz8pxe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLf1Hz8pxe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLf1Hz8pxe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLf1Hz8pxe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLf1Hz8pxe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLf1Hz8pxe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tLf1Hz8pxe .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLf1Hz8pxe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLf1Hz8pxe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLf1Hz8pxe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLf1Hz8pxe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLf1Hz8pxe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLf1Hz8pxe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLf1Hz8pxe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLf1Hz8pxe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tLf1Hz8pxe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLf1Hz8pxe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLf1Hz8pxe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLf1Hz8pxe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tLf1Hz8pxe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLf1Hz8pxe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLf1Hz8pxe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLf1Hz8pxe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLf1Hz8pxe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLf1Hz8pxe .dropdown-item.active,
.cid-tLf1Hz8pxe .dropdown-item:active {
  background-color: transparent;
}
.cid-tLf1Hz8pxe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLf1Hz8pxe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLf1Hz8pxe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLf1Hz8pxe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLf1Hz8pxe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLf1Hz8pxe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLf1Hz8pxe .navbar-buttons {
  text-align: center;
}
.cid-tLf1Hz8pxe .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tLf1Hz8pxe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLf1Hz8pxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLf1Hz8pxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLf1Hz8pxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLf1Hz8pxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLf1Hz8pxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLf1Hz8pxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLf1Hz8pxe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLf1Hz8pxe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLf1Hz8pxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLf1Hz8pxe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLf1Hz8pxe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tLf1Hz8pxe .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLf1Hz8pxe .soc-item {
  margin: .5rem .3rem;
}
.cid-tLf1Hz8pxe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLf1Hz8pxe .navbar {
    height: 77px;
  }
  .cid-tLf1Hz8pxe .navbar.opened {
    height: auto;
  }
  .cid-tLf1Hz8pxe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLf2EBO6ac {
  background-image: url("../../../assets/images/dkoil-fondo-06-1920x1080.jpg");
}
.cid-tLf2EBO6ac .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tLf2EBO6ac .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-tLf2EBO6ac .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-tLf2EBO6ac .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tLf2EBO6ac .mbr-text {
  color: #ffffff;
}
.cid-tLf2EBO6ac .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #00a19c;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #cba20e;
  border-color: #cba20e;
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #00a19c;
}
@media (max-width: 992px) {
  .cid-tLf2EBO6ac .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tLf2EBO6ac .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #00a19c;
}
@media (max-width: 992px) {
  .cid-tLf2EBO6ac .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tLf2EBO6ac .buttons-wrap {
  text-align: center;
}
.cid-tLf2EBO6ac .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tLf2EBO6ac .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-tLf2EBO6ac .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-tLf2EBO6ac .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-tLf2EBO6ac .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-tLf2EBO6ac .mbr-text,
.cid-tLf2EBO6ac .col {
  color: #cba20e;
}
.cid-tLl4ISxPRS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cba20e;
}
.cid-tLl4ISxPRS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLf1HC76VD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tLf1HC76VD .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tLf1HC76VD .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tLf1HC76VD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLf1HC76VD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLf1HC76VD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLf1HC76VD .map-placeholder {
  display: none;
}
.cid-tLf1HC76VD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tLf1HC76VD .card {
  padding: 3rem 8rem;
}
.cid-tLf1HC76VD .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLf1HC76VD .card .mbr-text {
  color: #06182d;
}
.cid-tLf1HC76VD .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tLf1HC76VD .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLf1HC76VD .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tLf1HC76VD .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tLf1HC76VD .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tLf1HC76VD .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tLf1HC76VD .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tLf1HC76VD .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tLf1HC76VD .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tLf1HC76VD .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tLf1HC76VD .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLf1HC76VD .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tLf1HC76VD .card .form-group {
  padding-right: 0;
}
.cid-tLf1HC76VD .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tLf1HC76VD .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-tLf1HC76VD .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-tLf1HC76VD .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tLf1HC76VD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLf1HC76VD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tLf1HC76VD * {
    text-align: center !important;
  }
  .cid-tLf1HC76VD .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tLf1HC76VD .form-group {
    max-width: 180px;
  }
  .cid-tLf1HC76VD .card {
    padding: 2rem 1rem;
  }
}
.cid-tLf1HD2bnf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tLf1HD2bnf .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tLf1HD2bnf .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tLf1HD2bnf .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLf1HD2bnf .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tLf1HD2bnf .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLf1HD2bnf .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tLl489zrUe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLl489zrUe .nav-item,
.cid-tLl489zrUe .nav-link,
.cid-tLl489zrUe .navbar-caption {
  font-weight: normal;
}
.cid-tLl489zrUe .nav-item:focus,
.cid-tLl489zrUe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLl489zrUe .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLl489zrUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLl489zrUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLl489zrUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLl489zrUe .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tLl489zrUe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tLl489zrUe .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tLl489zrUe .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tLl489zrUe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLl489zrUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLl489zrUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLl489zrUe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLl489zrUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLl489zrUe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLl489zrUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLl489zrUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tLl489zrUe .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLl489zrUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLl489zrUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLl489zrUe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLl489zrUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLl489zrUe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLl489zrUe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLl489zrUe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLl489zrUe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tLl489zrUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLl489zrUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLl489zrUe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLl489zrUe .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tLl489zrUe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLl489zrUe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLl489zrUe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLl489zrUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLl489zrUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLl489zrUe .dropdown-item.active,
.cid-tLl489zrUe .dropdown-item:active {
  background-color: transparent;
}
.cid-tLl489zrUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLl489zrUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLl489zrUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLl489zrUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLl489zrUe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLl489zrUe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLl489zrUe .navbar-buttons {
  text-align: center;
}
.cid-tLl489zrUe .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tLl489zrUe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLl489zrUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLl489zrUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLl489zrUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLl489zrUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLl489zrUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLl489zrUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLl489zrUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLl489zrUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLl489zrUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLl489zrUe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLl489zrUe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tLl489zrUe .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLl489zrUe .soc-item {
  margin: .5rem .3rem;
}
.cid-tLl489zrUe .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLl489zrUe .navbar {
    height: 77px;
  }
  .cid-tLl489zrUe .navbar.opened {
    height: auto;
  }
  .cid-tLl489zrUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLl48ahjuT {
  background-image: url("../../../assets/images/dkoil-fondo-07-1920x1080.jpg");
}
.cid-tLl48ahjuT .link-align {
  width: 100%;
}
.cid-tLl48ahjuT .link-wrap {
  display: inline-block;
}
.cid-tLl48ahjuT .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tLl48ahjuT .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tLl48ahjuT .wrap .mask {
  background: #00a19c;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tLl48ahjuT .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tLl48ahjuT .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tLl48ahjuT .wrap .price {
  color: #c8a33e;
}
@media (min-width: 992px) {
  .cid-tLl48ahjuT .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tLl48ahjuT .mbr-text {
    text-align: right;
  }
}
.cid-tLl48ahjuT .wrap .mask .wrap-text .mbr-section-title {
  color: #ff4d39;
}
.cid-tLl48ahjuT .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tLl48ahjuT H2 {
  color: #ff4d39;
}
.cid-tLU6grqf1K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLU6grqf1K .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-tLU6grqf1K .mbr-section-title {
  text-align: center;
  color: #00a39c;
}
.cid-tLU6grqf1K .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-tLU6grqf1K .card .card-wrapper .card-img {
  position: relative;
}
.cid-tLU6grqf1K .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #333333;
  z-index: 100;
  position: absolute;
}
.cid-tLU6grqf1K .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-tLU6grqf1K .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box {
  padding: 1.5rem;
  background-color: #181818;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-tLU6grqf1K .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #999999;
  margin-left: 0.5rem;
}
.cid-tLl48aMLo1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff4d39;
}
.cid-tLl48aMLo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLl48aMLo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tLl48aMLo1 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tLl48aMLo1 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-tLl48aMLo1 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tLl48aMLo1 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tLl48aMLo1 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tLl48aMLo1 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tLl48aMLo1 .mbr-section-title {
  color: #C4CFDE;
}
.cid-tLl48aMLo1 .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tLl48aMLo1 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tLl48aMLo1 .card-row {
  align-items: stretch;
}
.cid-tLl48aMLo1 .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tLl48aMLo1 .item {
    margin-top: 50px;
  }
}
.cid-tLl48aMLo1 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tLl48aMLo1 .item-wrapper:hover .card-bg {
  opacity: 0.9;
}
.cid-tLl48aMLo1 .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-tLl48aMLo1 .item-wrapper:hover .card-title {
  color: #00a19c !important;
}
.cid-tLl48aMLo1 .item-wrapper:hover .card-text {
  color: #00a19c !important;
}
.cid-tLl48aMLo1 .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-tLl48aMLo1 .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-tLl48aMLo1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLl48aMLo1 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-tLl48aMLo1 .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-tLl48aMLo1 .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tLl48aMLo1 .mbr-section-btn {
    width: auto;
  }
  .cid-tLl48aMLo1 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tLl48aMLo1 .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLl48aMLo1 .card-box {
    padding: 20px 10px 0;
  }
}
.cid-tLl48aMLo1 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-tLl48aMLo1 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-tLl48brAd1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLl48brAd1 .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/petronas-sprinta-leisure-1x1-low-1162x520.png");
}
.cid-tLl48brAd1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tLl48brAd1 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tLl48brAd1 .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff4d39;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLl48brAd1 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tLl48brAd1 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tLl48brAd1 .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-tLl48brAd1 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tLl48brAd1 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tLl48brAd1 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tLl48brAd1 .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #feb901;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tLl48brAd1 .card .wrapper .link-wrap {
  width: 100%;
}
.cid-tLl48brAd1 .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-tLl48brAd1 .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tLl48brAd1 .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tLl48brAd1 .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tLl48c4hVj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tLl48c4hVj .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tLl48c4hVj .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tLl48c4hVj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLl48c4hVj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLl48c4hVj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLl48c4hVj .map-placeholder {
  display: none;
}
.cid-tLl48c4hVj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tLl48c4hVj .card {
  padding: 3rem 8rem;
}
.cid-tLl48c4hVj .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLl48c4hVj .card .mbr-text {
  color: #06182d;
}
.cid-tLl48c4hVj .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tLl48c4hVj .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLl48c4hVj .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tLl48c4hVj .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tLl48c4hVj .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tLl48c4hVj .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tLl48c4hVj .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tLl48c4hVj .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tLl48c4hVj .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tLl48c4hVj .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tLl48c4hVj .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLl48c4hVj .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tLl48c4hVj .card .form-group {
  padding-right: 0;
}
.cid-tLl48c4hVj .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tLl48c4hVj .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-tLl48c4hVj .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-tLl48c4hVj .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tLl48c4hVj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLl48c4hVj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tLl48c4hVj * {
    text-align: center !important;
  }
  .cid-tLl48c4hVj .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tLl48c4hVj .form-group {
    max-width: 180px;
  }
  .cid-tLl48c4hVj .card {
    padding: 2rem 1rem;
  }
}
.cid-tLl48d8nJM {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tLl48d8nJM .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tLl48d8nJM .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tLl48d8nJM .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tLl48d8nJM .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tLl48d8nJM .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tLl48d8nJM .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tLl48d8nJM .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tLl48d8nJM .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLl48d8nJM .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tLl48d8nJM .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLl48d8nJM .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tLl3UhZ9nM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLl3UhZ9nM .nav-item,
.cid-tLl3UhZ9nM .nav-link,
.cid-tLl3UhZ9nM .navbar-caption {
  font-weight: normal;
}
.cid-tLl3UhZ9nM .nav-item:focus,
.cid-tLl3UhZ9nM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLl3UhZ9nM .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLl3UhZ9nM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLl3UhZ9nM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLl3UhZ9nM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLl3UhZ9nM .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tLl3UhZ9nM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tLl3UhZ9nM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tLl3UhZ9nM .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tLl3UhZ9nM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLl3UhZ9nM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLl3UhZ9nM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLl3UhZ9nM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLl3UhZ9nM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLl3UhZ9nM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLl3UhZ9nM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLl3UhZ9nM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tLl3UhZ9nM .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLl3UhZ9nM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLl3UhZ9nM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLl3UhZ9nM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLl3UhZ9nM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLl3UhZ9nM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLl3UhZ9nM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLl3UhZ9nM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLl3UhZ9nM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tLl3UhZ9nM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLl3UhZ9nM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLl3UhZ9nM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLl3UhZ9nM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tLl3UhZ9nM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLl3UhZ9nM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLl3UhZ9nM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLl3UhZ9nM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLl3UhZ9nM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLl3UhZ9nM .dropdown-item.active,
.cid-tLl3UhZ9nM .dropdown-item:active {
  background-color: transparent;
}
.cid-tLl3UhZ9nM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLl3UhZ9nM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLl3UhZ9nM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLl3UhZ9nM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLl3UhZ9nM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLl3UhZ9nM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLl3UhZ9nM .navbar-buttons {
  text-align: center;
}
.cid-tLl3UhZ9nM .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tLl3UhZ9nM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLl3UhZ9nM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLl3UhZ9nM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLl3UhZ9nM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLl3UhZ9nM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLl3UhZ9nM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLl3UhZ9nM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLl3UhZ9nM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLl3UhZ9nM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLl3UhZ9nM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLl3UhZ9nM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLl3UhZ9nM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tLl3UhZ9nM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLl3UhZ9nM .soc-item {
  margin: .5rem .3rem;
}
.cid-tLl3UhZ9nM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLl3UhZ9nM .navbar {
    height: 77px;
  }
  .cid-tLl3UhZ9nM .navbar.opened {
    height: auto;
  }
  .cid-tLl3UhZ9nM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLl3UiE5q3 {
  background-image: url("../../../assets/images/dkoil-fondo-09-1920x1080.jpg");
}
.cid-tLl3UiE5q3 .link-align {
  width: 100%;
}
.cid-tLl3UiE5q3 .link-wrap {
  display: inline-block;
}
.cid-tLl3UiE5q3 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tLl3UiE5q3 .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tLl3UiE5q3 .wrap .mask {
  background: #00a19c;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tLl3UiE5q3 .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tLl3UiE5q3 .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tLl3UiE5q3 .wrap .price {
  color: #c8a33e;
}
@media (min-width: 992px) {
  .cid-tLl3UiE5q3 .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tLl3UiE5q3 .mbr-text {
    text-align: right;
  }
}
.cid-tLl3UiE5q3 .wrap .mask .wrap-text .mbr-section-title {
  color: #c8a33e;
}
.cid-tLl3UiE5q3 .wrap .mask .wrap-text .price {
  color: #ffffff;
}
.cid-tLl3Uk2iAV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLl3Uk2iAV .row {
  flex-direction: row-reverse;
}
.cid-tLl3Uk2iAV .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/dkoil-fondo-08-1920x1080.jpeg");
}
.cid-tLl3Uk2iAV .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c8a33e;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tLl3Uk2iAV .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #00a19c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-tLl3Uk2iAV .card .wrapper .link-wrap {
  width: 100%;
}
.cid-tLl3Uk2iAV .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-tLl3Uk2iAV .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tLl3Uk2iAV .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tLl3Uk2iAV .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tLl3UkNfff {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tLl3UkNfff .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tLl3UkNfff .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tLl3UkNfff .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLl3UkNfff .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLl3UkNfff .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLl3UkNfff .map-placeholder {
  display: none;
}
.cid-tLl3UkNfff .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tLl3UkNfff .card {
  padding: 3rem 8rem;
}
.cid-tLl3UkNfff .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #00a19c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLl3UkNfff .card .mbr-text {
  color: #06182d;
}
.cid-tLl3UkNfff .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tLl3UkNfff .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLl3UkNfff .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tLl3UkNfff .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tLl3UkNfff .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tLl3UkNfff .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tLl3UkNfff .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tLl3UkNfff .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tLl3UkNfff .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tLl3UkNfff .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tLl3UkNfff .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLl3UkNfff .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tLl3UkNfff .card .form-group {
  padding-right: 0;
}
.cid-tLl3UkNfff .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tLl3UkNfff .card .btn-primary {
  border: 1px solid #00a39c !important;
}
.cid-tLl3UkNfff .card .btn-primary:hover {
  border: 1px solid #00a39c !important;
}
@media (max-width: 1200px) {
  .cid-tLl3UkNfff .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tLl3UkNfff .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLl3UkNfff h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tLl3UkNfff * {
    text-align: center !important;
  }
  .cid-tLl3UkNfff .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tLl3UkNfff .form-group {
    max-width: 180px;
  }
  .cid-tLl3UkNfff .card {
    padding: 2rem 1rem;
  }
}
.cid-tLl3UlIiPt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #181818;
}
.cid-tLl3UlIiPt .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tLl3UlIiPt .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tLl3UlIiPt .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLl3UlIiPt .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tLl3UlIiPt .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tLl3UlIiPt .text-wrap .icons-wrap::after {
    display: none;
  }
}
