

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.main {
    padding-top: 0px;
}

p.deslizar {
    font-size: 10px;
    font-family: 'Circensis';
}

/* .header img {
    width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
} */
/* Sticky header */

.header {
position: relative;
z-index: 100;
transition: all 0.7s ease;
text-align: center;
}

.header_main {
    position: relative;
    z-index: 100;
    transition: all 0.7s ease;
    text-align: center;
    }
/* Logo con transición suave */
.header img {
transition: all 0.3s ease;
}

/* Header cuando se hace scroll */
.header.shrink {
padding: 0.5rem 0;
}

.header.shrink img {
width: 120px;
}
img.logo-carta {
    width: 120px;
    margin-top: 20px;
}
img.logo-horizontal {
    margin-top: 50px;
    
}

.logo-principal {
    
    margin-top: 50px;
}

.date {
    background: #fff;
    display: inline-block;
    padding: 5px 0px;
    
    border-bottom: 1px solid #ebebeb;
    font-size: 8px;
    width: 100%;
    justify-content: center;
}





.footer {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.pago-img {
    width: 200px;
    max-width: 90%;
    margin: 10px auto;
    display: block;
}

.pago-texto {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #546d57;
    font-weight: 500;
}
span.menu-app-sub {
    margin-top: 12px;
    font-size: 11px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
span.menu-app-sub a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.redes-sociales {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    color:#000;
}



  
  .icono-social.instagram:hover svg {
    color: #E1306C; 
  }
  
  .icono-social.facebook:hover svg {
    color: #1877F2;
  }
  
  .icono-social.twitter:hover svg {
    color: #000000; /* Black for X */
  }

  .icono-social .icono-plano {
    transition: filter 0.3s ease;
    display: block;
  }
  
  .icono-social.instagram:hover .icono-plano {
    filter: brightness(0.6); /* más oscuro al pasar el mouse */
  }
  
  
  .icono-social:hover .icono-circular {
    filter: grayscale(0%) brightness(0.4); /* más oscuro al pasar el mouse */
  }
  



.redes-sociales img {
    width: 28px;
    height: 28px;
    transition: opacity 0.3s ease;
    color:#8c8c8c;
}

.redes-sociales a:hover img {
    opacity: 0.6;
}
.icono-social {
    height: 30px;
    width: 30px;
}


    #trebol {
       margin-top: 20px;
       text-align: center;
    }
 
  .trebol {
    width: 60px !important;
    margin-top: 0px;
}

.loading {
    text-align: center;
    padding: 1rem;
    color: #333;
    font-size:10px;
    font-weight: 100;
}


@keyframes rotar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#trebol.rotando {
    animation: rotar 2s linear infinite;
    display: inline-block;
}

/* Estilos para el botón de calificar */
.btn-calificar {
    margin-top: 8px;
    display: inline-block;
    background-color: #ffffff;
    color: #374151;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.btn-calificar:hover {
    background-color: #f9fafb;
    color: #1f2937;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-calificar:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Estilos para la vista de calificación */
.rating-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
}

.rating-header h2 {
    color: #709d76;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px;
    background: #f8faf8;
    border-radius: 8px;
}

.product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.product-details h3 {
    color: #709d76;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
}

.product-price {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.product-description {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.rating-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rating-section {
    text-align: center;
}

.rating-label {
    display: block;
    color: #709d76;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.stars-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.star {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    color: #ddd;
}

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

.star-active {
    color: #ffc107 !important;
}

.star-inactive {
    color: #ddd !important;
}

.rating-help {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-label {
    color: #709d76;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.form-input,
.form-textarea {
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #709d76;
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
}

.error-message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

.form-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.btn-cancelar {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #e9ecef;
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-cancelar:hover {
    background-color: #e9ecef;
    color: #495057;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .rating-container {
        margin: 10px;
        padding: 15px;
    }
    
    .product-info {
        flex-direction: column;
        text-align: center;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-buttons {
        flex-direction: column;
    }
    
    .star {
        font-size: 28px;
    }
}