body {
  scroll-behavior: smooth; }

a.btn-outline-white {
  padding: 5px 20px;
  font-size: 35px;
  border-radius: 10px;
  font-family: 'Anton', sans-serif;
  color: #002d5e;
  border: 2px solid #002d5e; }
  a.btn-outline-white:hover {
    color: #fff;
    background-color: #002d5e; }

.navbar {
  background-color: #1c70a5;
  min-height: 80px;
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 999; }
  .navbar .navbar-brand {
    color: white;
    width: 400px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar .navbar-brand {
        width: 200px; } }
  .navbar .img-vianas {
    width: 35%;
    margin-right: 20px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar .img-vianas {
        width: 50%; } }
  .navbar .img-ecoflex {
    width: 35%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar .img-ecoflex {
        width: 50%; } }
  .navbar .nav-item {
    padding-left: 50px; }
    .navbar .nav-item .nav-link {
      color: white;
      font-size: 20px;
      font-weight: 700; }
      .navbar .nav-item .nav-link:hover {
        color: #002d5e; }

.home .carousel .carousel-item {
  min-height: 350px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .home .carousel .carousel-item {
      height: auto; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .home .carousel .carousel-item {
      height: auto; } }
  .home .carousel .carousel-item .carousel-home {
    min-height: 500px;
    display: flex;
    align-items: center; }
.home .carousel .carousel-control-next-icon, .home .carousel .carousel-control-prev-icon {
  filter: invert(1); }
@media (max-width: 767.98px) {
  .home .carousel.desktop {
    display: none; } }
.home .carousel.mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .home .carousel.mobile {
      display: block; } }

.quem-somos {
  background-color: #fff;
  padding: 120px 0px; }
  @media (max-width: 575.98px) {
    .quem-somos {
      text-align: center;
      padding: 50px 0px; } }
  .quem-somos h2 {
    color: #ec7a19;
    font-size: 70px;
    margin-bottom: 40px;
    font-family: 'Anton', sans-serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #ec7a19; }
    @media (max-width: 991.98px) {
      .quem-somos h2 {
        font-size: 50px;
        margin-bottom: 20px;
        padding-top: 0px; } }
  .quem-somos p {
    font-size: 20px;
    color: #002d5e;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 991.98px) {
      .quem-somos p {
        font-size: 15px; } }
  .quem-somos img {
    width: 100%;
    object-fit: cover; }
    .quem-somos img.img1 {
      margin-bottom: 20px; }

.nossos-produtos {
  background-color: #E4E5E6;
  padding: 120px 0px; }
  @media (max-width: 767.98px) {
    .nossos-produtos {
      text-align: center;
      padding: 50px 0px; } }
  .nossos-produtos h2 {
    font-size: 70px;
    color: #002d5e;
    font-family: 'Anton', sans-serif;
    border-bottom: 1px solid #002d5e;
    width: 100%;
    text-align: start;
    padding-bottom: 15px;
    margin-bottom: 70px;
    padding-top: 10px; }
    @media (max-width: 991.98px) {
      .nossos-produtos h2 {
        font-size: 50px;
        margin-bottom: 20px;
        padding-top: 0px; } }
  .nossos-produtos .img-nossos-produtos {
    width: 80%;
    height: auto;
    margin-left: 130px; }
  .nossos-produtos .produtos-galeria {
    display: flex;
    justify-content: center; }
    .nossos-produtos .produtos-galeria a {
      cursor: pointer;
      margin: 10px; }
      .nossos-produtos .produtos-galeria a img {
        border-radius: 15px;
        border: 2px solid #fff;
        height: 400px;
        width: 100%;
        object-fit: cover; }
  .nossos-produtos .carousel .carousel-control-next-icon, .nossos-produtos .carousel .carousel-control-prev-icon {
    filter: invert(45%) sepia(94%) saturate(3300%) hue-rotate(166deg) brightness(102%) contrast(101%) !important; }

.produtos {
  background-color: #1c70a5;
  padding: 120px 0px; }
  .produtos .card {
    background-color: #fff;
    margin-bottom: 25px;
    min-height: 550px;
    padding: 30px 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .produtos .card h3 {
      color: #EC7A19;
      font-family: 'Anton', sans-serif;
      font-size: 30px;
      margin-bottom: 30px;
      text-transform: uppercase;
      max-width: 75%;
      min-height: 75px; }
    .produtos .card p {
      font-size: 18px;
      color: #002d5e;
      font-family: 'Open Sans', sans-serif; }
    .produtos .card img {
      height: 250px;
      width: 100%;
      object-fit: cover; }
    .produtos .card:hover {
      transform: translateY(-10px); }

.modal.show .modal-dialog {
  transform: none;
  max-width: 80%; }
  @media (max-width: 767.98px) {
    .modal.show .modal-dialog {
      max-width: 100%; } }
  .modal.show .modal-dialog .modal-content .modal-header {
    border: none; }
  .modal.show .modal-dialog .modal-content .modal-body img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.preco-justo {
  position: relative;
  height: 400px;
  /* video background */ }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .preco-justo {
      height: 300px !important; } }
  .preco-justo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(117, 55, 2, 0.55); }
  .preco-justo .content {
    position: relative;
    z-index: 10;
    height: 400px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .preco-justo .content {
        height: 300px; } }
    .preco-justo .content h3 {
      font-size: 100px;
      color: white;
      text-align: center;
      font-family: 'Anton', sans-serif;
      text-shadow: 1px 3px 0 #01122477, 1px 13px 5px #01122477; }
      @media (max-width: 991.98px) {
        .preco-justo .content h3 {
          font-size: 70px; } }
    .preco-justo .content .btn-clientes a {
      padding: 5px 40px;
      font-size: 35px;
      border-radius: 10px;
      font-family: 'Anton', sans-serif;
      color: #fff;
      border: 2px solid #fff;
      text-decoration: none;
      background-color: #002d5e; }
      .preco-justo .content .btn-clientes a:hover {
        background-color: #EC7A19; }
      @media (max-width: 991.98px) {
        .preco-justo .content .btn-clientes a {
          font-size: 24px;
          padding: 5px 30px; } }
    @media (max-width: 991.98px) {
      .preco-justo .content .btn-clientes {
        display: flex;
        justify-content: center;
        margin-top: -100px; } }
  .preco-justo #background-video {
    height: 400px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: grayscale(1); }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .preco-justo #background-video {
        height: 300px; } }

.melhor-escolha {
  padding-top: 120px; }
  .melhor-escolha .card {
    background-color: #e4e5e6;
    margin-bottom: 25px;
    min-height: 300px;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .melhor-escolha .card h5 {
      color: #002d5e;
      font-family: 'Anton', sans-serif;
      font-size: 30px;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .melhor-escolha .card p {
      font-size: 18px;
      color: #002d5e;
      font-family: 'Open Sans', sans-serif; }
    .melhor-escolha .card:hover {
      background-color: #1c70a5;
      transform: translateY(-10px); }
      .melhor-escolha .card:hover h5, .melhor-escolha .card:hover p {
        color: #fff; }

.clientes {
  padding: 100px 0px; }
  @media (max-width: 991.98px) {
    .clientes {
      padding: 50px 0px; } }
  .clientes h4 {
    font-size: 70px;
    color: #EC7A19;
    font-family: 'Anton', sans-serif;
    border-bottom: 1px solid #EC7A19;
    width: 100%;
    text-align: end;
    padding-bottom: 15px; }
    @media (max-width: 767.98px) {
      .clientes h4 {
        font-size: 30px;
        width: 90%;
        text-align: center;
        margin: 0 auto; } }
  .clientes .carousel-clientes {
    width: 50%;
    position: relative;
    left: 400px; }
  .clientes .card-body p {
    margin-top: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif; }
  .clientes .section-padding {
    padding: 80px 0; }
    @media (max-width: 575.98px) {
      .clientes .section-padding {
        padding: 30px 0px; } }
  .clientes .section-title {
    text-align: center;
    margin-bottom: 60px; }
  .clientes .section-borders span {
    height: 5px;
    background: #002d5e;
    width: 40px;
    display: inline-block;
    border-radius: 2px; }
  .clientes .section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px; }
  .clientes .client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #002d5e !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px; }
  .clientes .client-testimonial-carousel button.owl-dot.active {
    background: #EC7A19 !important;
    width: 30px; }
  .clientes .client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px; }
  .clientes .single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px 0px #002d5e;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
    border-radius: 10px;
    border: 1px solid #002d5e;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .clientes .single-testimonial-item {
        height: 315px;
        padding-left: 19px; } }
  .clientes .single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #002d5e;
    line-height: 30px;
    margin-top: -15px; }
    @media (max-width: 767.98px) {
      .clientes .single-testimonial-item:before {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .clientes .single-testimonial-item:before {
        top: 20%; } }
  .clientes .single-testimonial-item:after {
    background: #EC7A19;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    width: 1px; }
    @media (max-width: 767.98px) {
      .clientes .single-testimonial-item:after {
        display: none; } }
  .clientes .single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .clientes .single-testimonial-item h3 {
        font-size: 16px; } }
  @media (max-width: 991.98px) {
    .clientes .single-testimonial-item p {
      font-size: 12px; } }
  .clientes .single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px; }
  .clientes .carousel-opinion-images .carousel-item img {
    width: 100%;
    object-fit: contain;
    height: auto; }

.nossas-unidades {
  padding-top: 0px;
  padding-bottom: 120px; }
  @media (max-width: 767.98px) {
    .nossas-unidades {
      padding-bottom: 60px; } }
  .nossas-unidades h4 {
    font-size: 70px;
    margin-top: 30px;
    font-family: 'Anton', sans-serif;
    color: #002d5e;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .nossas-unidades h4 {
        font-size: 40px;
        margin-bottom: 40px; } }
  .nossas-unidades .unidades {
    display: flex;
    justify-content: center; }
    @media (max-width: 575.98px) {
      .nossas-unidades .unidades {
        flex-direction: column; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nossas-unidades .unidades {
        justify-content: start; } }
    .nossas-unidades .unidades .card {
      margin-left: 40px;
      border: none; }
      @media (max-width: 767.98px) {
        .nossas-unidades .unidades .card {
          width: 100% !important;
          margin-left: 0px !important;
          margin-bottom: 40px !important; } }
      .nossas-unidades .unidades .card .card-body {
        background-color: #EC7A19; }
        .nossas-unidades .unidades .card .card-body h5 {
          color: #002d5e;
          font-weight: 400;
          font-family: 'Anton', sans-serif;
          margin-bottom: 20px;
          letter-spacing: 0.5px;
          font-size: 24px;
          margin-top: 10px; }
        .nossas-unidades .unidades .card .card-body p {
          color: #002d5e;
          font-family: 'Open Sans', sans-serif;
          font-size: 15px;
          margin-bottom: 8px; }
          .nossas-unidades .unidades .card .card-body p span {
            font-weight: 600; }
      @media (max-width: 767.98px) {
        .nossas-unidades .unidades .card iframe {
          height: 200px; } }

.footer {
  background-color: #E4E5E6;
  padding: 120px 0px; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 50px 0px;
      text-align: center; }
      .footer .text {
        margin-top: 20px; } }
  .footer h5 {
    font-size: 60px;
    color: #002d5e;
    margin-bottom: 80px;
    font-family: 'Anton', sans-serif;
    border-bottom: 4px solid #EC7A19;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .footer h5 {
        font-size: 40px;
        margin-bottom: 20px; } }
  .footer h6 {
    color: #002d5e;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Anton', sans-serif; }
  .footer p, .footer a {
    color: #002d5e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .footer p, .footer a {
        margin-bottom: 10px; } }
  .footer a {
    text-decoration: underline; }
  .footer .image img {
    width: 100%;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .footer .image img {
        margin-bottom: 30px; } }
  .footer .redes-sociais h6 {
    color: #EC7A19; }
  .footer .redes-sociais a {
    text-decoration: none;
    margin-right: 10px; }
    .footer .redes-sociais a:hover svg {
      fill: #fff; }
  .footer .whatsapp {
    position: fixed;
    top: 70%;
    right: 5%;
    z-index: 20; }
    .footer .whatsapp a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      .footer .whatsapp a span {
        display: block;
        width: 100%;
        background-color: #4ec95c;
        color: #002d5e;
        opacity: 0;
        padding: 10px;
        font-weight: 600;
        margin-right: -20px;
        padding-right: 15px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
      .footer .whatsapp a:hover span {
        opacity: 1; }

/*# sourceMappingURL=style.css.map */
