.elementor-41109 .elementor-element.elementor-element-7c901caa{--display:flex;}.elementor-41109 .elementor-element.elementor-element-59387d3a{width:var( --container-widget-width, 50px );max-width:50px;--container-widget-width:50px;--container-widget-flex-grow:0;top:0px;}body:not(.rtl) .elementor-41109 .elementor-element.elementor-element-59387d3a{left:0px;}body.rtl .elementor-41109 .elementor-element.elementor-element-59387d3a{right:0px;}.elementor-41109 .elementor-element.elementor-element-557c2fd4{width:var( --container-widget-width, 852px );max-width:852px;--container-widget-width:852px;--container-widget-flex-grow:0;}.elementor-41109 .elementor-element.elementor-element-557c2fd4.elementor-element{--align-self:center;}/* Start custom CSS for dce-rawphp, class: .elementor-element-557c2fd4 */.faq-container {
    max-width: 100%;
}

.faq-item {
    border-bottom: 1px solid #b2b2b2;
    transition: all 200ms ease;
   
}
.faq-item.ativo {
    border-bottom: 1px solid #202945;
}

.faq-item:hover {
    border-bottom: 1px solid #FF5100;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 3px 20px 0;
    cursor: pointer;
   
}



.faq-question h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 300;
    color: #324875 ;
}

.faq-item:hover h3 {
    
    color: #202a45;
}


.faq-toggle {
    width: 17px;
    transition: transform 0.3s ease-out;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(45deg);
    fill: #202945;
    flex-shrink: 0;
    margin-left: 30px;
}

.ativo .faq-toggle {
      transform: rotate(0deg) scale(1.1);
      fill: #fb5003;
    
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0, 0.9, 0.36, 1.03);
   
   
    
}
.faq-item.ativo .faq-answer {
     
   
}

.contfaq p {
     margin: 0 !important;
     padding: 0 30px 30px 0px;
    font-size: 22px;
    color: #63656C;
}


@media only screen and (max-width: 1023px) {
    
    .faq-question h3 {
       
        font-size: 23px;
       
    }
    
    .contfaq p {
        
        font-size: 18px;
        
    }
    
    
}


@media only screen and (max-width: 767px) {
    
    .faq-question h3 {
       
        font-size: 22px;
       
    }
    
    .contfaq p {
        
        font-size: 18px;
        
    }
    .faq-toggle {
   
    margin-left: 50px;
}
    
    
}/* End custom CSS */