/* Components */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"');
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  text-align: justify;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h1, h2 {
  font-weight: 700;
}

label {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #1C8BD5 !important;
}

.text-primary-darker {
  color: #0C4468 !important;
}

.page-link {
  border: none;
}

.card-shadow {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.13);
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00050C;
  opacity: 0.6;
  top: 0;
}

.header-overlay-home {
  position: absolute;
  width: 100%;
  height: 70vh;
  background-color: #00050C;
  opacity: 0.6;
  top: 0;
}

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

  .container-custom {
    width: calc(1200px / 2 - 4rem);
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .container-custom {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    width: calc(1200px / 2 - 4rem);
  }
}
.resize-none {
  resize: none;
}

input {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #1C8BD5 !important;
  border-bottom-left-radius: 0px !important;
  padding-left: 0px !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.input-group-text {
  background-color: #FFFFFF;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #1C8BD5 !important;
  border-bottom-right-radius: 0px !important;
  border: transparent;
}
.input-group-text i {
  color: #1C85D5;
}

textarea {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #1C8BD5 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-left: 0px !important;
}

.heading-line-left {
  position: relative;
  z-index: 1;
  padding-bottom: 9px;
  width: fit-content;
}

.heading-line-left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40%;
  border-bottom: 1px solid #1C8BD5;
}

.heading-line-center {
  position: relative;
  z-index: 1;
  padding-bottom: 9px;
  width: fit-content;
}

.heading-line-center:after {
  content: "";
  position: absolute;
  left: calc(50% - 20%);
  bottom: 0;
  height: 1px;
  width: 40%;
  border-bottom: 1px solid #1C8BD5;
}

.heading-line-center-100 {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}

.heading-line-center-100:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #1C8BD5;
}

.heading-line-right {
  position: relative;
  z-index: 1;
  padding-bottom: 9px;
  width: fit-content;
}

.heading-line-right:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 40%;
  border-bottom: 1px solid #1C8BD5;
}

.comments .comment-frame {
  height: 200px;
}
.comments .comment-image {
  width: 100%;
}

.banner-vehicle-detail h2 {
  font-size: 38px;
}
@media screen and (max-width: 1023px) {
  .banner-vehicle-detail h2 {
    font-size: 28px !important;
  }
  .banner-vehicle-detail h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  .comments .comment-frame {
    height: auto;
  }
  .comments .comment-image {
    width: 25%;
  }

  .font-md-48 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 425px) {
  .comments .comment-image {
    width: 50%;
  }

  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
  .header-overlay-home {
    height: 50vh;
  }
}
.btn {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #1C8BD5;
  border-color: #1C8BD5;
}

.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
    border: none;
    margin: 0 15px;
  }

  .tab-content {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.13);
  }

  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }

  .nav-tabs .nav-item {
    width: 300px !important;
    text-align: center;
  }

  .nav-tabs .nav-link {
    white-space: nowrap;
    padding: 1rem 2rem;
  }
  .nav-tabs .nav-link div {
    background-color: #EEEEEE;
    color: #0C4468;
    padding: 0.5rem 2rem;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-tabs .nav-link div p {
    white-space: normal;
  }

  .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }

  .nav-tabs .nav-link.active {
    padding: 1rem 2rem;
    border: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.13);
    position: relative;
  }
  .nav-tabs .nav-link.active div {
    background-color: #1C8BD5;
    color: #FFFFFF;
    padding: 0.5rem 2rem;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-tabs .nav-link.active div p {
    white-space: normal;
  }
  .nav-tabs .nav-link.active :before {
    content: "";
    height: 100%;
    width: 10px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10px;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
#pills-tab-vehicle .nav-item {
  padding-right: 2rem;
}
#pills-tab-vehicle .nav-item .nav-link {
  background-color: #EEEEEE;
  color: #0C4468;
  padding: 0.75rem 2rem;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
#pills-tab-vehicle .nav-item .nav-link.active {
  background-color: #1C8BD5 !important;
  color: #FFFFFF !important;
}

#pills-tabContent.tab-content > .tab-pane {
  display: none !important;
}

#pills-tabContent.tab-content > .active {
  display: block !important;
}

#sidePanelFilters {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.13);
  height: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
#sidePanelFilters.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 2rem;
}
#sidePanelFilters.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
#sidePanelFilters .form-control {
  font-size: 14px !important;
}

@media screen and (max-width: 991px) {
  #sidePanelFilters {
    padding: 0;
    margin-top: 0;
  }
}
#navMenu {
  display: inline-flex;
  align-items: center;
}
#navMenu.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 120px;
  padding-bottom: 2rem;
  display: block;
}
#navMenu.sidepanel p {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 18px;
  font-weight: bold;
  color: #1C8BD5;
}
#navMenu.sidepanel .closebtn {
  position: absolute;
  top: 50px;
  right: 28px;
  font-size: 60px;
}

@media screen and (max-width: 992px) {
  #navMenu {
    padding: 0;
    margin-top: 0;
  }
}
/* Sections */
#header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-x: hidden;
}
#header .container {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .icons img {
  width: 20px;
  height: 16px;
  margin-right: 0.5rem;
}
#header .social-networks {
  justify-content: flex-end;
}
#header .social-networks img {
  height: 16px;
}
#header .social-networks .facebook {
  width: 7px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#header .social-networks .not-facebook {
  width: 16px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#header p {
  color: #FFFFFF;
}
#header .navigation a {
  font-size: 14px;
}
#header .navigation .active-link {
  position: relative;
  z-index: 1;
}
#header .navigation .active-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 60%;
  border-bottom: 1px solid #1297fe;
}
#header .navigation p {
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#header .navigation p:hover {
  position: relative;
  z-index: 1;
}
#header .navigation p:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 60%;
  border-bottom: 1px solid #1297fe;
}
#header a:hover {
  text-decoration: none;
}
#header #menuToggle {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#header #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#header #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#header #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#header #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#header #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#header #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#header #menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#header #menu {
  position: fixed;
  width: 350px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-right: 100px !important;
  padding-top: 125px;
  right: -50px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#header #menu li {
  padding: 10px 0;
  font-size: 16px;
}
#header #menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
  visibility: visible;
}
#header #menuToggle input:not(checked) ~ ul {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #header #menu {
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

.header-height {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .header-height {
    height: auto;
  }
}
.header-border {
  border-bottom: 1px solid #FFFFFF;
}

.background-footer {
  display: block;
  background: no-repeat url(../../images/footer/footer.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  padding-left: 0px;
}

.footer-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #031521;
  opacity: 0.93;
  top: 0;
}

.footer-input {
  opacity: 0.87;
  padding-left: 15px !important;
}
.footer-input ::placeholder {
  font-size: 14px;
}
.footer-input .input-group-text {
  background-color: #FFFFFF;
}

.footer-input-span {
  color: #1C8BD5 !important;
}

.footer-text-opacity {
  opacity: 0.37;
}

.footer-border-right {
  border-right: 1px solid #7070704a;
}

.footer-images-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, calc(33.33% - 8px));
  grid-template-rows: repeat(2, calc(50% - 8px));
}
.footer-images-grid img {
  width: 100%;
}

.index-header {
  display: block;
  background-blend-mode: multiply;
  background-size: cover !important;
  height: 70vh;
}

.index-title {
  padding: 25% 1rem 10rem;
  position: relative;
}

.index-title-position {
  width: 55%;
  margin-left: auto;
}

.overlay {
  position: relative;
}

.static-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #0C4468;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
}

.who-we-are {
  background-color: #EEEEEE;
}

.top-rated-static-bottom {
  position: inherit;
  background-color: #0C4468;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.background-maintenance {
  display: block;
  background-size: 100%;
  background: no-repeat url(../../images/index/maintenance.jpg);
  background-blend-mode: multiply;
  background-size: cover;
}

.background-book-a-trial {
  display: block;
  background-size: 100%;
  background: no-repeat url(../../images/book-a-trial-bg.jpg);
  background-blend-mode: multiply;
  background-size: cover;
}

.maintenance-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #010B19;
  opacity: 0.94;
  top: 0;
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .index-title {
    padding: 35% 1rem 10rem;
  }

  .index-title-position {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-title {
    padding: 40% 1rem 10rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1024px) {
  .index-header {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .index-title-position h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .index-title {
    padding: 45% 1rem 10rem;
  }

  .index-title-position {
    width: 100%;
  }
}
.about-header {
  display: block;
  background: no-repeat url(../../images/about/about-header.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  height: 300px;
}

.about-title {
  padding-top: 10rem;
  position: relative;
}

.background-about-statistic {
  display: block;
  background: no-repeat url(../../images/about/about-map.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  padding-left: 0px;
}

.background-service-contact {
  display: block;
  background: no-repeat url(../../images/service/service-contact.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  padding-left: 0px;
}

.dark-contact input {
  background-color: transparent;
}
.dark-contact .input-group-text {
  background-color: transparent;
  border-left: transparent;
}
.dark-contact .form-control {
  color: #FFFFFF;
}
.dark-contact .form-control:focus {
  box-shadow: none !important;
  background-color: transparent;
}
.dark-contact ::placeholder {
  color: white;
}
.dark-contact textarea {
  background-color: transparent;
}

/*# sourceMappingURL=main.css.map */
