@charset "UTF-8";
* {
  outline: none;
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}

.mt-100 {
  margin: 100px 0;
}

html,
body {
  min-height: 100vh;
  font-size: 62.5%;
}

@media (max-width: 768px) {
  .navbar-brand {

    width: 300px !important;
  }

  .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }
}
.topo-position {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 10%;


}
@media (max-width: 768px) {
  .topo-position {
    position: static;
    left: 0;
    transform: translateX(0);
  }
}

/*.sobre, .servicos-ver, .abrir-empresa{
    .nav-link{
        color: #033870!important;
    }
}*/
.top {
  background: linear-gradient(to right, #fff 50%, #fff 50%);
  margin-bottom:10%;
}
@media (max-width: 992px) {
  .top {
    background: #fff;
  }
}
.top .meta-infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
@media (max-width: 992px) {
  .top .meta-infos {
    margin-bottom: 25px;
    padding: 35px 0;
  }
}
.top .meta-infos .title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", system-ui;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #333; 
}
.top .meta-infos .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #444;
  margin: 2rem 0;
}
.top .meta-infos .buttons a {
  display: inline-block;
  font-family: "Montserrat", system-ui;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.65rem 1.75rem;
  border-radius: 999rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.top .meta-infos .buttons .open-company {
  background: linear-gradient(to right, #00C0F7 -3.35%, #446AB9 85.68%);
  background-clip: padding-box;
  border: solid 2px transparent;
  color: #fff;
  position: relative;
  background-size: 100%;
  transition: 0.6s all ease;
  margin-right: 20px;
}
.top .meta-infos .buttons .open-company:hover {
  background-position: 0 70%;
  background-size: 300%;
  border-color: #00C0F7;
  color: #fff;
}
.top .meta-infos .buttons .consultancy {
  color: #333;
  border-color: #00C0F7;
}
.top .meta-infos .buttons .consultancy:hover {
  color: #fff;
  background-color: #00C0F7;
  border-color: #00C0F7;
}

.menu-topo {
  padding: 0px 0;
}
.menu-topo .nav-item {
  padding: 0px 12px;
  display: flex;
  align-items: left;
}
.menu-topo .nav-item .nav-link {
  font-size: 1.6rem;
  color: #033870 !important;
  font-weight: 600; !important;
}
.menu-topo .nav-item .nav-link.botao {
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;

}
.menu-topo .nav-item .nav-link.active {
  font-weight: 900 !important;
}
@media (max-width: 768px) {
  .menu-topo .navbar-nav {
    background-color: #fff;
  }
  .menu-topo .navbar-nav .nav-link {
    color: #033870;
  }
}
.menu-topo .menu-shaddow {
  position: relative;
  z-index: 9999 !important;
  width: 500px;
  margin-left: -250px;
  margin-top: 15px;
  padding: 22px 42px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra mais espalhada */
}
@media (max-width: 768px) {
  .menu-topo .menu-shaddow {
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
  }
}
.menu-topo .menu-shaddow .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu-topo .menu-shaddow .wrapper {
    flex-direction: column;
  }
}
.menu-topo .menu-shaddow .wrapper .titulo {
  font-size: 1.5rem;
  color: #565962;
  margin-bottom: 15px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .menu-topo .menu-shaddow .wrapper .titulo {
    margin-top: 22px;
  }
}
.menu-topo .menu-shaddow .wrapper .dropdown-item {
  font-size: 2rem;
  color: #033870;
  font-weight: 100;
  padding: 0;
  margin-top: 10px;
}
.menu-topo .menu-shaddow .wrapper .dropdown-item:hover {
  background-color: #fff;
}

.chamada-servicos .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;

}
.chamada-servicos .titulo {
  color: #2B1918;
  font-size: 3.2rem;
  font-weight: bolder;
  margin-top: 22px;
  margin-bottom: 42px;
}
.chamada-servicos .lista-imagens-servicos {
  margin-bottom: 52px;
}
.chamada-servicos .lista-imagens-servicos .servico img {
  border-radius: 15px;
}

.menu-servicos {
  margin-bottom: 52px;
}
.menu-servicos .titulo {
  text-align: center;
  font-size: 4rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 42px;
}
.menu-servicos .titulo strong {
  color: #25A3F2;
}
.menu-servicos .descricao {
  font-size: 1.8rem;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  color: #565962;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .menu-servicos .descricao {
    width: 100%;
  }
}
.menu-servicos .menu {
  margin: 0 auto;
}


 ul.navmenu {

    margin-right:14%!important;


 }

 .top .menu-topo {
  margin-bottom: 5%;
 }


.menu-servicos .menu .nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 102px;
}
@media (max-width: 768px) {
  .menu-servicos .menu .nav-tabs {
    flex-direction: column;
  }
}
.menu-servicos .menu .nav-link {
  color: #565962;
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
}
@media (max-width: 768px) {
  .menu-servicos .menu .nav-link {
    margin-bottom: 15px;
  }
}
.menu-servicos .menu .nav-link.active {
  background: linear-gradient(to top, #0069EA, #00BFF8);
  color: white;
}
.menu-servicos .menu .titulo {
  text-align: start;
  font-size: 3rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 42px;
}
.menu-servicos .menu .descricao {
  font-size: 1.8rem;
  text-align: start;
  width: 85%;
  color: #565962;
  margin-bottom: 52px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .menu-servicos .menu .descricao {
    width: 100%;
  }
}
.menu-servicos .menu .wrapper {
  display: flex;
}
.menu-servicos .menu .wrapper .meta-infos {
  width: 50%;
}
@media (max-width: 768px) {
  .menu-servicos .menu .wrapper .meta-infos {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .menu-servicos .menu .wrapper .meta-infos {
    margin-right: 50px;
  }
}
.menu-servicos .menu .wrapper .img {
  width: 50%;
}

.chamada-empresa-lider {
  background-color: #DEDFDA;
  padding-top: 92px;
}
.chamada-empresa-lider .titulo {
  text-align: start;
  font-size: 3rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 42px;
}
.chamada-empresa-lider .descricao {
  font-size: 1.8rem;
  text-align: start;
  width: 85%;
  color: #565962;
  margin-bottom: 52px;
  margin-left: 0;
}
.chamada-empresa-lider .botao {
  color: #565962;
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
}
.chamada-empresa-lider .img {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .chamada-empresa-lider .img {
    display: none;
  }
}

.chamada-formulario {
  background-color: #234783;
  padding: 52px;
  padding-bottom: 0;
  position: relative;
  margin-top: -52px;
  margin-bottom: 32px;
  border-radius: 7px;
}
.chamada-formulario .titulo {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 42px;
}
.chamada-formulario input,
.chamada-formulario textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 30px;
  color: #565962;
  font-size: 1.7rem;
  border-radius: 10px;
  border: none;
}
.chamada-formulario button {
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
  background: linear-gradient(to top, #0069EA, #00BFF8);
  color: white;
  margin-bottom: 32px;
}
.chamada-formulario img {
  position: absolute;
  bottom: 0;
  height: 150%;
  width: 100%;
}

.formulario-consultoras {
  background-color: #234783;
  padding: 15px 32px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.formulario-consultoras .titulo {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bolder;
}
.formulario-consultoras .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .formulario-consultoras .row {
    display: flex;
    flex-direction: column;
  }
  .formulario-consultoras .row .d-flex {
    width: 100%;
    margin-bottom: 15px;
  }
}
.formulario-consultoras form {
  width: 100%;
}
.formulario-consultoras input {
  background-color: #0A255A;
  color: #fff;
  width: 100%;
  padding: 15px 30px;
  font-size: 1.7rem;
  border-radius: 50px;
  border: none;
}
.formulario-consultoras input::placeholder {
  color: #fff;
}
.formulario-consultoras button {
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  background: linear-gradient(to top, #0069EA, #00BFF8);
  color: white;
}

.texto-degrade {
  background: linear-gradient(to right, #01BFFB, #2D62A6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Página Sobre */
.sobre .header .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;
  text-align: start;
}
.sobre .header .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.sobre.valores {
  margin-top: 50px;
}
.sobre .valores .wrapper {
  display: flex;
}
.sobre .valores .wrapper .img img {
  width: 300px;
  height: auto;
}
.sobre .valores .wrapper .meta-infos .titulo {
  text-align: start;
  font-size: 2.2rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 32px;
}
.sobre .valores .wrapper .meta-infos .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}
.sobre .chamada-paixao {
  margin: 100px 0;
}
.sobre .chamada-paixao .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;
  text-align: start;
}
.sobre .chamada-paixao .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.sobre .chamada-paixao .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}
.sobre .video {
  margin-bottom: 100px;
}

.chamada-video {
  margin: 100px 0;
}
.chamada-video .meta-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.chamada-video .meta-infos .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.chamada-video .meta-infos .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}

.chamada-slider-sobre {
  background-color: #F8F8F6;
  padding: 92px 0;
}
.chamada-slider-sobre .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}

.chamada-dupla {
  margin-top: 100px;
}
.chamada-dupla .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.chamada-dupla .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}

.chamada2 {
  margin: 100px 0;
}
.chamada2 .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}

/* Página serviços ver */
.servicos-ver {
  margin: 100px 0;
}
.servicos-ver .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;
  text-align: center;
}
.servicos-ver .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 42px;
}
.servicos-ver .texto {
  font-size: 2rem;
  text-align: center;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}
.servicos-ver .lista-valores {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .servicos-ver .lista-valores {
    flex-direction: column;
  }
  .servicos-ver .lista-valores .item {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.servicos-ver .item {
  color: #565962;
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
  cursor: pointer;
}
.servicos-ver .item:hover {
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  margin-right: 22px;
  background: linear-gradient(to top, #0069EA, #00BFF8);
  color: white;
}

.botao-degrade {
  font-size: 1.8rem;
  margin-top: 32px;
  display: block;
}

.botao-degrade2 {
  font-size: 2rem;
  margin-top: 32px;
  display: block;
  color: #514a4d;
}


.chamada-dentista {
  margin: 0;
}
@media (min-width: 768px) {
  .chamada-dentista {
    margin: 100px 0;
  }
}
.chamada-dentista .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.chamada-dentista .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}

.detalhe-passo {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detalhe-passo img {
  width: 70%;
}

.chamada-abrir-empresa {
  margin-top: 100px;
}
.chamada-abrir-empresa .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.chamada-abrir-empresa .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}
.chamada-abrir-empresa .botao-degrade {
  color: #565962;
  font-size: 2.2rem;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
  cursor: pointer;
  text-align: center;
}
.chamada-abrir-empresa .passo-a-passo {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .chamada-abrir-empresa .passo-a-passo {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .chamada-abrir-empresa .passo-a-passo {
    flex-direction: column;
  }
}
.chamada-abrir-empresa .passo-a-passo .passo {
  border: 1px solid #DFE1DC;
  padding: 22px 15px 22px 30px;
  width: 25%;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 992px) {
  .chamada-abrir-empresa .passo-a-passo .passo {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .chamada-abrir-empresa .passo-a-passo .passo {
    width: 100%;
  }
}
.chamada-abrir-empresa .passo-a-passo .passo .numero {
  font-size: 3rem;
  font-weight: bolder;
}
.chamada-abrir-empresa .passo-a-passo .passo .titulo {
  text-align: start;
  font-size: 2.2rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 32px;
}
.chamada-abrir-empresa .passo-a-passo .passo .icon {
  font-size: 4rem;
  color: #DFE1DC;
  padding: 10px;
  border: 2px solid #DFE1DC;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}
@media (max-width: 768px) {
  .chamada-abrir-empresa .passo-a-passo .passo .icon {
    right: 50%;
    bottom: -25px;
  }
}
@media (min-width: 769px) {
  .chamada-abrir-empresa .passo-a-passo .passo .icon {
    right: -25px;
    top: 50%;
  }
}

.footer {
  padding: 103px 0;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .wrapper > div:not(.redes-sociais) {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer .wrapper {
    flex-wrap: wrap;
  }
}
.footer .wrapper .titulo {
  text-align: start;
  font-size: 2rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 10px;
}
.footer .wrapper .infos {
  font-size: 1.6rem;
  line-height: 3rem;
}
.footer .wrapper .contato .ddd {
  font-size: 2rem;
  font-weight: 200;
}
.footer .wrapper .contato .numero {
  font-size: 3rem;
  font-weight: bolder;
}
.footer .wrapper .redes-sociais {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .wrapper .redes-sociais {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
.footer .wrapper .redes-sociais > div {
  padding: 0 18px;
  font-size: 3rem;
  color: #033870;
}

.abrir-empresa {
  margin: 100px 0;
}
.abrir-empresa .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;
  text-align: center;
}
.abrir-empresa .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 42px;
}
.abrir-empresa .texto {
  font-size: 2rem;
  text-align: center;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}

.depoimentos .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}

#slide-depoimentos .item {
  display: flex;
  padding: 0 62px;
}
#slide-depoimentos .item .meta-infos {
  width: 50%;
  padding-right: 52px;
}
@media (max-width: 768px) {
  #slide-depoimentos .item .meta-infos {
    width: 100%;
  }
}
#slide-depoimentos .item .meta-infos .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin: 52px 0;
  margin-left: 0;
  line-height: 3.5rem;
}
#slide-depoimentos .item .meta-infos .nome {
  color: #BBC4CE;
  font-size: 3rem;
  font-weight: bold;
}
#slide-depoimentos .item .meta-infos .aspas {
  width: 62px;
}
#slide-depoimentos .item .meta-infos .aspas img {
  width: 100%;
  height: auto;
}
#slide-depoimentos .item .img {
  width: 50%;
}
@media (max-width: 768px) {
  #slide-depoimentos .item .img {
    display: none;
  }
}

.faqs {
  margin-bottom: 100px;
}
.faqs #accordion .card {
  border: none !important;
}
.faqs #accordion button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  font-size: 2.2rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 32px;
}
.faqs #accordion .card-body {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
}
.faqs #accordion .card-header {
  background-color: #fff;
}

.pg-contato {
  margin-top: 50px;
  position: relative;
  z-index: 9998;
}
@media (max-width: 768px) {
  .pg-contato {
    margin-top: 100px;
  }
}
.pg-contato .wrapper {
  display: flex;
}
.pg-contato .header-contato .titulo {
  font-size: 4.8rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}
.pg-contato .header-contato .texto {
  font-size: 2rem;
  text-align: start;
  color: #565962;
  font-weight: 100;
  margin-bottom: 52px;
  margin-left: 0;
  line-height: 3.5rem;
  width: 85%;
}
.pg-contato .titulo {
  text-align: start;
  font-size: 2rem;
  color: #403130;
  font-weight: bolder;
  margin-bottom: 10px;
}
.pg-contato .infos {
  font-size: 1.6rem;
  line-height: 3rem;
}
.pg-contato .entrar-contato {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .pg-contato .entrar-contato {
    margin-top: 0;
  }
}
.pg-contato .entrar-contato .ddd {
  font-size: 2rem;
  font-weight: 200;
}
.pg-contato .entrar-contato .numero {
  font-size: 3rem;
  font-weight: bolder;
}
.pg-contato .redes-sociais {
  font-size: 1.4rem;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .pg-contato .redes-sociais {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
.pg-contato .redes-sociais > div {
  padding-right: 22px;
  font-size: 1.8rem;
  color: #033870;
}
.pg-contato .content {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra mais espalhada */
  padding: 62px;
  border-radius: 35px;
}
.pg-contato .titulo-formulario {
  font-size: 2.5rem;
  color: #5D5557;
  font-weight: bolder;
  margin-bottom: 32px;
}
.pg-contato .botao-degrade {
  background: linear-gradient(to top, #0069EA, #00BFF8);
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 32px;
  border: 1px solid #0069EA;
  margin-right: 22px;
  margin: 0 auto;
}
.pg-contato form input,
.pg-contato form textarea {
  background-color: #F7F7F7;
  font-size: 2.1rem;
  border-radius: 6px;
  border: none;
  width: 100%;
  padding: 22px 42px !important;
}

.servicos-contato {
  margin-top: 100px;
}
.servicos-contato .subtitulo {
  color: #BBC4CE;
  font-size: 2.2rem;
  text-align: start;
}
.servicos-contato .titulo {
  font-size: 4rem;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  text-align: start;
  margin-top: 22px;
  margin-bottom: 42px;
}

.servico-contato img {
  border-radius: 32px;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
