@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
}

 @font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('Trebuchet-MS-Italic.woff') format('woff');
}

.headercall{
 font-family: 'Trebuchet MS', sans-serif';
 font-style: normal;
 font-size: 16px;
 color: #008542;
 flex: none;
 order: 0;
 flex-grow: 0;
}

body, 
html{ 
 width: 100%; 
 min-width: 100%; 
}

.header{
 width: 100%;
 border-bottom: 1px solid #EEEEEE;
 padding: 26px 0 23px;
}
.header-init{
 width: 100%;
}
.header-init .col-12{
 border-bottom: 1px solid #EEEEEE;
 padding-top: 25px;
 padding-bottom: 10px;
}


a{
 color: white;
 text-decoration: none;
}

.division{
 position: absolute;
 top: 25px;
}

a:hover{
 color: white;
 text-decoration: none;
}


.primeiroBlocoGasNatural{
 width: 100%;
 position: relative;
 margin-bottom: 65px;
}

.sucesso{
 font-family: 'Trebuchet MS';
 font-style: normal;
 font-weight: 700;
 font-size: 20px;
 line-height: 132%;
 text-align: center;
 color: #008542;
 margin-top: 25px;
}

.error{
 font-family: 'Trebuchet MS';
 font-style: normal;
 font-weight: 700;
 font-size: 20px;
 line-height: 132%;
 text-align: center;
 margin-top: 25px;
 color: #EB4A3F;
}

.btn-close{
 box-sizing: border-box;

 /* Auto layout */
 
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 padding: 0px 24px;
 
 width: 248px;
 height: 56px;
 text-align:center;
 /* Primary/Mid - Brand ⚑ */
 
 background: #008542;
 border-radius: 999px;
 
 flex: none;
 order: 0;
 flex-grow: 1;
 opacity: 1; 
 color: white;

 font-weight: 700;
 font-size: 16px;
 line-height: 132%; 
 font-family: 'Trebuchet MS';
 margin: 25px auto 5px;
}
.btn-close:hover{
 color: white;
}

.txmodal{
 font-family: 'Trebuchet MS';
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 132%;
 text-align: center;
 color: #373737;
 flex: none;
 order: 1;
 align-self: stretch;
 flex-grow: 0; 
 margin-top: 5px;
}



.green-dash{
 color: #008542;
    background-color: #008542;
    opacity: 1;
    height: 4px;
    width: 20px !important;
 margin: 15px 0 0;
}

.divIconeRoleParaBaixo{
 display: flex;
 justify-content: end;
 align-items: center;
}

.fotoPrincipalDesktop{
 width: 100%;
}

.divPrimeiroBlocoDesktop .divIconeRoleParaBaixo p{
 text-align: center;
 font-family: 'Trebuchet MS', sans-serif';
 color: #008542;
 font-size: 10px;
 line-height: 12.8px;
 font-weight: 700;
 position: absolute;
 width: 25px;
 bottom: 90px;
}

.fotoPrincipalCell{
 display: none;
}

.imgRole{
 position: absolute;
 bottom: 25px;
}

.divPrincipalPrimeiroBloco{
 margin: 25% 0px 25% 32px;
 font-family: 'Trebuchet MS', sans-serif;
 /*max-width: 490px;*/
}


.divPrimeiroBlocoCell{
 display: none;
}

.divPrimeiroBlocoDesktop{
 display: flex;
 width: 100%;
 align-items: center;
}

.divPrimeiroBlocoDesktop h2{
 font-family:'Trebuchet MS', sans-serif;
 color: #373737;
 font-size: 48px;
 line-height: 63.36px;
 font-weight: 700;
 margin-bottom: 24px;
 max-width: 530px;
}

.divPrimeiroBlocoDesktop p{
 font-family:'Trebuchet MS', sans-serif;
 color: #373737;
 font-size: 18px;
 line-height: 24px;
 font-weight: 400;
 max-width: 500px;
}

.divPrimeiroBlocoDesktop .button{
 margin-top: 24px;
 text-align: center;
 padding: 18px 40px;
 background-color: #008542;
 height: 56px;
 border: 1px solid #008542;
 border-radius: 999px;
 cursor: pointer;
 color: white;
 font-size: 16px;
 line-height: 21px;
 font-weight: 700;
 display: inline-block; 
 font-family:'Trebuchet MS', sans-serif';
}


.segundoBlocoGasNatural{
 display: flex; 
 background-color: #FCFCFC;
 justify-content: center;
 padding-bottom: 60px; 
 padding-top: 40px;
}

.inovacaoNoDna{
 width: 411px;
 min-height: 420px;
 padding-top: 24px;
 margin-left: 14px;
 border: 1px solid #D7D7D7;
 padding-bottom: 60px; 
 padding-top: 40px;
}

.inovacaoNoDna div{
 position: relative;
}

.segundoBlocoGasNatural .inovacaoNoDna div h2{
 max-width: 100px;
 margin: 0px 0px 10px 24px;
 padding-bottom: 14px;
 font-family:'Trebuchet MS', sans-serif;
 color: #010101;
 font-size: 24px;
 line-height: 26.4px;
 font-weight: 700;
}

.segundoBlocoGasNatural .inovacaoNoDna div .h2ProntosParaFornecer{
 max-width: 150px;
}

.segundoBlocoGasNatural .inovacaoNoDna hr{
 width: 100%;
}

.segundoBlocoGasNatural .inovacaoNoDna h3{
 max-width: 290px; 
 margin: 26px 0; 
 margin-left: 24px; 
 color: #008542; 
 font-size: 20px; 
 line-height: 130%; 
 font-weight: 700; 
 font-family:' Trebuchet MS', sans-serif;
}

.segundoBlocoGasNatural .inovacaoNoDna p{
 margin: 0 24px;
 max-width: 100%;
 color: #373737;
 font-size: 16px; 
 line-height: 140%;
 font-weight: 400;
 font-family:' Trebuchet MS', sans-serif;
}



.lampada{
 position: absolute;
 right: 32px; 
 top: 62px;
 z-index: 100;
}


/*----------     Bloco Integração 1440px     ------------*/

.blocoIntegracao{
 width: 100%;
 padding: 70px 32px;
 background-color: #008542;
 box-sizing: border-box;
 min-height: 525px;
 position: relative;
}

.nSeiNomeAinda{
 max-width: 790px;
 margin: 0 auto;
}

.blocoIntegracao h2{
 font-family:' Trebuchet MS', sans-serif;
 color: white;
 font-size: 32px;
 line-height: 40px;
 font-weight: 700;
}


.blocoIntegracao p{
 font-family: 'Trebuchet MS', sans-serif;
 color: white;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
 margin-top: 16px;
}

/*----------     Bloco Forms 1440px     ------------*/


.blocoFormGasNatural{
 padding: 40px 72px;
 box-sizing: border-box;
 max-width: 1200px;
    margin: auto;
}

.blocoFormGasNatural .divTituloForms{
 margin-bottom: 35px;
    display: block;
 align-items: center;
 justify-content: center;
}

.pTudoCerto{
 margin-right: 10px;
}

.blocoFormGasNatural .divTituloForms h2{
 text-align: center;
 color: #010101;
 font-size: 40px;
 line-height: 52.8px;
 font-weight: 700;
 font-family: 'Trebuchet MS', sans-serif;
}


.divFormGasNatural{
 padding: 42px 58px 42px 38px;
 border: 1px solid #D7D7D7;
 border-radius: 15px;
 box-sizing: border-box;
}

.divFormGasNatural div label{
 color: #373737;
 font-size: 16px;
 line-height: 20px;
 font-weight: 700;
 font-family: 'Trebuchet MS', sans-serif;
 display: block;
 margin-bottom: 4px;
}

.divFormGasNatural div option{
 color: #373737;
 font-size: 16px;
 line-height: 20px;
 font-weight: 700;
 font-family: 'Trebuchet MS', sans-serif;
 display: block;
 margin-bottom: 4px;
}

.divFormGasNatural div input{
 width: 100%;
 padding: 12px 0px 12px 16px;
 margin-bottom: 26px;
 border: 1px solid #959595;
 border-radius: 4px;
 font-family: 'Trebuchet MS', sans-serif;
}

.divFormGasNatural div select{
 width: 100%;
 padding: 12px 0px 12px 16px;
 margin-bottom: 26px;
 border: 1px solid #959595;
 border-radius: 4px;
 font-family: 'Trebuchet MS', sans-serif;
}

.divFormGasNatural div button{
 width: 132px;
 height: 40px;
 border-radius: 4px;
 background-color: #959595;
 border: 1px solid #959595;
 color: white;
 font-size: 14px;
 font-weight: 700;
 line-height: 19px;
 text-align: center;
 cursor: pointer;
 font-family: 'Trebuchet MS', sans-serif;
}

.divFormGasNatural div button:hover{
 background-color: #008542;
}

.blocoFormGasNatural .divInputCheckBox{
 display: flex;
 align-items: center;
 margin: 10px 0 30px;
}

.blocoFormGasNatural .divInputCheckBox input[type='checkbox']{
 width: 24px;
 height: 24px;
 border: 2px solid #008542;
 border-radius: 2px;
 margin: 0px 8px 0px 0px;
 cursor: pointer;
}



.blocoFormGasNatural .divInputCheckBox p{
 font-family: 'Trebuchet MS', sans-serif;
 color: #373737;
 font-size: 16px;
 font-weight: 400;
 line-height: 23px;
 width: 100%;
}

/*------------------------------------------------------*/

/*----------------  Media Query 1440  -------------------*/

/*------------------------------------------------------*/

@media (max-width: 1360px){
 .vectors{
  width: 42%;
  height: auto;
 }
}





/*------------------------------------------------------*/

/*----------------  Media Query 1400  -------------------*/

/*------------------------------------------------------*/
@media screen and (max-width: 1400px){
 .segundoBlocoGasNatural{
  display: flex;
  background-color: #FCFCFC;
  margin: 0 auto;
 }

 .inovacaoNoDna{
  margin: 0 auto;
  margin-top: 10px;
  width: 30%;
        max-width: 411px;
  padding-top: 24px;
  position: relative; 
 }
 .lampada{ 
  top: 67px; 
  width: 67px; 
  height: 67px; 
 }
}

/*------------------------------------------------------*/

/*----------------  Media Query 1200  -------------------*/

/*------------------------------------------------------*/

@media screen and (max-width: 1200px){
 .primeiroBlocoGasNatural{
  width: 100%;
  position: relative;
  margin-bottom: 65px;
 }

 .vectors{ 
  display: none; 
 } 
 .fotoPrincipalCell{ 
  display: block; 
  max-width: 100%; 
 } 
 .divIconeRoleParaBaixo{ 
  display: none; 
 }

 .divPrincipalPrimeiroBloco{
  margin:0px 0px 24px 32px;
  max-width: 490px;
 } 
 .buttonPrimeiroBloco{
  margin-left: 32px;
  font-family: 'Trebuchet MS', sans-serif;
 }
}

@media screen and (max-width: 1000px){
 .segundoBlocoGasNatural{ 
  display: block; 
  padding: 40px 10px; 
 } 
 .inovacaoNoDna{ 
  width: 100%; 
  height: auto; 
  min-height: auto; 
 } 
 .segundoBlocoGasNatural .inovacaoNoDna h3{ 
  max-width: 260px; 
 }
}

/*------------------------------------------------------*/

/*----------------  Media Query 800  -------------------*/

/*------------------------------------------------------*/



/*------------------------------------------------------*/

/*----------------  Media Query 770  -------------------*/

/*------------------------------------------------------*/

@media screen and (max-width: 770px){
 .divPrimeiroBlocoDesktop{
  display: none;
 }
 .primeiroBlocoGasNatural .divPrimeiroBlocoCell{
  display: block;
 }
 .blocoFormGasNatural .divTituloForms{
  display: block;
 }
 .divPrimeiroBlocoCell h2{
  font-family:'Trebuchet MS', sans-serif;
  color: #373737;
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 700;
  margin-bottom: 24px;
 }
 .divPrimeiroBlocoCell p{
  font-family:'Trebuchet MS', sans-serif;
  color: #373737;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
 }
 .divPrimeiroBlocoCell .buttonPrimeiroBloco{ 
  margin-top: 24px; 
  text-align: center; 
  padding: 18px 40px; 
  background-color: #008542; 
  height: 56px; 
  border: 1px solid #008542; 
  border-radius: 999px; 
  cursor: pointer; 
  color: white; 
  font-size: 16px; 
  line-height: 21px; 
  font-weight: 700; 
  display: block; 
  margin: 0 auto; 
  width: 100%; 
  max-width: 248px; 
  font-family: 'Trebuchet MS', sans-serif'; 
 } 
 .segundoBlocoGasNatural .inovacaoNoDna div h2{ 
  font-size: 20px; 
 } 
 .segundoBlocoGasNatural .inovacaoNoDna h3{ 
  font-size: 16px; 
  margin-top: 36px; 
 } 
 .segundoBlocoGasNatural .inovacaoNoDna p{ 
  font-size: 14px; 
 } 
 .divFormGasNatural{ 
  padding: 42px 20px; 
 }
 .header{
  padding: 11px 13px;
  border-bottom: 1px solid #D7D7D7;
 }
 .header img{
  height: 19px;
  width: auto;
 }
 .header-init .col-12{
  padding-top: 14px;
  padding-bottom: 0;
  border: none;
 }
 .header-init .col-12 .headercall{
  font-size: 12px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 4px;
  display: inline-block;
 }
}

/*------------------------------------------------------*/

/*----------------  Media Query 540  -------------------*/

/*------------------------------------------------------*/

@media screen and (max-width: 540px){
 .blocoFormGasNatural .divTituloForms h2{
  text-align: center;
  color: #010101;
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 700;
  font-family: 'Trebuchet MS', sans-serif;
 }
 .blocoFormGasNatural .divTituloForms{
  margin-bottom: 20px;
 }
}


/*------------------------------------------------------*/

/*----------------  Media Query 500  -------------------*/

/*------------------------------------------------------*/


@media screen and (max-width: 500px){
 .blocoFormGasNatural{
  padding: 0px 10px;
  margin-bottom: 20px;
 }
 .blocoFormGasNatural .divTituloForms{
  margin-top: 40px;
 }
 .blocoIntegracao .nSeiNomeAinda h2{
  font-size: 20px;
  line-height: 26px;
 }
 
}

/*------------------------------------------------------*/

/*----------------  Media Query 360  -------------------*/

/*------------------------------------------------------*/

@media screen and (max-width: 420px){
 .divPrimeiroBlocoCell{
  padding-right: 25px;
 }

}


/* PAGINA 2 */
.pagina2 .divPrimeiroBlocoDesktop{
 background: #F8F8F8;
}
.pagina2 ul { 
 list-style: none; 
  } 
   
  .pagina2  ul li::before { 
 content: "\2022"; 
 color: #008542; 
 font-weight: bold; 
 display: inline-block;  
 width: 1em; 
 margin-left: -1em; 
  } 

.blocoFormGasNatural .addunity{ 
 box-sizing: border-box; 
 display: flex; 
 padding: 10px 32px; 
 gap: 8px; 
 width: 213px; 
 height: 40px; 
 background-color: #FFFFFF !important; 
 border: 1px solid #868686 !important; 
 border-radius: 4px; 
 font-family: 'Trebuchet MS'; 
 font-style: normal; 
 font-weight: 700; 
 font-size: 14px; 
 line-height: 132%; 
 text-align: center; 
 color: #373737 !important; 
} 
.pagina2 .lista{ 
 font-family: 'Trebuchet MS'; 
 font-style: normal; 
 font-weight: 400 !important; 
 font-size: 16px !important; 
 line-height: 140% !important; 
 margin-top: 30px; 
} 


.pagina2 .divPrincipalPrimeiroBloco{ 
 margin: 12% 0px 16% 32px; 
 padding-left: 155px; 
 /*max-width: 490px;*/ 
} 


.pagina2 .divPrimeiroBlocoDesktop h2{ 
 max-width: 500px;
}

@media screen and (max-width: 1400px){
 .pagina2 .divPrincipalPrimeiroBloco{
  padding-left: 70px;
 }
}
@media screen and (max-width: 770px){
 .pagina2 .fotoPrincipalCell{

     max-width: 100%; 
 }

 .pagina2 .divPrimeiroBlocoCell{
  padding-right: 0;
  background: #F8F8F8;
 }
 .pagina2 .divPrincipalPrimeiroBloco{
  padding-left: 0px;
  padding-right: 32px;
 }

 .pagina2 ul { 
  padding: 30px 30px;
   } 


}