/* Swiper */
@import url(//db.onlinewebfonts.com/c/1909d4a43c13e5f37766baf5a4e14607?family=dashicons);
.carousel-container {
  width: 100%;
  background-color: #fff;
}

/* Swiper slides */
.swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide:nth-child(2n+1) .slide-captions {
  left: 15%;
}

/* Slide captions */
.slide-captions {
  position: absolute;
  top: 50%;
  left: 40%;
  color: #FFF;
  z-index: 999;
}
.slide-captions .current-title {
  margin: 0;
  font-size: 4rem;
}
.slide-captions .current-subtitle {
  margin: 10px 0 0 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .slide-captions {
    display: none;
  }
}

/* Swiper arrows */
.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* Swiper pagination */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}

.swiper-button-prev {
  color: #fff;
}

.swiper-button-next {
  color: #fff;
}

@font-face {
  font-family: "dashicons";
  src: url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.eot");
  src: url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.woff") format("woff"), url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1909d4a43c13e5f37766baf5a4e14607.svg#dashicons") format("svg");
}
* {
  font-family: "dashicons", sans-serif;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #212121;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.mid-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.bot-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg) !important;
}
.collapsed .mid-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapsed .bot-bar {
  margin-top: 20px;
  transform: rotate(0deg) !important;
}

.mid-bar {
  margin-top: 0px;
}

body {
  min-height: 100vh;
}

main {
  min-height: 100vh;
}

#main-nav {
  width: 100%;
  top: 0;
  transition: all 0.6s ease;
  z-index: 1000;
}

.btn-orcamento {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
  border-radius: 0px;
}

@media only screen and (min-width: 768px) {
  .border-nav {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

.types {
  position: relative;
  top: -100px;
  z-index: 1;
  padding: 0px;
}
@media screen and (max-width: 576px) {
  .types {
    padding: 0px 1rem;
    top: 20px;
  }
}

.types-shadow {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
}

.text-cinza-500 {
  color: #adb5bd;
}

.text-cinza-700 {
  color: #495057;
}

.text-cyan-900 {
  color: #032830;
}

.signature {
  width: 100px;
  height: 100px;
}

.bg-produto {
  background-image: url("https://via.placeholder.com/731x500");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 576px) {
  .bg-produto {
    background-size: 100% 100%;
  }
}

.double-circled-li::before {
  font-family: bootstrap-icons;
  content: "\f518";
  padding-right: 1rem;
  font-size: small;
}

.overlay {
  position: relative;
  width: 590px;
  height: 530px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.overlay:after {
  content: "";
  position: absolute;
  left: 53px;
  top: 33px;
  border-radius: 100%;
  width: 80%;
  height: 465px;
  box-shadow: 0px 0px 0px 2000px #e3dfd2;
}
@media screen and (max-width: 576px) {
  .overlay {
    width: 304px;
    height: 304px;
    border-radius: 55%;
  }
  .overlay:after {
    left: 32px;
    top: 26px;
    height: 255px;
  }
}

.carousel-box {
  transform: translate(65%, -50%);
  top: 50%;
  left: 25%;
  color: black;
  background-color: #fff;
  width: 217px;
  height: 217px;
  display: flex;
  flex-direction: column;
  place-content: center;
}
@media screen and (max-width: 374px) {
  .carousel-box {
    width: 100px;
    height: 100px;
    transform: translate(60%, -20%);
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .carousel-box {
    width: 125px;
    height: 125px;
    transform: translate(52%, -30%);
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .carousel-box {
    width: 150px;
    height: 150px;
    transform: translate(47%, -30%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .carousel-box {
    width: 125px;
    height: 125px;
    transform: translate(100%, -55%);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .carousel-box {
    width: 140px;
    height: 125px;
    transform: translate(110%, -85%);
  }
}

.carousel-prev-testimonial-image {
  left: 150px;
}
@media screen and (max-width: 576px) {
  .carousel-prev-testimonial-image {
    left: 65px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1280px) {
  .carousel-prev-testimonial-image {
    left: 130px;
  }
}

.h-190px {
  height: 190px;
}
@media screen and (max-width: 576px) {
  .h-190px {
    height: 100% px;
  }
}

.left-0 {
  left: unset;
}

.right-0 {
  right: unset;
}

.fs-minimal {
  font-size: 10px;
}

.coiso:hover {
  cursor: pointer;
}
.coiso:hover .intro {
  height: 380px;
}
@media screen and (max-width: 576px) {
  .coiso:hover .intro {
    max-width: 100%;
    left: 0px;
    padding: 15px 25px;
    height: 255px;
    margin-bottom: 103px;
  }
}
.coiso:hover .intro2 {
  height: 60px;
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}
@media screen and (max-width: 374px) {
  .coiso:hover .intro2 {
    padding: 20px 0px 0px 0px;
    text-align: center;
    bottom: 90px;
    max-width: 100%;
    width: 100%;
    left: 0px;
  }
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .coiso:hover .intro2 {
    max-width: 100%;
    width: 100%;
    left: 0px;
    bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .coiso:hover .intro2 {
    padding: 15px 0px 0px 0px;
  }
}
.coiso:hover .title {
  font-size: 28px;
  font-weight: 100;
}
.coiso:hover .subtitle {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .coiso:hover .b2 .special {
    font-size: 11px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .coiso:hover .b2 .special {
    font-size: 12px;
  }
}
.coiso:hover .special {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 374px) {
  .coiso:hover .special {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .coiso:hover .special {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .coiso:hover .special {
    font-size: 13px;
  }
}

.intro {
  height: 90px;
  max-width: 33.3%;
  padding: 15px 50px;
  bottom: 0px;
  position: absolute;
  background-color: #212121;
  color: white;
  transition: 1s;
}
@media screen and (max-width: 576px) {
  .intro {
    padding: 0px 2px;
  }
  .intro:hover {
    max-width: 100%;
    left: 0px;
  }
}

.intro2 {
  height: 70px;
  max-width: 33.5%;
  width: 33.4%;
  padding: 20px 0px 0px 0px;
  bottom: -70px;
  box-sizing: border-box;
  position: absolute;
  background-color: rgb(255, 255, 255);
  color: black;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}

.b2 {
  width: 33.1%;
}
@media screen and (max-width: 374px) {
  .b2 {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .b2 {
    width: 100%;
  }
}

.title {
  font-size: 26px;
}
@media screen and (max-width: 576px) {
  .title {
    font-weight: bold;
  }
}

.subtitle {
  font-size: 22px;
}
@media screen and (max-width: 375px) {
  .subtitle {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 576px) {
  .subtitle {
    font-size: 1rem;
  }
}

.special {
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
}

.box-2 {
  border-left: 2px rgba(255, 255, 255, 0.85) solid;
  border-right: 2px rgba(255, 255, 255, 0.85) solid;
}

.skew_container {
  position: absolute;
  top: 0px;
  left: -20px;
  height: 50px;
  width: 200px;
  transform: skewX(0deg);
  padding: 5px auto;
}
.skew_container .skew_bg {
  padding: 10px 0px;
  height: 45px;
  background: #212121;
  text-align: center;
  transform: skewX(-30deg);
}
.skew_container .skew_bg .content {
  color: #fff;
  font-size: 16px;
  transform: skewX(30deg); /* MAKE CONTENT HORIZENTAL */
}

.boxes {
  width: 100%;
  height: 100%;
  background-image: url("../images/showcase/banner_nhp_cranes_pontes_rolantes_braco_giratorio.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .boxes {
    background-image: url("../images/showcase/mobile/banner_hea_pontes_rolantes_braco_giratorio_mobile.png");
  }
}

.recado1:hover:after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 5%;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #212121;
  z-index: 9;
  transform: rotate(90deg);
  animation: slideUp 620ms ease-in;
}
@media screen and (max-width: 576px) {
  .recado1:hover:after {
    bottom: 135px;
    animation: slideUpMobile 620ms ease-in;
  }
}

.recado2:hover:after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 38%;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #212121;
  z-index: 9;
  transform: rotate(90deg);
  animation: slideUp 620ms ease-in;
}
@media screen and (max-width: 576px) {
  .recado2:hover:after {
    bottom: 135px;
    animation: slideUpMobile 620ms ease-in;
  }
}

.recado3:hover:after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 71%;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #212121;
  z-index: 9;
  transform: rotate(90deg);
  animation: slideUp 620ms ease-in;
}
@media screen and (max-width: 576px) {
  .recado3:hover:after {
    bottom: 135px;
    animation: slideUpMobile 620ms ease-in;
  }
}

@keyframes slideUp {
  from {
    bottom: 0px;
  }
  to {
    bottom: 45px;
  }
}
@keyframes slideUpMobile {
  from {
    bottom: 0px;
  }
  to {
    bottom: 135px;
  }
}
.border-amarelo {
  border-bottom: 6px solid #f5ab00;
  width: 100px;
  border-radius: 50px;
}

.card-icon {
  width: 50px;
  height: 50px;
}

.banner-single {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  text-align: center;
  color: white;
  overflow: hidden;
}
.banner-single h1 {
  color: #000;
}
@media screen and (max-width: 374px) {
  .banner-single {
    height: 390px;
  }
  .banner-single h1 {
    padding-top: 177px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .banner-single {
    height: 460px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .banner-single {
    height: 520px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1421px) {
  .banner-single {
    height: 293px;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1599px) {
  .banner-single {
    height: 409px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-single {
    height: 459px;
  }
}

.banner-sobre {
  background-image: url("https://via.placeholder.com/1920x550");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  text-align: center;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  .banner-sobre {
    height: 390px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .banner-sobre {
    height: 460px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .banner-sobre {
    height: 520px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1699px) {
  .banner-sobre {
    height: 480px;
  }
}

.banner-conosco {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 374px) {
  .banner-conosco {
    height: 390px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .banner-conosco {
    height: 460px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .banner-conosco {
    height: 520px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1699px) {
  .banner-conosco {
    height: 480px;
  }
}

.banner-representante {
  background-position: center;
  background-image: url("../images/representantes/banner_representante_nhp_cranes_pontes_rolantes.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 730px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 576px) {
  .banner-representante {
    background-image: url("https://via.placeholder.com/425x518");
  }
}
@media screen and (max-width: 374px) {
  .banner-representante {
    height: 390px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .banner-representante {
    height: 460px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .banner-representante {
    height: 520px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1421px) {
  .banner-representante {
    height: 405px;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1599px) {
  .banner-representante {
    height: 409px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-representante {
    height: 459px;
  }
}

.bg-orcamento {
  background-color: #212121;
  border-radius: 15px;
}

.checks {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .checks {
    padding-left: 2rem;
    -moz-columns: 2;
         columns: 2;
  }
}
.checks .avoid-break {
  page-break-inside: avoid;
}

.icon-rede {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .fs-7 {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .fs-7 {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .fs-7 {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .display-7 {
    font-size: calc(1.375rem + 1vw);
    font-weight: 300;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .display-7 {
    font-size: calc(1.1rem + 1vw);
    font-weight: 300;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .display-7 {
    font-size: calc(1rem + 1vw);
    font-weight: 300;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .display-7 {
    font-size: calc(1rem + 0.9vw);
    font-weight: 300;
    line-height: 1.2;
  }
}

.map {
  display: block;
  max-width: 40%;
  height: auto;
  z-index: 1;
  left: 55%;
  top: 40%;
}
@media screen and (max-width: 576px) {
  .map {
    left: 50%;
    top: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .map {
    left: 60%;
    top: 40%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .map {
    left: 55%;
    top: 20%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .map {
    left: 55%;
    top: 10%;
  }
}
@media screen and (min-width: 2560px) {
  .map {
    left: 60%;
    top: 10%;
  }
}

.circle-top {
  border-radius: 15px 15px 0px 0px;
}

.semiCircle-bottom {
  border-radius: 0px 0px 13px 13px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    margin-top: 0px;
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}

.bg-certificado {
  background-color: #f9f9f9;
}

.dropdown-not-item {
  padding: 0.25rem 1rem;
}

.menu-united {
  width: 55.5vw;
  left: -9.8vw;
  border-radius: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .menu-united {
    width: 70vw;
  }
}

.contato-dropdown {
  width: 25%;
  left: 65%;
  top: 60%;
}
@media screen and (min-width: 1920px) {
  .contato-dropdown {
    width: 15%;
    left: 80%;
  }
}

.nav-logo {
  width: 150px;
  height: 50px;
}

.footer-logo {
  width: 188px;
  height: 173px;
}

@media screen and (max-width: 374px) {
  .margin-icon {
    margin-left: 0px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .margin-icon {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .margin-icon {
    margin-left: 3rem;
  }
}

.bg-amarelo-hea {
  background-color: #f5ab00;
}

.bg-preto-hea {
  background-color: #212121;
}

.btn-amarelo-hea {
  color: white;
  background-color: #f5ab00;
  border-color: #f5ab00;
}
.btn-amarelo-hea:hover {
  background-color: #dd9a00;
  border-color: #dd9a00;
}
.btn-amarelo-hea:focus {
  color: #fff;
  background-color: #f5ab00;
  border-color: #dd9a00;
  box-shadow: 0 0 0 0.25rem rgba(221, 154, 0, 0.8);
}

.btn-preto-hea {
  color: white;
  background-color: #212121;
  border-color: #212121;
}
.btn-preto-hea:hover {
  color: white;
  background-color: #000;
  border-color: #000;
}
.btn-preto-hea:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem #000;
}

.btn-outline-amarelo-hea {
  color: #f5ab00;
  border-color: #f5ab00;
}
.btn-outline-amarelo-hea:hover {
  color: white;
  background-color: #f5ab00;
  border-color: #dd9a00;
}
.btn-outline-amarelo-hea:focus {
  color: #fff;
  background-color: #f5ab00;
  border-color: #dd9a00;
  box-shadow: 0 0 0 0.25rem rgba(221, 154, 0, 0.8);
}

.text-success {
  color: #f5ab00 !important;
}

.icons-portifolio {
  width: 250px;
  height: 85px;
}

.principios-icon {
  width: 75px;
  height: 75px;
}

.modal-backdrop {
  opacity: 0.9 !important;
}

.custom-place {
  position: absolute;
  top: -30px;
  right: -30px;
}

.white-space-nowrap {
  white-space: nowrap;
}

.bg-none {
  background-color: unset;
}

@media screen and (min-width: 992px) {
  .side-border {
    border-left: 2px #f1f1f1 solid;
    border-right: 2px #f1f1f1 solid;
  }
}

.fs-8 {
  font-size: 0.85rem;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.icon-num {
  height: 40px;
  width: 40px;
}

.btn-yellow {
  border: 1px solid #f5ab00;
  background-color: #f5ab00;
  color: white;
  border-radius: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 15px 28px;
}

.btn-yellow:hover {
  border: 1px solid #f5ab00;
  color: white;
  border-radius: 0px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 15px 28px;
}

.bg-gray {
  background-color: #adb5bd;
}

.background-top-aligned {
  background-position: top !important;
}

.link-amarelo {
  color: #febc32;
}
.link-amarelo:hover {
  color: #f0a707;
}/*# sourceMappingURL=main.css.map */