/* Estilos para la página de destilería */

/* Hero Section */
#main-top {
    background-image: url('../img/destileriaportada.jpg');
    background-size: cover;
    background-position: center;
}




/* Sección de información de la destilería */
.destileria-details {
    padding: 20px 0;
}

.destileria-details h3 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.destileria-details .lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.destileria-details p {
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

.destileria-features {
    margin: 30px 0;
}

.destileria-features h3 {
    margin-bottom: 15px;
}

.destileria-features ul {
    list-style: none;
    padding: 0;
}

.destileria-features ul li {
    padding: 8px 0;
    font-size: 16px;
}

.destileria-features ul li i {
    color: #000000;
    margin-right: 10px;
}

.destileria-info-box {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
}

.info-item {
    text-align: center;
    padding: 15px;
}

.info-item i {
    font-size: 36px;
    color: #8B4513;
    margin-bottom: 15px;
}

.info-item h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Proceso de destilación */
.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.process-steps .col-md-4 {
    display: flex;
    margin-bottom: 30px;
}
.process-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    transition: all 0.3s ease;
}

.process-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.process-icon {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.process-item h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-item p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    text-align: justify;
}

/* Nuestros Destilados */
.destilados-carousel {
    margin-top: 30px;
    
}

.destilado-item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 10px;
    
}

.destilado-img {
    text-align: center;
    padding: 30px;
    background-color: #f9f9f9;
}

.destilado-img img {
    max-height: 300px;
    margin: 0 auto;
}

.destilado-info {
    padding: 30px;
}

.destilado-info h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.destilado-info p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.destilado-details {
    list-style: none;
    padding: 0;
}

.destilado-details li {
    padding: 5px 0;
    color: #777;
}

/* Servicios de Maquila */
.maquila-info {
    padding: 20px;
}

.maquila-info h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.maquila-info p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.maquila-info h4 {
    color: #fff;
    margin: 30px 0 15px;
}

.maquila-services {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.maquila-services li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
}

.maquila-services li i {
    color: #fff;
    margin-right: 10px;
}

.maquila-types {
    padding: 20px;
}

.maquila-types h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.maquila-type-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.maquila-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.maquila-icon i {
    font-size: 24px;
    color: #fff;
}

.maquila-type-info h4 {
    color: #fff;
    margin-bottom: 5px;
}

.maquila-type-info p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: justify;
}

/* Testimonios */
.testimonial-carousel {
    margin-top: 30px;
}

.testimonial-item {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 30px;
    margin: 10px;
}

.testimonial-content {
    position: relative;
    padding: 20px 0;
}

.testimonial-content:before {
    content: '\201C';
    font-size: 60px;
    color: #ddd;
    position: absolute;
    top: -20px;
    left: -10px;
}

.testimonial-content p {
    color: #555;
    line-height: 1.7;
    font-style: italic;
}

.testimonial-author {
    margin-top: 20px;
    text-align: right;
}

.testimonial-author h4 {
    color: #333;
    margin-bottom: 5px;
}

.testimonial-author p {
    color: #777;
    font-size: 14px;
}

/* Contacto Rápido */
.contact-info {
    padding: 20px 0;
}

.contact-info h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.contact-details {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    margin-bottom: 25px;
}

.contact-item i {
    font-size: 24px;
    color: #8B4513;
    margin-right: 20px;
    margin-top: 5px;
}

.contact-text h4 {
    color: #333;
    margin-bottom: 5px;
}

.contact-text p {
    color: #666;
    margin: 0;
}

.contact-text a {
    color: #666;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #8B4513;
}

.contact-form {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 30px;
}

.contact-form h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

/* Responsive */
@media (max-width: 991px) {
    .destileria-info-box .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .destileria-info-box .col-xs-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .process-item {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .destileria-details {
        margin-top: 30px;
    }
    
    .maquila-info, .maquila-types {
        margin-bottom: 30px;
    }
    
    .contact-form {
        margin-top: 30px;
    }
}