/* Swiper */
@import url(//db.onlinewebfonts.com/c/1909d4a43c13e5f37766baf5a4e14607?family=dashicons);
.swiper-container {
  width: 100%;
  height: 80vh;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 374px) {
  .swiper-container {
    height: 390px;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .swiper-container {
    height: 460px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .swiper-container {
    height: 520px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1699px) {
  .swiper-container {
    height: 78vh;
  }
}
@media screen and (min-width: 2000px) {
  .swiper-container {
    height: 90vh;
  }
}

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

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

.slide-1 {
  background-image: url("../images/banner_nhp_service_home2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .slide-1 {
    background-image: url("https://via.placeholder.com/425x518");
    background-size: cover;
  }
}

.slide-2 {
  background-image: url("../images/banner_nhp_service_home.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .slide-2 {
    background-image: url("https://via.placeholder.com/425x518");
    background-size: cover;
  }
}

/* Slide captions */
.slide-captions {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #FFF;
  z-index: 999;
}
.slide-captions .current-title {
  margin: 0;
  font-size: 2.5rem;
}
.slide-captions .current-subtitle {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
}
@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: #182d57;
  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: -60px;
  z-index: 1;
  padding: 0px 5rem;
}
@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: 370px;
}
@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: rgba(53, 46, 52, 0.8);
  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: 1px rgba(255, 255, 255, 0.25) solid;
  border-right: 1px rgba(255, 255, 255, 0.25) 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: #182d57;
  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/projects/mobile/banner_industrias_manutecao_delta_pontes_rolantes_mobile.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .boxes {
    background-image: url("../images/projects/banner_industrias_manutecao_delta_pontes_rolantes.jpg");
  }
}

.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 rgba(53, 46, 52, 0.9);
  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 rgba(53, 46, 52, 0.9);
  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 rgba(53, 46, 52, 0.9);
  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-green {
  border-bottom: 6px solid #faa627;
  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;
}
@media screen and (max-width: 374px) {
  .banner-single {
    height: 390px;
  }
}
@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: 768px) and (max-width: 1023px) {
  .banner-single {
    height: 230px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1421px) {
  .banner-single {
    height: 293px;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1439px) {
  .banner-single {
    height: 409px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .banner-single {
    height: 453px;
  }
}
@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: 550px;
  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_servece_pontes_rolantes.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  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: 409px;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1600px) {
  .banner-representante {
    height: 409px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1900px) {
  .banner-representante {
    height: 480px;
  }
}
@media screen and (min-width: 2000px) {
  .banner-representante {
    height: 730px;
  }
}

.bg-orcamento {
  background-color: #182d57;
  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;
  }
}

.navbar .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
@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: 70vw;
  border-radius: 15px;
  transform: translate(-25%, 0px);
}
@media screen and (max-width: 576px) {
  .menu-united {
    transform: none;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .menu-united {
    transform: translate(-28%, 0px);
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .menu-united {
    transform: translate(-20%, 0px);
  }
}
@media screen and (min-width: 2560px) {
  .menu-united {
    transform: translate(13%, 0px);
  }
}

.contato-dropdown {
  width: 25%;
  left: 65%;
  top: 80%;
}
@media screen and (min-width: 1920px) and (max-width: 2499px) {
  .contato-dropdown {
    width: 21%;
    left: 70%;
  }
}
@media screen and (min-width: 2500px) {
  .contato-dropdown {
    width: 16%;
    left: 80%;
  }
}

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

.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-action {
  background: rgb(3, 42, 88);
  background: linear-gradient(90deg, rgb(3, 42, 88) 0%, rgb(22, 78, 139) 100%);
}

.bg-azul-escuro {
  background-color: #182d57;
}

.btn-action {
  color: white;
  background: rgb(3, 42, 88);
  background: linear-gradient(90deg, rgb(3, 42, 88) 0%, rgb(22, 78, 139) 100%);
  border-color: rgb(3, 42, 88);
}
.btn-action:hover {
  color: white;
  background: rgb(3, 42, 88);
  background: linear-gradient(90deg, rgb(3, 42, 88) 0%, rgb(22, 78, 139) 100%);
  border-color: rgb(3, 42, 88);
}
.btn-action:focus {
  color: #fff;
  background: rgb(3, 42, 88);
  background: linear-gradient(90deg, rgb(3, 42, 88) 0%, rgb(22, 78, 139) 100%);
  box-shadow: 0 0 0 0.25rem rgba(3, 42, 88, 0.8);
}

.btn-cinza {
  color: white;
  background-color: #182d57;
  border-color: #182d57;
}
.btn-cinza:hover {
  color: white;
  background-color: #182d57;
  border-color: #182d57;
}
.btn-cinza:focus {
  color: #fff;
  background-color: #182d57;
  border-color: #182d57;
  box-shadow: 0 0 0 0.25rem rgba(53, 46, 52, 0.5);
}

.btn-outline-cinza {
  color: #182d57;
  border-color: #182d57;
}
.btn-outline-cinza:hover {
  color: white;
  background-color: #182d57;
  border-color: #182d57;
}
.btn-outline-cinza:focus {
  color: #fff;
  background-color: #182d57;
  border-color: rgb(53, 46, 52);
  box-shadow: 0 0 0 0.25rem rgba(53, 46, 52, 0.8);
}

.btn-outline-laranja {
  color: #faa627;
  border-color: #faa627;
  border: 1px solid #faa627;
}
.btn-outline-laranja:hover {
  color: white;
  background-color: #faa627;
  border-color: #f4a837;
}
.btn-outline-laranja:focus {
  color: #fff;
  background-color: #faa627;
  border-color: #f4a837;
  box-shadow: 0 0 0 0.25rem rgba(244, 168, 55, 0.8);
}

.text-success {
  background: rgb(3, 42, 88);
  background: linear-gradient(90deg, rgb(3, 42, 88) 0%, rgb(22, 78, 139) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icons-portifolio {
  width: 130px;
  height: 80px;
}

.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;
}

.columns-3 {
  -moz-columns: 3 auto;
       columns: 3 auto;
}

.sitemap-item {
  margin-bottom: 40px;
  flex: 1 1 calc(33% - 2em);
}

.arrow-list {
  list-style-type: disclosure-closed;
}

.h-500 {
  height: 500px;
}

.h-275 {
  height: 275px;
}

.xadrez {
  background-position: 100%;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .xadrez {
    width: 100%;
    height: 240px;
  }
}

.braco {
  background-image: url("../images/bracos_giratorios_delta_pontes_rolantes.jpg");
  background-repeat: no-repeat;
}

.monovias {
  background-image: url("../images/monovias_delta_pontes_rolantes.jpg");
  background-repeat: no-repeat;
}

.pontes {
  background-image: url("../images/pontes_rolantes_delta.jpg");
  background-repeat: no-repeat;
  background-position: 0% !important;
}

.porticos {
  background-image: url("../images/porticos_rolantes_delta_pontes_rolantes.jpg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 1440px) {
  .ps-6 {
    padding-left: 6rem;
  }
}

.produto-icon {
  width: 3rem;
}

.w-300 {
  width: 300px;
}

@media screen and (max-width: 374px) {
  .fs-90 {
    font-size: 0.9rem;
  }
}

.nav-drop-link:active {
  background-color: #182d57;
}
.nav-drop-link:focus-visible {
  outline: #000 1px;
}

.text-azul-escuro {
  color: #182d57;
}

.btn-azul-escuro {
  color: white;
  background: #182d57;
  border-color: rgb(3, 42, 88);
}
.btn-azul-escuro:hover {
  color: white;
  background: #182d57;
  border-color: rgb(3, 42, 88);
}
.btn-azul-escuro:focus {
  color: white;
  background: #182d57;
  border-color: rgb(3, 42, 88);
  box-shadow: 0 0 0 0.25rem rgba(3, 42, 88, 0.8);
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp:hover {
  color: #114d8a;
}

.my-float {
  margin-top: 16px;
}/*# sourceMappingURL=main.css.map */