.btn-primary {
  background-color: #3D4FA5;
  border-color: #3D4FA5;
}

.btn-outline {
  color: #3D4FA5;
  border-color: #3D4FA5;
}

.btn-outline:hover {
  background-color: #3D4FA5;
  color: #fff;
}

.lexend-regular {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.1rem;
}

h1 {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
}

h3 {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
}

h4 {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
}

h5  {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
}

h6 {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: auto;
  font-size: 1.2rem;
}

.btn {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.main-header {
  background-image: url("../images/main-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.welcome {
  height: 100%;
  background: rgba(17, 28, 82, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-left: 3vw;
  padding-right: 3vw;
}

#produtos {
  margin-top: 2vw;
}

#lojaonline-bemvindo button{
  background-color: #F5821F;
  color: white;
  border-color: #F5821F;
}

.nav-link {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}

.prev,
.next {
  background-color: rgba(17, 28, 82, 0.5);
  border-radius: 20%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.navbar-brand img {
  height: 6vh;
  width: 10vh;
}

.navbar {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.navbar.visible {
  opacity: 1;
}

.navbar.hidden {
  opacity: 0;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
}

.half-vertical-center {
  min-height: 40%;
  min-height: 40vh;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: center;
}

.vertical-center h1 {
  color: #fff;
  margin-top: 3vh;
  margin-bottom: 2vh;
}

.vertical-center h5 {
  color: #ffffff;
  font-weight: 300;
  line-height: 2rem;
}

.main-sub1 {
  height: 100%;
}

.main-sub2 {
  height: 100%;
}

.main-logo {
  padding-bottom: 5vh;
}

.main-logo img {
  width: 40vh;
}

.main-button {
  padding-top: 5vh;
}

.product-cards {
  margin-top: -14vh;
  height: 20vh;
}

.card {
  min-width: 30vw;
}

.card img {
  width: 100%;
  height: auto;
}

.size-card {
  max-width: 540px;
}

.carousel-indicator {
  margin-top: 20vh;
}

.loja {
  margin-top: 10vh;
  background-image: url("../images/loja.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.row {
  margin-right: 0px;
}

.conheca-loja {
  height: 100%;
  padding-left: 10vh;
  padding-right: 10vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 100vh;
}

.conheca-loja p {
  color: #fff;
}

.loja-content {
  align-items: flex-start;
}

.credenciado {
  background-color: #3D4FA5;
  color: #fff;
  height: 30vw;
}
.credenciado h1 {
  padding-bottom: 2vh;
}

.credenciado p {
  width: 80vw;
  padding-bottom: 3vw;
  font-size: 1.5em;
}

.credenciado-image { 
  width: 74vw;
  min-width: 650px;
  max-width: 1200px;
}

.credenciado-image-mobile {
  display: none;
}

.servicos {
  height: 80vh;
}

.contato {
  height: 100%;
  padding-right: 0px;
}

.maps iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.maps {
  padding: 0;
}

.contato-tel {
  color: #fff;
  background-color: #3D4FA5;
  padding-left: 10vh;
  padding-right: 10vh;
}

.contato-loja {
  color: #fff;
  padding-top: 5vh;
  padding-bottom: 5vh;
  max-width: 700px;
}

.contato-loja h3 {
  padding-bottom: 1vh;
}

.contato-loja p {
  padding-bottom: 1vh;
}

.contato-vendas h3 {
  padding-bottom: 1vh;
}

.contato-vendas p {
  padding-bottom: 1vh;
}

.contato-vendas {
  padding-top: 5vh;
}

.danfoss {
  background-color: #E2000F;
  color: #fff;
  padding-left: 10vh;
  padding-right: 10vh;
  padding-bottom: 6vh;
  padding-top: 5vh;
  height: 100%;
}

.danfoss-brand img {
  width: 16vw;
  height: auto;
  margin-bottom: 2vh;
  margin-left: -2vw;
}

.danfoss-brand p {
  padding-bottom: 2.5vw;
  font-size: 1.5em;
}

.danfoss-image img{
  width: 47vw;
}

.clientes {
  background-color: #ffffff;
  height: 80vh;
}

.clientes h1 {
  margin-bottom: 2vw;
}

.clientes img {
  width: 60vw;
  min-width: 800px;
}

.clientes-mobile {
  display: none;
}

.footer {
  height: 30vh;
  background-color: #3D4FA5;
}

.footer-text {
  color: #fff;
}

.rede-social {
  color: #fff;
}

.rede-social a {
  color: #ffffff;
  transition: 0.3s;
}

.rede-social a:hover {
  color: #9ec5ff;
}

.rede-social i {
  font-size: 1.8rem;
}

.material-symbols-outlined {
  font-size: 18px;
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

* {
  outline: none;
}

.pitchula-next, .pitchula-prev {
  margin-top: -25vh;
}

.pitchula-next {
  right: -4vw;
}

.pitchula-prev {
  left: -4vw;
}

.timeline-carousel {
  margin: 0;
  background-color: #fff;
  font-family: "Lexend", serif;
  font-weight: 400;
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #fff;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: rgb(43, 43, 43);
  font-family: "Lexend", serif;
  font-weight: 700;
}
.timeline-carousel p {
  color: rgb(43, 43, 43);
  font-weight: 300;
}
.timeline-carousel__image {
  padding-right: 30px;
  max-width: 620px;
  border-radius: 12px;
}
.timeline-carousel__item {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-family: "Lexend", serif;
  font-size: 36px;
  line-height: 36px;
  color: rgb(43, 43, 43);
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 700;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #fff;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-family: "Lexend", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #231f61;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.timeline-carousel__item-inner p {
  font-size: 1.1rem;
  line-height: auto;
  color: rgb(43, 43, 43);
  width: 80%;
  font-weight: 300;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 14px;
  color: #231f61;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #231f61;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #231f61;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #231f61;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 30px;
  height: 3px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #231f61;
  border-color: #231f61;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 30px;
  height: 3px;
  padding: 0;
  background-color: #7F7F7F;
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.slick-dots li button:hover {
  background: #231f61;
  border-color: #231f61;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 20vh;
  z-index: 10;
  border-radius: 0;
  font-family: "Lexend", serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(17, 28, 82, 0.5);
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 30px;
}

@media (max-width: 767.98px) {
  .navbar {
    display: none !important;
  }
  .welcome {
    padding-left: 3vw;
    padding-right: 0;
  }
  .main-header {
    background-image: url("../images/main-background-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .product-cards {
    margin-top: -8vh;
    height: 70vh;
  }
  .ar-pecas {
    margin-bottom: 16px;
  }
  .vertical-center {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .danfoss-image img{
    width: 74vw;
    margin-top: 3vh;
    margin-left: -8vw;
  }
  .credenciado p {
    width: 76vw;
    font-size: 1.3rem;
  }
  .credenciado-image-mobile {
    width: 70vw;
    display: inline-block;
  }
  .credenciado-image {
    display: none;
  }
  .card {
    margin-bottom: 1rem;
  }
  .size-card {
    max-width: 240px;
  }
  .pitchula-next, .pitchula-prev {
    margin-top: -10vh;
  }
  .pitchula-next {
    right: -1vw;
  }
  .pitchula-prev {
    left: -1vw;
  }
  .contato-tel {
    height: 105vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contato-loja {
    padding-top: 0vh;
  }
  .contato a button{
    width: 100%;
  }
  .danfoss-brand img {
    width: 40vw;
   height: auto;
  }
  .clientes {
    height: 80vh;
  }
  .clientes-web {
    display: none;
  }
  .clientes-mobile {
    width: 80vw;
    display: inline-block;
  }
  .clientes img {
    min-width: 160px;
  }
  .footer {
    height: 90vh;
    text-align: center;
  }
  .vr {
    display: none;
  }
  .rede-social {
    text-align: center;
    justify-content: center;
  }
  .footer-text {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .footer-text h6 {
    width: 80vw;
  }
  .social-icons {
    display: flex;
    justify-content: center;
  }
  .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }
  .slick-prev, .slick-next {
    margin-top: 10vw;
  }
}

@media (max-width: 991.98px) {
  .maps iframe {
    height: 40vh;
    width: 100%;
  }

  .clientes {
    height: 70vh;
  }
  .credenciado {
    height: 60vh;
  }
}

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