/* Estilos para a barra de navegação */
.navbar {
    background-color: #5eca5e;
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    color: rgb(5, 5, 5) !important;
    transition: color 0.3s, text-shadow 0.3s;
}

.nav-link:hover {
    color: #FFD700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.nav-link.active {
    color: #FFD700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Estilos para o banner */
#banner {
    height: 300px;
    background-image: url('banner.jpg');
    background-size: cover;
    background-position: center;
}

#banner h2 {
    line-height: 300px;
    margin: 0;
    color: rgb(10, 10, 10);
    font-size: 1.5rem;
}

/* Estilos para a seção de descrição */
#descricao, #sobre, #missao, #produtos {
    text-align: center;
    margin-top: 50px;
}

#descricao h3 {
    font-size: 2rem;
    font-weight: bold;
}

#descricao p {
    font-size: 1.2rem;
}

/* Estilos para os cards */
.card {
    margin: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45);
    text-align: center;
    position: relative;
}

.card-body {
    padding: 30px;
    background-color: #dfe4e0;
    border-radius: 8px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-text {
    font-size: 1.2rem;
    color: #4CAF50;
    font-weight: bold;
}

.text-valor{
    font-size: 2.2rem;
}

/* Estilos para a fita no canto superior direito */


.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #065317;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #1ca5cf; /* #5AC91F; */
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }

  .ribbon-laranja span {
    background-color: rgb(245, 104, 10);
  }

  .ribbon-roxo span {
    background-color: rgb(128, 6, 128);
  }



  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }



          .precoIni{
            position: absolute;
            transform: rotate(-45deg);
            top: 20px;
            left: -10px;
            color: #fff;
            font-weight: bold;
            font-size: 15px;
          }

          .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }
        
        .card-with-ribbon {
            overflow: hidden; /* Garante que a imagem não ultrapasse os limites do card */
            height: 300px; /* Ajuste a altura conforme necessário */
        }

        .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
        }
        .card img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        .card-body {
            padding: 20px;
        }
        .card-title {
            font-size: 1.5rem;
            font-weight: 700;
        }
        .card-text {
            color: #6c757d;
            font-size: 1.2rem;
        }
        .price {
            font-size: 1.8rem;
            font-weight: 700;
            color: #28a745;
        }
        .btn {
            background-color: #28a745;
            color: white;
            font-size: 1rem;
            font-weight: 700;
            padding: 10px 20px;
            border-radius: 25px;
            transition: background-color 0.3s;
        }
        .btn:hover {
            background-color: #218838;
        }

        /* Estilo para o banner */
        .carousel-item {
            height: 300px;
        }

        .carousel-item img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        /* Estilo para a legenda */
        .carousel-caption {
            background-color: rgba(0, 0, 0, 0.5);
            padding: 10px;
            border-radius: 10px;
        }

        /* Estilo para a transição */
        .carousel-fade .carousel-item {
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .carousel-fade .carousel-item.active {
            opacity: 1;
        }

        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right {
            opacity: 0;
        }

        .carousel-fade .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right {
            transform: translateX(0);
            transition: transform 0s ease;
        }

        .botoes {
            display: flex;
            justify-content: space-around;
            margin: auto;
        }
        
        .botoes a {
            color: #f5f5f5;
            padding: 5px 5px;
            text-decoration: none;
            text-align: center;
        }
        
        .botoes a:hover {
            background-color: #666;
            color: white;
        }

        .whatsapp-link {
			position: fixed;
			width: 60px;
			height: 60px;
			bottom: 40px;
			right: 40px;
			background-color: #25d366;
			color: #fff;
			border-radius: 50%;
			text-align: center;
			font-size: 30px;
			box-shadow: 1px 1px 2px #888;
			z-index: 1000;
		}

		.fa-whatsapp {
			margin-top: 15px; /* Ajuste para centralizar o ícone */
		}

        .form-group textarea {
            resize: vertical;
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }

        .cliente-logo {
            width: 90px;
            height: 90px;
            object-fit: contain; /* Ajusta a imagem para caber no container sem distorção */
        }

        .card img {
            width: 100%;
            height: auto;
        }
        .price {
            font-weight: bold;
            color: #28a745; /* Cor verde para o preço */
        }
        .card-body {
            text-align: center;
        }



/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    #banner h2 {
        font-size: 1.5rem;
        line-height: normal;
        padding: 100px 0;
    }

    .card-body {
        padding: 20px;
    }
}
