
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

a {
  text-decoration: none;
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Lato", sans-serif;
}

.h5-topo{
    font-weight: 200;
    margin-top: 2px;
}

.h2-topo{
    text-wrap: balance;
}

.h2-topo-2{
    text-wrap: balance;
    text-align: start!important;
    margin-left: 10px;
}


.cta-btn-2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 0px;
  margin-bottom: 60px;
  color: #ffffff;
  text-wrap: balance;
  background-color: #18d26e;
}

.cta-btn-2:hover {
  color: #ffffff!important;
}


.bk-depoimentos p{
  font-size: 16px;
  text-align: start!important;
  text-wrap: balance;
}

.blockquote-foote{
  font-size: 14px;
  text-align: center;
}

#cl-resp{
  display: none;
}

#cl-resp-2{
  display: none;
}

section {
  padding: 20px 0;
}

.bg {
  background-color: #fbf8ff;
}

.title {
  text-align: center;
  padding-bottom: 5px;
}

.title-contato{
  padding-bottom: 0!important;
}

.title-contato h2{
  margin-bottom: 20px!important;
}

.title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #555;
}

.title p {
  margin-bottom: 0;
}

/* Estilos para adicionar opacidade preta de 30% nas imagens do carrossel */
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mb-3, .px-xl-3{
  text-align: center!important;
}

.zap {
  align-content: first baseline;
  background-color: #18d26e;
  color: #fff;
}

/* Estilos para o botão WhatsApp */
.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  border-color: #25d366;
}

.btn-whatsapp:hover {
  background-color: #25d366!important;
  color: #fff!important;
  border-color: #18d26e!important;
}


.subir {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #995bd5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.carousel-caption{
  right: 0!important;
}

.subir i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.subir:hover {
  background: #8bc6bf;
  color: #fff;
}

.subir.active {
  visibility: visible;
  opacity: 1;
}

#cabecalho {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #421869;
}

#cabecalho.cabecalho-scrolled {
  background: #421869;
  height: 60px;
}

#cabecalho .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

#cabecalho .logo h1 a,
#cabecalho .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  line-height: 0;
}

#cabecalho .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 80px;
}

.barra {
  padding: 0;
}

.barra ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.barra li {
  position: relative;
}

.barra a,
.barra a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #d2ece9;
  white-space: nowrap;
  transition: 0.3s;
}

.barra a i,
.barra a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.barra a:hover,
.barra .active,
.barra .active:focus,
.barra li:hover>a {
  color: #fff;
}

.barra .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.barra .dropdown ul li {
  min-width: 200px;
}

.barra .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #25564f;
}

.barra .dropdown ul a i {
  font-size: 12px;
}

.barra .dropdown ul a:hover,
.barra .dropdown ul .active:hover,
.barra .dropdown ul li:hover>a {
  color: #995bd5;
}

.barra .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.barra .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.barra .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .barra .dropdown .dropdown ul {
    left: -90%;
  }

  .barra .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.nav-mobile {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .barra ul {
    display: none;
  }
}

.barra-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 56, 57, 0.9);
  transition: 0.3s;
}

.barra-mobile .nav-mobile {
  position: absolute;
  top: 15px;
  right: 15px;
}

.barra-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.barra-mobile a,
.barra-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #073839;
}

.barra-mobile a:hover,
.barra-mobile .active,
.barra-mobile li:hover>a {
  color: #995bd5;
}

.barra-mobile .getstarted,
.barra-mobile .getstarted:focus {
  margin: 15px;
}

.barra-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.barra-mobile .dropdown ul li {
  min-width: 200px;
}

.barra-mobile .dropdown ul a {
  padding: 10px 20px;
}

.barra-mobile .dropdown ul a i {
  font-size: 12px;
}

.barra-mobile .dropdown ul a:hover,
.barra-mobile .dropdown ul .active:hover,
.barra-mobile .dropdown ul li:hover>a {
  color: #995bd5;
}

.barra-mobile .dropdown>.dropdown-active {
  display: block;
}


#carousel-section {
  margin-bottom: -90px;
}



.logomarca{
  margin-top: 5%!important;
}

#carousel-section .carousel-caption {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#carousel-section h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 10px;
}

#carousel-section h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}

#carousel-section .btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: 0.5s;
}

#carousel-section .btn:hover {
  background: #fff;
  color: #995bd5;
  border-color: #995bd5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


@media (min-width: 1024px) {
  #menu_old {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #menu_old h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #menu_old h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.sobre{
  padding:10px;
}

.sobre h3 {
  font-weight: 400;
  font-size: 26px;
}

.sobre ul {
  list-style: none;
  padding: 0;
}

.sobre ul li {
  padding-bottom: 10px;
}

.sobre ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #995bd5;
  line-height: 0;
}

.txtserv{
  text-align: justify!important;
  text-indent: 5%;
  line-height: 1.7;
  margin-bottom: 3px;
}

.sobre p:last-child {
  margin-bottom: 0;
}

.servicos .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.servicos .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.servicos .icon i {
  color: #995bd5;
  font-size: 42px;
}

.servicos .title {
  font-weight: 700;
  margin-bottom: -35px;
  font-size: 18px;
}

.servicos .title a {
  color: #343a40;
  transition: 0.3s;
}

.servicos .icon-box:hover .title a {
  color: #995bd5;
}

.servicos .description {
  line-height: 24px;
  font-size: 14px;
}

.acao {
  background: linear-gradient(rgba(13, 23, 91, 0.626), rgba(46, 10, 99, 0.6)), url("../img/acao-bg-2.jpg") fixed center center;**/
  background-size: cover;
  padding: 50px 0;
  margin-top: -20px;
}

.acao h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-wrap: balance;
}

.acao p {
  color: #fff;
  text-wrap: balance;
}

.acao .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 15px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

ul.diferenciais {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

ul.diferenciais li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
    padding: 15px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

ul.diferenciais li:hover {
    transform: translateX(10px);
    background: #f4faff;
    box-shadow: 0 5px 15px rgba(191, 198, 233, 0.2);
}

ul.diferenciais li i {
    font-size: 2rem;
    color: #9159e6;
    margin-right: 20px;
    min-width: 40px;
    text-align: center;
}

ul.diferenciais .content {
    flex: 1;
}

ul.diferenciais .content strong {
    display: block;
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

ul.diferenciais .content p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/** Beneficios**/
ul.beneficios {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}

ul.beneficios li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

ul.beneficios li:hover {
    transform: translateX(10px);
    background: #f4faff;
    box-shadow: 0 5px 15px rgba(191, 198, 233, 0.2);
}

ul.beneficios li i {
    font-size: 2rem;
    color: #9159e6;
    margin-right: 20px;
    min-width: 40px;
    text-align: center;
}

ul.beneficios .content {
    flex: 1;
}

ul.beneficios .content strong {
    display: block;
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

ul.beneficios .content p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}


.acao .cta-btn:hover {
  background: #995bd5;
  border: 2px solid #995bd5;
}

.portfolio {
  padding: 30px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #995bd5;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-wrap img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-wrap .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  margin: 4px;
}

.portfolio .portfolio-wrap .portfolio-info a i:hover {
  color: #995bd5;
}

.portfolio .portfolio-wrap:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #995bd5;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #995bd5;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(7, 56, 57, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.faq {
  padding: 30px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #deefed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #51a59b;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #995bd5;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3c8b81;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.contato{
  background-color: #421869;

}

.contato .contato-sobre h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color:#fbf8ff;
}

.contato .contato-sobre p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color:#fbf8ff;
}

.contato .social-links {
  padding-bottom: 20px;
}

.contato .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #fbf8ff;
  color: #995bd5;
  line-height: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #995bd5;
}

.contato .social-links a:hover {
  background: #995bd5;
  color: #fbf8ff;
}

.contato .info {
  color:#fbf8ff;
}

.contato .info i {
  font-size: 32px;
  color: #995bd5;
  float: left;
  line-height: 1;
}

.contato .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contato .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contato .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contato .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contato .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contato .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contato .php-email-form input,
.contato .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contato .php-email-form button[type=submit] {
  background: #995bd5;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contato .php-email-form button[type=submit]:hover {
  background: #92cac3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.mapa {
  padding: 0;
  margin-bottom: -10px;
}

.mapa iframe {
  width: 100%;
  height: 380px;
}

.odont{
  padding-bottom: 20px!important;
}

#portfolio, #faq{
  padding: 0 0!important;
}

/*--------------------------------------------------------------
# rodape
--------------------------------------------------------------*/
#rodape {
  background-color:#421869!important;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

#rodape .copyright {
  text-align: center;
  background-color:#421869!important;
}

#rodape .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}



/**/
@media (max-width: 991px) {

  #img-cta{
    display: none;
  }

  .txt-beneficios{
    display: none;
  }

  #carousel-section .carousel-inner {
  height: auto;
}

}

@media (max-width: 445px) {



  #carousel-section{
    padding: 0!important;
  }

  .logomarca{
    margin-top: -2%!important;
    max-width: 100%;
  }

  .title h2{
    font-size: 26px!important;
    margin-top: 8px;
    margin-bottom: 0;
  }

  h3{
    font-size: 24px!important;
  }

  .txtserv{
    font-size: 15px;
  }

  .odont{
    padding-bottom: 30px!important;
    margin-top: -10px!important;
  }

  ul.diferenciais li i {
    font-size: 1.5rem;
    margin-top: 20px;
  }

  ul.beneficios li i {
    font-size: 1.5rem;
    margin-top: 8px;
  }

  ul.diferenciais .content strong {
    font-size: 1rem;
  }

  ul.beneficios .content strong {
    font-size: 1rem;
  }

}

@media (max-width: 375px) {


  .logomarca{
    margin-top: -5%!important;
  }


}





