* {
    margin: 0;
    padding: 0;
}


a {
    height: 80px;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #428350 !important;
    font-weight: bold;
}

.new-navar .navbar-nav {
    font-size: medium;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Alinea verticalmente */
    margin-top: 35px;
}

.new-navar .navbar-nav .nav-item {
    margin-left: 0px;
}

.new-navar .navbar-nav .nav-link {
    font-weight: bold;
    color: #428350 !important;
}

.new-navar .navbar-nav:hover .nav-link {
    opacity: 0.5; /* Hace los demás elementos más claros */
    transition: opacity 0.3s ease-in-out;
}

.new-navar .navbar-nav .nav-link:hover {
    opacity: 1; /* Mantiene el elemento sobre el que pasas el cursor con color normal */
}


#navbarNav {
    height: 80px;
    margin-right: 60px;
}

.btn-login {
    margin-right: 80px;
    background-color: #428350 !important;
    border-color: #428350;
    font-size: medium;
    font-weight: bold;
}

.btn-login:hover {
    background-color: #8ff08a !important;
    border-color: #8ff08a;
}


.navbar-collapse {
    transition: height 0.3s ease-in-out;
    /* display: block !important; */
    height: auto !important;
    overflow: visible !important;
}




.hero {
    position: relative;
    background-image: url('../images/section.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    /* opacity: 0.9; */
    
}


.hero .container {
    display: block;
    margin-left: 0px;
}

.hero-title p {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 200px;
}

.hero-description p {
    font-size: 1.38rem;
    margin-bottom: 20px;
    margin-right: 200px;
    width: 1000px;
}

/* Botón */
.hero-button a {
    margin-top: 15px;
    margin-right: 300px;
    height: auto;
    width: 200px;
    color: white !important;
    background-color: #428350;
    border-color: #428350;
    border-radius: 25px;
    font-size: 1.2rem;
}

.hero-button a:hover {
    background-color: #8ff08a !important;
    border-color: #8ff08a;
}


/* Estilos para móviles */
@media (max-width: 768px) {
    .hero .container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-title p {
        font-size: 2rem;
        margin-right: 0; /* Centra el texto */
        margin-left: 0;
    }

    .hero-description p {
        font-size: 1rem;
        margin-right: 0; /* Centra el texto */
        margin-left: 0;
        width: 100%;
    }

    .hero-button a {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}





.characteristics .container .row{
    color: #83ba41 !important;
    text-align: center;
}


.characteristics i{
    margin-top: 10px;
    font-size: 60px;
    color: #428350;
}

.products p {
    font-size: 3.5rem;
    color: #428350;
    font-weight: bold;
    border-bottom: 1.5px solid #83ba41;
}

.footer {
    background-color: #428350 !important;
}

.services-carousel img {
    width: 600%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #428350; /* Cambia este color */
  border-radius: 50%; /* Para que sean redondeados (opcional) */
  width: 50px;
  height: 50px;
  opacity: 0.7; /* Para que no se vea transparente */
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%; /* Aquí es clave */
  transform: translateY(-50%); /* Centrar verticalmente */
}


.carousel-item h1 {
    color: #428350;
}

.carousel-item p {
    color: #83ba41;
    font-size: 1.3rem;
}

.go-products a {
    height: auto;
    width: 200px;
    color: white !important;
    background-color: #428350;
    border-color: #428350;
    border-radius: 25px;
    font-size: 1.2rem;
    box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, .1);

}

.go-products a:hover {
    background-color: #8ff08a !important;
    border-color: #8ff08a;
}


.social-icon-link {
    text-decoration: none !important;
    display: inline-block;
  }


/* Acá son los Estilos para el about.html */
.about-us {
    padding: 60px 0;
    background-color: white;
}

.about-us h2, .about-us h3 {
    color: #428350;
    font-size: 2.5rem;
}

.about-us img {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}

.about-us p {
    font-size: 20px;
    color: #83ba41;
}


/* Acá son los Estilos para el products.html */

.card {
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.card:hover {
    transform: scale(1.05);
}

.tittle-seccion {
    font-size: 2.2rem;
    font-weight: bold;
    color: #428350;
    text-transform: uppercase;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #428350;
    text-align: center;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 1.1rem;
    color: #83ba41;
}


/* Acá son los Estilos para el contact.html */

.tittle-contact {
    font-size: 2.2rem;
    font-weight: 700;
    color: #428350;
    text-align: center;
    margin-bottom: 0.5rem;
}

.form-label{
    color: #428350;
    font-weight:700;
}

.our-data {
    color: #428350;
}

.our-data a {
    color: white;
}

.btn-success {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    color: white !important;
    background-color: #428350;
}

.btn-success:hover {
    background-color: #8ff08a;
    border-color: #8ff08a;
}

.btn-send {
    background-color: #428350;
    border-color: #428350;
}

.btn-send:hover {
    background-color: #8ff08a;
    border-color: #8ff08a;
}


/* Acá son los Estilos para el team.html */

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
  }
  
  .team-card {
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    width: 300px;
    text-align: center;
    transition: transform 0.3s;
  }
  
  .team-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  
  .team-role {
    color: #666;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .team-description {
    font-size: 0.9rem;
    color: #444;
  }
  

