.elementor-213509 .elementor-element.elementor-element-fb01592{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213509 .elementor-element.elementor-element-fd61e27 > .elementor-widget-container{background-color:#FFFFFF;padding:50px 50px 50px 50px;border-radius:12px 12px 12px 12px;}.elementor-213509 .elementor-element.elementor-element-fd61e27{text-align:start;}body.elementor-page-213509:not(.elementor-motion-effects-element-type-background), body.elementor-page-213509 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 240%);}:root{--page-title-display:none;}/* Start custom CSS *//*TOOLTIP */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.checkbox_align{
    width:100% !important;
    float: left !important;
    display: block !Important;
    text-align: left;
}
.checkbox_align .input_check{
    width:05% !Important;
    float:left !important;
}
.checkbox_align label{
    line-height: 3.4em;
    float:left !important;
    width:90% !important;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*FIM TOOLTIP*/
.coluna_50{
    width:48%;
    margin-left: 2%;
    float: left;
    margin-top:15px;
}

#servico_adicionais_container label{
    line-height: 2;
}
.coluna_50 label{
    font-size:16px !important;
}
.coluna_50 input, .coluna_50 select{
    width:100%;
    height: 45px;
    
}

.coluna_100{
    margin-top:15px;
    width:98%;
    margin-left: 2%;
    float: left;
}
.coluna_100 label{
    font-size:16px !important;

}
.coluna_100 input, .coluna_100 select{
    width:100%;
    height: 45px;
}
.coluna_100 input[type='checkbox']{
    width:25px;
    float: left;
    margin: 0 !Important;
    padding:0 !Important;
}
.coluna_100 label{
    float:left;
    width: 95%;
    margin: 0 !Important;
    padding:0 !Important;
}
#autorizacao_check input[type='radio']{
    float:left;
    display: block;
    width:25px;
}
#autorizacao_check label{
    float: left;
    display: block;
    width: 97%;
    line-height: 2.9;
}/* End custom CSS */