* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Oswald', sans-serif;
}

.header .container-fluid {
  max-width: 1558px;
  width: 100%;
}

.header .navbar {
  padding: 1rem 0;
  background-color: #dde6ea;
}

.header .navbar .nav-link {
  text-transform: uppercase;
  font-size: 26px;
  color: #65666b;
  font-weight: 600;
  letter-spacing: 3px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.header .navbar .nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #861615;
}

.header .navbar .active2 {
  color: #861615;
}

.header .navbar .link_act {
  color: #fff;
}

.header .navbar .navbar-brand img {
  width: 180px;
}

.hero_wrap {
  background-image: url("../images/hero.svg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
}

.hero_wrap .hero_discription {
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 50px 0;
}

.hero_wrap .hero_discription p {
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.logi_wrap {
  background-image: url("../images/logiTruck.svg");
  width: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 114px);
  background-position-x: right;
}

.logi_wrap .logi_box {
  background: #98332e;
  width: 50%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding: 40px 100px 40px 40px;
}

.logi_wrap .logi_box__content {
  color: #fff;
  width: 550px;
}

.logi_wrap .logi_box__content h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.logi_wrap .logi_box__content hr {
  height: 5px;
  width: 10%;
  opacity: 1;
}

.logi_wrap .logi_box__content p {
  font-size: 24px;
  font-weight: 400;
}

.logi_wrap .logi_box__content .cheli {
  font-size: 24px;
  font-weight: 400;
  padding-top: 25px;
  font-size: 22px;
  font-weight: 300;
}

.logi_services {
  background-image: url("../images/servicos.svg");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 114px);
  background-position-x: left;
}

.logi_services .logi_box {
  background: #2a2829;
  width: 50%;
  height: 100%;
  clip-path: polygon(100% 100%, 0% 100%, 18% 0%, 100% 0%);
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 100px;
  margin-left: auto;
}

.logi_services .logi_box__content {
  color: #fff;
  text-align: right;
}

.logi_services .logi_box__content hr {
  height: 5px;
  width: 10%;
  opacity: 1;
  margin-left: auto;
}

.nuestra {
  padding: 35px 0;
}

.nuestra h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
}

.nuestra hr {
  height: 5px;
  width: 10%;
  opacity: 1;
  color: #98332e;
}

.nuestra .nuestra__content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.nuestra .nuestra__content .content_box {
  max-width: 340px;
  width: 100%;
}

.nuestra .nuestra__content .content_box .h_detail {
  font-size: 22px;
  color: #861615;
}

.nuestra .nuestra__content .content_box .para_renult {
  font-size: 16px;
  min-height: 130px;
  color: #85878b;
  font-weight: 300;
}

.nuestra .nuestra__content .content_box .sub {
  display: inline-block;
  text-decoration: none;
  padding: 8px 36px;
  background: #666;
  color: #fff;
  border-radius: 12px;
}

.nuestra .nuestra__content .img_box {
  max-width: 240px;
  width: 100%;
  height: 250px;
}

.nuestra .nuestra__content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_right {
  justify-content: end;
}

.content_right .content_box {
  text-align: right;
}

.card_wrap {
  padding: 35px 0;
}

.card_wrap__box {
  display: flex;
  gap: 24px;
}

.card_wrap__box .card_box {
  max-width: 350px;
  width: 100%;
  text-align: center;
  padding: 25px 15px;
  background-color: #98332e;
  color: #fff;
}

.card_wrap__box .card_box img {
  width: 74px;
  display: block;
  margin: auto;
  padding-bottom: 1rem;
  min-height: 8rem;
}

.card_wrap__box .card_box .card {
  background-color: unset;
  border: unset;
  border-radius: unset;
}

.card_wrap__box .card_box .card-header {
  font-size: 22px;
  background-color: unset;
  border-bottom: unset;
  padding: 0 0 12px 0;
}

.card_wrap__box .card_box .card-body {
  padding: 0;
}

.card_wrap__box .card_box .card-body .card-text {
  font-size: 16px;
  font-weight: 300;
}

.gallery {
  background: #e2e8eb;
  padding: 45px 0;
}

.gallery .container {
  max-width: 1400px;
}

.gallery h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #98332e;
}

.gallery hr {
  height: 5px;
  width: 10%;
  opacity: 1;
  width: 90px;
  color: #65666b;
  margin-bottom: 50px;
}

.gallery .gallery_box {
  max-width: 90%;
  margin: 0 auto;
}

.gallery .gallery_box img {
  width: 100%;
  height: 350px;
  margin-bottom: 35px;
  object-fit: cover;
}

.contact {
  background: #861615;
  padding: 70px 0;
}

.contact .contact_content {
  color: #fff;
}

.contact .contact_content h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.contact .contact_content hr {
  height: 5px;
  width: 10%;
  opacity: 1;
  color: #dde6ea;
}

.contact .contact_content .sna_carlos {
  padding: 12px 0 0;
}

.contact .contact_content p {
  font-size: 24px;
  font-weight: 400;
}

.contact .contact_content p img {
  width: 45px;
  margin-right: 12px;
}

.contact .contact_form h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.contact .contact_form textarea.form-control {
  min-height: unset;
  height: 180px;
}

.footer {
  background: #dde6ea;
  padding: 45px 0;
}

.footer .footer_img {
  text-align: center;
  border-top: 2px solid #efefef;
  padding-top: 35px;
}

#logiTruck, #flota, #servicios, #galeria, #contacto {
  scroll-margin-top: 114px;
}

@media (min-width: 1300px) {
  .hero_wrap .hero_discription p {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .hero_wrap {
    height: 70vh;
  }
  .logi_wrap {
    height: calc(60vh - 114px);
    background-position-x: unset;
  }
  .logi_wrap .logi_box {
    width: 60%;
  }
  .logi_wrap .logi_box__content p {
    font-size: 16px;
  }
  .logi_wrap .logi_box__content .cheli {
    font-size: 16px;
  }
  .logi_wrap .logi_box__content h1 {
    font-size: 24px;
  }
  .card_wrap__box {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_wrap__box .card_box {
    max-width: 330px;
  }
  .gallery .gallery_box img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .contact .contact_content p {
    font-size: 16px;
    font-weight: 400;
  }
  .footer_img {
    max-width: 40%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    width: 140px;
  }
  .header .navbar {
    padding: 0.5rem 0;
  }
  .header .navbar .nav-link {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .logi_wrap {
    height: calc(100vh - 114px);
  }
  .logi_wrap .logi_box {
    width: 100%;
    clip-path: unset;
    height: fit-content;
    padding: 20px;
  }
  .logi_wrap {
    height: calc(100vh - 125px);
    background-size: contain;
    background-position: bottom;
  }
  .nuestra .nuestra__content {
    flex-direction: column;
  }
  .nuestra .nuestra__content .img_box {
    max-width: 100%;
    height: 250px;
  }
  .content_right {
    flex-direction: column-reverse !important;
  }
  .content_right .content_box {
    text-align: left;
  }
  .logi_services {
    height: calc(100vh - 275px);
  }
  .footer {
    padding: 20px 0;
  }
  .footer .footer_img {
    padding-top: 0px;
  }
  #logiTruck, #flota, #servicios, #galeria, #contacto {
    scroll-margin-top: 82px;
  }
}
/*# sourceMappingURL=style.css.map */