@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

.page-loader{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity .25s ease;
}

.page-loader.hide{
  opacity: 0;
  pointer-events: none;
}

.spinner{
  width: 56px;
  height: 56px;
  border: 6px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .9s linear infinite;
}

@keyframes spin{
  to { transform: rotate(360deg); }
}


body {
  width: 100%;
  min-height: 100vh;
  background-color: #1d2c3d;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Inria Sans", sans-serif;
}

#carouselExampleIndicators {
  width: 100%;
  height: 100vh;
}

#carouselExampleIndicators img {
  object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  background-color: #999;
  opacity: 0.6;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #ffffff;
  opacity: 1;
}

header {
  position: absolute;
  top: 3%;
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

header a {
  width: 23%;
}

header a img {
  width: 100%;
}

#conteinerHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#conteinerHeader span {
  color: white;
  font-size: 35px;
  margin-right: 15%;
}

#conteinerHeader select {
  background-color: #212e4c;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8% 10%;
  opacity: 0.9;
  font-weight: 600;
  outline: 0;
  cursor: pointer;
}

#conteinerAreaAtuacao {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#conteinerAreaAtuacao h2 {
  font-family: "Inria Sans", sans-serif;
  color: #ffffff;
  margin-top: 7%;
}

#conteinerAreaAtuacao p {
  color: #c8d4e3;
  margin-top: 2%;
  font-size: medium;
  font-weight: 200;
  font-size: large;
}

#conteinerAreas {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 6%;
}

#conteinerAreas .conteinerArea {
  width: 18%;
  background-color: #ffffff;
}

#conteinerAreas .conteinerArea img {
  width: 25%;
  margin: 10% 0 5% 8%;
}

#conteinerAreas .conteinerArea h3 {
  font-size: medium;
  color: #1d5669;
  margin-left: 8%;
}

#conteinerAreas .conteinerArea p {
  color: #000000;
  width: 88%;
  margin-left: 8%;
  font-size: small;
}

#conteinerDestaques {
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#conteinerDestaques h2 {
  font-family: "Inria Sans", sans-serif;
  color: #1d5669;
  margin-top: 7%;
  font-weight: 600;
}

#conteinerDestaques p {
  color: #000000;
  margin-top: 2%;
  font-family: "Inria Sans", sans-serif;
  font-weight: 100;
  font-size: large;
}

#conteinerDestaque {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 2%;
}

#conteinerDestaque .destaque {
  width: 24%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.destaque div{
    width: 85%;
}

#conteinerDestaque .destaque h3 {
  width: 100%;
  color: #000000;
  font-size: large;
  margin-top: 10%;
}

#conteinerDestaque .destaque p {
  width: 100%;
  color: #000000;
}

#conteinerDestaque .destaque img {
  width: 100%;
  height: 90px;
  background-color: #d9d9d9;
}

#conteinerDestaques a {
  background-color: #1d5669;
  color: white;
  padding: 1% 5%;
  text-decoration: none;
  margin-bottom: 5%;
}

#conteinerDestaques a:hover {
  background-color: #4291ac;
  color: white;
}

#conteinerNossoEscritorio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8%;
}

#conteinerNossoEscritorio #contEscr {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 7%;
}

#conteinerNossoEscritorio #contEscr #contText {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#carouselExampleSlidesOnly {
  width: 50%;
}

#conteinerNossoEscritorio #contEscr #contText h2 {
  color: #ffffff;
  font-weight: 600;
}

#conteinerNossoEscritorio #contEscr #contText hr {
  width: 100%;
  color: white;
  margin-bottom: 5%;
}

#conteinerNossoEscritorio #contEscr #contText p {
  color: #f2f6fa;
  font-weight: 100;
}

#conteinerNossoEscritorio #contEscr #contText h4 {
  color: white;
}

#conteinerNossoEscritorio #contEscr iframe {
  width: 100%;
  margin-top: 3%;
}

#carouselExampleSlidesOnly {
  width: 45%;
  max-height: 450px; /* ajuste aqui */
  overflow: hidden;
}

#carouselExampleSlidesOnly img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

#conteinersaibaMais {
  width: 100%;
  background-color: #6b919e;
  padding: 3% 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#conteinersaibaMais #contSM {
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#conteinersaibaMais #contSM #contText h3 {
  color: #fafeff;
  font-weight: 400;
  font-size: 30px;
}

#conteinersaibaMais #contSM #contText p {
  color: #1d5669;
  margin: 0;
}

#conteinersaibaMais #contSM a {
  text-decoration: none;
  color: #1d5669;
  background-color: #c7e6f0;
  padding: 1% 3%;
  font-size: large;
}

#conteinerQuemSomos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#conteinerQuemSomos img {
  width: 48%;
  height: 700px;
}

#conteinerQuemSomos #contTextQS {
  width: 45%;
  display: flex;
  flex-direction: column;
}

#conteinerQuemSomos #contTextQS h3 {
  color: #ffffff;
  margin-bottom: 5%;
  font-size: 30px;
  font-weight: 800;
  margin-top: 7%;
}

#conteinerQuemSomos #contTextQS #textQS {
  width: 85%;
}

#conteinerQuemSomos #contTextQS #textQS p {
  color: white;
  text-align: justify;
  font-weight: 100;
}

#conteinerSocios {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#conteinerSocios h3 {
  margin-top: 7%;
  color: #1d5669;
  margin-bottom: 3%;
  font-weight: 600;
}

#conteinerSocios #contSC {
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5%;
}

#conteinerSocios #contSC .contSocio {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

#conteinerSocios #contSC .contSocio img {
  width: 100%;
  height: 250px;
  background-color: #d9d9d9;
}

#conteinerSocios #contSC .contSocio p {
  margin: 4% 0 0 0;
}

#conteinerSocios #contSC .contSocio hr {
  width: 100%;
  margin: 4% 0 3% 0;
  background-color: #1d5669;
}

#conteinerSocios #contSC .contSocio #contMenuSC {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}

#conteinerSocios #contSC .contSocio #contMenuSC button {
  background: none;
  border: none;
}

#conteinerSocios #contSC .contSocio #contMenuSC .lgLinkedin {
  margin-right: 5%;
}

#conteinerContato {
  width: 100%;
  background-color: #1d2c3d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#conteinerContato #contC {
  width: 80%;
}

#conteinerContato #contC h3 {
  color: white;
  font-weight: 600;
  margin-top: 10%;
}

#conteinerContato #contC hr {
  width: 100%;
  background-color: #ffffff;
  height: 2px;
}

#conteinerContato #contC #contRedes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
}

#conteinerContato #contC #contRedes .redeMenor {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#conteinerContato #contC #contRedes .redeMaior {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#conteinerContato #contC #contRedes p {
  color: #ffffff;
  font-weight: 100;
  margin-top: 5%;
}

#conteinerContato #contC #contRedes svg {
  padding: 3%;
  border: 1px solid white;
  border-radius: 5px;
}

#conteinerContato #contC #contRedes .redeMaior p {
  width: 95%;
}

#conteinerContato #contC #opcoesContato {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
}

#conteinerContato #contC #opcoesContato div {
  width: 49%;
}

#conteinerContato #contC #opcoesContato div button {
  background-color: #1c2631;
  color: white;
  width: 100%;
  border: none;
  padding: 2% 0;
  border-radius: 10px;
}

#conteinerContato #contC #opcoesContato div #btnFaleC {
  background-color: #515b67;
  color: white;
}

#conteinerContato #contC #opcoesContato div #btnFaleC,
#btnAcomp {
  margin-bottom: 2%;
}

#formFaleConosco {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
  flex-direction: column;
}

.duplaForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.duplaForm div {
  display: flex;
  flex-direction: column;
  width: 45%;
}

form p {
  color: white;
  margin-bottom: 2%;
  margin-top: 3%;
}

form input {
  outline: 0;
  height: 40px;
  padding: 0 0 0 3%;
  border-radius: 5px;
  background-color: #7b8c92;
}

form select {
  outline: 0;
  height: 40px;
  border-radius: 5px;
  background-color: #7b8c92;
}

form textarea {
  resize: none;
  outline: 0;
  height: 100px;
  width: 100%;
  padding: 1% 3%;
  border-radius: 5px;
  background-color: #7b8c92;
  color: white;
  margin: 0;
}

.contBtnFC {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.contBtnFC button {
  background-color: #8ecce0;
  color: #1d2c3d;
  padding: 1% 6%;
  border-radius: 5px;
}

#formAcompProc {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
  display: none;
  flex-direction: column;
}

.duplaForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

form p {
  color: white;
  margin-bottom: 1%;
  margin-top: 2%;
}

form select {
  outline: 0;
  height: 40px;
  border-radius: 5px;
  background-color: #7b8c92;
}

.contBtnFC {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.contBtnFC button {
  background-color: #8ecce0;
  color: #1d2c3d;
  padding: 1% 6%;
  border-radius: 5px;
}

.custom-file-upload {
  display: flex;
  cursor: pointer;
  background-color: #7b8c92;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: white;
}

.file-field {
  width: 100% !important;
  align-items: center;
}

.custom-file-upload svg {
  margin-right: 3%;
}

form input {
  color: white;
}

form select {
  color: white;
}

form small {
  color: #697685;
  margin-top: 1%;
}

#formTrabaConosco {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
  display: none;
  flex-direction: column;
}

#formTrabaConosco #trio div {
  width: 32%;
}

.duplaForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#formTrabaConosco form p {
  color: white;
  margin-bottom: 1%;
  margin-top: 2%;
}

form select {
  outline: 0;
  height: 40px;
  border-radius: 5px;
  background-color: #7b8c92;
}

.contBtnFC {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.contBtnFC button {
  background-color: #8ecce0;
  color: #1d2c3d;
  padding: 1% 6%;
  border-radius: 5px;
}

#formSugesRecla {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
  display: none;
  flex-direction: column;
}

.duplaForm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.duplaForm div {
  display: flex;
  flex-direction: column;
  width: 48%;
}

#formSugesRecla form p {
  color: white;
  margin-bottom: 1%;
  margin-top: 2%;
}

form select {
  outline: 0;
  height: 40px;
  border-radius: 5px;
  background-color: #7b8c92;
}

.contBtnFC {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.contBtnFC button {
  background-color: #8ecce0;
  color: #1d2c3d;
  padding: 1% 6%;
  border-radius: 5px;
  margin-top: 2%;
}

#avisoForm {
  background-color: #883d3d;
  width: 100%;
  margin-bottom: 2%;
}

#avisoForm p {
  color: white;
  margin: 0;
  margin: 1% 0 1% 3%;
}

#avisoForm p button {
  color: #12d4ff;
  background-color: #883d3d;
  border: none;
  margin: 0;
}

#contMenu {
  width: 90%;
  background-color: #1d2c3d;
  position: absolute;
  z-index: 999;
  top: 16%;
  border-radius: 30px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contMenu.ativo {
  display: flex;
}

#contMenu menu {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

#contMenu menu a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}

#contMenu menu a:hover {
  font-weight: bold;
}

#contMenu menu #contAreasMenu {
  display: none;
  flex-direction: column;
  margin-top: 3%;
}

#contMenu menu #contDestMenu {
  display: none;
  flex-direction: column;
  margin-top: 3%;
}

#destaque:hover #contDestMenu {
  display: flex;
  transition: all 0.5s ease;
}

#areaAt:hover #contAreasMenu {
  display: flex;
  transition: all 0.5s ease;
}

#contDestMenu a {
  font-weight: lighter;
  font-size: small;
}

#contAreasMenu a {
  font-weight: lighter;
  font-size: small;
}

#contAreasMenu hr {
  width: 100%;
  background-color: white;
  color: white;
  margin: 1% 0;
}

#contDestMenu hr {
  width: 100%;
  background-color: white;
  color: white;
  margin: 1% 0;
}

header span {
  cursor: pointer;
}

#miniMenuCarrossel {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 60%;
}

#miniMenuCarrossel #menu {
  padding: 2% 2% 1.5% 2%;
  width: 23%;
  border-radius: 20px;
  background-color: rgba(17, 25, 44, 0.9);
}

#miniMenuCarrossel #menu p {
  color: white;
  font-weight: 200;
}

#miniMenuCarrossel #menu div {
  display: flex;
  flex-direction: row;
}

#miniMenuCarrossel #menu div a {
  margin-right: 8%;
}

#miniMenuCarrossel #menu hr {
  width: 100%;
  background-color: white;
  color: white;
  margin: 5% 0 4% 0;
}

#arrow {
  background-color: #3758ff;
  padding: 2%;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#email {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#email p {
  margin: 0;
}

footer {
  width: 100%;
  background-color: #1d5669;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}

footer #geralFT {
  width: 85%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3% 0 1% 0;
}

footer #geralFT #contFT {
  width: 57%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 10%;
}

footer #geralFT #contFT .cxFT p {
  color: white;
  font-weight: 700;
  font-size: large;
  margin-bottom: 5%;
}

footer #geralFT #contFT .cxFT div {
  display: flex;
  flex-direction: column;
}

footer #geralFT #contFT .cxFT div a {
  text-decoration: none;
  color: white;
  font-weight: 100;
}

footer #geralFT #contFT .cxFT div a:hover {
  color: #12d4ff;
}

footer hr {
  width: 85%;
  color: white;
}

#contFTBX {
  display: flex;
  flex-direction: row;
  width: 82%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1%;
}

#contFTBX p {
  color: white;
  font-weight: 100;
  margin: 0;
}

#contFTBX p a {
  color: #f8ba6f;
  text-decoration: none;
  font-weight: 100;
}

#contFTBX div {
  display: flex;
  flex-direction: row;
}

#contFTBX div a {
  margin-right: 10%;
}



#miniMenuCarrossel h1 {
  color: WHITE;
  font-size: 60px;
  width: 50%;
  font-weight: 100;
  margin-left: 5%;
  position: relative;
  top: -30px;
}

#conteinerGeral {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 25, 44, 0.9);

  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

#contMenu{
  opacity: 0; /* começa invisível, anima pra 1 */
}

#contMenu.ativo{
  display: flex;
}

#contMenu.aparecer{
  animation: fadeIn 0.25s ease forwards;
}


.socio {
  width: 50%;
  height: 75%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 5px;
  padding: 1% 0%;
}

.socio button {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 3% 0% 0;
  padding: 1% 1%;
}

.socio button span {
  font-size: small;
}

.socioGeral {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.socioGeral .socioEsq {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.socioGeral .socioEsq img {
  width: 100%;
  height: 180px;
  background-color: #cacaca;
}

.divAreaSocio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6%;
}

.socioDir {
  width: 53%;
}

.socioEsq p {
  width: 100%;
  text-align: center;
  background: #1d5669;
  color: white;
  padding: 2% 0;
  margin: 0;
  font-size: small;
}

.txtAreas {
  border: 1px solid #1d5669;
  background: none !important;
  color: #000000 !important;
}

.socioDir h2 {
  font-size: xx-large;
  margin-bottom: 0%;
}

.socioDir li {
  width: 100%;
  text-align: justify;
  margin-bottom: 2%;
}

@media (max-width: 450px) {

  #conteinerAreaAtuacao h2 {
    margin-top: 20%;
    font-size: larger;
  }

  #conteinerAreaAtuacao p {
    color: #c8d4e3;
    margin-top: 1%;
    font-size: smaller;
    text-align: center;
    width: 80%;
  }

  #conteinerAreas {
    width: 86%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 6%;
    align-items: center;
  }

  #conteinerAreas .conteinerArea {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 3%;
  }

  #conteinerAreas .conteinerArea img {
    width: 15%;
    margin: 8% 0 3% 6%;
  }

  #conteinerAreas .conteinerArea p {
    color: #000000;
    width: 88%;
    margin-left: 6%;
  }

  #conteinerAreas .conteinerArea h3 {
    margin-left: 6%;
  }

  #conteinerAreas .conteinerArea h3 {
    font-size: smaller;
  }

  .conteinerArea p {
    text-align: justify !important;
  }

  #conteinerDestaques h2 {
    margin-top: 20%;
    font-size: larger;
  }

  #conteinerDestaques p {
    font-size: medium;
    text-align: center;
    width: 80%;
  }

  #conteinerDestaque {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #conteinerDestaque .destaque {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: normal;
    margin-bottom: 4%;
  }

  #conteinerDestaques a {
    width: 80%;
    padding: 2% 0;
    text-align: center;
  }

  #conteinerDestaque .destaque img {
    width: 38%;
  }

  #conteinerDestaque .destaque p{
    text-align: justify;
  }

  .destaque div {
    width: 56%;
}

#conteinerNossoEscritorio #contEscr{
    flex-direction: column-reverse;
}

#carouselExampleSlidesOnly {
    width: 100%;
    max-height: 335px;
}

#conteinerNossoEscritorio #contEscr #contText {
    width: 100%;
    margin-top: 10%;
}

#conteinerNossoEscritorio #contEscr #contText h2 {
    font-size: larger;
}

#conteinerNossoEscritorio #contEscr #contText hr{
        margin-top: 2%;
}

#conteinerNossoEscritorio #contEscr #contText p {
    font-size: smaller;
}

#conteinerNossoEscritorio #contEscr #contText h4 {
    font-size: large;
}

#conteinersaibaMais #contSM {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
}

#contSM #contText{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4% 0 3% 0;
}

#conteinersaibaMais #contSM #contText h3 {
    font-size: 22px;
}

#conteinersaibaMais #contSM #contText p {
    font-size: smaller;
}

#conteinersaibaMais #contSM a{
        padding: 1% 13%;
}

#conteinerQuemSomos {
    flex-direction: column;
}

#conteinerQuemSomos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#conteinerQuemSomos #contTextQS {
    width: 85%;
    margin-top: 5%;
    margin-bottom: 10%;
    align-items: center;
}

#conteinerQuemSomos #contTextQS #textQS {
    width: 100%;
}

#conteinerSocios h3 {
    margin-top: 12%;
    margin-bottom: 7%;
}

#conteinerSocios #contSC .contSocio {
    width: 64%;
}

#conteinerSocios #contSC .contSocio img {
    height: 200px;
}

#conteinerSocios #contSC {
    margin-bottom: 10%;
}

#conteinerContato #contC h3 {
    margin-top: 18%;
}

#conteinerContato #contC #contRedes {
    width: 100%;
    display: flex;
    margin-top: 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

#conteinerContato #contC #contRedes .redeMenor {
    width: 48%;
}

#conteinerContato #contC #contRedes .redeMaior {
    width: 48%;
}

#conteinerContato #contC #contRedes p {
    font-size: 11px;
    overflow-wrap: break-word
}

#conteinerContato #contC #contRedes svg {
    width: 34px;
    height: 34px;
    padding: 4%;
}

#conteinerContato #contC #opcoesContato {
    margin-top: 7%;
}

#conteinerContato #contC #opcoesContato div button {
    font-size: smaller;
}

form p {
    font-size: smaller;
}

.duplaForm {
    margin-bottom: 3%;
}

form textarea {
    margin-bottom: 2%;
}

.contBtnFC button {
    width: 100%;
    padding: 2% 0%;
}

#conteinerContato {
    margin-bottom: 10%;
}

footer{
    margin-bottom: 6%;
}

footer #geralFT {
    flex-direction: column;
    margin: 12% 0 1% 0;
}

footer #geralFT img{
    margin-bottom: 7%;
}

footer #geralFT #contFT {
    width: 100%;
    margin-left: 0%;
    flex-wrap: wrap;
}

.cxFT {
    margin-bottom: 5%;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #geralFT #contFT .cxFT div {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

footer #geralFT #contFT .cxFT p {
    font-size: medium;
    margin-bottom: 3%;
}

footer #geralFT #contFT .cxFT div a {
    font-size: smaller;
}

#contFTBX p {
    font-size: small;
}

#contFTBX p {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}

#contFTBX div a {
    margin-right: 5%;
}

#contFTBX div a svg{
    width: 25px;
    height: 25px;
}


#contFTBX {
    margin-bottom: 3%;
}





  .w-100 {
    object-fit: cover;
    height: 100%;
  }

  #miniMenuCarrossel {
    top: 31% !important;
  }

  header a {
    width: 34%;
  }

  #conteinerHeader span {
    color: white;
    font-size: 28px;
    margin-right: 3%;
  }

  #conteinerHeader select {
    font-size: small;
  }

  #miniMenuCarrossel h1 {
    margin: 0 !important;
    margin-bottom: 10% !important;
    text-align: center;
    width: 88%;
  }

  #carouselExampleIndicators {
    width: 100%;
    height: 74vh;
}

  #miniMenuCarrossel a {
    padding: 2% 8%;
  }

  #miniMenuCarrossel h1 {
    font-size: 18px !important;
    margin-bottom: 5% !important;
  }
}

