body{
    font-family: 'Gilroy';
    overflow-x: hidden!important;
}
/* Banner Css */
#banner{
    background-image: url(/assets/images/hortifruti/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:1050px;
    background-position-y: 5%;
}
/* Nossas Fotos Css */
#nossas-fotos{
    background-image: url(/assets/images/hortifruti/carousel-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0%;
}


#produtoDetalhes{
    color: white;
    text-align: justify;
}


#nossas-fotos .owl-carousel img{
    height: 680px;
}
.owl-carousel{
    position: relative;
    z-index: 0!important;
}
.owl-nav {
    position: absolute;
    top: 45%;
    z-index: 999;
    width: 100%;
    font-size: 70px;
}
.owl-nav .owl-prev{
    position:absolute;
    left: 3%;
    width: 70px;
    height: 70px;
}
.owl-nav .owl-next{
    position:absolute;
    right: 3%;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.523)!important;
    border-radius: 50%!important;
    color:white!important;
}
/* Nossas Videos */
#nossas-videos{
    background-image: url(/assets/images/hortifruti/video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
}

#catalago{
    background-image: url(/assets/images/hortifruti/video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
}

#nossos-produtos{
    background-image: url(/assets/images/hortifruti/video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 30%;
}


.video-player{
    padding: 150px 0px;
}

.catalago-hortifruti{
    padding: 100px 0px;
}

.grupotamcar-textImg{
    margin-top: -100px;
    opacity: .5;
}
/* Footer */
footer{
    background-image: url(/assets/images/hortifruti/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0%;
}

@media (max-width:1390px) {
    #banner{
        height:750px;
    }
}

/* Media Query Css */
@media (max-width:1024px) {
    /* Banner */
    #banner{
        height: 500px;
    }
    /* Nossas Fotos */
    #nossas-fotos .owl-carousel img{
        height: 450px;
    }
    /* Nossas Vedios */
    .video-player img{
       width: 500px;
    }
    .grupotamcar-textImg{
        margin-top: -60px;
    }
    .video-player{
        padding: 100px 0px;
    }


    .catalago-hortifruti{
        padding: 70px 0px;
    }

}
@media (max-width:768px) {
    /* Banner */
    #banner{
        height: 400px;
    }
    /* Nossas Fotos */
    #nossas-fotos .owl-carousel img{
        height: 380px;
    }
    .owl-dots{
        display: none!important;
    }
    /* Nossas Vedios */
    .video-player{
        padding: 80px 0px;
    }
    .grupotamcar-textImg{
        margin-top: -40px;
        opacity: .7;
    }
}
@media (max-width:576px) {
    /* Banner */
    #banner{
        height: 350px;
    }
    /* Nossas Fotos */
    #nossas-fotos .owl-carousel img{
        height: 380px;
    }
    /* Nossas Vedios */
    .video-player img{
        width: 400px;
     }
     .video-player{
        padding:50px 0px;
    }
    .grupotamcar-textImg{
        margin-top: -25px;
    }
}
@media (max-width:425px) {
    /* Banner */
    #banner{
        height: 230px;
    }
    /* Nossas Vedios */
    .video-player img{
        width: 280px;
     }
     .video-player{
        padding: 40px 0px;
    }
    .grupotamcar-textImg{
        margin-top: -18px;
    }
}

.bg-hortifruti{
    background-color: #99be4d !important;
  }

#nossos-produtos a{
    text-decoration: none;
    color: black;
}

.text-detalhes{
    margin-left: 20px;
}

.whatsapp {position: fixed;top: 85%;right: 1%;padding: 10px;z-index: 10000000;}