:root {
  --cor-escuro: #48687F;
  --cor-claro: #0D5B76;
}

.navbar .navbar-nav .nav-item {
  margin: 0px !important;
}

.sub-header {
  background-color: #fff;
  height: 46px;
  line-height: 46px;
}

#preloader {
  background: var(--cor-escuro);
}

footer {
  background-color: var(--cor-escuro);
  padding: 80px 0px;
  color: #fff;
}

.navbar .navbar-brand {
  margin-top: 0;
}

.sub-footer {
  background-color: #00102E;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.Modern-Slider .item h6 {

  color: #fff;
  font-weight: 300;

  border-radius: 100px;
  width: fit-content;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
  margin-bottom: 32px;

}

a.filled-button {
  background-color: var(--cor-claro);
}

a.filled-button:hover {
  background-color: #fff;
  color: var(--cor-claro);
}

.navbar .navbar-toggler-icon:after {
  color: var(--cor-claro);
}

.mapa-rodape iframe {
  width: 100%;
}

@media (max-width: 992px) {
  .navbar .navbar-brand img {
    max-height: 50px;
  }
}

.request-form {
  background-color: var(--cor-claro);
}

a.border-button:hover {
  background-color: #fff;
  color: var(--cor-claro);
}

.service-item .down-content h4 {
  min-height: 50px;
}

.section-heading {
  margin-bottom: 30px;
}

.fun-facts {
  background-color: #effaff;
}

.team__item {
  text-align: center;
  margin-bottom: 30px;
}

.team__item img {
  height: 270px;
  width: 270px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.team__item:hover img {
  border: 10px solid var(--cor-claro)
}

.team__item h5 {
  margin-bottom: 8px;
}

.funcionarios {
  padding: 70px 0;
}

.services {
  margin-top: 70px;
}

.w100 {
  width: 100%;
}


.partner-item {
  display: flex;
  align-items: center;
}





/**********************
BOTAO WHATSAPP
*/
._whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  right: 18px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgb(126, 126, 126);
}

._whats:hover {
  color: #ffffff;
}

._whats__icon {
  margin-top: 13px;
}

._whats img {
  max-height: 86%;
}

._whats--pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 18px;
  right: 18px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 900 !important;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

._whats--pulse:hover {
  color: #ffffff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

._whats--pulse span {
  font-size: 2.8rem;
}

._whats--pulse-border {
  bottom: 18px;
  right: 18px;
  animation-play-state: paused;
  z-index: 999999 !important;
}

._whats--pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  z-index: 999999 !important;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

._whats--right-center {
  top: 50%;
  transform: translateY(-50%);
}

._whats--right-top {
  top: 18px;
}

._whats--left-top {
  top: 18px;
  left: 18px;
}

._whats--left-center {
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}

._whats--left-bottom {
  left: 18px;
  bottom: 18px;
}

._whats--center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._whats--center-bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}

/* 
BOTAO WHATSAPP
***********************/



header .navbar {
  padding: 8px 0px;
}

.navbar-brand img {
  max-height: 60px;
}

.background-header .navbar {
  padding: 5px 0 10px 0;
}


.sub-header ul.left-info li a {
  font-size: 13px;
  font-weight: normal;
  color: var(--cor-claro);
}

.sub-header ul.right-icons li a {
  color: var(--cor-claro);
  transition: all 0.3s;
}


.contact-us .contact-form button.filled-button {
  background-color: var(--cor-claro);
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
  background-color: #fff;
  color: var(--cor-claro)
}



.service-item img {
  width: 100%;
  aspect-ratio: 4/3;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

.service-item {
  margin-bottom: 30px;
}

a.border-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

a.border-button i {
  font-size: 24px;
}





header .navbar {
  background-color: #496781;
  color: #fff;
  padding: 0;
}


.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}

.nav-link {
  padding: 1.2rem 1rem;
}


header {

  height: auto !important;

}

@media(max-width:768px) {
  header .navbar {

    height: 80px;
  }
}


.service-item h4 {
  color: #0D5B76;
  margin-top: 16px;
}



.Modern-Slider .text-content {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}



.sub-header ul.left-info li {
  border-left: 1px solid rgba(250, 250, 250, 1);
  padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
  border-right: 1px solid rgba(250, 250, 250, 1);
}

.sub-header ul.right-icons li {
  border-right: 1px solid rgba(250, 250, 250, 1);
}

.sub-header ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 1);
}


.background-header .navbar-nav .nav-link:hover, .background-header .navbar-nav .active>.nav-link, .background-header .navbar-nav .nav-link.current, .background-header .navbar-nav .nav-link.show, .background-header .navbar-nav .show>.nav-link {
  color: #fff !important;
}

.background-header .navbar-nav a.nav-link {
  color: #fff !important;
}


footer ul.menu-list li a:hover {
  color: #effaff;
}


@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.current, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link {
      color: #0D5B76 !important;
      border-bottom: none !important;
  }
}


@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 2s infinite pulseWhatsApp
}

._button-whatsapp svg {
  fill: #fff;
  width: 38px;
  height: 38px
}



._faq1-section {
  background-color: var(--cor-claro);
  color: #fff;
  padding: 10vh 0;
}

._faq1-section p{
  color: #fff;
  font-size: 18px;
}

.faq-header {
  font-size: 42px;
  border-bottom: 1px dotted var(--color-primary);
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px dotted rgb(255, 255, 255, .2)
}

.panel-title {
  font-size: 20px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 14px 24px;
  padding-left: 0;
  display: block;
  cursor: pointer;
  color: #f7f7f7;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  padding: 0px 24px;
  margin: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  font-weight: 300;
  line-height: 180%;
}

.panel:checked~.panel-content {
  height: auto;
  opacity: 1;
  padding: 1.4rem 2.4rem 2.4rem 0;
  color: #f7f7f7;
}

.plus {
  position: absolute;
  z-index: 0;
  top: 25px;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: #f7f7f7;
  right: 0;
}

.panel:checked~.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}