body {
  color: #606060;
  font-family: Poppins, sans-serif;
}
h1,
h2,
h3 {
  color: var(--cor-secundaria);
}
.text-secundary {
  color: var(--cor-principal);
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover,
.top-nav a {
  text-decoration: none;
  color: var(--cor-texto1);
}

.logo img {
  max-width: 150px;
}
.top-nav {
  padding-top: 15px;
  background-color: var(--cor-secundaria);
  color: var(--cor-texto1);
}
.top-nav ul {
  list-style: none;
}

.top-nav li {
  padding-right: 25px;
}

.nav-link {
  color: var(--cor-secundaria);
  font-weight: 400;
  font-size: 20px;
}
.active {
  color: var(--cor-principal) !important;
}
.btn {
  background-color: var(--cor-principal);
  color: var(--cor-texto1);
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:focus {
  background-color: var(--cor-secundaria);
}
.btn:hover,
.btn:focus {
  color: var(--cor-texto1) !important;
  background-color: var(--cor-secundaria);
  background: var(--cor-secundaria);
  box-shadow: inset 13rem 0 0 0 var(--cor-secundaria);
}

.btn-acao {
  padding: 10px 25px;
}
.btn-acao:hover {
  color: white;
  transform: translateY(-2px);
}
.owl-prev,
.controles-servicos button {
  background-color: var(--cor-secundaria) !important;
  color: var(--cor-texto1) !important;
  padding: 10px 25px !important;
  border: none !important;
  border-radius: 15px !important;
}
.chamada-acao {
  background-color: var(--cor-secundaria);
  color: var(--cor-texto1);
  padding: 56px 0;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px var(--cor-overlay);
}
.chamada-acao h2 {
  color: var(--cor-texto1);
}
.contato i {
  font-size: 40px;
  color: var(--cor-principal);
}
.card-contato {
  box-shadow: 9px 10px 22px -7px rgba(0, 0, 0, 0.128);
  webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-contato:hover {
  transform: translateY(-10px);
}

.card-contato a:hover {
  color: var(--cor-secundaria);
}
.card-contato a {
  text-decoration: none;
  color: var(--cor-principal);
  font-size: 20px;
  webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer {
  margin-top: 20px;
  padding: 37px 0 0px 0;
  background-color: var(--cor-secundaria);
  color: var(--cor-texto1);
  font-weight: 300;
}
footer img {
  max-width: 200px;
}

.redes-sociais-footer {
  list-style: none;
  padding-left: 0;
  display: flex;
  /* padding-right: 10px; */
}
.redes-sociais-footer li {
  padding-top: 20px;
  padding-right: 15%;
}
.redes-sociais-footer a {
  color: white;
  webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.redes-sociais-footer a:hover {
  color: var(--cor-principal);
}
.breadcrumb {
  color: white;
  background-color: var(--cor-secundaria);
}

.breadcrumb h1 {
  color: white;
}

.breadcrumb a {
  text-decoration: none;
  color: white;
}

.maps {
  margin-bottom: -30px;
}

.perfil-depoimento img {
  width: 50px !important;
  height: 50px !important;
  height: fit-content;
}
.estrelas {
  display: flex;
  /* justify-content: flex-end; */
}
.estrelas img {
  max-height: 50px;
  width: auto !important;
}
.depoimento {
  color: var(--cor-principal);
}
.depoimento span {
  color: #5e5e5e;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer a {
  text-decoration: none;
  color: var(--cor-texto1);
  webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer a:hover {
  color: var(--cor-texto2);
}

#back-to-top {
  text-decoration: none;
  display: inline-block;
  background-color: var(--cor-principal);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: var(--cor-secundaria);
}
#back-to-top:active {
  background-color: var(--cor-secundaria);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.lista-menu {
  list-style: none;
  padding-left: 15px;
  text-decoration: none;
}
.lista-menu a {
  text-decoration: none;
  color: var(--cor-secundaria);
  font-size: 20px;
}

.lista-menu a:hover {
  color: var(--cor-principal);
}

.carousel-control-next,
.carousel-control-prev {
  width: 2%;
}

.carousel-caption {
  position: absolute;
  padding-bottom: unset;
  color: var(--cor-texto-banner);
  text-align: left;
  left: 0%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-shadow: -6px 3px 10px rgba(0, 0, 0, 0.31);
}
.carousel-caption span {
  font-size: 50px;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 25px;
}

.carousel-item img {
  width: 100%;
}
.depoimento-icon i {
  color: #837f7f26;
  font-size: 60px;
  position: absolute;
  bottom: 6%;
  right: 3%;
}
.owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 20px;
}
.form-control {
  height: 60px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--title);
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 10px;
}
textarea.form-control {
  height: unset;
}
.form-label {
  color: var(--cor-texto2);
}

.side-contatos {
  background-color: var(--cor-secundaria);
  border-radius: 25px;
  color: var(--cor-texto1);
}
.side-contatos h3 {
  color: var(--cor-texto1);
}
.side-contatos a {
  text-decoration: none;
  color: var(--cor-texto1);
  font-size: 15px;
}
.side-contatos i {
  color: var(--cor-texto1);
  font-size: 45px;
}
.side-contatos .title {
  font-size: 20px;
  font-weight: 500;
}

.slide-contatos .subtitle {
  font-weight: 200;
  font-size: 15px;
}
.page-link:hover,
.page-link {
  color: var(--cor-principal);
}
.page-link.active {
  background-color: var(--cor-secundaria);
  border-color: var(--cor-secundaria);
}
/* .carousel-item {
  max-height: 500px;
} */
.card-text {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.galeria-img,
.card-img {
  display: flex;
  max-height: 220px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.galeria-img {
  max-height: 250px;
}
.error-page,
.aviso {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .top-nav .contatos {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .logo img {
    max-width: 120px;
  }
  /* .carousel-item img { */
  /* max-height: 500px; */
  /* width: auto; */
  /* } */
  .carousel-caption span {
    font-size: 35px;
  }
  .carousel-caption p {
    font-size: 20px;
  }
  .perfil-depoimento,
  .estrelas,
  .depoimento {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .chamada-acao {
    text-align: center;
  }
  .chamada-acao h2 {
    padding-bottom: 25px;
  }
}

@media (min-width: 991px) {
  .vbox-content {
    max-width: 100vh;
  }

  .vbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vbox-container img {
    max-width: 100vh;
    max-height: 100vh;
  }
}
