html {
  overflow-y: scroll;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;            
    z-index: 9999;              
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

a {
  color: inherit;          
  text-decoration: none !important; 
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

.blue {
  color: #2368B1 !important;
}

.separador-azul {
  filter: invert(62%) sepia(71%) saturate(652%) hue-rotate(183deg) brightness(94%) contrast(95%);
}

.row {
  margin: 0px !important  
}

.centralize {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.whatsapp-button {
  position: fixed;
  z-index: 98;
  bottom: 2rem;
  right: 2rem;
  background: #25d366;
  color: #fff;
  border-radius: 100%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  transition: background-color .2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width:4rem; 
  height:4rem;
  cursor: pointer !important;
}

                /* CABEÇALHO */
/* ______________________________________________ */


.logo-default {
  transform: scale(1.15);
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.logo-default:hover {
  transform: scale(1.2);
}

.cabecalho-nav{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 98;

  width: 100%;
  max-width: 100vw;   
  height: auto;
  
  border: solid #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  
  padding: 0.6rem;    
  background: #fff;
  
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);

  overflow-x: hidden;
}

.scrolled nav.cabecalho-nav {
  transform: translate3d(0, -80px, 0);
}

nav.cabecalho-nav ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  float: right;
}

nav.cabecalho-nav ul li {
  display: inline-block;
}

nav.cabecalho-nav ul li a {
  background-color: #2368B1;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  padding: 8px 7px 9px;
  border-radius: 5px;
  position: relative;
  font-size: clamp(0.9rem, 2vw, 1.2rem); 
}

nav.cabecalho-nav ul li a:hover {
  color: #2368B1 !important;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.2s;
}

nav.cabecalho-nav.fixed {
  background: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 4px;
  border-radius: 0 0 0.6rem 0.6rem;
}

.scrolled nav.cabecalho-nav.fixed {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.cabecalho-nav.fixed ul a {
  color: #2368B1;
}

.cabecalho-nav img {
  height: clamp(2.4rem, 4vw, 4rem);
}

                /* CARROSSEL */
/* ______________________________________________ */

.carrossel {
  position: relative; 
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 47vh;
}

.carrossel-img img {
  float: right;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.carrossel .swiper {
  width: 30vw;
  position: absolute;
  top: 50%;      
  left: 5%;      
  transform: translateY(-50%);
  color: #fff;
  z-index: 10; 
}

@media (max-width: 430px) {
  .carrossel .swiper {
    width: 90vw !important;
  }
}

@media (max-width: 1300px) {
  .carrossel {
    position: relative; 
    overflow: hidden;
    height: auto;
    max-height: none;
  }
  
  .carrossel .swiper {
    width: 55vw;
  }
  .carrossel-img img {
    float: left;
    object-position: left center;
    width: auto;
    height: 100%;
  }
}

.carrossel-txt p {
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.3rem, 2rem, 3rem);
}

.carrossel-btn {
  width: fit-content;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none !important;
  line-height: 1em;

  padding: 0.5rem;
  margin: 0px !important;

  border-color: #fff !important;
  border: solid 2px;
  border-radius: 6px;
  cursor: pointer;
  
}

.carrossel-btn:hover {
  width: fit-content;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  
  color: #2575fc;
  background: #fff !important;
  font-size: 1.2rem;
  text-decoration: none !important;
  line-height: 1em;

  padding: 0.5rem;
  margin: 0px !important;

  border-color: #fff !important;
  border: solid 2px;
  border-radius: 6px;
  cursor: pointer;
}

                /* QUEM SOMOS */
/* ______________________________________________ */

.quem-somos-row {
  width:100%;
  display: flex;
  flex-wrap: wrap;
}

.quem-somos-img-div {
  display:flex; 
  width: 50%;
  justify-content: flex-start;

}
.quem-somos-imagem {
  display: flex;

  justify-content: flex-end;
  align-items: center;
  border-radius: 1rem 5rem 1rem 1rem;
  background: #fff;
  align-items: center;
}

.quem-somos-text-div {
  display: flex; 
  width:50%;
  flex-direction: column; 
  justify-content: center;
  height: 660px;
}

@media (max-width: 1280px) {
  .quem-somos-row {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .quem-somos-img-div { 
    display: none; 
    width:100%;
  }

  .quem-somos-text-div {
    width: 100%;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    height: fit-content;
    align-items: center;
  }

  
  .quem-somos-text-div h6{
    text-align: center;
  }
}

                /* QUEM PODEMOS AJUDAR CARDS */
/* ______________________________________________ */

.cards-position {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.card-format {
  background: white;
  width: 33.333%;
  height: 23rem;
}

.card-title-position {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-content {
  margin: 0 10px;
  padding: 1rem;
  border-radius: 10px 80px 10px 10px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s;
}

.card-text-position {
  height: 16rem;
  display: flex;
  align-items: flex-start;
}

.card-hover {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-0.5rem);
}

@media (min-width: 1640px) {
  .cards-position {
    width: 60% !important;
  }
}

@media (max-width: 1640px) {
  .cards-position {
    width: 80% !important;
  }
}

@media (max-width: 1200px) {

  .cards-position {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .card-format {
    background: white;
    width: 33%;
    height: 26rem;
    margin-block: 1rem;
  }

  .cards-position {
    width: 95% !important;
  }
}

@media (max-width: 1000px) {

  .card-format {
    background: white;
    width: 95% !important;
    height: 26rem;
    margin-block: 1rem;
  }

}

                /* PGP / PCI */
/* ______________________________________________ */

.pgp-pci-background {
  display: flex;
  justify-content: center;
  background-color: #2368B1;
  color: #fff;
  height: fit-content;
}

.pgp-pci-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.pgp-pci-content > div {
  max-width: 34rem;           
  text-align: center;
  justify-content: space-around;
}

.pgp-pci-content p {
  margin-top: 10px;       
  word-wrap: break-word;
  padding-inline: 5rem;
  color: #fff !important;
}

.pgp-pci-block {
  min-height: 24rem;
  height: fit-content;
  display: flex;
  flex-direction: column;
  border: solid 2px;
  border-radius: 10px;
  border-color: #2368B1;
  align-items: center;
  margin-top: 2rem;
}

.pgp-pci-block > div {
  height: fit-content;
}

.pgp-pci-btn-position {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  height: auto;
}

.pgp-pci-btn {
  background-color: #2368B1;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin: 0px !important;
  border-color: #2368B1;
  border: solid 2px;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  cursor: pointer !important; 
}

.pgp-pci-btn:hover {
  background-color: #fff;
  display: flex;
  color: #2368B1 !important;
  border-color: #fff !important;
  border: solid 2px;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  transition: all 0.2s;
  cursor: pointer !important; 
}

.cabecalho-nav-saiba-mais{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 98;

  width: 100%;
  max-width: 100vw;   
  height: auto;
  
  border: solid #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  
  padding: 0.6rem;    
  background: #fff;
  
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);

  overflow-x: hidden;
}

nav.cabecalho-nav-saiba-mais ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  float: right;
}

nav.cabecalho-nav-saiba-mais ul li {
  display: inline-block;
}

nav.cabecalho-nav-saiba-mais ul li a {
  background-color: #2368B1;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  padding: 8px 7px 9px;
  border-radius: 5px;
  position: relative;
  font-size: clamp(0.9rem, 2vw, 1.2rem); 
}

nav.cabecalho-nav-saiba-mais ul li a:hover {
  color: #2368B1 !important;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.2s;
}

nav.cabecalho-nav-saiba-mais.fixed {
  background: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 4px;
  border-radius: 0 0 0.6rem 0.6rem;
}

nav.cabecalho-nav-saiba-mais.fixed ul a {
  color: #2368B1;
}

.cabecalho-nav-saiba-mais img {
  height: clamp(2.4rem, 4vw, 4rem);
}

@media (max-width: 1300px) {
  .pgp-pci-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }

}

@media (max-width: 650px) {
    .pgp-pci-content {
      width: 95%;
    }
}

                /* RODA */
/* ______________________________________________ */

.roda-itens {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #2575fc;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
  font-size: 1.5rem;
  transform:  rotate(calc(var(--i) * 45deg)) 
              translate(var(--raio-items))
              rotate(calc(var(--i) * -45deg));
  transition: 0.2s ease;
}

.roda-itens:hover {
  width: 90px;
  height: 90px;
  font-size: 1.9rem;
  box-shadow: 0 0 25px rgba(134, 183, 255, 0.3);
}

.roda-texto {
  display: none;
}

@media (min-width: 550px) {
  .roda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px !important;
    height: 500px !important;
    border: 6px solid #0064B240;
    border-radius: 50%;
    position: relative;

  }

  .roda-itens {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #2575fc;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 0px 5px 40px rgba(131, 100, 196, .2);
    font-size: 1.5rem;
    transform:  rotate(calc(var(--i) * 45deg)) 
                translate(var(--raio-items))
                rotate(calc(var(--i) * -45deg));
    transition: 0.2s ease;
  }
}

@media (max-width: 550px) {
  .roda {
    border: 6px solid #0064B240;
    border-radius: 50%;
  }

  .roda-itens {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
  }

  .roda-itens:hover {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    box-shadow: 0 0 25px rgba(134, 183, 255, 0.3);
  }
}

@media (max-width: 500px) {
  .roda {
    border: 6px solid #0064B240;
    border-radius: 50%;
  }


  .roda-itens {
    width: 55px;
    height: 55px;
    font-size: 1rem;
  }

  .roda-texto h4{
    font-size: 1rem;
  }
  .roda-texto p{
    font-size: 14px;
    padding-inline: 2rem;
  }

  .roda-itens:hover {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    box-shadow: 0 0 25px rgba(134, 183, 255, 0.3);
  }
}

                /* DEPOIMENTOS */
/* ______________________________________________ */

.depoimentos {
  background: linear-gradient(180deg, #fff 0%, #f4f4f4 150%);
}

.depoimentos .highlight {
  color: #2368B1;
}

.depoimento-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 1.5rem;
  margin-inline: 0.5rem;
  margin-block: 0.5rem;
  width: 24rem;
  height: 25rem;
  gap: 8%;
}

.depoimento-text {
  color: grey;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  height: 13rem;
}

.depoimento-author { color: #2368B1; margin-top: auto; }

.depoimento-author,
.depoimento-role {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.swiper-container {
  overflow: hidden;
}

                /* MODAL SWAL */
/* ______________________________________________ */

.section-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  user-select: none;
}

/* .modal-login {
  width: 330px !important;
  position: fixed!important;
  top: 50%!important;
  left: 50%!important; 
  transform: translate(-50%, -50%)!important;
} */

.home-swal-button {		
  font-weight: 600;
  color: #1d4d75;
  border: 1px solid #1D4D75;
  background-color: transparent;		
}		
		
.home-swal-button:hover {		
  color: #fff;		
  background-color: #1D4D75;
}		

.no-margin-container {
  margin: 0rem !important;
  padding: 0rem 1rem 0rem 1rem !important;
}

.home-swal-popup {
  padding: 1rem !important;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  width: 100% !important;
  box-sizing: border-box;
}

.swal-close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #495057;  
  font-size: 1.5rem;
  border: 0px;
  box-shadow: none;
}
.swal-close-x:hover {
  color: #2368B1; 
}

.form-control-home {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
		
.form-control-home:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}


/* .modal-login {
  width: 330px !important;
  position: fixed!important;
  top: 50%!important;
  left: 50%!important; 
  transform: translate(-50%, -50%)!important;
  margin-left: 0rem !important;
  margin-top: -12px !important;
} */


                /* ABAS EQUIPE */
/* ______________________________________________ */
.abas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
    gap: 0.5rem;
    flex-direction: row;
}

.abas p{
  margin-bottom: 0px;
}
.aba-equipe {
  width: 25%;
  text-align: center;
  align-self: center;
  padding: 0.8rem 1rem;
  font-weight: 600;
  color: #828282;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aba-equipe:hover {
  color: #2368B1;
  background: #f1f1f1;
}

.aba-content {
  display: none;
} 

.diretoria-content, .admnistrativo-content, .suporte-content, .desenvolvimento-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 10rem;
    gap: 2vw;
}

.ativa {
  color: #2368B1 !important;
  background: #f1f1f1;
}

#aba-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 10rem;

}

#aba-content .row{
  width: 30%;
}

@media (min-width: 801px) and (max-width: 1330px) {
  #content-consultoria {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem; 
    justify-items: center; 
    justify-content: center; 
  }
}

@media (max-width: 800px) {

  .diretoria-content, .admnistrativo-content, .suporte-content, .desenvolvimento-content {
    display: flex;
    flex-direction: column;
  }

  .abas {
    flex-wrap: wrap;
  }

  .aba-equipe {
    width: 45%;
    margin-bottom: 10px;
  }
}

.footer {
  width: 100%;
  min-height: 6rem;
  background: #f4f4f4;
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center;
  align-content: center;
  padding: 5px;
  flex-wrap: wrap;
}

@media (max-width: 850px) { 
  .footer {
    width: 100%;
    min-height: 6rem;
    background: #f4f4f4;
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center;
    align-content: center;
    padding: 5px;
    flex-wrap: wrap;
  }
  .footer-info {
    width: 80%;
  }

  .footer-contato, .footer-localizacao{
    justify-content: left; 
    padding-top: 1rem;
  }

  .copyright{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

.social-icons a {
  margin-right: 10px;
  font-size: 24px;
  text-decoration: none;
}

.social-icons a:hover {
  opacity: 0.7;
}

.pgp-txt {
    display: none; 
}

.pgp-txt.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.explicacao {
  padding-inline: 10vw;
  text-align: center;
}

.info-section {
  padding: 40px 0;
}

.container-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.info-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.titulo-info {
  color: #2368B1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.abas-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  gap: 0.5rem;
  flex-direction: row;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.explicacao-pgp, .explicacao-pci {
  min-height: 30vh;
  font-size: 20px;
  padding-inline: 10%;
  text-align: justify;
}

.aba-pgp, .aba-pci {
  height: 85px;
  text-align: center;
  align-self: center;
  padding: 0.8rem 0.8rem;
  font-size: 20px;
  font-weight: 600;
  color: #828282;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

@media (max-width: 960px) { 
  .aba-pgp, .aba-pci {
    height: 85px !important;
    text-align: center;
    align-self: center;
    padding: 0.4rem 0.4rem;
    font-size: 12px;
    font-weight: 600;
    color: #828282;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
}

@media (max-width: 450px) { 
  .aba-pgp, .aba-pci {
    height: 85px !important;
    text-align: center;
    align-self: center;
    padding: 0.2rem 0.2rem;
    font-size: 10px;
    font-weight: 600;
    color: #828282;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
}

@media (max-width: 768px) {
  .info-content {
    flex-direction: column;
    gap: 20px;
  }
}

.pgp-custom-checkbox,
.pci-custom-checkbox {
  background-color: grey;
  transition: background-color 0.3s ease, transform 0.15s ease;
}

.pgp-custom-checkbox.selected, 
.pci-custom-checkbox.selected {
  background-color: #2368B1 !important;
}

.pgp-custom-checkbox:hover,
.pci-custom-checkbox:hover,
.entrar-custom-checkbox:hover
 {
  background-color: #3e7fc8 !important;
}