:root {
  --mostarda: #ffa500;
  --mostarda_claro:#ffa60057;
  --branco: #fff;
}

body {
  background-color: #fafbfc;
  overflow-x: hidden;
  font-family: Montserrat;
  color: #313638;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}

ul.py-3 li a {
  position: relative;
  color: inherit;
  /* mantém a cor do texto padrão */
  text-decoration: none;
  /* remove o sublinhado padrão */
}

ul.py-3 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* ajuste conforme necessário */
  width: 100%;
  height: 2px;
  background-color: var(--mostarda);
  visibility: hidden;
  transform: scaleX(0);
  transition: visibility 0s, transform 0.3s ease-out;
}

ul.py-3 li a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

li {
  float: left;
}

li a {
  display: inline-block;
  color: #313638;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* geral */

.container {
  max-width: 1200px !important;
}

.titulo {
  line-height: 50px;
  text-align: center;
  color: var(--preto);
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4rem;
}
.titulo b{
  font-weight: 900;
  background-image: linear-gradient(to right top, #ffd000, #ffae00, #ff8a00, #ff6000, #ff1f00);;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}

.texto-amarelo {
  color: var(--mostarda);
}
.texto-branco{
  color: #FFF;
}

.subtitulo {
  color: #313638;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.5rem;
}

.logo {
  width: 50%;
  height: fit-content;
}

.slick-slide{
  padding: 0px !important;
}

.img-crm {
  /* max-width: 600px; */
  width: 100%;
  height: 100%;
  margin-bottom: 200px;
}

.bt{
  border-radius: 10px;
  color: #fff;
  padding: 15px 20px;
  font-weight: 900;
  background: #313638;
  border-color: #313638;
  border: 0px;
  width: 100%;
  transition: all .3s;
  cursor: pointer;
}
.bt:hover {
  background: var(--mostarda);
  border-color: var(--mostarda);
}
.bt:active {
  transform: scale(.95);
 }

 .bt_wp{
  border-radius: 100px;
  color: #fff;
  padding: 15px 20px;
  font-weight: 900;
  background: #00d437;
  border-color: #00d437;
  border: 0px;
  width: fit-content;
  transition: all .3s;
  cursor: pointer;
  margin: 20px auto 0px;
 }

.bt-amarelo {
  background: var(--mostarda);
  border-color: var(--mostarda);
  border: 0px;
  transition: all 0.3s;
  width: fit-content;
  color: var(--preto);
}

.bt-amarelo:hover {
  background: #ffa500;
  border-color: #ffa500;
  filter: drop-shadow(0px 4px 15px rgba(235, 164, 83, 0.79));
}

.box {
  width: 50%;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

button {
  border-radius: 11px;
  /* background: linear-gradient(135deg, #00D248 0%, #2361EB 100%); */
}

.input {
  border-radius: 11px;
  border: none !important;
  outline: none;
  /* border: 2px solid rgba(3, 203, 83, 1) !important; */
  /* background: rgba(228, 253, 235, 0.52); */
  margin-bottom: 0;
}

iframe {
  width: 800px;
  height: 450px;
}



/* ------------------- */
/* ------------------- */
/*      DOBRA 1        */
/* ------------------- */
/* ------------------- */
#dobra1{
  background-color: #000;
  width: 100vw;
  min-height: 90vh;
  position: relative;
  text-align: center;
}
#dobra1 .container{
  z-index: 2; 
  position: relative;
  height: 90vh;
}
#dobra1 .inf{
  margin: 0 10%;
  margin-top: -10%;
}
#dobra1 .titulo,
#dobra1 .subtitulo{
  color: #FFF !important;
}
#dobra1 .subtitulo{
  line-height: 2rem;
}
#dobra1 .cta{
  position: absolute;
  bottom: 15%;
  left: 0px;
  width: 100vw;
  margin: auto;
  z-index: 5;
}  

#dobra1 video {
  object-fit: cover;
  width: 100vw;
  height: 90vh;
  position: absolute  ;
  top: 0;
  left: 0;
  z-index: 0;
}

#dobra1 .box-form .titulo{
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

#dobra1 .box-form input {
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding: 0 1rem;
  border: 2px solid #e8e8e8e0;
  border-radius: 10px;
  outline: none;
  color: #0d0c22;
  transition: .5s ease;
}
#dobra1 .box-form input::placeholder {
  color: #94a3b8;
}

#dobra1 .box-form input:focus, #dobra1 .box-form input:hover {
  outline: none;
  border-color: var(--mostarda);
  background-color: #fff;
  box-shadow: 0 0 0 5px var(--mostarda_claro);
}


/*
---------------
---------------
  Logos
---------------
---------------
*/
#logos .logos {
  background-color: #313638;
}

#logos-mobile{
  background-color: #313638;
  display: none;

}


/*
---------------
---------------
  Dobra 2
---------------
---------------
*/
#dobra2 .op1,
#dobra2 .op2,
#dobra2 .op3{
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px 40px;
  color: #FFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#dobra2 .bg{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all .5s ease;
}
#dobra2 .op1:hover .bg,
#dobra2 .op2:hover .bg,
#dobra2 .op3:hover .bg{
  transform: scale(1.1);
}

#dobra2 .op1 .bg{
  background-image: url(../img/linha_transmissao.jpg);
}
#dobra2 .op2 .bg{
  background-image: url(../img/paineis_solares.jpg);
}
#dobra2 .op3 .bg{
  background-image: url(../img/eolicas.jpg);
}

#dobra2 .titulo{
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #FFF;
  text-align: left;
}
#dobra2 .saiba_mais{
  margin-top: 5px;
  display: flex;
  align-items: center;
}

/*
---------------
---------------
  Dobra 3
---------------
---------------
*/
#dobra3{
  padding: 15vh 0;
}
#dobra3 .d-flex{
  margin-top: 10vh;
}
#dobra3 .d-flex .item{
  width: 25%;
  text-align: center;
  padding: 10px;
  border-right: 2px solid var(--mostarda);
}
#dobra3 .d-flex .item:last-child{
  border-right: 0px solid var(--mostarda);
}
#dobra3 .d-flex .item .titulo{
  font-size: 3rem;
  font-weight: 700;
}
  


/*
#---------------------
#---------------------
#----SECAO paravoce---
#---------------------
#---------------------
*/

#paravoce{
  background-image: url(../img/bg_curva2.svg);
  /* background-size: cover; */
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-top: 30px;
}

#paravoce .titulo {
  font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: var(--preto);
    margin-bottom: 40px;
}


#paravoce .linha_nome {
  width: 100% !important;
  height: 300px;
  margin-bottom: 46px;
}

#paravoce .caixa__paravc {
  display: flex;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  column-gap: 12px;
  background: #f5f5f5;
  padding: 5px 17px;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 70px;
}

#paravoce .caixa__paravc:hover {
  box-shadow: 0px 2px 12px rgba(0, 221, 135, 0.25);
  cursor: pointer;
}

.caixa__paravc:active,
.caixa__paravc:focus {
  background: #dfffe7 !important;

  border-radius: 8px;
}

#paravoce .disp__items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 30%;
  justify-content: center;
}

#paravoce .texto__caixa {
  font-size: 15px;
  line-height: 16px;
}

#paravoce .fundo__marca {
  width: 100vw;
  max-height: 100px;
  background-color: #000;
}

#paravoce .linha__marca {
  display: block;
  margin: auto;
  width: 150px !important;
}


#paravoce .e-card {
  margin-bottom: 100px;
  background: #ffeeb2;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  transition: all .5s ease;
  cursor: pointer;
}
#paravoce .e-card:hover{
  transform: scale(1.1);
}

#paravoce .e-card .saiba_mais{
  position: absolute;
  bottom: -20px;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  transition: all .5s ease;
}
#paravoce .e-card:hover .saiba_mais{
  bottom: 20px;
}

#paravoce .wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,var(--mostarda),var(--mostarda) 60%,var(--mostarda));
}

#paravoce .icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

#paravoce .infotop {
  text-align: center;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 5.6em;
    left: 0;
    right: 0;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
}
#paravoce .infotop img{
  max-width: 60px;
  margin-bottom: 10px;

}

#paravoce .name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

#paravoce .wave:nth-child(2),
#paravoce .wave:nth-child(3) {
  top: 210px;
}

#paravoce .wave {
  border-radius: 40%;
}
#paravoce .e-card:nth-child(odd) .wave:nth-child(2) {
  animation: wave1 infinite linear;
  animation-duration: 30s;
}
#paravoce .e-card:nth-child(odd) .wave:nth-child(3) {
  animation: wave1 infinite linear;
  animation-duration: 45s;
}

#paravoce .e-card:nth-child(even) .wave:nth-child(2) {
  animation: wave2 infinite linear;
  animation-duration: 25s;
}
#paravoce .e-card:nth-child(even) .wave:nth-child(3) {
  animation: wave2 infinite linear;
  animation-duration: 55s;
}

@keyframes wave1{
  0% { transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@keyframes wave2{
  0% { transform: rotate(180deg);}
  100% {transform: rotate(-180deg);}
}
@keyframes wave3{
  0% { transform: rotate(90deg);}
  100% {transform: rotate(180deg);}
}
@keyframes wave4{
  0% { transform: rotate(-180deg);}
  100% {transform: rotate(180deg);}
}



/*
#---------------------
#---------------------
#-----SECAO FOTO------
#---------------------
#---------------------
*/
#foto{
  background-image: url(../img/foto_geral.jpg);
  width: 100vw;
  height: 90vh;
  background-size: cover;
  background-position: top center;
  position: relative;
}
#foto .fade_gradiente{
  width: 100%;
  height: 20%;
  position: absolute;
  bottom:0px;
  left: 0px;
  background: rgb(5,25,55);
  background: linear-gradient(0deg, #313638 0%, rgba(49,54,56,0) 100%);
}

/*
#---------------------
#---------------------
#----SECAO VALORES----
#---------------------
#---------------------
*/
#valores{
  background-color: var(--preto);
  padding: 100px;
}
#valores .titulo{
  color: #FFF !important;
}

#valores .flip-card{
  width: 100%;
  min-height: 300px;
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  min-height: 300px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #292929;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
}

.flip-card-back {
  margin: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  background-image: linear-gradient(to right top, #ffd000, #ffae00, #ff8a00, #ff6000, #ff1f00);;
  transform: rotateY(180deg);
  font-size: 16px;
  text-align: center;
  padding: 10px;
}


/*
#----------------
#----------------
#-----rodape-----
#----------------
#----------------
*/
footer {
  background: var(--verde-preto);
  width: 100%;
  position: absolute;
  margin-top: -20px;
}
footer .redeSocial img{
  width: 40px;
}
.rodape_total {
  display: grid;
  height: 100%;
  align-items: end;
  align-content: center;
}
.pessoas {
  margin-top: -21%;
  z-index: -1;
  position: relative;
  align-content: initial;
}
.chamada_rodape {
  background: rgba(231, 236, 229, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: -60px 10% 0px;
  padding: 40px 15px;
}
.chamada_rodape .destaque {
  font-weight: 700;
  font-size: 24px;
}
.inicio_rodape {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  margin-top: 80px !important;
}
.redeSocial {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 10px;
}
.titulo_rodape {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--branco);
}
.texto_rodape {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--branco);
}
.texto_rodape:hover {
  text-decoration: underline;
  cursor: pointer;
  color: var(--branco);
}
.separador {
  display: block;
  margin: 25px auto;
  width: 100%;
}
.informacoes_rodape {
  color: var(--branco);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 54px;
}
.texto_final {
  text-align: center;
  margin: 50px 0px;
  color: var(--branco);
  font-size: 12px;
}

#ajuda .caixa-faq {
  margin: 100px auto 150px auto;
}
#ajuda .breadcrumb {
  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  text-align: center;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #000 !important;
}
#ajuda .titulo {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-top: 50px;
  color: var(--verde-preto);
}
#ajuda .subtitulo {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--verde-preto);
  width: 45%;
  margin-top: 25px;
}
#ajuda .caixa__paravc {
  display: flex;
  border-radius: 8px;
  /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  column-gap: 12px;
  background: #f5f5f5;
  border: none;
  padding: 5px 17px;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
#ajuda .caixa__paravc:hover {
  /* box-shadow: 0px 2px 12px rgba(0, 221, 135, 0.25); */
  cursor: pointer;
}
/* .caixa__paravc:active,
.caixa__paravc:focus {
  background: #dfffe7 !important;
  border-radius: 8px;
} */
#ajuda .duvida__caixa {
  font-weight: 400;
  font-size: 20px;
  line-height: 91.9%;
  color: var(--verde-preto);
}
#ajuda .disp__items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#ajuda .disp__items a {
  width: 80%;
}
#ajuda .texto__caixa {
  font-size: 15px;
  line-height: 16px;
}


/*
----------------------
----------------------
FAQ
----------------------
----------------------
*/
.borda {
  border-radius: 16px;
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  /* column-gap: 12px; */
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* background: #e7ece5cc; */
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  transition: all .5s ease;
}
.borda .open::before {
  height: 0;
}
.borda .open::after {
  height: 110px;
}
.borda:hover {
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  cursor: pointer;
}
#accordion{
  margin-bottom: 50px;
}
.accordion-container {
  width: 80%;
}
.accordion-title .open {
  color: red;
}
.accordion-content {
  position: relative;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 20px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}
.accordion-container .accordion-title:first-child .open {
  color: var(--verde);
}
.accordion-container .accordion-title:first-child {
  border-top: 0px solid #5f5f5f;
  border-radius: 16px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  margin-left: 30px;
  color: var(--verde-preto);
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  transform: rotate(60deg);
  background: #CCC;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  background: #CCC;
  transition: all 0.2s ease-in-out;
  transform: rotate(120deg);
}
.accordion-title .verde{
  color: var(--verde) !important;
}
.accordion-title .mostarda {
  color: #FFA500 !important;
}
.accordion-title .rosa {
  color: #FF007A !important;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  right: 28px;
  background: var(--vermelho) !important;
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
  transform: rotate(180deg);
  right: 28px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /* display: flex !important; */
}

#modal_ca .container{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: 100%; */
}

/* Modal Content/Box */
.modal-content {
  background-color: var(--branco);
  padding: 20px;
  border: 1px solid #888;
  width: 50vw;
  max-height: 95vh;
  margin: auto;
  overflow-y: scroll;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.modal-content .titulo_interno{
  font-size: 1.5rem;
}

/* The Close Button */
.close {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  right: 20px;
  top: 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

input, select{
  width: 230px;
  font-weight: 600;
  background-color: #FFF;
  border: 2px solid var(--mostarda_claro) !important;
  padding: 10px !important;
  border-radius: 8px !important;
  margin-bottom: 15px;
  transition: all 0.2s;
}

select {
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

textarea:focus,
input:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: var(--mostarda) !important;
  background-color: #fff !important;
  outline: 0 none !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  padding: 5px;
  color: #CCC;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  padding: 5px;
  color: #CCC;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  padding: 5px;
  color: var(--placeholder);
}

#etapa2,#etapa3,#etapa4{
  display: none;
}

/* #etapa1{
  display: none;
}
#etapa4{
  display: block;
} */


@media (max-width: 425px) {
  #ajuda .caixa-faq {
    width: 80%;
  }
  #ajuda .titulo {
    font-size: 35px;
    margin-top: 30px;
    margin: 30px 10px 0px 10px;
  }
  #ajuda .subtitulo {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
  }
  #ajuda .caixa-faq {
    margin: 100px auto 50px auto;
  }
  .search-bar {
    width: 100%;
  }
  .sfield {
    min-width: 75%;
  }
  .accordion-container {
    width: 100%;
  }
  #accordion{
    margin-bottom: 20px;
  }
  .accordion-container .accordion-title:first-child {
    border-top: 0px solid #5f5f5f;
    border-radius: 16px;
    height: inherit;
    line-height: inherit;
    text-align: left;
    margin-left: 20px;
    color: var(--verde-preto);
    padding: 10px 50px 10px 0px;
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .bt-amarelo{
    font-size: .7rem;
  }
  .titulo {
    font-size: 1.9rem;
    text-align: center;
    line-height: 2rem;
  }
  .titulo b{
    font-size: 30px;
  }
  .titulo2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .subtitulo{
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
  }

  iframe {
    width: 100%;
    height: 250px;
  }


  #dobra1 {
    height: auto;
  }
  #dobra1 .subtitulo{
    line-height: 1.5rem;
  }
  #dobra1 video{
    opacity: .4;
  }
  #dobra1 .d-flex{
    justify-content: center;
  }
  #dobra1 .box-form {
    width: 90%;
    margin: 30px auto !important;
    padding: 10vw;
  }

  #logos{
    display: none;
  }
  #logos-mobile{
    display: block;
    text-align: center;
  }

  #logos-mobile img{
    object-fit: cover;
    object-position: center;
    height: 12vh;
    width: 40%;
  }

  #dobra1 .logo {
    width: 150px !important;
    margin-top: 20px;
  }

  #logos .logos {
    padding: 0px !important;
  }

  #dobra2{
    padding-bottom: 10vh;
  }

  #dobra2 .e-card{
    width: 40vw;
    height: 30vh;
    margin: 2vh 0;
    display: flex;
    align-items: center;
  }
  #dobra2 .e-card .wave:nth-child(2), .wave:nth-child(3) {
    top: 120px;
  }

  #dobra3{
    padding: 5vh 0;
  }
  #dobra3 .d-flex{
    flex-direction: column;
  }
  #dobra3 .d-flex .item {
    width: 60%;
    margin: 0px auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 0px;
    border-right: 0px;
    border-bottom: 2px solid var(--mostarda);
  }

  #paravoce .titulo {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  #paravoce .e-card {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
  #paravoce .infotop {
    top: 2.6em;
  }

  #foto {
    height: 30vh;
  }

  #valores {
    background-color: var(--preto);
    padding: 50px;
  }
  #valores .card_valores {
    width: 100%;
    min-height: 200px;
    text-align: center;
  }

  /*
  #----------------
  #----------------
  #-----rodape-----
  #----------------
  #----------------
  */
  .pessoas {
    margin-top: -27%;
    width: 40%;
  }
  .inicio_rodape {
    flex-direction: column;
    height: auto;
  }
  .chamada_rodape {
    text-align: center;
    margin: -60px 2% 0px;
  }

  .informacoes_rodape {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 16px;
  }

  .modal-content{
    width: 100vw;
  }
  input, select{
    width: 100%;
  }
}