@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* font-family: 'Oswald', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Yantramanav&display=swap");
/* font-family: 'Yantramanav', sans-serif; */

.esconder {
  display: none !important;
}

.spaceItensTopoRedes{
  margin: 0px 5px;
}

.carosselProdutos-fix{
  width: 30%!important;
}

.balaoWhatsapp {
  width: 80px;
  height: 80px;
}

/* Modal do whatsapp */
/* 72px de altura o input, 260px a tela */
.modalChatWhatsapp {
  width: 320px;
  height: 332px;

  right: 33px;
  bottom: 120px;
  position: fixed;

  z-index: 1;
}

.modalChatWhatsapp > div {
  position: relative;
}

.telaWhatsapp {
  width: 100%;
  height: 260px;
  background: url("../img/bgChatWhatsapp.png") no-repeat center;
  border-radius: 10px 10px 0px 0px;
}

.conversaWhatsapp {
  width: 250px;
  margin: 20px 0px 0px 14px;
  height: 35px;
  font-size: 14px;
  color: #000000;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 6px 15px;
}

.conversaWhatsapp::after {
  content: "";
  background: url("../img/imgBalaoChat.png") no-repeat;
  top: 20px;
  right: 300px;
  width: 25px;
  height: 25px;

  display: block;
  position: absolute;
}

.fechar-chatWhatsapp {
  background: url(../img/iconFecharModal.svg) no-repeat center;
  padding: 20px;
  width: 30px;
  height: 30px;
  border: none;

  display: block;
  margin-left: 15px;
}

.formWhatsapp {
  width: 100%;
  height: 72px;
  background-color: #e9edef;
  border-radius: 0px 0px 10px 10px;
}

.formWhatsapp > form > input {
  border-radius: 5px;
  padding: 0px 10px 0px 15px;
  border: 1px solid #fff;
  border-radius: 24px;
  height: 48px;
  margin: 12px 12px;
  width: 80%;
  font-size: 15px;
  font-family: "Yantramanav";
}

.formWhatsapp > form > input:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}

.send {
  border: none !important;
  background-color: #25d366;
  border-radius: 50px;
  width: 50px;
  height: 45px;
  margin: 13px 10px;
  padding: 3px;
}

/* Fim do modal */

.whatsappChat:hover {
  cursor: pointer;
}

/* Esconder serviços com submenu */
.menuPrincipal nav ul li:nth-child(3) {
  display: none !important;
}

#bannerMobile,
#bannerTablet {
  display: none;
}

#banner img {
  width: 100%;
}

#banner .carousel-caption {
  right: 0%;
  left: 0%;
}

/* AJUSTAR CASO APROVADO! */

.contOndeEstamos {
  text-align: center;
  border-top: 3px solid #4565ef;
}

.contOndeEstamos h2 {
  padding: 50px;
}

.boxSuporte h3 {
  text-align: center;
  font-family: "roboto";
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  padding: 50px;
}

/* FIM DO AJUSTE */

#servicoEPS {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

.site {
  max-width: 1500px;
  width: 100%;
  margin: 0px auto;
}

.menuPrincipal {
  position: absolute;
  z-index: 1;
}

/* Modal do Orçamento */

#formModal {
  width: 100%;
}

#formModal div select[name="sobre"] {
  height: 44px !important;
}

.btnsFormularioModal {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btnFormularioModal {
  width: 20%;
  margin-right: 10px;
}

/* Fim do Modal do Orçamento */

.float {
  right: 20px;
  position: fixed;
  width: 96px;
  height: 96px;
  bottom: 30px;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
  text-decoration: none;
}

.my-float {
  margin-top: 16px;
  margin-left: 3px;
}

a.float:hover {
  color: #ffffff;
}

.formularioFloat {
  display: none;

  margin-top: -267px;
  margin-left: -130px;
}

.fechar-dialogo {
  display: none;

  background: url(../img/fechar-dialogo.svg);
  padding: 20px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  bottom: 470px;
  z-index: 999;
}

.dialogo {
  display: none;

  bottom: 400px;
  width: 270px;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #ffffff;
  border-radius: 45px;
  padding: 8px 20px;
}

.dialogo::after {
  content: "";
  top: 82px;
  right: 60px;
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid;
  background-color: #ffffff;
  position: absolute;
  border-color: transparent rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.125)
    transparent;
  transform: rotate(45deg);
}

/* Topo social, faixa Topo */

.faixaTopo {
  background-image: linear-gradient(to right, #4a6cff 34%, #0d234a);
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0px;
}

.faixaTopo a {
  text-decoration: none;
  color: #ffffff;
}

.topoSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email {
  margin-left: 5px;
}

.whatsapp {
  margin-left: 5px;
}

.telefone {
  margin-left: 5px;
}

.iconSocial {
  margin-right: 5px;
}

.topoRedes {
  display: flex;
}

.topoRedes div {
  margin-right: 5px;
}

.topoRedes div:nth-child(3) {
  margin-left: 5px !important;
}

.topoContato {
  margin-left: 5px;
}

.topoContato a{
  font-size: 20px;
}

/* Fim Topo Social e Faixa Topo */

/* LogoPrincipal e MenuPrincipal */

.menuFixo div .contMenu nav ul li {
  padding: 55px 15px;
}

.fixo{
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.redesFixo{
  height: 100px!important;
  top: 0px;
}

.menuFixo {
  top: 70px;
  height: 150px !important;
  background-color: #004868;
}

.menuFixo div article h1 a {
  width: 140px !important;
  height: 132px !important;
  margin: 10px auto 10px 10%;
}

.menuFixo .menuPrincipal nav li:nth-child(2) ul {
  top: 100px !important;
}

.contTopo {
  /*background-color: #004868;
  /*#293b49;*/
  /*height: 190px;*/
  height: 0px;
}

.contTopo div {
  display: flex;
  justify-content: flex-end;
}

/* LogoPrincipal e MenuPrincipal */

.contMenu {
  width: 70%;
}

.logoPrincipal {
  width: 30%;
}

.logoPrincipal h1 a {
  /* Coloque o Menu apenas com VN (CEO PARA PESQUISA DE IMG) */
  width: 184px;
  height: 180px;
  background: url("../img/logotipo.png") center/cover no-repeat;
  text-indent: -9999px;
  display: block;

  position: absolute;
  z-index: 1;

  margin: 5px 0px 5px 140px;
}

.menuPrincipal nav ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}
/* Alteração e Ajustes */
.menuPrincipal nav li {
  font-size: 28px;
  padding: 75px 25px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.menuPrincipal nav li a:hover {
  border-left: 3px solid #4565ef;
}

.menuPrincipal nav li a:hover {
  margin-bottom: 20px;
  font-weight: 600;
}

/* SERVIÇOS DO MENU (SUB-MENU) */
.menuPrincipal nav li:nth-child(2) a:hover {
  padding-bottom: 0px;
  border-bottom: none;
}

.menuPrincipal nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0px 5px;
}

/* SERVIÇOS DO MENU PRINCIPAL */

.menuPrincipal nav li:nth-child(2) ul {
  display: none;
  flex-direction: column;
  position: absolute;
  margin-left: -18px;
  top: 117px;
  padding: 2px;
  background-color: #004868;
  border: 1px solid #000;
  transition: top 0.9s ease-out;
}
/* Alteração e Ajustes */
.menuPrincipal nav li:nth-child(2) ul li {
  padding: 5px 0px !important;
  margin: 0px !important;
  font-size: 18px;
}

.menuPrincipal nav li:nth-child(2) ul li a {
  /*color: #4a6cff;*/
  color: #fff;
}

.menuPrincipal nav li:nth-child(2):hover ul,
.menuPrincipal nav li:nth-child(2).over ul {
  display: block;
  z-index: 100;
  /* Animação do Animate */
  animation: fadeIn;
  animation-duration: 1.5s;
}

/* FIM LogoPrincipal e MenuPrincipal */

/* BANNER DO SITE */

.efeitoSetas {
  opacity: 1;
  transition: opacity 0.15s ease;
  background-color: black;
}

.setaAnterior {
  background-color: black;
  opacity: 0.7;
  padding: 50px 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.setaProxima {
  background-color: black;
  opacity: 0.7;
  padding: 50px 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bannerTexto {
  width: 500px;
  height: 300px;
  padding: 30px;
  margin: 0px auto 200px auto;
  background-color: rgba(74, 108, 255, 0.4);
  animation: fadeInRightBig;
  animation-duration: 2s;

  z-index: 0 !important;
}

.bannerTexto h2 {
  margin-bottom: 10px;
  z-index: 999;
  color: #ffffff;
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: bold;
}

.bannerTexto p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  /*text-align: justify;*/

  line-height: 25px;
}

.btn-banner {
  border: #fff 1px solid;
}

.btn-banner a {
  color: #fff;
}

.btn-banner a:hover {
  text-decoration: none;
}

/* FIM DO BANNER DO SITE */

/* SEÇÃO DE SERVIÇOS / CONHEÇA NOSSOS SERVIÇOS !! */

.contServicos {
  text-align: center;
}

.boxServico {
  display: flex;
  justify-content: space-around;
}

.boxServico article {
  display: flex;
  width: 33%;
  margin-bottom: 50px;
}

.boxServico article img {
  width: 83px;
  height: 83px;
  margin-right: 10px;
}

.boxServico article p {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.contServicos h2 {
  padding: 50px 0;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #4565ef !important;
}

.contServicos .card {
  width: 28%;
  height: 630px;
}

.carousel-control-prev {
  position: absolute !important;
  top: 0px;
}

.carousel-control-next {
  position: absolute !important;
  top: 0px;
}

.carosselServicos carousel-inner {
  width: auto;
}

/* Posicionar os botões em alinhamento ? */

.contServicos .carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
  justify-content: space-around;
}

.btnSaibaMais {
  background-color: #4565ef !important;
}

.cardServico {
  text-align: left;
  border-top: 3px solid #4565ef;
}

.cardServico img {
  width: 100%;
}

.cardServico h2 {
  padding: 25px 0px 0px 0px;
  font-size: 22px;
  color: #4565ef;
  font-family: "Montserrat";
  font-weight: 500;
}

.cardServico p {
  font-family: "Yantramanav", sans-serif;
  color: #565969;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.cardServico a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  width: 40%;
  position: absolute;
  bottom: 20px;
}

.indicadores {
  position: static;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Oque foi mudado ATENÇÃO */
.indicadores li {
  width: 25px !important;
  height: 25px !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  border: 1px black solid !important;
  opacity: 1 !important;
  transition: opacity 0.6s ease !important;
}

.indicadores .active {
  opacity: 1 !important;
  background-color: #000000 !important;
}
/* FIM DO ATENÇÃO */

/* FIM SEÇÃO DE SERVIÇOS / CONHEÇA NOSSOS SERVIÇOS !! */

/* Sobre a Empresa */

.contSobre {
  /*margin-top: 150px;*/
  background: url("../img/background-sobre.webp") center/cover no-repeat;
}

.contBlocos {
  display: flex;
  justify-content: space-around;
  /*margin-top: 126px;*/
}

.blocosSobre {
  /*width: 418px;*/
  width: 32%;
  height: 331px;
  margin-top: 123px;
}

.blocosSobre:nth-child(2) {
  background-color: #4565ef;
}

.blocosSobre:nth-child(2) h2 {
  color: #ffffff !important;
}

.blocosSobre:nth-child(2) p {
  color: #ffffff !important;
}

.blocosSobre h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 22px;
  padding: 30px 0;
}

.blocosSobre p {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  /*text-align: justify;*/
}

/* FIM DO Sobre a Empresa */

/* LogoMarcas Parceiras */

.LogoMarcas {
  display: flex;
  justify-content: space-around;
}

/* FIM DO LOGOMARCAS PARCERIAS */

/* FOOTER */

.contFooter {
  background-color: #2250c4;
  color: #ffffff;
}

.contFooter div {
  display: flex;
  justify-content: space-around;
  padding: 50px;
  align-items: center;
}

.contFooter div article h2 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 22px;
}

.contFooter div article h3 {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: bold;
  text-align: center;
}

ol,
ul {
  padding-left: 0;
}

.contFooter div article ul li {
  font-family: "Roboto";
  font-size: 14px;
}

.contFooter div article ul li {
  padding: 10px 0px;
}

.contFooter div article ul li a {
  text-decoration: none;
  color: #ffffff !important;
}

.contFooter div article:nth-child(3) {
  text-align: center;
}

.contFooter div article:nth-child(3) h2 {
  padding: 30px 0px;
}

/*SUBMENU DO FOOTER */

.endereco li:nth-child(1) {
  display: flex;
  align-items: center;
}

.contFooter div article:nth-child(1) ul li:nth-child(1) ul {
  margin-left: 5px;
}

.contFooter div article:nth-child(1) ul li:nth-child(1) ul li {
  padding: 2px;
}
/* FIM DO SUBMENU FOOTER*/

.spansFooter {
  margin-left: 10px;
}

.spansTopo {
  margin-left: 5px;
}

.btnSolicitarOnline {
  background-color: #29a71a;
  border: #29a71a solid 1px;
  width: 100%;
  font-size: 22px;
}

.btnSolicitarOnline:hover {
  background-color: #198754;
}

.footerOrcamento h2 {
  padding: 30px 0px;
  text-align: center;
}

/* FIM DO FOOTER */

/* FAIXA FINAL E CRÉDITOS */

.faixaFooter {
  background-image: linear-gradient(to right, #4a6cff 34%, #0d234a);
}

.faixaFooter article {
  text-align: center;
  align-items: center;
  margin-bottom: -2%;
}

.faixaFooter article h2 {
  font-size: 22px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: bold;
  padding: 10px 0px;
}

/* FIM DA FAIXA FINAL E CRÉDITOS */

/* SERVIÇO ESPECIFICO */

.contServico h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #4565ef !important;
}

.servico {
  width: 100% !important;
  text-align: center;
  margin-bottom: 30px;
}

.servico h3 {
  padding: 50px;
}

.servico p {
  padding: 0 10px;
  text-align: justify;
}

.carosselProduto {
  width: 90%;
  margin: 10px 0;
}

.contCarossel {
  display: flex;
  justify-content: center;
}

.setaEsquerda {
  margin-left: 75%;
}

.setaDireita {
  margin-right: 75%;
}

.indicadoresServico {
  display: none;
}

.form {
  display: flex;
  justify-content: center;
  width: 100%;
}

.formulario {
  width: 50%;
  margin-top: 50px;
}

.formulario div input,
textarea[name="mens"],
select[name="sobre"] {
  font-size: 20px;
}

.formulario div select[name="sobre"] {
  height: 44px !important;
}

.formulario div input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.btnFormulario {
  font-size: 20px;
  margin: 10px 0 15px 0;
}

/* FIM DO SERVIÇO ESPECIFICO */

/* INICIO OQUE É EPS? */

.EPS-Sobre {
  display: flex;
}

.EPS-Sobre img {
  margin: 0px 50px;
}

.cardEPS {
  padding: 10px;
  margin: 20px 50px;
}

.elementoCard {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  border-top: 3px solid #4565ef;
}

.elementoCard h3 {
  margin: 20px 0px 20px 30px;
}

.elementoCard a {
  text-decoration: none;
}

.btnSetasVantagens,
.btnSetasRefrigera,
.btnSetasVantagensCasaIsopor {
  padding: 20px;
}

.corpoElementoCard {
  width: 100%;
  display: none;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 20px 0px 20px 30px;
}

.corpoElementoCardAtivo {
  display: flex;
  flex-direction: column;
}

.checkList {
  margin-left: 5px;
}

/* FIM DO OQUE É EPS? */

/* Quem Somos ? - Sobre VN Industria */

.VN-Sobre {
  display: flex;
  margin-bottom: 20px;
}

.cardSobre {
  padding: 10px;
  margin: 0px 20px;
}

.VN-Sobre img {
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
}

.destaqueSobre {
  background: url("../img/pexels-pixabay-221047.png") no-repeat center/cover;
  text-align: center;
}

.destaqueSobre article img {
  margin: 50px;
  width: 200px;
}

.contValores {
  text-align: center;
  padding: 50px;
}

.contValores h2 {
  color: #4565ef !important;
  padding: 50px;
}

.blocosValores {
  display: flex;
  justify-content: space-around;
}

.blocosValores div {
  width: 352px;
  text-align: center;
  margin-bottom: 10px;
}

.blocosValores div h3 {
  font-size: 18px;
}

.blocosValores div img {
  width: 30%;
}

/* Fim do quem somos */

/* SUSTENTABILIDADE VN INDUSTRIA */

.EPS-Sustentabilidade {
  text-align: center;
  margin-top: 50px;
}

.EPS-Sustentabilidade div {
  display: flex;
}

.EPS-Sustentabilidade div article {
  width: 360px;
}

.EPS-Sustentabilidade div article img {
  width: 25%;
}

.EPS-Sustentabilidade div article p {
  padding: 10px 0px;
}

.EPS-Sustentabilidade h2 {
  padding: 50px;
  color: #4565ef !important;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: bold;
}

.sustentabilidade {
  text-align: center;
  background: url("../img/pexels-felix-mittermeier-957024.jpg") no-repeat
    center/cover;
  color: #ffffff;
}

.sustentabilidade h2 {
  padding: 50px 0px 50px 0px;
  font-weight: bold;
  background-color: rgba(34, 34, 34, 0.7);
}

.VN-Sustentabilidade {
  margin: 50px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.VN-Sustentabilidade img {
  margin: 25px;
}

.VN-Sustentabilidade p {
  padding: 0px 30px 0px 30px;
}

/* FIM DO SUSTENTABILIDADE */

/* EQUIPE */

.contEquipe {
  background: url(../img/pexels-pixabay-221047.png);
}

.contEquipe h2 {
  color: #ffffff;
  text-align: center;
  padding: 50px;
  font-weight: bold;
}

.equipe {
  display: flex;
  justify-content: space-around;
}

.equipe div {
  width: 31%;
  align-items: center;
  padding: 20px;
}

.equipe div:nth-child(2) {
  background-color: #4565ef;
  color: #ffffff;
}

.equipe div h3 {
  font-size: 18px;
  line-height: 125%;
  text-align: none;
}

.equipe div img {
  width: 22%;
}

/* FIM DO EQUIPE */

/* toda resolução acima de 600 não seja visualizada os buttons*/
@media not all and (max-width: 600px) {
  .abrir-menu,
  .fechar-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  .logoPrincipal h1 a {
    width: 140px;
    height: 140px;
    margin: 5px 0px 5px 90px;
    
  }

  .menuPrincipal nav li {
    font-size: 23px;
    padding: 50px 15px;
  }

  .menuPrincipal nav li:nth-child(2) ul {
    top: 82px;
  }

  .menuFixo div article h1 a {
    width: 140px !important;
    height: 132px !important;
  }

  .bannerTexto {
    width: 500px !important;
    height: 270px !important;
  }
  .carosselProdutos-fix{
    width: 70%!important;
  }
}

/* RESPONSIVO DE 601px ATÉ O 900px */

@media (max-width: 900px) {
  .VN-Sobre img {
    margin: 10px auto;
  }

  .topoRedes {
    margin-right: 5px;
  }

  /* Boneco link formulário */
  .dialogo {

    font-size: 1em;
    width: 230px;
    bottom: 390px;
  }

  .formularioFloat {

    margin-left: -125px;
    margin-top: -252px;
  }

  .fechar-dialogo {

    bottom: 442px;
    margin-right: -1%;
  }

  /* Modal Orçamento */

  #formModal {
    width: 100%!important;
  }

  #formModal div input {
    width: 100%;
  }

  /* Fim Modal */

  /* Balão Whatzapp */
  .float {
    right: 3% !important;
    left: auto !important;
  }
  /* Fim do Balão */

  /* Topo Contato e Redes Sociais */
  .topoContato {
    margin-left: 5px;
  }

  /* FIM DO Topo Contato e Redes Sociais */

  /* Menu Principal e LogoTipo Principal */

  .contTopo {
    flex-direction: row;
    /*
    display: flex;
    height: 160px;
    */
  }

  .contMenu {
    background-image: none;
    width: 83%;
  }

  .logoPrincipal h1 a {
    width: 116px !important;
    height: 120px !important;
    background-image: url(../img/logomobile.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    z-index: 1;
  }

  .menuPrincipal nav ul {
    justify-content: space-around;
    margin-right: 0px !important;
  }

  .menuFixo .menuPrincipal nav li:nth-child(2) ul {
    top: 110px !important;
  }

  .menuPrincipal nav li:nth-child(2) ul {
    top: 73px !important;
  }

  .menuPrincipal nav li {
    padding: 40px 10px;
  }

  .menuPrincipal nav li a {
    /*color: #4a6cff;*/
    color: #fff;
    font-size: 0.8em;
  }

  .menuPrincipal nav li:nth-child(2) ul {
    top: 360px;
  }
  /* Alteração e Ajustes */
  .menuPrincipal nav li:nth-child(2) ul li {
    font-size: 0.6em;
    margin: 0px !important;
  }

  /* FIM MenuPrincipal e LogoTipo Principal */

  /* BANNER PRINCIPAL */

  #banner,
  #bannerMobile {
    display: none;
  }

  #bannerTablet {
    display: block;
    height: 650px;
  }

  img.bannerTablet1,
  img.bannerTablet2,
  img.bannerTablet3 {
    height: 650px;
  }

  #banner .carousel-item img {
    width: 100%;
  }

  div.carousel-caption.d-none.d-md-block.bannerTexto {
    margin: 0px auto 17% auto !important;
    padding: 33px;
  }

  #banner .bannerTexto h2 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  #banner .bannerTexto p,
  button {
    font-size: 1em !important;
  }

  #banner .carousel-caption {
    right: 0%;
    left: 0%;
    top: 10px;
  }

  /* FIM DO BANNER PRINCIPAL */

  /* SERVIÇOS */

  .contServicos h2 {
    font-size: 2em;
    margin-top: 120px;
  }

  .boxServico {
    align-items: center;
    flex-direction: column;
  }

  .boxServico article {
    width: 70%;
  }

  .boxServico article p {
    font-size: 1.1em;
  }

  /* Carossel dos Serviços */

  .carosselServicos {
    display: none;
  }

  #servicoEPS {
    display: block !important;
  }

  #servicoEPS {
    padding: 50px !important;
  }

  .setaProximaCarosselMobile {
    opacity: 0.5;
    width: 30px;
    padding: 50px 0px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .setaAnteriorCarosselMobile {
    opacity: 0.5;
    width: 30px;
    padding: 50px 0px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .contServicos .card {
    width: 50%;
    height: auto;
  }

  .cardServico h2 {
    margin-top: 0px;
  }

  .cardServico p {
    font-size: 1.2em;
  }

  .cardServico a {
    position: static;
    bottom: 0px;
  }

  /* Fim do Carossel de Serviços */

  /* Fim Seção Serviços */

  /* Seção Sobre a EMPRESA */

  .contBlocos {
    flex-direction: column;
    align-items: center;
  }

  .blocosSobre {
    margin-top: 25px;
    width: 65%;
  }

  .blocosSobre h2 {
    font-size: 1.7em;
  }

  .blocosSobre p {
    font-size: 1.1em;
  }

  /* Fim do Sobre VN */

  /* FOOTER */

  .contFooter div article {
    width: 100%;
  }

  .contFooter div {
    flex-direction: column !important;
  }

  .contFooter div article:nth-child(1) ul li:nth-child(1) {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contFooter div article h3 {
    font-size: 1.1em;
  }

  .contFooter div article ul li {
    text-align: center;
  }

  .contFooter div article:nth-child(1) ul {
    margin-top: 15px;
  }

  .contFooter div article:nth-child(1) ul li:nth-child(1) ul {
    margin-left: 0px;
  }

  .iconLocalizacaoFooter:before {
    margin-right: 0px;
    font-size: 30px;
    top: 0;
  }

  .contFooter div article ul li,
  .contFooter div article ul li span,
  .contFooter div article ul li a {
    font-size: 0.93em;
  }

  .contFooter div article h2 {
    font-size: 1.2em;
  }

  .divisao {
    border-top: 1px solid #fff;
    width: 80%;
    height: 25px !important;
    padding: 0px !important;
  }

  .footerOrcamento {
    text-align: center;
  }

  .btnSolicitarOnline {
    font-size: 1.4em !important;
    width: 80%;
  }

  /* FIM DO FOOTER */

  /* FAIXA FINAL */

  .faixaFooter article h2 {
    font-size: 1.4em;
  }
  /* FIM DO FAIXA FINAL */

  /* Quem Somos? */

  .VN-Sobre {
    display: block;
    text-align: center;
  }

  .contServico h2 {
    font-size: 2em;
    margin-top: 120px;
  }

  .contOndeEstamos h2 {
    font-size: 2em;
  }

  .blocosValores div {
    width: 31%;
  }

  .blocosValores div h3 {
    font-size: 1.2em;
  }

  /* Fim do Quem Somos */

  /* Serviços */

  .servico h3 {
    font-size: 1.7em;
  }

  .formulario {
    width: 80%;
  }

  /* Fim do Serviços */

  /* O que é EPS */

  .EPS-Sobre {
    display: block;
    text-align: center;
  }

  .elementoCard h3 {
    font-size: 1.7em;
  }

  /* Fim do O que é EPS */

  /* Sustentabilidade */

  .EPS-Sustentabilidade {
    margin-top: 120px;
  }

  .EPS-Sustentabilidade h2 {
    font-size: 2em;
    padding: 0% !important; /* Alteração e Ajustes */
  }

  .EPS-Sustentabilidade div article {
    width: 31%;
  }

  .EPS-Sustentabilidade div article img {
    width: 50%;
  }

  .EPS-Sustentabilidade div article p {
    padding: 10px 5px;
    font-size: 1.1em;
  }

  .sustentabilidade h2 {
    font-size: 2em;
  }

  .VN-Sustentabilidade p {
    font-size: 1.1em;
  }

  /* Fim do Sustentabilidade */

  /* Equipe VN */

  .equipe {
    flex-direction: column;
    align-items: center;
  }

  .equipe div {
    width: 50%;
  }

  .equipe div:nth-child(1),
  .equipe div:nth-child(2) {
    margin-bottom: 30px;
  }

  .equipe div h3 {
    font-size: 1.2em;
  }

  .equipe div img {
    width: 20%;
  }

  /* Fim do Equipe VN */
}

/* FIM DO RESPONSIVO 601 ATÉ O 900PX */

@media (max-width: 600px) {
  /* RESPONSIVO DE 0px ATÉ 600px */

  .menuFixo div article h1 a{
    width: 140px !important;
    height: 132px !important;
  }

  .topoSocial{
    justify-content: center;
  }

  .topoRedes>div>a>img{
    width: 40px;
    height: 40px;
  }

  #modalContato{
      z-index: 99999;
  }

  .fechar-dialogo {

    bottom: 453px;
    margin-right: 0%;
  }

  /* Boneco link formulário */
  .dialogo {

    bottom: 372px;
    width: 280px;
    font-size: 0.9em;
    padding: 20px;
  }

  .formularioFloat {

    margin-left: -100px !important;
    width: 200px !important;
    height: auto !important;
  }

  /* Float Whatsapp */

  .float {
    right: 0 !important;
    left: auto !important;
  }

  /* Topo Contato */

  .topoContato a,
  .topoContato span:nth-child(2),
  .topoContato img {
    display: none;
  }

  .iconeTopoWhatsapp,
  .spaceItensTopo,
  .iconeTopoTelefone,
  .spaceItensTopoRedes{
    display: none;
  }

  .spansTopo {
    font-size: 1.5em;
    margin-left: 5px;
  }

  /* Fim do Topo Contato */

  /* Menu Principal e LogoPrincipal */

  .contTopo {
    flex-direction: row !important;
  }

  /* Banner Mobile */
  #bannerMobile img {
    width: 100% !important;
  }

  #bannerMobile .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
  }

  #bannerMobile .carousel-caption {
    bottom: 60px;
    right: 0%;
    left: 0%;
  }

  #bannerMobile .carousel-indicators li:active {
    border: 1px solid #000;
  }

  .bannerTexto {
    width: 300px !important;
    height: 200px !important;
    padding: 10px;
    margin: 0px auto 0% auto !important;
  }

  .btn-banner {
    font-size: 0.8em !important;
  }

  .bannerTexto h2 {
    font-size: 1em;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .bannerTexto p {
    font-size: 0.8em;
    text-align: center;
    line-height: 17px;
  }

  .bannerTexto button {
    font-size: 0.5em !important;
    position: absolute !important;
    right: 115px !important;
    bottom: 2% !important;
  }

  ol.carousel-indicators.indicadoresMobile {
    bottom: 0px;
  }

  /* LOGO */

  .logoPrincipal {
    width: 70% !important;
    margin-left: 5px;
  }

  .logoPrincipal h1 a {
    width: 116px !important;
    height: 120px !important;
    margin: 5px auto 5px 40px !important;
    background-image: url(../img/logomobile.webp) !important;
    background-size: cover !important;
    background-position: center !important;

    position: absolute;
    z-index: 1;
  }

  .contMenu {
    flex-direction: row !important;
    width: 30% !important;
    display: flex;
    justify-content: center;
  }

  /* Alteração e Ajustes */
  .menuPrincipal {
    flex-direction: row;
    margin-top: 15%;
    margin-right: 1%;
  }

  .menuPrincipal nav {
    height: 100%;
    /*background-color: rgba(00, 00, 00, 0.8);*/
    background-color: rgba(0, 72, 104, 0.8);
    max-width: 320px;
    width: 50%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -350px;
    transition: right 0.9s ease-out;
  }

  .menu-ativo .menuPrincipal nav {
    right: 0px;
  }

  .menuPrincipal nav li a:hover {
    border-bottom: none;
  }

  .menuPrincipal nav ul {
    flex-direction: column;
    margin-top: 25px;
    align-items: center;
  }

  .menuPrincipal nav ul li {
    padding: 0px;
  }

  .menuPrincipal nav ul li:nth-child(4) {
    text-align: center;
  }

  .menuPrincipal nav ul li a {
    color: #ffffff;
    font-size: 1em;
    line-height: 60px;
  }

  /* Desabilitando o submenu e colocando uma navegação suave */

  .menuPrincipal nav ul li:nth-child(3) {
    display: block !important;
  }

  .menuPrincipal nav ul li:nth-child(2) {
    display: none !important;
  }

  .menuPrincipal nav li:nth-child(2) ul,
  .menuPrincipal nav li:nth-child(2) {
    display: none !important;
  }

  .abrir-menu {
    background: url(../img/menu.svg);
    padding: 1.1em !important;
    position: absolute;
    z-index: 1;
    right: 18px;
    display: block;
    border: 0;
    top: 0px;
  }

  .fechar-menu {
    background: url(../img/fechar.svg);
    padding: 20px;
    display: block;
    border: 0;
    margin: 5%;
  }

  .menuFixo div .contMenu nav ul li {
    padding: 0px 15px;
  }

  /* FIM MENU */

  /* Fim do Menu Principal e LogoPrincipal */

  /* Banner Principal */

  #banner,
  #bannerTablet {
    display: none;
  }

  #bannerMobile {
    display: block;
  }

  /* Fim do Banner Principal */

  /* Seção Serviços */

  .contServicos h2 {
    font-size: 2em;
    margin-top: 30px !important;
  }

  .contServicos .card {
    width: 75% !important;
  }

  .boxServico {
    align-items: center;
    flex-direction: column;
  }

  .boxServico article {
    width: 95% !important;
  }

  .boxServico article p {
    font-size: 1.1em;
  }

  /* Carossel dos Serviços */

  .carosselServicos {
    display: none;
  }

  #servicoEPS {
    display: block;
  }

  #servicoEPS {
    padding: 50px !important;
  }

  .setaProximaCarosselMobile {
    opacity: 0.5;
    width: 30px;
    padding: 50px 0px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .setaAnteriorCarosselMobile {
    opacity: 0.5;
    width: 30px;
    padding: 50px 0px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .contServicos .card {
    width: 95% !important;
  }

  .cardServico p {
    font-size: 1.2em;
  }

  /* Fim do Carossel de Serviços */

  /* Fim Seção Serviços */

  /* Sobre a Empresa */

  .contBlocos {
    align-items: center;
    flex-direction: column;
  }

  .blocosSobre {
    width: 95% !important;
  }

  .blocosSobre h2 {
    font-size: 1.4em !important;
  }

  .blocosSobre p {
    font-size: 1.1em;
  }

  /* FIM DO SOBRE A EMPRESA */

  /* FOOTER */

  .contFooter div {
    flex-direction: column;
    align-items: center;
  }

  .contFooter div article {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .contFooter div article:nth-child(3) {
    border-bottom: none;
  }

  .contFooter div article h3 {
    font-size: 1.1em;
    margin-top: 30px;
  }

  .contFooter div article ul li,
  .contFooter div article ul li span,
  .contFooter div article ul li a {
    font-size: 1em !important;
  }

  .contFooter div article h2 {
    font-size: 1.2em;
  }

  .btnSolicitarOnline {
    font-size: 1.4em !important;
    width: 80%;
  }

  /* FIM DO FOOTER */

  /* FAIXA FINAL */

  .faixaFooter article h2 {
    font-size: 1.4em;
  }

  /* FIM DO FAIXA FINAL */

  .contServico h2 {
    margin-top: 30px !important;
  }

  /* O que é EPS */

  .cardEPS {
    margin: 20px 5px;
  }

  .elementoCard h3 {
    font-size: 1.4em !important;
    padding: 0px 60px 0px 0px;
  }

  .EPS-Sobre img {
    margin: 0px !important; /* Alteração e Ajustes */
  }

  /* Fim do O que é EPS */

  /* Equipe */

  .equipe div {
    width: 95% !important;
  }

  .blocosValores {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blocosValores div {
    width: 95% !important;
    margin-bottom: 30px;
  }

  /* Fim do Equipe VN */

  /* VN SOBRE */

  .VN-Sobre img {
    width: 100%;
  }

  /* FIM DO VN SOBRE */
}

/* FIM DO RESPONSIVO 600PX */
