.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Mulish;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Mulish;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2568 .elementor-element.elementor-element-3629feb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-2568 .elementor-element.elementor-element-3629feb:not(.elementor-motion-effects-element-type-background), .elementor-2568 .elementor-element.elementor-element-3629feb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}.elementor-2568 .elementor-element.elementor-element-401e0fc{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Mulish;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Mulish;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-2568 .elementor-element.elementor-element-3629feb{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}.elementor-2568 .elementor-element.elementor-element-401e0fc{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for html, class: .elementor-element-842fe50 */.error {
            border-color: red;
        }
        .error-message {
            color: red;
            display: none;
        }

#formQualidadeVida {
    display: none;
    margin-top: -20px;
    margin-bottom: -10px;
}

#formQualidadeVida.ativo {
    display: block;
}

#numeroParcelasLabelQV {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: solid 1px #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center !important;
}

#valorPresenteLabelQV {
    display: inline-block;
    padding: px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: 1px solid #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

 .passo-custom {
            display: none;
        }
        .passo-custom.ativo {
            display: block;
        }
        
#qualidadeVidaForm {
    max-width: 100%; 
    margin: auto;
    padding: 20px 0px 20px 0px;
    background-color: transparent;
    border-radius: 12px;
    font-weight: 900 !important;
    color: #000000;
    font-family: 'Mulish';
    flex-direction: column;
    align-items: center;
}

#qualidadeVidaForm input[type="range"] {
    width: 100%;
    margin-top: 0px !important;
    height: 25px;
    -webkit-appearance: none;
    border-radius: 15px;
    background: #D9D9D9;
    outline: none;
    overflow: hidden;
    transition: background 0.3s;
}

#qualidadeVidaForm input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 4px solid #000;
    box-shadow: -407px 0 0 400px #80CE58;
}

#qualidadeVidaForm button[type="button"] {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #E24040;
    color: #ffffff;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#qualidadeVidaForm button[type="button"]:hover {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #76cf65;
    color: #000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#col1TextQV {
    margin-right: 201px;
    z-index: 1;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#col2TextQV {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol1TextQV {
    margin-right: 305px;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol11TextQV {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

 .form-crédito {
        display: none;
    }

    .form-crédito.ativo {
        display: block;
    }

      .dropdown-container {
            margin-bottom: 20px;
        }

        select {
            width: 100%;
            padding: 10px;
            border: 1px solid #000;
            border-radius: 10px;
            background-color: #fff;
            color: #333;
            font-weight: 600;
            font-size: 16px;
            font-family: 'Mulish';
            cursor: pointer;
        }


.elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1 !important;
}

#cadastroForm {
    max-width: 100%; 
    margin: auto;
    background-color: transparent !important;
    border-radius: 12px;
    font-weight: 900 !important;
    color: #000 !important;
    font-family: 'Mulish';
    flex-direction: column;
    align-items: center;
    
}

#cadastroForm input[type="text"],
#cadastroForm input[type="email"] {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #transparent !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-family: 'Mulish';
    font-size: 15px;
}

#cadastroForm input[type="text"]:focus,
#cadastroForm input[type="email"]:focus {
    outline: none;
    opacity: 1;
    color: #000000 !important;
    font-family: 'Mulish';
    border-color: #80ce58 !important; 
    background-color: #fff;
}

#cadastroForm button[type="submit"] {
    background-color: #ea4341; 
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Mulish' !important;
    font-weight: 700;
}

#cadastroForm button[type="submit"]:hover {
    background-color: #76cf65; 
    color: #000;
    border-color: #E24040;
}

.titulopasso1 {
    padding: 0px 26px 20px 26px;
    position: center !important;
    font-weight: 900 !important;
    color: #111;
    font-family: 'Mulish';
    text-align: center;
    align-items: center;
}

.tituloresultado {
    padding: 0px 80px 0px 80px;
    position: center !important;
    font-weight: 900 !important;
    color: #111;
    font-family: 'Mulish';
    text-align: center;
    align-items: center;
}

.contrateresultado {
    padding: 0px 40px 10px 40px;
    position: center !important;
    font-weight: 600 !important;
    color: #ea4341;
    font-size: 21px;
    font-family: 'Mulish';
    text-align: center;
    align-items: center;
}

.passo-custom {
    display: none;
    max-width: 471px;
    margin-top: auto;
    padding: 20px 40px 20px 40px;
    background-color: #f4f4f4;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
}

.passo-custom1 {
    display: none;
    max-width: 471px;
    margin-top: auto;
    padding: 40px 40px 10px 40px;
    background-color: ;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
}

.passo-custom1.ativo {
    display: block;
}

.passo-custom.ativo {
    display: block;
}

   .passo {
            display: none;
        }

        .passo.ativo {
            display: block;
        }

.range {
    width: 100%;
    margin-top: 0px;
    height: 25px;
    -webkit-appearance: none;
    border-radius: 15px;
    background: #D9D9D9;
    outline: none;
    overflow: hidden;
    transition: background 0.3s;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 4px solid #000;
    box-shadow: -407px 0 0 400px #80CE58;
}

.botao-voltar {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #000;
    width: 100%;
    padding: 0px 0px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

.botao-voltar:hover {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: transparent !important;
    color: #76cf65;
    width: 100%;
    padding: 0px 0px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

.tipodecreditotitulo{
    text-align: center;
    display: block;
    position: center !important;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: bold;
    color: #000;
    font-family: 'Mulish';
    font-size: 18px;
    font-weight: 700 !important;
    opacity: 1;
}

.botaoconsultores {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #76cf65;
    border-radius: 25px;
    padding: 5px 10px;
    color: #000;
    width: auto; 
    font-size: 18px !important;
    border: none;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
    align-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.botaoconsultores a {
    color: #fff; 
       font-family: 'Mulish';
    font-weight: 700!important;
       font-size: 18px!important;
       font-family: 'Mulish';
  
    text-decoration: none; 
}

.botaoconsultores:hover {
       font-size: 18px !important;
       font-family: 'Mulish'!important;
    font-weight: 700!important;
    background-color: #ea4341;
    color: #fff;
}

 .form-crédito label {
    text-align: center;
    display: block;
    position: center !important;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #000;
    font-family: 'Mulish';
    font-size: 18px;
    font-weight: 800;
    opacity: 1;
}

#creditSimulatorForm {
    max-width: 100% !important;
    margin: auto;
    padding: 10px 0px 20px 0px !important;
    background-color: #f4f4f4;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
}

#numeroParcelasLabel {
    display: inline-block;
    padding: 0px px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #111;
    border: solid 1px #000;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center !important;
}

#valorPresenteLabel {
    display: inline-block;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #111;
    border: 1px solid #000;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.range {
    width: 100%;
    margin-top: 0px !important;
    height: 25px;
    -webkit-appearance: none;
    border-radius: 15px;
    background: #D9D9D9;
    outline: none;
    overflow: hidden;
    transition: background 0.3s;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 4px solid #000;
    box-shadow: -407px 0 0 400px #80CE58;
}

.botao-simulacao {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #E24040;
    color: #ffffff;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

.botao-simulacao:hover {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #76cf65;
    color: #000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#col1Text {
    
    margin-right: 201px;
    z-index: 1;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#col2Text {
    
    position: right !important;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol1Text {
    
    margin-right: 305px;
    position: !important;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol11Text {
    position: right !important;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}


@media only screen and (max-width: 430px) {
    #creditSimulatorForm {
        padding: 10px 20px !important;
    }

    #col1Text {
        margin-right: 178px !important;
    }

    #outroCol1Text {
        margin-right: 280px !important;
    }
}


@media only screen and (max-width: 430px) {
.passo-custom {
    display: none;
    max-width: 471px;
    margin-top: auto;
    padding: 60px 20px 10px 20px;
    background-color: #f4f4f4;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
}
}

@media only screen and (max-width: 418px) {
.passo-custom {
    display: none;
    max-width: 471px;
    margin-top: auto;
    padding: 40px 20px 10px 20px;
    background-color: #f4f4f4;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
}
}

@media only screen and (max-width: 418px) {
.passo-custom {
    display: none;
    max-width: 471px;
    margin-top: auto;
    padding: 40px 20px 10px 20px;
    background-color: #f4f4f4;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
   color: #000 !important;
    font-family: 'Mulish';
    flex-direction: column;
    align-items: center;
}
}



@media only screen and (max-width: 430px) {
    .titulopasso1 {
        padding: 0px 0px 10px 0px !important;
        position: center !important;
        font-weight: 900 !important;
        color: #111;
        font-family: 'Mulish';
        text-align: center;
        align-items: center;
            margin-top: -20px;
        
    }
}


@media only screen and (max-width: 390px) {
    .titulopasso1 {
        font-size: 20px;
        margin-top: -20px;
        padding: 0px 0px 0px 0px !important;
        position: center !important;
        font-weight: 900 !important;
        color: #111;
        font-family: 'Mulish';
        text-align: center;
        align-items: center;
    
    }
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#resultado {
    display: inline-block;
    padding: 0px 50px 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent !important;
    color: #111;
    border: 2px solid #76cf65;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}


.botao-fechar {
    background-color: #fff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-top: ;
    cursor: pointer;
    z-index: 1;
}

.botao-fechar:hover {
    background-color: #fff;
}


#formJuroZero {
    display: none;
    margin-top: -20px;
    margin-bottom: -10px;
}

#formJuroZero.ativo {
    display: block;
}


#numeroParcelasLabelJZ {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: solid 1px #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center !important;
}

#valorPresenteLabelJZ {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: solid 1px #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center !important;
}


#juroZeroForm {
      max-width: 100%; 
    margin: auto;
    padding: 20px 0px 20px 0px;
    background-color: transparent;
    border-radius: 12px;
    font-weight: 900 !important;
    color: #000000;
    font-family: 'Mulish';
    flex-direction: column;
    align-items: center;
}

#juroZeroForm input[type="range"] {
    width: 100%;
    margin-top: 0px !important;
    height: 25px;
    -webkit-appearance: none;
    border-radius: 15px;
    background: #D9D9D9;
    outline: none;
    overflow: hidden;
    transition: background 0.3s;
}

#juroZeroForm input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 4px solid #000;
    box-shadow: -407px 0 0 400px #80CE58;
}

#juroZeroForm button[type="button"] {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #E24040;
    color: #ffffff;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#juroZeroForm button[type="button"]:hover {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #76cf65;
    color: #000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#col1TextJZ {
    margin-right: 201px;
    z-index: 1;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#col2TextJZ {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol1TextJZ {
    margin-right: 305px;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol11TextJZ {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

@media only screen and (max-width: 360px) {
    #juroZeroForm {
        padding: 0px 0px !important;
    }

    #col1TextJZ {
      margin-right: 168px !important;
    }

    #outroCol1TextJZ {
       margin-right: 269px !important;
    }
}  



@media (max-width: 767px){
    #formJuroZero {
        padding: 0px 0px !important;
    }

    #col1TextJZ {
        margin-right: 168px !important;
    }

    #outroCol1TextJZ {
        margin-right: 269px !important;
    }
}



@media (max-width: 767px){
    #formQualidadeVida {
        padding: 0px 0px !important;
    }

    #col1TextQV {
        margin-right: 168px !important;
    }

    #outroCol1TextQV {
        margin-right: 269px !important;
    }
}

@media (max-width: 767px){
    #creditSimulatorForm {
        padding: 0px 0px !important;
    }

    #col1Text {
       margin-right: 168px !important;
    }

    #outroCol1Text {
        margin-right: 269px !important;
    }
}

#formForcaParaElas {
    display: none;
    margin-top: -20px;
    margin-bottom: -10px;
}

#formForcaParaElas.ativo {
    display: block;
}

#numeroParcelasLabelFPE {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: solid 1px #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center !important;
}

#valorPresenteLabelFPE {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border: 1px solid #111;
    border-radius: 9px;
    font-family: 'Mulish';
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#col1TextFPE {
    margin-right: 201px;
    z-index: 1;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#col2TextFPE {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol1TextFPE {
    margin-right: 305px;
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#outroCol11TextFPE {
    font-weight: 700;
    color: #111;
    font-family: 'Mulish';
    font-size: 11px;
}

#forcaParaElasForm {
    max-width: 100%; 
    margin: auto;
    padding: 20px 0px 20px 0px;
    background-color: transparent;
    border-radius: 12px;
    font-weight: 900 !important;
    color: #000000;
    font-family: 'Mulish';
    flex-direction: column;
    align-items: center;
}

#forcaParaElasForm input[type="range"] {
    width: 100%;
    margin-top: 0px !important;
    height: 25px;
    -webkit-appearance: none;
    border-radius: 15px;
    background: #D9D9D9;
    outline: none;
    overflow: hidden;
    transition: background 0.3s;
}

#forcaParaElasForm input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: 4px solid #000;
    box-shadow: -407px 0 0 400px #80CE58;
}

#forcaParaElasForm button[type="button"] {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #E24040;
    color: #ffffff;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}

#forcaParaElasForm button[type="button"]:hover {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #76cf65;
    color: #000;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Mulish';
    font-weight: 700;
}


@media (max-width: 767px){
    #forcaParaElasForm {
        padding: 20px 0px !important;
    }

    #col1TextFPE{
        margin-right: 168px !important;
    }

    #outroCol1TextFPE {
        margin-right: 269px !important;
    }
}/* End custom CSS */