/*Reset*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
ul {
  margin-bottom: 0;
}
body {
  width: 100%;
  background-size: 100%;
  margin-top: 90px;
}
html {
  scroll-behavior: smooth;
}
body:root {
  scroll-margin-top: 50px;
}

/* body::root {
  scroll-margin-top: -10rem;
} */
/*fontes*/
@font-face {
  font-family: erasDemi;
  src: url("fonts/ERASDEMI.TTF");
}
@font-face {
  font-family: erasBold;
  src: url("fonts/ERASBD.TTF");
}
@font-face {
  font-family: erasLight;
  src: url("fonts/ERASLGHT.TTF");
}
@font-face {
  font-family: erasMedium;
  src: url("fonts/ERASMD.TTF");
}
/*padrao cores*/
:root {
  --principal: #33445e;
  --branco: #fff;
  /* --titulos:#5289bc; */
  --titulos: #0c66ba;
  --claro: #aadaff;
  --texto-padrao: #565c62;
  --ativo: #6a778a;
}

/*Estilos Padr�es*/
.title {
  color: #236695;
  font-family: "erasBold", sans-serif;
  font-size: 30pt;
  letter-spacing: 1px;
  text-align: initial;
}
.subtitle {
  color: var(--titulos);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20pt;
  letter-spacing: 1px;
}
.box {
  padding: 3.2rem 6.5rem 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

main {
  background-color: #f5f5f5;
}

header {
  background-color: #fff;
  display: flex !important;
  align-items: center;
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  padding: 0 10%;
  border-bottom: 1px solid #dadada;
}
.logo img {
  width: 250px;
  height: 55px;
}
.menu {
  display: flex;
  justify-content: flex-start;
}
.menu ul {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.menu ul li {
  padding: 1rem;
}
.menu a {
  color: #707070;
  font-family: "erasDemi", sans-serif;
  transition: all ease-in-out 0.2s;
}
.menu a:hover {
  color: #000;
}

/*Banner*/
.carousel-inner {
  width: 100% !important;
}
.carousel-item .carrossel_desktop {
  height: 500px;
}
.carousel-item .carrossel_mobile {
  display: none;
}
/*Sobre*/
.sobre {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px 0px;
  border-left: 15px solid #236695;
  position: relative;
  background-image: url(../imgs/2022/Foto_Sobre.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 500px;
  background-color: #f5f5f5;
}
.texto-sobre_novo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
  box-shadow: 0 3px 53px rgba(0, 0, 0, 0.16);
  background: #fff;
  width: 65%;
  z-index: 1;
}
.sobre .title {
  margin: 2rem 0 0 2rem;
}
.texto-sobre_novo p {
  font-size: 1.1rem;
  color: #707070;
  font-family: "erasMedium", sans-serif;
  padding: 4rem 2rem;
}
.texto-sobre {
  color: #25425f;
  line-height: 30px;
  max-width: 673px;
}
.img-sobre img {
}

section.missao-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2.5rem auto;
}
.missao {
  flex: 1;
  text-align: center;
}
.visao {
  flex: 1;
  text-align: center;
  margin: 0 2rem;
}
.valores {
  flex: 1;
  text-align: center;
}
section.missao-section p {
  color: var(--texto-padrao);
}

.servicos {
  display: flex;
  background: url("../imgs/2022/Foto_ManuPrev.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 60%;
  height: auto;
  margin: 60px 0px;
  background-color: #f5f5f5;
}

.container-accordion {
  background-color: #2488ce;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.cont-servicos {
  width: 50%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.cont-servicos article {
  margin-top: 2.5rem;
}
.galeria-servicos {
  width: 45%;
}
h1.titulos-servicos:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2dc";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--titulos);
}
.titulos-servicos {
  color: var(--texto-padrao);
  font-weight: 100;
  font-size: 1.4rem;
  cursor: pointer;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.lista-servicos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin-top: 6%;
}
.item-servicos {
  margin: 5px;
}
.item-servicos img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
}
.texto-collapso {
  color: var(--texto-padrao);
}
.card {
  background: none;
  border: none;
}
.card-header {
  border-bottom: 1px solid #ffff;
  padding: 0.75rem 0;
  font-family: "erasBold", sans-serif;
}
.btn-link {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  border: none;
  text-decoration: none !important;
}
.btn-link:hover {
  color: #fff;
}
.card-body {
  padding: 0.25rem;
  color: #fff;
  font-family: "erasMedium", sans-serif;
}
.btn {
  padding: 0px;
}
/*Dicas*/

.dicas {
  background-color: #f5f5f5;
}
.setinhas {
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  margin: 2rem 0;
}
.setinhas .direita,
.setinhas .esquerda {
  width: 40px;
  height: auto;
  transition: all ease 0.1s;
}
.setinhas .direita {
  transform: rotate(180deg);
  cursor: pointer;
  transition: all ease 0.1s;
}
.setinhas .direita:hover {
  transform: rotate(180deg) scale(1.2);
}
.setinhas .esquerda:hover {
  transform: scale(1.2);
}

.setinhas .esquerda {
  cursor: pointer;
}
.dicas .title {
  margin-left: calc(2rem + 30px);
}
.img-carrossel_dicas {
  width: 500px;
  position: relative;
}
.container-texto {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
}

.container-texto h1 {
  text-align: center;
  font-family: "erasBold", sans-serif;
  font-size: 2rem;
  color: #fff;
}

.container-texto p {
  font-size: 1.3rem;
  color: #fff;
  font-family: "erasMedium", sans-serif;
}

.img-carrossel_dicas img {
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: var(--ativo) !important;
  padding: 5px;
  border-radius: 8px;
  width: max-content;
}
.nav-pills .nav-link {
  color: #25425f;
}
.dicas-cont {
  justify-content: left;
  align-items: flex-start;
  margin-top: 2.5rem;
}
div#v-pills-tabContent {
  max-width: 540px;
  color: #25425f;
  margin: 0px 0px 0px 200px;
}

/*certid�es*/
.lista-certidao {
  display: flex;
  justify-content: center;
}
.item-certidao {
  margin: 45px 20px;
}
.item-certidao img {
  object-fit: cover;
}

/*Redes sociais*/
.cont-redeSocial {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
/*Clientes*/
.clientes {
  background: #fff;
  padding: 60px 0;
}
.lista-clientes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
}
.lista-clientes img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin: 10px 20px;
}

/*Contato e calculadora*/
div#resultadoCalculo {
  background: var(--principal);
  padding: 20px 4rem;
  border-radius: 8px;
  color: var(--branco);
  margin-top: 1.5rem;
}
div#resultadoCalculo h3 {
  font-family: "erasBold", sans-serif;
}
div#resultadoCalculo p {
  font-family: "erasMedium", sans-serif;
  font-size: 1.2rem;
}
.contato-calc {
  background: url("../imgs/bgBranco.png") no-repeat;
  background-size: cover;
  padding-bottom: 3.2rem;
}
/* button#resultado {
  padding: 5px 10px;
  border-radius: 25px;
  background: #0c66ba;
  color: #fff;
  font-family: "erasMedium", sans-serif;
  border: 1px solid #fff;
  outline: none;
} */
section.calculadora {
  background-color: #fff;
  padding-top: 2rem;
  position: relative;
}
.container-textos-calc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.164);
  padding: 2rem 6rem;
}
.container-textos-calc h1 {
  font-size: 2rem;
  color: #236695;
  font-family: "erasBold", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
}

.container-textos-calc h5 {
  color: #236695;
  font-size: 1.4rem;
  font-family: "erasBold", sans-serif;
  text-align: center;
  margin: 0;
}

.container-textos-calc p {
  color: #707070;
  font-size: 1.1rem;
  font-family: "erasMedium";
  text-align: center;
  line-height: 1;
}

#resultadoCalculo {
  justify-content: center;
  align-items: center;
  width: 53%;
  height: 350px;
  flex-direction: column;
}

.titleCalc {
  color: var(--titulos);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30pt;
  letter-spacing: 1px;
  text-align: center;
}
/*Contato*/
.contato {
  background-color: #fff;
  padding-top: 3rem;
}
.contato .title {
  color: #fff;
}
.form-contato .form-group {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-contato {
  padding: 1rem;
  width: 40%;
  background-color: #236695;
}
.form-group label {
  color: #fff;
  font-family: "erasMedium", sans-serif;
  font-size: 0.9rem;
}
.form-contato .form-group input::placeholder,
.form-contato .form-group textarea::placeholder {
  color: #707070;
  font-family: "erasMedium", sans-serif;
  font-size: 0.8rem;
}
.group-btn {
  display: flex;
  justify-content: center;
}
button.btn-padrao {
  padding: 5px 15px;
  border-radius: 25px;
  background: #0c66baa8;
  color: #fff;
  font-family: "erasMedium", sans-serif;
  border: 1px solid #fff;
  outline: none;
}
.button_contato {
  background-color: #fff;
  padding: 5px 10px;
  color: #0c66ba;
  box-shadow: -2px -2px 0px #00fac6;
  font-family: "erasBold", sans-serif;
  font-size: 1.2rem;
  border: none;
  outline: none;
}
.container-left-contact {
  width: 60%;
}
.container-img-contato {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.container-img-contato img {
  height: 300px;
  object-fit: cover;
}

.container-img-contato p {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  width: 400px;
  font-family: "erasBold", sans-serif;
  text-shadow: -1px -1px 0px #00fac6;
}
.logo-number img {
  width: 300px;
}
.logo-number p {
  color: #236695;
  font-family: "erasDemi", sans-serif;
  font-size: 2rem;
}
#instafeed {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#instafeed img {
  width: 100%;
  height: 280px;
}
.link-insta .borda-insta {
  height: 3px;
  width: 70%;
  background-color: #00fac6;
  border-radius: 25px;
}
.link-insta a {
  color: #0c66ba;
  font-size: 2rem;
  font-family: "erasBold", sans-serif;
}
.form-calculadora {
  background-color: #236695;
  padding: 1rem 3rem;
  width: 53%;
}
input#display,
input#displaypessoas,
input#displayjanela,
input#displayjanela,
input#displayeletronico {
  display: block;
  display: block;
  width: 55px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #236695;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0 10px;
  text-align: center;
  font-family: "erasBold", sans-serif;
}
.range-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  padding: 0.5rem;
  background-color: #fff;
}
.range-group label {
  color: #236695;
  font-family: "erasBold", sans-serif;
  font-size: 1.2rem;
  margin: 0;
}
.range-group .icones {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 1rem;
  background-color: #61a9dc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.range-group .icones i {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}
button.btn-padrao {
  margin-top: 1rem;
}
/*Redes Sociais lateral*/
.lateral-social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  padding: 10px 15px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.322);
}
.lateral-social ul {
  margin: 0 !important;
}
.lateral-social ul li:nth-child(2) {
  margin: 1rem 0;
}
.social-img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
}
.social-img:hover {
  transform: scale(1.1);
}

/*Rodape*/
footer {
  background-color: #fff;
}
.endereco {
  display: flex;
  justify-content: center;
  text-align: center;
}
.endereco h1 {
  color: var(--branco);
  font-size: 2rem;
}
.endereco span {
  color: var(--claro);
  font-size: 14px;
}
.mapa-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-footer {
  margin: 0 50px;
}
.nav-footer ul {
  display: flex;
}
.nav-footer li {
  margin: 0 10px;
}
.nav-footer a {
  color: var(--branco);
  font-weight: bold;
}
.nav-footer a:hover {
  color: var(--claro);
}
.icon {
  display: none;
}
.location {
  display: flow-root;
  float: left;
  max-width: 188px;
  margin-right: 150px;
}
.phone {
  display: flow-root;
  float: right;
  max-width: 232px;
}
.container-parallax {
  height: 400px;
}
.parallax {
  background-image: url("../imgs/2022/Parallax.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.parallax h2 {
  font-size: 2.9rem;
  color: #fff;
  font-family: "erasBold", sans-serif;
}
.container-parallax .detalhe-parallax {
  position: absolute;
  top: -25px;
  right: 0;
  border-top-left-radius: 25px;
  width: 40%;
  background-color: #00fac6;
  height: 25px;
}
.container-parallax .detalhe2-parallax {
  position: absolute;
  bottom: -25px;
  left: 0;
  border-bottom-right-radius: 25px;
  width: 40%;
  background-color: #00fac6;
  height: 25px;
}

.logo-zaite {
  border-top: 1px solid rgba(112, 112, 112, 0.336);
  padding: 0.5rem 0;
}


.splide__slide {
  border: 1px solid #707070;
  box-shadow: 3px 3px 3px rgba(112, 112, 112, 0.4);
  margin: 5px !important;
  padding: 5px;
}

.splide__slide img {
  width: 100%;
}

/*Responsivo*/

@media only screen and (max-width: 1300px) {
  .sobre {
    padding: 0px 10px;
  }
  .cont-servicos {
    margin-left: 0px;
  }
  .servicos {
    padding: 0px 30px;
  }
  .lista-servicos {
    margin-left: 132px;
  }
  .dicas {
    padding: 90px 0px;
    margin-left: 30px;
  }
  div#v-pills-tabContent {
    margin: 0px 0px 0px 140px;
  }
  .logo-footer img {
    margin-left: 55% !important;
  }
}

@media only screen and (max-width: 900px) {
  section.missao-section.container {
    flex-direction: column;
  }
  .servicos {
    flex-direction: column;
  }
  .mapa-site {
    flex-direction: none;
  }
  header {
    height: auto;
    flex-direction: column;
  }
  .menu ul {
    width: 100%;
    flex-direction: column;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .galeria-servicos {
    width: 100%;
  }
  div#v-pills-tab {
    margin-bottom: 1.5rem;
  }
  .nav-footer ul {
    display: none;
  }
  .title {
    font-size: 2rem;
  }
  .texto-sobre {
    line-height: inherit;
  }
  .img-sobre img {
    display: none;
  }
  .icon {
    display: block;
    font-size: 2rem;
  }
  header {
    height: auto;
    flex-direction: column;
  }
  nav.menu {
    width: 100%;
    margin: 0px;
  }
  .carousel-inner {
    height: auto !important;
    margin-bottom: 15px;
  }
  .cont-servicos {
    margin-right: 0px;
    margin-left: 30px;
    width: auto;
  }
  .lista-servicos {
    width: 98%;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 15px;
    max-width: none;
  }
  .dicas {
    margin-left: 0px;
  }
  .clientes h1 {
    margin-left: 0px;
  }
  div#v-pills-tabContent {
    margin-left: 16px;
  }
  .card-body {
    max-width: 630px;
  }
  .menu ul {
    width: 100%;
    flex-direction: column;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #0c66ba;
  }
  .social-img {
    width: 30px;
    height: inherit;
  }

  .mapa-site img {
    margin-top: -62% !important;
    margin-left: 25% !important;
  }

  .zaite img {
    margin-top: -80% !important;
    margin-left: -25% !important;
  }
  .servicos {
    padding: 100px 30px;
  }
  .dicas {
    padding: 100px 30px;
  }
  .clientes {
    padding: 100px 30px;
  }
  .calculadora {
    padding: 100px 0px;
  }
  .contato {
    padding: 100px 0px;
  }
  #instafeed {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {

  .parallax h2 {
    text-align: center;
  }
  .splide__slide img {
    width: 100%;
  }
  .setinhas .direita,
  .setinhas .esquerda {
    width: 25px;
  }

  .parallax {
    background-size: cover;
  }
  .dicas .title {
    margin: 0;
  }
  .img-sobre img {
    display: none;
  }
  .carousel-inner {
    height: inherit !important;
  }
  .title {
    font-size: 2rem;
  }
  .texto-sobre {
    line-height: inherit;
  }
  section.missao-section.container {
    flex-direction: column;
  }
  .servicos {
    flex-direction: column;
  }
  .cont-servicos {
    width: 100%;
  }
  .galeria-servicos {
    width: 100%;
  }
  .lista-servicos {
    max-width: inherit;
  }
  .lista-clientes img {
    width: 115px;
    height: 115px;
  }
  .missao {
    text-align: left;
  }
  .visao {
    text-align: left;
    margin: 1.5rem 0;
  }
  .valores {
    text-align: left;
  }
  nav.menu {
    width: 100%;
    margin: 0px;
  }
  header {
    position: fixed;
  }
  .cont-servicos {
    width: 100%;
    margin: 2% 0px;
  }
  .item-servicos img {
    width: 135px;
    height: 135px;
    margin-bottom: 6%;
  }
  .dicas-cont {
    margin-top: 1.5rem;
  }
  .dicas {
    padding: 10px;
    margin: 0px;
  }
  div#v-pills-tabContent {
    margin: 0px 6%;
  }
  .max-title {
    max-width: 100%;
  }
  .title {
    text-align: center;
  }
  #img1 {
    margin-top: 10% !important;
    width: 132px !important;
    height: auto !important;
    margin: 0px !important;
  }
  #img2 {
    margin-left: 0px !important;
    margin-top: 10% !important;
  }
  .endereco h1 {
    font-size: 1rem;
  }
  .nav-footer {
    display: none;
  }
  .mapa-site {
    flex-direction: column;
  }

  form#form-calculadora {
    width: 100% !important;
  }
  div#resultadoCalculo {
    width: 100% !important;
  }
  .servicos {
    padding: 10px;
  }
  .titleCalc {
    font-size: 30px;
  }
  .lista-servicos {
    margin-left: 0px;
  }
  .servicos {
    padding: 0px 30px;
  }
  .dicas {
    padding: 0px 30px;
  }
  .clientes {
    padding: 30px 0px;
  }
  .calculadora {
    padding: 0px 0px;
  }
  .contato {
    padding: 0px 0px;
  }

  /* principal.css | http://zaite/centro/projManutencao/belloFrio/site2019/web/assets/css/principal.css */

  .img-carrossel_dicas img {
    height: 300px;
  }

  .container-texto h1 {
    font-size: 1.5rem;
  }

  .container-texto p {
    font-size: 0.8rem;
  }

  .container-texto {
    /* padding: 2rem; */
    padding: 1rem;
  }
  .link-insta a {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .contato {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }

  .container-left-contact {
    width: 100%;
  }

  .form-contato {
    width: 100%;
  }

  .container-img-contato {
    margin-top: 0;
  }

  section.calculadora {
    display: flex;
    flex-direction: column-reverse;
  }

  .container-textos-calc {
    position: unset;
    transform: none;
    width: 100%;
    padding: 1rem;
  }

  .form-calculadora {
    padding: 2rem 0;
  }

  .img-carrossel_dicas {
    margin: 0 !important;
  }

  .sobre {
    background-image: none;
    height: auto;
    flex-direction: column-reverse;
  }

  .texto-sobre_novo {
    position: unset;
    transform: unset;
    width: 100%;
  }
  .carousel-item .carrossel_desktop {
    display: none;
  }
  .carousel-item .carrossel_mobile {
    display: block;
  }
}
