/*LOGO*/
#sp-logo {background: #011C3A!important;}
.logo-image{min-width: 370px!important;}
.logo-image-phone{margin-left: 10px!important;}

/*HEADER*/
#sp-header{background: #011c3a!important; border-bottom:1px solid #ebebeb!important; height: 112px!important;}

/*MENU*/
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li a:hover{color:#df9a2a!important;}
.sp-megamenu-parent > li > a{color:#ffffff!important;}
#offcanvas-toggler{display: none!important;}

/*DADOS TOPO*/
.dadostopo {float: right!important; position: relative!important; right:0px!important; margin-top:15px!important;}
.dadostopo .sppb-btn i, .dadostopomobile .sppb-btn i{display: block!important; font-size:30px!important;}
.dadostopo .sppb-btn-info, .dadostopomobile .sppb-btn-info {background:none transparent!important; font-size:15px!important;}

.fpperfil{border-bottom:2px solid #ebebeb!important;}

#sp-bottom{padding:45px 0 45px!important; background: #011c3a!important; color:#ffffff!important;}
#sp-bottom a{color:#ffffff!important;}
#sp-footer{color:#ffffff!important;background: #011c3a!important;}
#sp-bottom .sppb-addon-content{color:#ffffff!important;}

.sppb-btn-success{background:#ffffff!important;}
.sppb-btn-success:hover{background:#25D366!important; color: #ffffff!important;}

.sppb-btn-info{background:#25D366!important; color:#ffffff!important;}
.sppb-btn-info:hover{background:#25e366!important;}

.branco{background: #ebebeb!important; color:#011c3a!important;}
.branco h2.sppb-addon-title{color:#011c3a!important;}
.comoajudar .sppb-addon-text-block{min-height: 210px!important;}

.contact-info::after {background-color: rgba(255,255,255,0)!important;}

.sppb-addon-form-builder-form .sppb-form-group input, .sppb-addon-form-builder-form .sppb-form-group textarea{color:#333333!important;}

 @keyframes btn-pisca {
     0% { opacity: 0; }
     25% {opacity:0.25;}
     50% { opacity: 0.5; }
     75% {opacity: 1}
     100% { opacity: 1; }
 }
.btn-pisca {
   background-color:#25D366;
   color:#fff;
   padding: 0.6em 0.8em;
   display: inline-block;
   text-decoration: none;
   border-radius: 4px; 
   -webkit-animation: btn-pisca 3s linear infinite;
   -moz-animation: btn-pisca 3s linear infinite;
   -ms-animation: btn-pisca 3s linear infinite;
   -o-animation: btn-pisca 3s linear infinite;
   animation: btn-pisca 3s linear infinite;
}

.fpintro:before{border-left:5px solid #E28630; line-height: 70%!important;}