/********** Template CSS **********/
:root {
    --primary: #1E3C86;
    --secondary: #88b7e2 ;
    --light: #F6FFF2;
    --dark: #263A4F;
}

h1{
    font-size: 60px;
}


.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}


.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .vdo {
    width: 400px;
    margin-top: -100px;
    margin-bottom: -100px;
}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/hero-catalogo.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-hero-pote-lacre,
.bg-hero-requeijao,
.bg-hero-kentfacil {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-hero-pote-lacre {
    background: url(../img/hero-pote-com-lacre.jpg) top right no-repeat;
}

.bg-hero-abs {
    background: url(../img/hero-almofadas-absorventes.jpg) top right no-repeat;
}

.bg-hero-requeijao {
    background: url(../img/Requeijão/hero-requeijao.jpg) top right no-repeat;
}

.bg-hero-kentfacil {
    background: url(../img/hero-kentfacil.jpg) top right no-repeat;
}

.bg-sustentabilidade {
    background: url(../img/bg-sustentabilidade.png) no-repeat ;
}

.bg-trabalhe-conosco {
    background: url(../img/banner-trabalhe-conosco.jpg) no-repeat ;
}

.banner-sustentabilidade {
    background: ;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}




.bg-vegetable {
    background: url(../img/cozinha\ facil.jpg) bottom right no-repeat;
    background-size: cover;
    transition: .5s;
    
}

.text-primary-sustentabilidade{
    color: #0ba360;
}
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: red;
}

.text-secondary-sustentabilidade{
    color: #056c3f; 
}

.bg-vegetable:hover {
    transform: scale(1.1);
    box-shadow: 5px 2px 20px #263A4F;
}

.efect{
    transition: .5s;
}

.efect:hover{
    transform: scale(1.1);
}

.footer-text{
    color: white;
}

.footer-text:hover{
    color: #88b7e2;
}

.bg-fruit {
    transition: .5s;
    background: url(../img/pote\ requeijão\ img.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit:hover {
    transform: scale(1.1);
    box-shadow: 5px 2px 20px #263A4F;
}

.bg-secondary{
    background-color: red;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}



.service-item:hover {
    color: white;
    background-color: #1E3C86;
}

.service-item:hover p {
    color: #FFFFFF;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
    color: #1E3C86;
}

.product-item:hover h5 {
    color: #88b7e2;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}


.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.text-md{
    font-size: 60px;
    color: white;
}

.text-subtitulo{
    font-size: 18px;
    color: #7EAA40;
}

.text-span-blue{
    font-size: 18px;
    font-weight: 500;
    color: #1E3C86;
}

.text-span:hover{
    color: #88b7e2 !important;
}

.text-small{
    letter-spacing: .2rem;
}

.text-span{
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.text-span:hover{
    color: #88b7e2 !important;
}

.blog-item img {
    transition: .5s;
}


.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(30, 60, 134, 0.50));
    z-index: 1;
}

.catalogo-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(30, 60, 134, 0.20));
    z-index: 1;
}

.bg-footer {
    background: rgba(30, 60, 134, 1);
    background-size: contain;
}

.bg-politica,
.bg-catalogo,
.bg-ricota,
.bg-pote-requeijao,
.bg-copo-requeijao,
.bg-pote-manteiga,
.bg-tampa,
.bg-kentfacil-divisoria {
    background-position: center;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}

.bg-hero-pet{
    background: url(../img/hero-PET.jpg);
}

.bg-balde{
    background: url(../img/hero-Balde.jpg);
}

.bg-kentfacil-divisoria {
    background: url(../img/banner-kentfacil-divisória.jpg);
}

.bg-tampa{
    background: url(../img/capa-tampa.jpg);
}

.bg-ricota{
    background: url(../img/capa-ricota-grego-embalagem-queijo.jpg);
}

.bg-copo-requeijao{
    background: url(../img/copo-para-requijao.jpg);
}

.bg-pote-requeijao{
    background: url(../img/capa-pote-requeijao.jpg);
}

.bg-pote-manteiga{
    background: url(../img/potes-manteiga.jpg);
}

.bg-catalogo{
    background: url(../img/pote-de-requeijão-brasilpack.jpg);
}

.bg-politica{
    background: url(../img/pote-de-requeijão-brasilpack.jpg);
}

.bg-potes-basilpack-reciclaveis{
    background: url(../img/bg-potes-brasilpack-reciclaveis.png);
    background-position: center;
    background-size: cover;
}

.text-orange{
    color: #ea5b0c;
}
.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://apparenza.com.br/wp-content/uploads/2023/03/whats.png);
    background-size: 50% auto;
    animation: myAnim 4s ease-out 2s  normal infinite; 

}

.whatsapp-plug-icon{

}

.form-estilo{
    background: transparent;
    border: 2px solid white;

}

.form-estilo:hover{
    background-color: transparent;
    color: #EDEDED;
}

.form-estilo:focus{
    border: 2px solid #88b7e2;
}

.form-estilo::placeholder{
    color: white;
}

.grego{
    margin: auto;
    width: 900px;
    height: 500px;
}


.dropdown {
    z-index: 99;
  }

.dropbtn {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
    background-color: #1E3C86;
    border: none;
  }
  
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #1E3C86;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .retangulo-preto{
    max-width: 50px;
    height: 30px;
    background-color: black;
    color: #FFFFFF;
    text-align: center;
  }
  
  .retangulo-branco p,
  .retangulo-branco p {
    
  }

  .retangulo-branco{
    max-width: 60px;
    height: 30px;
    background-color: white;
    color: black;
    text-align: center;
  }
  
  .dropdown-content a:hover {background-color: #88b7e2;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #88b7e2;}





@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}


@keyframes myAnim {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}