
.font-passion {
    font-family: 'Passion One', cursive;
}
.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #121212;
    font-size: 14px;
}


.text-green{
		color: #02a127;
}

header {
		background-color: #1f1f1f;
		padding: 20px 0;
		margin-bottom: 30px;
}

.navbar-logo {
  width: 280px;    
  height: auto; 
  max-height: 90px;
  display: block;   
  margin: 0;       
  object-fit: contain; 
  object-position: left; 
  margin-top: -10px; 
}

@media (max-width: 767.98px) {
  .navbar-logo {
    width: 180px;  
    max-height: 60px; 
    margin-top: 0;  
  }
}

.main-bg {
    background-image: 
        linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 900px), 
        url("../images/Img-fondo\ .png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 100vh;
}


.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link.active {
    color: #afaa9b !important;
}




.custom-link {
    color: #02a127;
    text-decoration: underline;
    font-weight: bold;
}
.custom-link:hover {
    color: #017a1d;
    text-decoration: none;
}


.quienes-somos-bg {
    background-image: url('../images/body-bg.gif'); 
    background-repeat: repeat;
    background-color: #1a1a1a; 
    border: 1px solid #323232;
}


.banner-box {
    background: #292929;
    min-height: 120px;
}
.banner-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 120%; 
}


.list-1 {
    padding-left: 0;
    list-style: none;
}
.list-1 li {
    padding: 8px 0 8px 20px;
    border-top: 1px solid #323232;
    background: url(../images/list-1-marker.gif) no-repeat left center;
}
.list-1 li:first-child {
    border-top: none;
}
.list-1 li a {
    color: #717171;
    text-decoration: none;
    transition: color 0.3s;
}
.list-1 li a:hover {
    color: #02a127;
}


.carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 20px;
    bottom: 20%;
}
.carousel-caption h2 {
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


.product-card {
    cursor: pointer; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid #323232 !important; 
    overflow: hidden;
}

.product-card img {
    height: 140px;
    object-fit: cover;
    border-bottom: 1px solid #323232;
}


.product-card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8) !important; 
    border-color: #02a127 !important; 
}

.product-title {
    font-size: 1.1rem;
    letter-spacing: 1px;
}



.modal-content {
    background-color: #1a1a1a; 
    background-image: url('../images/textura-oscura.png');
    background-repeat: repeat;
    border: 1px solid #02a127; 
}

.btn-close-white {
    filter: invert(1);
    opacity: 0.8;
}
.btn-close-white:hover {
    opacity: 1;
}