@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;800&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 14px;
  font-weight: 100;
  z-index: 300;
}

a {
  color: #666;
}
a:hover {
  color: #666;
  font-weight: 500;
}

.no-mobile {
  display: unset;
}

.mobile {
  display: none;
}

.navbar {
  background: #fdcb07;
}
.navbar > .container-fluid {
  justify-content: center;
}
.navbar > .container-fluid .navbar-collapse {
  flex-grow: unset;
}

.navbar-dark .navbar-nav .nav-link {
  color: #666;
  font-size: 24px;
}

.top-bar {
  background-color: #444;
  height: 90px;
}
.top-bar .main-logo {
  margin-left: 94px;
  margin-top: 19px;
  width: 148px;
  height: 54px;
}

.video-section video {
  width: 100%;
}
.video-section .whatsapp_wrap {
  bottom: 65%;
  right: 23px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  position: fixed !important;
  z-index: 16000160 !important;
}
.video-section .whatsapp_wrap .whatsapp_btn {
  display: flex;
  margin-top: 14px;
  position: relative;
  justify-content: flex-start;
}
.video-section .whatsapp_wrap .whatsapp_btn a {
  width: 50px;
  height: 50px;
  order: 1;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: block;
  border: 0px;
  background: #4dc247 !important;
  color: #4dc247;
}

.divider {
  width: 100%;
  height: 50px;
  background: #fdcb07;
  display: flex;
  align-items: flex-end;
}
.divider:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 38px 0 38px;
  border-color: #fdcb07 transparent transparent transparent;
  margin-bottom: -16px;
  position: relative;
  z-index: 10;
}
.divider.center {
  justify-content: center;
}
.divider.left {
  justify-content: flex-start;
  padding-left: 70px;
}
.divider.right {
  justify-content: flex-end;
  padding-right: 70px;
}
.divider.max-width {
  max-width: 652px;
}

.titles {
  font-size: 32px;
  font-weight: 800;
}

.h-80 {
  height: 80px;
  line-height: 80px;
}

.separators:after, .separators:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
}
.separators:before {
  top: -40px;
}
.separators:after {
  bottom: -52px;
}

.services {
  margin-left: 0;
  margin-right: 0;
  padding: 50px 0 80px;
  justify-content: space-evenly;
  background: url("../assets/bg-lines.png") no-repeat 30px bottom;
  background-size: 55%;
}
.services .article {
  padding-left: 0;
  padding-right: 0;
  background: url("../assets/bg_concrete.png") no-repeat left bottom;
  background-size: cover;
  border-radius: 20px;
}
.services .article .image {
  width: 100%;
}
.services .article .text-wrapper {
  box-shadow: 0 10px 0 0 #373839;
  border-radius: 20px;
}
.services .article .text-wrapper .text-over {
  text-align: center;
  margin: 0 20px;
}
.services .article .text-wrapper .text-over h4 {
  margin-top: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 84px;
}
.services .article .text-wrapper .text-over p {
  min-height: 104px;
  font-size: 14px;
}
.services .article .text-wrapper .text-over .more-info {
  position: relative;
  bottom: 20px;
}
.services .article .text-wrapper .text-over .icon {
  height: 44px;
  float: right;
  margin-right: 2px;
  margin-top: -42px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .services .article p {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 18px;
  }
  .services .article a {
    font-weight: 800;
  }
}

.we-are:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  .we-are span {
    margin-left: -50px;
  }
}
.we-are .content-wrap {
  margin: 50px auto 120px;
  text-align: center;
}
.we-are .content-wrap p {
  margin-bottom: 50px;
}

.we-do {
  background: url("../assets/bg-lines.png") no-repeat -270px -60px;
  background-size: 64%;
}
.we-do p, .we-do h3 {
  text-align: right;
  padding-right: 50px;
  padding-top: 25px;
}
.we-do h3 {
  padding-bottom: 30px;
}
@media (max-width: 320px) {
  .we-do span {
    margin-left: -50px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .we-do p {
    padding-right: 20px;
  }
}

.maquinaria:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}
.maquinaria h3 {
  position: relative;
  bottom: 60px;
  padding-left: 96px;
  font-size: 32px;
}
.maquinaria .badges div {
  display: flex;
  justify-content: space-evenly;
}
.maquinaria .content-wrap {
  margin-bottom: 80px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .maquinaria h3 {
    padding-left: unset;
    text-align: center;
    font-size: 26px;
  }
  .maquinaria .badges .badge {
    font-size: 18px;
  }
}

.transporte:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}
.transporte h3 {
  position: relative;
  bottom: 60px;
  padding-left: 96px;
  font-size: 32px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .transporte .divider {
    height: 100px;
  }
  .transporte h3 {
    padding-left: unset;
    bottom: 86px;
    text-align: center;
    font-size: 26px;
  }
}

.equipment {
  background: url("../assets/bg-equipment.png") repeat-y bottom right;
  background-size: 100%;
}
.equipment:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  .equipment {
    background-size: 500%;
  }
  .equipment h3 {
    padding-left: 50px !important;
  }
}
.equipment h3 {
  position: relative;
  bottom: 60px;
  padding-left: 96px;
  font-size: 32px;
}
.equipment h4 {
  position: relative;
  top: 50px;
  text-align: center;
  font-size: 26px;
}
.equipment .cotizar {
  cursor: pointer;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  bottom: 40px;
  float: right;
  margin-right: 15px;
}
.equipment .cotizar.badge {
  -webkit-appearance: button-bevel;
}
.equipment .max-w-container {
  max-width: 1345px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 992px) {
  .equipment h4 {
    font-size: 18px;
    line-height: 40px;
  }
  .equipment h3 {
    font-size: 26px;
  }
  .equipment article .row .divider {
    height: 44px;
  }
}

.socialmedia {
  background: url("../assets/bg-equipment.png") repeat-y bottom right;
  background-size: 100%;
}
.socialmedia:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fdcb07;
  position: relative;
  bottom: 28px;
  margin: 0 auto;
}
.socialmedia iframe {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}

.contact {
  background: url("../assets/bg-contact.jpg") no-repeat bottom right #353533;
  background-size: auto 100%;
}
.contact img {
  width: 150px;
}
.contact .subtitle {
  color: #fdcb07;
}
.contact .intro {
  color: white;
}

footer {
  background: black;
  color: #fdcb07;
}
footer h5 {
  color: white;
}
footer a {
  color: #fdcb07;
}
footer .bi {
  color: white;
}
footer .last-row {
  display: flex;
}

.badge {
  font-size: 24px;
  text-decoration: none;
  padding: 5px 15px;
}
.badge.badge-warning {
  color: #444;
  background-color: #fdcb07;
}

.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-dialog .modal-title {
  text-transform: uppercase;
}
.modal .modal-dialog .modal-body article {
  margin: 20px;
  padding-bottom: 10px;
  border-bottom: solid #666 1px;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer.availability a {
  color: #444;
  text-decoration: none;
}

@media (max-width: 320px) {
  .navbar-toggler {
    right: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .navbar-toggler {
    top: -64px;
    right: 40px;
    border-color: white;
    position: absolute;
  }

  .whatsapp_wrap {
    bottom: 23px !important;
    left: 23px;
    width: 50%;
  }

  video {
    display: none;
  }

  .last-row {
    display: unset !important;
    margin-bottom: 40px;
  }

  .titles {
    font-size: 26px;
    font-weight: 500;
  }

  .badge {
    font-size: 20px;
  }

  .no-mobile {
    display: none;
  }

  .mobile {
    display: unset;
  }
}/*# sourceMappingURL=style.css.map */