/* * Start navbar */
#sticky-header {
    background: #ffffff !important;
}

#sticky-header .header-logo img {
    height: 77px;
}

.header-menu ul li {
    margin-right: 35px;
}
/* * End navbar */

/* * Start home banner */
.hero-area {
    background: url('/assets/images/background/home-banner.webp') no-repeat center / cover;
}

.fa-facebook-f::before {
    color: #21BDE3;
}

.fa-twitter::before {
    color: #FD9D24;
}

.fa-linkedin-in::before {
    color: #9F1942;
}

.hero-social-icon ul li.text {
    left: -27px;
}
/* * End home banner */

/* * Start ruler banner */
.echofy-text-section {
    /*background-image: linear-gradient(90deg, #FD9D24, #4C9E38, #21BDE3, #A11842, #FD9D24, #4C9E38, #21BDE3, #A11842, #FD9D24, #4C9E38);*/
    background-color: #4C9E38;
    background-size: 250%;
    animation: rainbow 30s linear infinite;
}

@keyframes rainbow {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 74%;
    }
}
/* * End ruler banner */

/*Footer background Image*/
.footer-social-address{
    background: url(../images/background/BannerFooter.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.footer-area{
    background: url(../images/background/Bg-footer-light.webp) !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.logo-footer{
width: 250px;
height: auto;
}
.counter-area{
    background: url(../images/background/ContactBackground3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*Contact Area*/
.counter-content p{
    font-size: 16px !important;
}
.counter-content h4 {
    font-size: 40px !important;
}
.contact-space{
    padding-bottom:100px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .contact-space {
        padding-bottom: 0px !important;
    }
}

/*ODS*//*
@media (min-width: 320px) and (max-width: 479px) {
    .skills-item-content {
        gap:12px;
        padding:18px 20px 18px 26px !important;
    }
}
.ods-image{
    border-radius: 50px;
}

@media (max-width: 991px) {
    .skills-thumb img {
        padding-top:78px !important;
    }
    .ods-image{
        border-radius: 0;
    }
    .skills-shape-2 {
        top: 79% !important;
    }
}
.skills-shape-2 {
    top: 89%;
}
.section-title.left h1 {
    font-size: 44px !important;
    line-height: 44px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
    .section-title.left h1 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}*/
.service-content h4{
    font-size: 30px !important;
}

/*Footer*/
.footer-widget-menu ul {
    list-style: none;
    padding: 0;
}

.footer-widget-menu ul li {
    position: relative;
    padding-left: 20px;
}

.footer-widget-menu ul li::before {
    content: '\203A';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ccc;
}

.footer-widget-menu ul li a {
    text-decoration: none;
    /*color: #ccc;*/
    color: white;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 480px) and (max-width: 599px) {
    .footer-widget-content {
        margin-bottom: 25px;
        margin-top: 60px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .footer-widget-content {
        margin-bottom: 25px;
        margin-top: 60px;
    }
}



@media (min-width: 1078px) {
    .counter-area .row > div {
        margin: 0 45px;
    }
    .counter-area .container {
        max-width: 1200px;
    }
}

@media (max-width: 1078px) {
    .counter-content h4 {
        font-size: 35px !important;
    }

}

/* * Start about */
.about-area .about-thumb picture:nth-child(1) img {
    width: 100%;
}

.about-area .about-thumb picture:nth-child(2) img {
    width: 284px;
    height: auto;
}

.about-shape-1 img {
    height: 97px;
    width: 97px;
}

@media(min-width: 1200px) {
    .about-area .about-thumb picture:nth-child(1) img {
        width: 602px;
        height: auto;
    }
}
/* * End about */

/* * Start product */
.project-area {
    margin-top: 0;
    padding: 80px 0 0;
}

@media(max-width: 992px) {
    .project-area :is(.owl-prev, .owl-next) {
        top: -725px;
    }
}

@media(min-width: 993px) {
    .project-area :is(.owl-prev, .owl-next) {
        top: -530px;
    }
}
@media(min-width: 1500px) {
    .project-area :is(.owl-prev, .owl-next) {
        top: -600px;
    }
}
@media(min-width: 1750px) {
    .project-area :is(.owl-prev, .owl-next) {
        top: -700px;
    }
}
/* * End product */

/* * Start innovation */
.skill-area .skills-thumb {
    text-align: right;
}

.skill-area .skills-thumb picture img {
    height: 516px;
    width: auto;
    margin-left: auto;
}

@media(min-width: 1200px) {
    .skill-area {
        padding: 70px 0 80px;
    }
}

@media(max-width: 1200px) {
    .skill-area .skills-thumb picture img {
        height: 350px;
    }
}
@media(max-width: 992px) {
    .skill-area .skills-thumb picture img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 479px) {
    .skill-area {
        padding: 70px 0 80px;
    }
}
/* * End innovation */

/* * Start index blog */
.sidber-widget-recent-post img {
    height: 80px;
    width: auto;
}
/* * End index blog */

/* * Start contact page */
#contact-page {
    padding: 0 0 50px;
}

#contact-page .terms-label {
    font-size: 11px;
}

#contact-page .alert {
    display: block;
}

#contact-page .form-loader {
    margin: 0 auto 42px auto;
    width: 35px;
    height: 35px;
    border: 3px solid #b6b6b6;
    border-top: 3px solid #111111;
    border-radius: 100%;
    animation: spin 500ms infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* * End contact page */

/*Blog Area*/
/*================================*/

.blog-area{
    background: url(../images/home1/project-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*Mobile do Menu de Navegação*/
.mean-container .mean-bar {
    background: #ffffff !important;
    z-index: 1 !important;
}
.mean-container .mean-bar::before {
    display: none !important;
}


@media (max-width: 991px) {
    .mobile-logo {
        display: block;
        height: 60px;
        width: auto;
        background-image: url('assets/images/logo/ananda-colored.webp');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 10px;
        top: 0px;
        z-index: 2;
    }
}

/*imagem pontilhada*/
@media (max-width: 479px) {
    .space-img {
        margin-top: -30px;
    }
}

/*================================*/
/*Banners da Home*/
/*================================*/

.banner2-home {
    background: url(../images/background/Banner2Home.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 950px !important;
    padding-top: 125px !important;
    position: relative !important;
}
.banner3-home {
    background: url(../images/background/Banner3Home.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 950px !important;
    padding-top: 125px !important;
    position: relative !important;
}

@media (max-width: 479px) {
    .banner2-home {
        height: 740px !important;
        padding-top: 57px !important;
    }
    .banner3-home {
        height: 740px !important;
        padding-top: 57px !important;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .banner2-home {
        height: 662px !important;
        padding-top: 57px !important;
    }
    .banner3-home {
        height: 662px !important;
        padding-top: 57px !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .banner2-home {
        height: 750px !important;
        padding-top: 57px !important;
    }
    .banner3-home {
        height: 750px !important;
        padding-top: 57px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner2-home {
        height: 750px !important;
        padding-top: 44px !important;
    }
    .banner3-home {
        height: 750px !important;
        padding-top: 44px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner2-home {
        height: 815px !important;
    }
    .banner3-home {
        height: 815px !important;
    }
}
/*================================*/
/* END Banners da Home*/
/*================================*/

/*Nova area Sobre*/
/*
.about-area {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.section-title {
    margin-bottom: 20px !important;
}

.single-about-box {
    margin-top: 20px !important;
}

.echofy-button {
    margin-top: 20px !important;
}

.about-box-icon img,
.about-shape-1 img {
    display: block !important;
    margin: 0 auto !important;
}

.about-box-content p{
    width: auto !important;
    margin: 10px !important;
}


@media (max-width: 479px) {
    #sobre h1{
        font-size: 25px;
    }
} */

/*================================*/
/*Nova ODS*/
/*================================*/
.skills-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    text-align: center !important;
}


@media (max-width: 363px) {
    #ods .skills-grid {
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr)) !important;
        gap: 10px !important;
    }
}


@media (max-width: 479px) {
    .skills-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
    }
    .skills-item-content {
        padding: 0px 10px 0px 0px !important;
    }
    .skills-item-icon i{
        width: 30px !important;
        height: 30px !important;
        line-height: 25px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {
    #ods .skills-item {
        width: auto !important;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
    #ods .skills-item {
        width: auto !important;
    }
}


/*.skills-item {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}*/

.skills-item-icon {
    margin-right: 8px !important;
    color: green !important;
}

.skills-item-title h4 {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.skills-item{
    margin-bottom: 0 !important;
}
.skills-item-content{
    gap:0 !important;
    padding:0px 0px 0px 0px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .skills-item {
        width: auto !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .skills-item-content {
        gap:0 !important;
        padding:0px 0px 0px 0px !important;
    }
}
@media (max-width: 479px) {
    .skills-item-content {
        padding:0px 0px 0px 0px !important;
    }
}


.skills-item-content:hover .skills-item-icon i {
    background: #fff !important;
    color: #a1a1a1 !important;
}
/*================================*/
/*Icones*/
/*================================*/
.icon1::before{
    background: #e52440 !important;
}
.icon2::before{
    background: #dda73b !important;
}
.icon3::before{
    background: #4b9f37 !important;
}
.icon4::before{
    background: #c01b2f !important;
}
.icon5::before{
    background: #fe3b1e !important;
}
.icon6::before{
    background: #28bddd !important;
}
.icon7::before{
    background: #f7c607 !important;
}
.icon8::before{
    background: #a21a41 !important;
}
.icon9::before{
    background: #ff6720 !important;
}
.icon10::before{
    background: #d9146a !important;
}
.icon11::before{
    background: #fc9e25 !important;
}
.icon12::before{
    background: #c28932 !important;
}
.icon13::before{
    background: #3b7f40 !important;
}
.icon14::before{
    background: #0997d6 !important;
}
.icon15::before{
    background: #58c02b !important;
}
.icon16::before{
    background: #00699b !important;
}
.icon17::before{
    background: #1b4768 !important;
}

/*================================*/
/* END Nova ODS*/
/*================================*/

/*================================*/
/*SESSÃO DE CONTATO*/
/*================================*/
#contato .section-title.left h1 {
    font-size: 34px !important;
    line-height: 34px !important;
}


/*================================*/
/*Sessão de Impacto*/
/*================================*/
.impact-section {
    background-image: url(../images/background/impact-session-light.webp);
    background-size: cover;
    background-attachment: fixed; /*adicionado*/
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.impact-content p {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 50px;
    color: rgb(222, 222, 222);
    font-weight: 600;
    line-height: 1.2;
    border-radius: 5px;
    margin: 0;
    font-size: 35px;
}
/*de 50 coloquei 200*/
@media (min-width: 1201px) {
    .impact-content p {
        padding: 10px 200px;
        line-height:1.5;
    }
}
@media (min-width: 800px) and (max-width: 1200px) {
    .impact-content p {
        font-size: 30px;
        padding: 10px 50px;
    }
}
@media (min-width: 630px) and (max-width: 799px) {
    .impact-content p {
        font-size: 28px;
    }
}
@media (min-width: 400px) and (max-width: 629px) {
    .impact-content p {
        font-size: 20px;
    }
}
@media (max-width: 399px) {
    .impact-content p {
        font-size: 18px;
    }
}
@media (max-width: 563px) {
    .impact-content p {
        padding: 10px 20px;
    }
}
/*================================*/
/*END Sessão de Impacto*/
/*================================*/



/*Sessão para redirecionar aos produtos*/
/*
.mini-section {
    background-color: #111111;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.mini-content p {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
*/


/*================================*/
/*Area 'Sobre' media para imagem*/
/*================================*/


@media (max-width: 991px) {
    .about-area .about-thumb picture:nth-child(1) img {
        display: none !important;
    }
    .about-area {
        padding: 40px 0 60px !important;
    }
}


/*cor da navegação Header*/
.header-menu ul li a{
    color: #111111;
}


/*Sessão de contato*/

#contato .process-left {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

#poress-row {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
}

@media (min-width: 992px) {
    #contato .col-lg-6 {
        padding: 30px;
    }
}
#contato p.section-desc{
    width: 100%;
}

/*Carrossel produtos*/
/*
@media (min-width: 768px) {
    #produtos .owl-carousel {
        display: block; 
        width: 80%; 
        margin-left: auto; 
        margin-right: 0; 
        z-index: 1; 
    }
}

#produtos .col-lg-9 {
    margin-left: auto;
    margin-right: auto;
}
#produtos .section-title.left {
    text-align: left;
}*/

/*beneficios*/
.service-content{
    padding: 35px 38px 49px;
}

.service-area .service-list-1 {
    position: relative;
}
.service-area .owl-next i, 
.service-area .owl-prev i {
    top: 60%; 
    transform: translateY(300%); 
    position: absolute; 
}


.mean-container a.meanmenu-reveal span {
    background-color: #111111;
}
.mean-container a.meanmenu-reveal {
    color: #111111;
}