

/*--------------------------------------------------------------
# Variáveis
--------------------------------------------------------------*/

:root {
  
  
	/* IDEN */

	--azul-escuro-1:	#384977;
	--azul-medio-1:		#2c4779;

	--azul-medio-hover-1:		#36568f;
	--azul-medio-hover-2:		#42639d;

	--amarelo-1:		#ebdd34;
	--amarelo-2:		#f0e200;

	--verde-1:			#95be2d;
	--verde-2:			#7fa927;
	--verde-3:			#6f8c1c;

	--cinza-1:			#3a3a3a;

	--laranja-1: #d47f2c;
	--laranja-2: #ff8400;

	--cinza-esc-1: #3c3c3b;

	--carousel-indicators-active: #ede43c;
	--fundo-footer: var(--azul-escuro-1);

	--texto-menu: #ffffff;
	--texto-menu-hover: #ffffff;

	
	
	/* ORIGINAL VÍNCULO */

	--cinza-roxo: #F2F2F2;
	--roxo-claro: #CDABDC;
	--roxo: #AB60CB;
	--roxo-esc-1: #8538a5;
	--roxo-esc-2: #5B117A;
	--roxo-esc-3: #43065D;

	--cinza-azul: #99AEBA;
	--azul-claro-1: #A7C2D0;
	--azul-claro: #84BACB;
	--azul: #4494B2;

	--azul-escuro-2: #354A54;

	--cinza-verde: #C3CFD4;
	--verde-claro: #A8BFBF;
	--verde: #62A1A2;
	--verde-escuro-1: #1E7A7C;
	--verde-escuro-2: #324B4B;





	--texto-footer-titulo: #A7C2D0;
	--texto-footer-texto: #dddddd;
	--texto-footer-link: #dddddd;
	--texto-footer-link-hover: #ffffff;

	/*--fundo-hero-before: var(--azul-claro-1);*/
	--fundo-hero-before: var(--cinza-roxo);

  
}



/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/

.link-post {
  margin-top: 30px ;
  margin-bottom: 40px ;
}

.link-post-anterior {
  text-align: justify;
}


.link-post-proximo {
  text-align: right ;
}


.blog-data  {
    font-size: 24px;
    float: left;

}


.blog-title {
  text-align: justify;
  padding-bottom: 5px;
}

.blog-title h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 00px;
  padding-bottom: 0;
  color: var(--roxo-esc-1);
  font-family: "Poppins", sans-serif;
}

.blog-section-title {
  text-align: justify;
  padding-bottom: 10px;
}

.blog-section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: var(--roxo-esc-1);
  font-family: "Poppins", sans-serif;
}





.blog-entry {
  width: 100%;
  margin-bottom: 3em; }
  .blog-entry .img {
    display: block;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (max-width: 767.98px) {
      .blog-entry .img {
        margin: 0 auto;
        margin-bottom: 20px; } }
  .blog-entry .text {
    position: relative;
    z-index: 0;
    width: 100%;
    width: calc(100% - 150px); }
    @media (max-width: 767.98px) {
      .blog-entry .text {
        width: 100%;
        text-align: center; } }
    .blog-entry .text h3 {
      font-weight: 400;
      font-size: 30px; }
      .blog-entry .text h3 a {
        color: #000000; }
    .blog-entry .text .meta-wrap {
      width: 100%;
      display: block; }
      .blog-entry .text .meta-wrap .meta span {
        font-size: 14px;
        margin: 0 10px 0 0;
        color: #bfbfbf; }
        .blog-entry .text .meta-wrap .meta span a {
          color: #000000; }

.blog-entry-2 {
  margin-bottom: 6em; }
  .blog-entry-2 .img {
    display: block;
    height: 400px; }
    .blog-entry-2 .img.img-2 {
      height: 300px; }
  .blog-entry-2 .text {
    position: relative;
    z-index: 0; }
    .blog-entry-2 .text h3 {
      font-weight: normal;
      font-size: 32px; }
      .blog-entry-2 .text h3 a {
        color: #000000; }
    .blog-entry-2 .text .meta-wrap {
      width: 100%;
      display: block; }
      .blog-entry-2 .text .meta-wrap .half {
        width: 50%; }
      .blog-entry-2 .text .meta-wrap .meta span {
        margin: 0 5px;
        color: #b3b3b3; }
        .blog-entry-2 .text .meta-wrap .meta span i {
          margin-right: 10px; }
  .blog-entry-2 .author .img {
    width: 80px;
    height: 80px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .blog-entry-2 .author .info {
    width: calc(100% - 80px); }
    .blog-entry-2 .author .info h3 {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 400; }
      .blog-entry-2 .author .info h3 a {
        font-weight: 600;
        color: #000000;
        text-decoration: underline; }
      .blog-entry-2 .author .info h3 span {
        color: #000000; }
  .blog-entry-2 .author span {
    font-size: 18px;
    color: #b3b3b3; }
  .blog-entry-2 .text-2 h3 {
    font-size: 24px;
    font-weight: 600; }
  .blog-entry-2 .author .img {
    width: 60px;
    height: 60px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .blog-entry-2 .author .info {
    width: calc(100% - 60px); }
    .blog-entry-2 .author .info h3 {
      font-size: 18px; }
  .blog-entry-2 .author span {
    font-size: 16px; }

.img,
.blog-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img,
.blog-avatar {
  max-width: 100%;
  height: auto; }

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
  }



.about-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }


.about-author .desc p {
	font-size: 18px !important; }



@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  
  .px-md-5 {
    padding-left: 3rem !important; } }


.mr-2 {
  margin-right: 0.5rem !important; }


.blog p {
	font-size: 20px !important;
}








/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--cinza-esc-1);
  font-weight: 500;
  overflow-x: hidden;
}

a {
  color: var(--roxo-esc-1);
  text-decoration: none;
}

a:hover {
  color: var(--roxo);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 45px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--cinza-esc-1);
  font-family: "Montserrat", sans-serif;
}


.section-title h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--cinza-esc-1);
  font-family: "Montserrat", sans-serif;
}


.contact .section-title h1 {
  color: var(--amarelo-1); /* amarelo ou use uma variável ex: var(--amarelo) */
}

.section-title p {
  margin-bottom: 0;
}

.contact .section-title p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-align: justify;

  margin: 0;
}

.experiencia p {
  font-size: 18px;
  font-weight: 300;
  color: var(--cinza-1);
  font-family: "Montserrat", sans-serif;
  text-align: justify;

  margin: 0;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 45px;
  bottom: 45px;
  z-index: 996;
  background: var(--fundo-footer);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff; 
  transition: all 0.4s;

}

.back-to-top i {
  font-size: 40px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--azul-medio-hover-2);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0px;
  /* background: rgba(255, 255, 255, 0.95); */
  background: url('../img/iden/fundo_barra_superior.png') no-repeat center center;
  background-size: cover;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  /*
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  */
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  font-weight: 500;
}


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  /*align-items: center;*/
  /*justify-content: space-between;*/
  /* padding: 10px 0 10px 30px;*/
  
  gap: 6px; /* melhor que justify-content para espaçar ícone */

  display: inline-flex;
  padding: 8px 16px;
  border-radius: 8px;
  
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--texto-menu);
  white-space: nowrap;
  
  /*transition: 0.3s;*/
  transition: background 0.3s, color 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  /*margin-left: 5px;*/
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--texto-menu-hover);
  
  background: #ffffff30;
  text-decoration: none;
}

.navbar .entrar,
.navbar .entrar:focus {
  background: var(--verde-escuro-1);
  color: #fff;
  padding: 12px 25px;
  margin-left: 30px;
  line-height: 1;
  border-radius: 50px;
}

.navbar .entrar:hover,
.navbar .entrar:focus:hover {
  background: var(--verde); 
  color: #fff;
}


.navbar .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;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5777ba;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #47536e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;

  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5777ba;

  background: #ffffff30;
  text-decoration: none;
}

.navbar-mobile .entrar,
.navbar-mobile .entrar:focus {
  margin: 15px;
}

.navbar-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);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5777ba;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.agende {
  line-height: 2.5;
}

.agende,
.agende:focus {
  background-color: var(--roxo-esc-1);
  color: #fff;
}

.agende:hover,
.agende:focus:hover {
  background-color: var(--roxo);
  color: #fff;
}

/*
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 10px 0;
}
*/


#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#heroCarousel .carousel-inner {
  height: 100%;
}

#heroCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}


.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#heroCarousel .carousel-item img {
  transition: opacity 1s ease-in-out;
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  margin: 0;
  text-align: left !important;
}



.carousel-indicators {
  bottom: 30px;
  z-index: 5;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.7;
  margin: 0 6px;
  border: none;
  transition: background-color 0.3s, opacity 0.3s;
}

.carousel-indicators .active {
  background-color: var(--carousel-indicators-active); /* ou #8538a5 */
  opacity: 1;
}

/*
#hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 15%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: var(--fundo-hero-before);
  /*transform: skewY(135deg);*/
}
*/

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
/*  color: #5777ba; */
  color: var(--roxo-esc-2);
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #000;
  
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 75px;
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .section-title h1 {
  color: var(--laranja-1); /* amarelo ou use uma variável ex: var(--amarelo) */
}


.atuacao-grid {
  margin-top: 0px;
}

.atuacao-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;

  display: block;
  text-decoration: none;

}

.atuacao-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* ← opacidade controlável aqui */
  z-index: 1;
  pointer-events: none; /* ← importante para evitar conflitos de clique */
}

.atuacao-card:hover {
  transform: scale(1.03);
}

.atuacao-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center; /* centraliza verticalmente */
  justify-content: flex-start; /* alinha à esquerda */
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  z-index: 2; /* acima da máscara */
}

.atuacao-overlay h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  /*margin: 0;*/
  text-align: left; /* ← necessário para o conteúdo multilinha */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  /*word-break: break-word;*/
  max-width: 90%;

   margin: 0 0 12px 0;
   z-index: 2;
}


/* Botão de destaque */
.atuacao-badge {
  position: absolute;
  right: 16px;
  bottom: 10px;
  
  display: inline-block;
  background-color: var(--verde-1);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  pointer-events: none; /* evita conflito com o link do card */
}


@media (max-width: 1200px) {
  .atuacao-overlay h3 {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  .atuacao-overlay h3 {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .atuacao-overlay h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .atuacao-overlay h3 {
    font-size: 14px;
  }
}




.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--roxo);
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}




/*--------------------------------------------------------------
# SOLUÇÕES
--------------------------------------------------------------*/

#solucoes {
  background: var(--azul-medio-1);
  color: #ffffff; /* ajuste conforme contraste da imagem */
}

.solucoes .section-title h1 {
  color: var(--amarelo-2); /* amarelo ou use uma variável ex: var(--amarelo) */
}


.solucoes .content {
  padding: 30px 0;
}


.solucoes .atuacao-overlay h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  /*margin: 0;*/
  text-align: left; /* ← necessário para o conteúdo multilinha */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  /*word-break: break-word;*/
  max-width: 90%;

   margin: 0 0 12px 0;
   z-index: 2;
}



.solucoes .atuacao-descricao {
  color: #ffffff;

  margin-top: 12px;
  line-height: 1.5;
  text-align: justify;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;

}

.solucoes .atuacao-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1); /* ← opacidade controlável aqui */
  z-index: 1;
  pointer-events: none; /* ← importante para evitar conflitos de clique */
}


/* Botão de destaque */
.solucoes .atuacao-badge {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  
  width: 50%; /* ← controla o tamanho relativo ao card */
  text-align: center;

  display: inline-block;
  background-color: var(--laranja-2);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  pointer-events: none; /* evita conflito com o link do card */
}


@media (max-width: 991px) {
  .solucoes .image {
    text-align: center;
  }

  .solucoes .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .solucoes .image img {
    max-width: 100%;
  }
}




/*--------------------------------------------------------------
# QUEM SOMOS
--------------------------------------------------------------*/

#quem-somos {
  background: #fff;
  color: var(--cinza-1); /* ajuste conforme contraste da imagem */
}

.quem-somos .section-title h1 {
  color: var(--verde-3); /* amarelo ou use uma variável ex: var(--amarelo) */
}


.quem-somos .content {
  padding: 30px 0;
}

.quem-somos-text {
  width: 100%;
}

.btn-quem-somos {
  display: inline-block;
  margin-top: 16px;
  background-color: var(--laranja-2);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-quem-somos:hover {
  background-color: var(--laranja-1); /* ou ajuste mais escuro do laranja */
  color: #fff;
}



/*--------------------------------------------------------------
# EXPERIÊNCIA
--------------------------------------------------------------*/

#experiencia {
  background: url('../img/iden/fundo-experiencia.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* se quiser efeito parallax (opcional) */
  color: #ffffff; /* ajuste conforme contraste da imagem */
}

.experiencia .section-title h1 {
  color: var(--azul-medio-1); 
}


.experiencia .content {
  padding: 30px 0;
}


.experiencia-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;

  display: block;
  text-decoration: none;

}

.experiencia-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* ← opacidade controlável aqui */
  z-index: 1;
  pointer-events: none; /* ← importante para evitar conflitos de clique */
}

.experiencia-card:hover {
  transform: scale(1.03);
}






/* Botão de CONHEÇA / SAIBA MAIS */
.experiencia-badge {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  
  display: inline-block;
  background-color: var(--amarelo-2);
  color: #ffffff;
  color: var(----cinza-1);
  font-size: 10px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  pointer-events: none; /* evita conflito com o link do card */
}



.btn-experiencia {
  display: inline-block;
  margin-top: 50px;
  background-color: var(--azul-medio-1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-experiencia:hover {
  background-color: var(--azul-medio-hover-2); /* ou ajuste mais escuro do laranja */
  color: #fff;
}


.experiencia-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  z-index: 2; /* acima da máscara */
}


.experiencia-overlay > div {
  width: 100%;
  text-align: center;
}


.experiencia-overlay h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  /*margin: 0;*/
  text-align: center; /* ← necessário para o conteúdo multilinha */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  /*word-break: break-word;*/
  max-width: 100%;

   margin: 0 0 30px 0;
   z-index: 2;
}

@media (max-width: 1200px) {
  .experiencia-overlay h3 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .experiencia-overlay h3 {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .experiencia-overlay h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .experiencia-overlay h3 {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contato {
  background: url('../img/iden/fundo-contato.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* se quiser efeito parallax (opcional) */
  color: #ffffff; /* ajuste conforme contraste da imagem */
}


.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: var(--verde);
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .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;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: justify;
  display: block; /* necessário para justificar o conteúdo */
  font-size: 14px;
  line-height: 1.5;
}

.contact .php-email-form label a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

.contact .php-email-form label a:hover {
  color: #cde270; /* tom suave de verde-limão/amarelo-claro que combina com #95be2d */
}

.contact .php-email-form input,
.contact .php-email-form select,
.contact .php-email-form textarea {
  border: 2px solid #1a3e80; /* azul escuro */
  border-radius: 8px;
  padding: 10px 16px;
  width: 100%;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #333;
}



.contact .php-email-form input:focus,
.contact .php-email-form select:focus,
.contact .php-email-form textarea:focus {
  border-color: #5777ba;
}

.contact .php-email-form input,
.contact .php-email-form select {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--verde-1);
  border: none;
  padding: 10px 24px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--verde-2);
  color: #fff;
}




/* Adicionado */
.contact .php-email-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
}

.contact .php-email-form .form-check input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #95be2d;
  cursor: pointer;
}

.contact .php-email-form .form-check label {
  display: inline; /* sobrescreve o block anterior */
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}

.contact .php-email-form .form-check label a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

.contact .php-email-form .form-check label a:hover {
  color: #cde270;
}


.contact .php-email-form .form-check label a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.contact .php-email-form .form-check label a:hover {
  background: #ffffff30; /* translúcido leve */
  color: #ffffff;
  text-decoration: none;
}



@media (max-width: 576px) {
  .contact .php-email-form .form-check {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact .php-email-form .form-check input[type="checkbox"] {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .contact .php-email-form .form-check label {
    text-align: left;
  }
}


/* Fim adicionado */




@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}






/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  #font-weight: 700;
  font-size: 32px;
  color: var(--roxo-esc-1);
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: var(--roxo);
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Profissionais
--------------------------------------------------------------*/
.profissionais {
  overflow: hidden;
}

.profissionais .card-img-top {
  
}

.profissionais .card-text {
	color: #585a61;
}


.profissionais .card-title {
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--roxo-esc-1);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}



.profissionais .card {
  --bs-card-border-width: 1px;
}

@media (min-width: 992px) {
  .profissionais  {

  }


}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-slide {
  transition: 0.3s;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 10px 30px 50px;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}




/*--------------------------------------------------------------
# Trabalhe Conosco
--------------------------------------------------------------*/

.trabalhe {
  background: #f2f5fa;
}

.trabalhe a {
	color: var(--verde-escuro-1);
    text-decoration: none;
	font-weight: bolder;
}

.trabalhe a:hover {
	color: var(--verde-escuro-2);
    text-decoration: none;
	font-weight: bolder;
	border-radius: 8px;
	background: var(--roxo-claro);
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}



.pricing h3 {
  margin-bottom: 15px;
  font-size: 28px;
  color: var(--roxo-esc-1);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.pricing h4 {
  font-size: 46px;
  color: #5777ba;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: var(--verde-escuro-1);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: var(--verde-escuro-1);
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: var(--verde);
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #5777ba;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--roxo-claro);
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: var(--verde-escuro-1);
}

.faq .accordion-list a.collapsed:hover {
  color: var(--roxo);
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}


/*--------------------------------------------------------------
# agende_agora
--------------------------------------------------------------*/

#agende_agora {
  background: #fff;
  padding: 0 0 0px 0;
  color: var(--texto-footer-titulo);
  font-size: 14px;
  background: #eff2f8;
}

#agende_agora .agende_agora-newsletter {
  padding: 50px 0;
  background: #A7C2D0;
  text-align: center;
  font-size: 15px;
}


#agende_agora_intermedio {
  background: #fff;
  padding: 0 0 0px 0;
  color: var(--texto-footer-titulo);
  font-size: 14px;
  background: #eff2f8;
}

#agende_agora_intermedio .agende_agora-newsletter {
  padding: 50px 0;
  background: #A7C2D0;
  text-align: center;
  font-size: 15px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.logo-footer {
  max-width: 110px;      /* controla a largura máxima, pode ajustar conforme preferir */
  height: auto;          /* mantém a proporção original */
  display: block;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 6px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav a:hover {
  color: var(--texto-footer-link-hover);
}

.footer-contact-text {
  color: var(--texto-footer-texto);
  font-size: 14px;
}

.footer-copy {
  font-size: 14px;
  color: var(--texto-footer-texto);
}

.social-icons a {
  color: #ffffff;
  font-size: 24px;
  margin-right: 10px;
  transition: color 0.3s;

  background-color: #ffffff;
  color: var(--azul-escuro-1);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icons a i {
  font-size: 24px !important;
}

.social-icons i:focus {
  font-size: 24px;
}

.social-icons a:hover {
  color: var(--azul-escuro-1);
  background-color: #ffffff;
}

.social-icons a:focus {
  color: var(--azul-escuro-1);
  outline: none;
  box-shadow: none;
  background: #ffffff; /* mantém o fundo no foco igual ao estado normal */
  border-radius: 50%;
}

#footer {
  background: #fff;
  padding: 0 0 0px 0;
  color: var(--texto-footer-titulo);
  font-size: 14px;
  background: #eff2f8;
}

#footer-bottom-banner {
  width: 100%;
  height: 20px; /* ou outro valor conforme necessário */
  background: url('../img/iden/fundo_barra_inferior.png') no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}


#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 30px 0 30px 0;
  background: var(--fundo-footer);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact .destaque {
  color: var(--texto-footer-titulo);
  font-weight: bold;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  color: var(--texto-footer-texto);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--texto-footer-titulo);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h3 {
  color: var(--texto-footer-titulo);
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--texto-footer-titulo);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  /*padding: 10px 0;*/
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}


#footer .footer-top .footer-links ul a {
  color: var(--texto-footer-link);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  border-radius: 8px;
  padding: 8px 16px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--texto-footer-link-hover);
  background: #fffFFF30;
}

#footer .footer-top .footer-links p a {
  color: var(--texto-footer-link);
  border-radius: 8px;
  padding: 4px 8px;
}

#footer .footer-top .footer-links p a:hover {
  color: var(--texto-footer-link);
  background: #fffFFF30;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--roxo-esc-1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--roxo);
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}