/* Estilos Globais */
body {
  font-family: "Molengo", sans-serif;
}

p {
  font-family: "Molengo", sans-serif;
  font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu-item {
  font-family: "Karla", sans-serif;
}

/* Estilos Globais */

/* Footer */

/* Estilos comuns para ambos os footers */
footer {
  background-color: rgb(0, 33, 115);
  min-height: 9vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #fff;
}

footer img {
  max-width: 170px;
}

footer h6 {
  font-size: 1.2em;
  color: #fff;
}

footer p {
  margin: 0;
  color: #fff;
}

footer section {
  padding: 15px 0;
}

.footer-copyright {
  padding-bottom: 1.1em;
}

.nav-link {
  color: #fff;
  transition: 0.3s !important;
}

.nav-link:hover {
  color: #ababab !important;
}

.dev__link,
.dev__arco {
  color: #ffffff;
  transition: all 0.3s;
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
  transition: all 0.3s;
}

.dev__link:hover .dev__arco,
.dev__link:hover .dev__logo svg {
  color: #f9a13f;
  filter: brightness(1);
}

.cls-1 {
  fill: #f9a13f;
}

a:hover {
  color: #386bc0;
}

a,
a:hover {
  text-decoration: none;
}

/* Footer */

/* Maps */

.maps {
  height: 437px;
  position: relative;
  background-color: #f2f2f2;
}

.maps-google {
  position: absolute;
  width: 520px;
  top: 60px;
  left: 110px;
  z-index: 10;
}

.maps-google:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(22, 85, 158, 0.2);
  z-index: -1;
  border-radius: 15px;
}

.maps-area-1 {
  background-color: #034f70;
  height: 437px;
}

.maps-area-2 {
  height: 437px;
}

.maps-area-2 h3 {
  font-family: "Aboreto";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1em;
  text-align: center;
}

.vh-80 {
  height: 80vh;
}

.maps .color1 {
  color: #ea7556;
}

.maps .color2 {
  color: #0b1640;
}

.maps-icons-whatsapp a {
  color: #17255d;
}

.maps-icons-whatsapp a:hover {
  color: #25d366;
  cursor: pointer;
}

.maps-icons-facebook a {
  color: #17255d;
}

.maps-icons-facebook a:hover {
  color: #4267b2;
  cursor: pointer;
}

.maps-icons-instagram a {
  color: #17255d;
}

.maps-icons-instagram a:hover {
  color: #f60a61;
  cursor: pointer;
}

/* Maps */

/* Fale Conosco */

.contato {
  padding: 60px 0px;
}

.area_contato {
  border-radius: 12px;
  background-color: #ffffff;
  border-left: 10px solid #0098da;
  width: 100%;
  padding: 20px;
  font-size: 1.3rem;
}

.area_contato h2 {
  color: #0098da;
  font-weight: 600;
  font-size: 1.5rem;
}

.area_contato h3 {
  color: #0098da;
  font-weight: 600;
  font-size: 1.4rem;
}

.area_contato i {
  color: #0098da;
  font-size: 20px;
}

.icones-contato {
  font-size: 16px !important;
}

.area_contato p {
  font-size: 1.3rem;
}

.area_contato .box_img {
  background-color: #ffffff;
  border-radius: 12px;
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_contato .box_img-planos {
  background-color: #ffffff;
  border-radius: 12px;
  height: 33px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_contato img {
  height: 28px;
  width: 28px;
}

.area_contato a {
  color: #212529;
  text-decoration: none;
}

.area_contato a:hover {
  color: #0098da;
  text-decoration: none;
}

.area_contato_cliente {
  border-radius: 12px;
  background-color: #ffffff;
  border-left: 10px solid #17255d;
  width: 100%;
  padding: 20px;
  font-size: 1.3rem;
}

.area_contato_cliente i {
  color: #17255d;
  font-size: 20px;
}

.area_contato_cliente p {
  font-size: 1.3rem;
}

.area_contato_cliente h2 {
  color: #17255d;
  font-weight: 600;
  font-size: 1.5rem;
}

.area_contato_cliente h3 {
  color: #17255d;
  font-weight: 600;
  font-size: 1.4rem;
}

.area_contato_cliente .box_img-planos {
  background-color: #ffffff;
  border-radius: 12px;
  height: 33px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control {
  font-size: 1.3rem;
}

.btn {
  font-size: 1.3rem;
}

/* Fale Conosco */

/* Home */

.glide__slide {
  height: 100vh !important;
}

@keyframes fadeZoom {
  0% {
    opacity: 0.8;
    /* Começa um pouco transparente */
    transform: scale(1);
  }

  25% {
    opacity: 0.85;
    /* Totalmente opaco */
    transform: scale(1.02);
  }

  50% {
    opacity: 0.9;
    /* Totalmente opaco */
    ransform: scale(1.04);
  }

  75% {
    opacity: 0.95;
    /* Totalmente opaco */
    ransform: scale(1.06);
  }

  100% {
    opacity: 1;
    /* Totalmente opaco */
    ransform: scale(1.08);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.glide__slide--active .pulse-on-scroll {
  animation: fadeZoom 6s ease forwards, pulse 15s infinite;
  animation-delay: 0s, 6s;
  /* Inicia o pulse após x segundos */
}

.glide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrows-custom {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: absolute;
  width: 100%;
  top: 50%;
}

.arrows-custom button.glide__arrow {
  border: none;
  background: none;
  color: #fff;
  font-size: 48px;
  font-family: monospace;
}

.item-carrossel {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.imagem_carrousel {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  /* Ensure the image takes up the full height of the container */
}

.item-carrossel h1 {
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
  max-width: 80%;
  padding-left: 50px;
}

.item-carrossel p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 700px;
  padding-left: 50px;
}

.item-carrossel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  opacity: 0.5;
  z-index: 888;
}

@media screen and (max-width: 400px) {
  .item-carrossel h1 {
    font-size: 24px;
  }

  .item-carrossel p {
    font-size: 16px;
  }
}

/* Home */

/* Institucional */

.highlight {
  color: #63caf0;
  /* Substitua pelo código de cor que desejar */
}

.institucional {
  padding: 130px 0px 0px 0px !important;
}

.fotos {
  padding: 30px 0px !important;
}

/* Institucional */

/* Serviços */

.title-line {
  width: 50px;
  height: 3px;
  background-color: black;
}
/* Additional Section Background */
.additional-section {
  background-color: #f5f5f5;
  /* Cor de fundo diferente */
}

.direita::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 61px;
  width: 91%;
  height: 86%;
  background-color: transparent;
  border: 20px solid rgba(22, 85, 158, 0.2);
  z-index: -3;
  border-radius: 15px;
}
.esquerda::after {
  content: "";
  position: absolute;
  top: 76px;
  left: -12px;
  width: 90%;
  height: 71%;
  background-color: transparent;
  border: 20px solid rgba(22, 85, 158, 0.2);
  z-index: -3;
  border-radius: 15px;
}
.direita:hover::after,
.esquerda:hover::after {
  background-color: rgba(22, 85, 158, 1);
  /* Altera a cor do pseudo-elemento ao passar o mouse */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Adiciona uma sombra ao pseudo-elemento */
  transition: background-color 0.3s, box-shadow 0.3s;
  /* Adiciona uma transição suave */
}
@media (max-width: 768px) {
  .esquerda::after {
    display: none;
  }
  .direita::after {
    display: none;
  }
}
.text-warning {
  color: #1e4573 !important;
}
.service-item {
  display: block;
  /* Torna o link um bloco para preencher toda a área */
  padding: 20px;
  border: 2px solid transparent;
  /* Adiciona uma borda invisível para o efeito hover */
  border-radius: 8px;
  transition: border-color 0.3s, background-color 0.3s;
  /* Transição suave */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Sombreamento */
}
.service-item:hover {
  border-color: rgba(22, 85, 158, 0.5);
  /* Borda ao passar o mouse */
  background-color: rgba(22, 85, 158, 0.1);
  /* Fundo ao passar o mouse */
}
.service {
  padding: 130px 0px 0px 0px !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #1e4573 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}
.btn {
  font-size: 1rem !important;
}

/* Serviços */
