/*sec-slide*/
.hero-single::before {
    background: linear-gradient(90deg, #021c30 30%, transparent);
    opacity: 1;
}
/*<######>*/

/*sec-servicos*/
.portfolio-area.py-5 {
    background: #021c30;
}

.portfolio-area .site-title {
    color: #fff;
}

.portfolio-area .heading-divider:after {
    background-color: #021c30;
}
/*<#######>*/

/*sec-produtos*/
.service-img img {
    border-radius: 30px;
}

.service-item::before {
    border-radius: 30px;
}

.service-area {
    background: #f1f1f1 !important;
}
/*<#######>*/

/*btn-geral*/
.theme-btn {
    filter: drop-shadow(0px 4px 0px #874801);
}
/*<#########>*/

/*sec-html-01*/
#section-html-modulo_1 {
    background: unset;
}
/*<#######>*/

/*sec-empresa*/
.about-experience {
    border: 0;
    border-radius: 10px 25px 25px 25px;
}

.about-experience span {
    font-weight: 500;
}
/*<######>*/

/*footer*/
.footer-logo img {
    filter: unset;
}
/*<#######>*/

/*sec-depoimentos*/
.testimonial-area.bg {
    background: #fff;
}
.testimonial-quote {
    background: #f1f1f1;
}

.testimonial-quote::before {
    color: #f1f1f1;
}
/*<#######>*/

/*sec-parceiros*/
.partner-area.bg {
    background: #fff;
}
/*<#######>*/

/*sec-html-03*/
.title-destaque {
    text-align: center;
}

.title-destaque h1 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}

#section-html-modulo_3 {
    padding: 50px;
}

.icon-indicador img {
    width: 15px;
    filter: drop-shadow(0px 1000px 0 #eb7e05);
    transform: translateY(-1000px) !important;
    animation: slide-in 1.5s ease-in-out infinite;
}

.icon-indicador {
    text-align: center;
    margin-top: 10px;
}

.card-destaque {
    position: relative;
    border: 2px solid #eb7e057a;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    background: #eb7e052e;
}

.img-destaque {
    padding: 10px;
    margin-bottom: 20px;
}

.title-card h3 {
    text-transform: uppercase;
    font-size: 13px;
    color: #eb7e05;
    letter-spacing: 3px;
}

.title-card {
    text-align: center;
}

.img-destaque img {
    border-radius: 10px;
}

.ordem-card {
    text-align: center;
}

.ordem-card h5 {
    color: #eb7e05;
    margin-top: 20px;
    margin-bottom: 40px;
}

.card-destaque:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #eb7e05;
    width: 30px;
    margin: auto;
    transition: .3s ease-in-out;
}

.card-destaque:hover:before {
    width: 100px;
}

.card-destaque:hover .icon-indicador {
    display: none;
}
/*<####>*/

/*sec-html-01*/
.icon-objetivos img {
    width: 90px;
    margin-bottom: 30px;
    filter: invert(1);
}

.title-objetivos h3 {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

.card-objetivos {
    position: relative;
    padding: 20px;
    height: 420px;
    background: linear-gradient(0deg, #ff8804, #ff8804);
    border-radius: 25px;
    margin: 10px;
}

.desc-objetivos p {
    position: relative;
    color: #fff;
}

.card-objetivos:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #ffffff1f, #00000033);
    z-index: 0;
    border-radius: 25px;
    margin: 2px;
}
/*<#######>*/

/*sec-diferenciais*/
h1.headline-diferencial {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: 800;
}

.subtitulo-diferencial {
    text-align: center;
    margin-bottom: 50px;
}

.title-diferencial h1 {
    text-align: center;
    font-weight: 800;
    font-size: 4em;
}

#diferenciais {
    padding: 50px 0px;
}

.passo-a-passo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.numero-id h1 {
    font-size: 10em;
    font-weight: 800;
    background: linear-gradient(180deg, #eb7e05, #eb7e05, #ff9c2d, transparent, transparent);
    background-clip: text;
    text-transform: capitalize;
    -webkit-text-stroke: 8px transparent;
    color: #ffffff;
}

.text-passo {
    background: linear-gradient(90deg, #eb7e0585, transparent);
    padding: 50px;
    border-radius: 20px;
}

.divisor {
    text-align: center;
    margin-bottom: 40px;
}

.subtitulo-diferencial h5 {
    color: #343434;
    font-weight: 100;
}
/*<#####>*/

/*sec-parceiros*/
.partner-slider.owl-carousel .owl-item img {
    height: 100%;
}
/*<####>*/


/*sec-mapa*/
h1.title-mapa {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    text-transform: capitalize;
}

#mapa-estados img {
    width: 50%;
    margin: auto;
    display: flex;
}

.divsor-sec-mapa {
    text-align: center;
    margin-bottom: 30px;
}
/*<######>*/

/*sec-html-02*/
.btn-cta a {
    background: #25d366;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.btn-cta {
    margin-top: 20px;
}

.choose-content .site-title {
    margin-bottom: 20px;
}

span.fa-whatsapp.fab:before {
    font-size: 17px;
    padding: 5px;
    background: #ffffff52;
    border-radius: 20px;
}

.choose-area {
    background-position: left;
}

.btn-cta a:hover {
    background: #13f568;
}
/*<#####>*/

.widget {
    background: #ededed;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0;
}

/*page-servicos*/
#page_produtos .portfolio-area.py-5 {
    background: #ffffff;
}

#page_produtos .portfolio-area .site-title {
    color: #021c30;
}

#page_produtos .portfolio-area .heading-divider:after {
    background: #fff;
}

#page_a_empresa .portfolio-content::before {
    background: linear-gradient(0deg, #000000, transparent);
}
/*<########>*/

/*page-produtos*/
#page_produtos .portfolio-content::before {
    background: linear-gradient(0deg, #021c30, transparent);
}

.portfolio-details .owl-nav.disabled {
    display: none;
}
/*<######>*/

/*page-contato*/

.contact-info {
    background: #e9e9e9;
}

.contact-form {
    background: #e9e9e9;
}
/*<######>*/

/*sec-parceiros*/
#paceiro-destaque {
    padding: 40px 0;
}

#paceiro-destaque img {
    border-radius: 20px;
    width: 60%;
    margin: auto;
    display: flex;
}

#paceiro-destaque h1 {
    font-size: 3.5em;
}

.desc-parceiro {
    margin: auto;
    width: 70%;
}

.desc-parceiro p {
    font-size: 20px;
    margin-bottom: 40px;
}
/*<########>*/

@keyframes slide-in {
    from {
      transform: translateY(-100%);
      opacity: 0.25;
      filter: drop-shadow(0px 950px 0 #eb7e05);
    }
    to {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
.footer-contact li {
    display: block;
}

.pagination .page-link {
    background: rgb(2 28 48);
    color: #ffffff;
}