.sec-title .border-center:before{
    background: #041A51;
}

.sec-title h1{
    color: #041A51;
}

.scroll-to-top{
    border: 1px solid #041A51;
    color: #041A51;
}


/*Botão Whatsapp*/

.whatsapp-button {
    position: fixed;
    display: block;
    background: #00b000;
    bottom: 90px;
    right: 10px;
    padding: 8px;
    z-index: 1000;
    border-radius: 100%;
    transition: 200ms ease-in-out;
  }
  
  
  .whatsapp-button:hover {
    transform: scale(1.2);
    background: #007f00;
  }
  
  .whatsapp-button img {
    width: 40px;
    height: 40px;
  }
  @media (max-width: 767px) {
    .whatsapp-button {
      padding: 10px;
      right: 14px;
    }
  
    .whatsapp-button img {
      width: 30px;
      height: 30px;
    }
  }


  .logo img{
    width: 220px;
    height: auto;
  }

  @media (min-width: 768px) {
  .mainmenu-area .logo{
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-logo{
    width: 260px;
    height: auto;
}


/*===Navigation===*/

@media (min-width: 992px) {
    .mainmenu-bg {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-menu {
        flex-grow: 1; 
        display: flex;
        justify-content: center;
    }

    .main-menu .navbar-collapse {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .navigation {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }
    

    .main-menu .navigation {
        float: right;
    }
}

.mainmenu-area .quote-button a{
    background: #5FCC84;
}

.main-menu .navigation li a{
    color: #041A51;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a{
    color: #5FCC84;
}
.main-menu .navigation > li > a:before{
    background: #5FCC84;
}

.outer-search-box .seach-toggle{
    color: #041A51;
}

@media only screen and (max-width: 767px) {
    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #222222;
        background: #5FCC84;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 1px solid #5FCC84 !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .navbar-collapse > .navigation > li:last-child, .main-menu .navbar-collapse > .navigation > li > ul > li:last-child, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:last-child {
        border-top: 1px solid #5FCC84 !important;
    }
}


/*===Navigation End===*/

/*===Slider===*/

@media only screen and (max-width: 767px) {
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #041A51 none repeat scroll 0 0;
        font-weight: 700;
    }
}

.rev_slider_wrapper .slotholder:before {
    background: rgba(4, 26, 81, 0.56);
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two {
    background: rgb(95, 204, 132);
    border-color: rgb(95, 204, 132);
}


.rev_slider_wrapper .slide-content-box .button a:hover {
    background: #5FCC84;
    border-color: #5FCC84;
}
/*===Slider End===*/

/*===Áreas de Atuação===*/
.single-service-item .text-holder .title {
    color: #041A51;
}

.single-service-item .text-holder .title:hover{
    color: #041A51;
}

.single-service-item .text-holder:before{
    background: #041A51;
}

.subtitulo-services{
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .single-service-item .text-holder{
        min-height: 0px;
    }
}

@media (min-width: 992px) {
    .single-service-item .text-holder{
        min-height: 240px;
    }
}

@media (min-width: 1200px) {
    .single-service-item .text-holder{
        min-height: 190px;
    }
}

/*===Áreas de Atuação End===*/


/*===Blog===*/
.single-blog-item .text-holder .blog-title{
    color: #041A51;
}
.single-blog-item .img-holder .post-date{
    background: #041A51;
}

.single-blog-item .text-holder{
    padding-left: 10px;
    padding-right: 10px;
}

/*===Blog Fim===*/

/*===Sobre Nós===*/
.about-area .promotion-box .singel-box:hover{
    border-color: #041A51;
}

.about-area .promotion-box .singel-box .top .icon-holder span:before{
    color: #5FCC84;
}

#sobre h3{
    color: #041A51;
}

.sub-sobre-nos{
    font-weight: 800;
    color: #041A51;
}

@media (max-width: 473px) {
    .sub-sobre-nos{
        font-size: 17px;
    }
}

.about-area .img-holder img{
    margin-bottom: 30px;
}

/*===Sobre Nós End===*/


/*===FAQ===*/
.project-faq-area {
    background: #ffffff none repeat scroll 0 0;
}

@media (max-width: 767px) {
    .latest-project {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.accordion-box .accordion .accord-btn.active:after{
    border: 2px solid #041A51;
    color: #041A51;
}

/*===FAQ end===*/

/*===Footer===*/

.footer-area{
    background: #F7F7F7;
}

.single-footer-widget .footer-social-links li a:hover i{
    background: #041A51;
    border-color: #041A51;
}

.single-footer-widget .title .border{
    background: #041A51;
}

.accordion-box .accordion .accord-btn.active h4{
    color: #041A51;
}

.single-footer-widget .title h3{
    color: #041A51;
}

@media (min-width: 992px) {
    .links .single-footer-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .usefull-links {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .links{
        padding-bottom: 50px;
    }
}

/*===Footer End===*/


/*===Top Bar===*/

.top-contact-info li span::before {
    color: #F49461;
}

@media (max-width: 992px) { 

    .top-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


}

@media (max-width: 767px) { 

    .top-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-contact-info {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        /*gap: 30px;*/
        align-items: center;
        justify-content: center;
    }

    .top-contact-info li {
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        margin: 0;
    }

}
/*===Top Bar End===*/

/*===Nova sessão de serviços===*/

.service-area .single-item .icon-holder:before{
    background: #041A51;
}

.service-area .single-item:hover{
    border: 1px solid #041A51;
}

.service-area .single-item {
    border: 1px solid #e9e9e9;
    padding: 4px;
}
.service-area .single-item .icon-holder {
    background: #ffffff;
    display: block;
    padding: 35px 0 32px;
    position: relative;
    z-index: 1;
}
.service-area .single-item .icon-holder:before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 10%;
    background: #041A51;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
}
.service-area .single-item:hover .icon-holder:before{
    height: 100%;
    opacity: 1;
}
.service-area .single-item .icon-holder span:before {
    color: #222222;
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms ease;
}
.service-area .single-item:hover .icon-holder span:before {
    color: #fff;
    transition-delay: 0.5s;    
}
.service-area .single-item .icon-holder h3 {
    line-height: 26px;
    margin: 15px 0 0;
    transition: all 500ms ease;
}
.service-area .single-item:hover .icon-holder h3{
    color: #fff;
    transition-delay: 0.5s;
}
.service-area .single-item .text-holder {
    margin: 24px 0 25px;
    padding: 0 5px;
}
.service-area .single-item .text-holder p {
    margin: 0 0 16px;
}
.service-area .single-item .text-holder a {
    padding: 6px 25px 4px;
    background: #f7f7f7;
    border-color: #e9e9e9;
    color: #222222;
}
.service-area .single-item:hover .text-holder a{
    background: #041A51;
    border-color: #041A51;
    color: #fff;
}

.single-item.text-center {
    margin-bottom: 30px;
}


.service-area .single-item .icon-holder {
    padding: 25px 0px 22px;
}
#areas2 .icon-holder {
    min-height: 170px;
}

.text-holder{
    min-height: 130px;
}
/*===Nova sessão de serviços end===*/


/*Formulário de retorno*/
.consultations-area .contact-info li span{
    color: #5FCC84;
}
.consultations-area .request-form .text p i{
    color: #F49461;
}

.sec-title .border:before{
    background: #041A51;
}

.sec-title .border:before{
    color: #5FCC84;
}

.bgclr-1{
    border: 2px solid #5FCC84;
    background-color: #5FCC84;
}

.thm-btn:hover{
    color: #5FCC84;
    border-color: #5FCC84;
}


/*======Página de Contato======*/

/*Slider*/
.breadcrumb-area::before{
    background: rgba(4, 26, 81, 0.56) none repeat scroll 0 0;;
}

.breadcrumb-bottom-area .left ul li.active{
    color:#F49461;
}
.breadcrumb-bottom-area .right span{
    color: #F49461;
}
.get-touch-area .single-item .icon-holder span:before{
    color: #5FCC84;
}


.contact-form-area .contact-form form input[type="text"], .contact-form-area .contact-form form input[type="email"], .contact-form-area .contact-form form textarea{
    border: 1px solid #041A51;
}

.get-touch-area .single-item .text-holder p a{
    color: #041A51;
}

/*Blog*/

a, a:hover, a:active, a:focus {
    transition: all 0.5sease 0s;
    text-decoration: none;
    outline: none;
    color: #000000;
}

/*Padronizar imagens do blog na listagem*/
.blog-img-cut .single-blog-item .img-holder {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-img-cut .single-blog-item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.overlay-style-one{
    background: rgba(95, 204, 132, 0.9);
}

.sidebar-wrapper .single-sidebar .search-form button{
    background: #5FCC84 none repeat scroll 0 0;
}



/*Slider Mobile*/

@media (max-width: 425px) { 

#inicio h1{
    transition: none !important;
    line-height: 1.1 !important;
    border-width: 0px !important;
    margin: -35px 0px 10px !important;
    padding: 0px !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

#inicio .btn-style-two{
    line-height: 8px !important;
    border-width: 1px !important;
    margin: 0px 5px 0px 0px !important;
    padding: 4px 9px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
p.p-slider{
    font-size: 12px !important;
    line-height: 1.1 !important;
}

a.btn-sobre {
    line-height: 8px !important;
    border-width: 1px !important;
    margin: 0px 15px 0px 0px !important;
    padding: 4px 9px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    font-size: 14px !important;

}
.tp-mask-wrap{
    overflow: visible !important;
}

}

@media (max-width: 338px) { 
    #inicio h1{
        font-size: 18px !important;
    }


}

@media (max-width: 360px) { 
    #inicio h1{
        margin: -35px -25px 10px !important;
    }
    p.p-slider {
        margin-left: -25px !important;
    }
    a.btn-sobre {
        margin: -20px 15px 0px -25px !important;
    }

}


/*Hovers*/
.single-sidebar .popular-tag li a:hover{
    background: #041A51;
    border-color: #041A51;
    color: #fff;
  }
  .single-service-item .text-holder .title:hover{
    color: #041A51;
}
.top-bar-area .top-right .social-links li a:hover i{
    color: #F49461;
}
.single-footer-widget .usefull-links li a:hover{
    color: #041A51;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #041A51;
    background: #fff;
    color: #000;
  }
  .sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
  .sidebar-wrapper .single-sidebar .search-form button:hover {
      background: #041A51 none repeat scroll 0 0;
      color: #fff;
  }
  .single-sidebar .categories li a:hover{
    color: #041A51;    
}
.single-blog-item .text-holder .blog-title:hover{
    color: #5FCC84;
  }

  .single-blog-item .text-holder .meta-info li a:hover{
    color: #5FCC84;
  }


/*Formulário da Home*/
.ui-selectmenu-open .ui-widget-content{
    border: 2px solid #041A51 !important;

}

.ui-selectmenu-open .ui-widget-content .ui-state-focus{
    background: #041A51 !important;
}

.tp-rightarrow{
    display: none;
}
.tp-leftarrow{
    display: none;
}


/*Tirar topbar do mobile*/
@media only screen and (max-width: 767px) {
    .top-bar-area {
        display: none;
    }
}


/*Termos e condições*/
.terms-container {
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
    .terms-container {
        display: flex;
    }
}