.logo {
    text-align: center;
    background-image: url("../img/banner.png");
    background-size: 200px;
}
.menu {
    font-size: 30px;
    background-color:#ff8b94;
    padding: 70px 0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.menu ul li {
    margin: 0 20px;
}
.menu ul li a {
    font-family: 'Brush Script MT';
    font-size: 30px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.inicio {
    text-align: center;
    padding: 50px;
    background-color: #FFF5F7; 
    color: #9a3926 
}
.inicio h1 {
    font-family: 'Brush Script MT'; 
    font-size: 50px;
    color: #ff8b94; 
    margin-bottom: 20px;
}
.inicio p {
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    color: #9a3926;
    margin-top: 0;
    max-width: 600px;
    margin: 0 auto; 
}
.inicio article {
    background-color: #FCE7EB;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}
.nosotros {
    font-family: 'Brush Script MT';
    text-align: center;
    padding: 3em;
    background-color: #fce4ec;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    color: #5d4037; 
}
.nosotros h2 {
    font-size: 50px;
    color: #ff8b94; 
    font-weight: bold;
    margin-bottom: 20px;
}
.nosotros article p {
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    line-height: 1.6;
    color: #5d4037; 
}
.resaltado {
    color: #ff8b94 
    
}
.productos {
    font-family: 'Brush Script MT', cursive;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin-top: 30px;
}
.productos h2 {
    font-size: 50px;
    color: #ff8b94; 
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}
.productos article p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5d4037; 
    line-height: 1.6;
    margin: 0 auto;
    max-width: 800px; 
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #FCE7EB; 
}
.carrusel {
    max-width: 600px; 
    margin: 0 auto; 
    position: relative;
    overflow: hidden;
    border-radius: 10px; 
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2); 
}
.slides {
    font-family: 'Brush Script MT';
    font-size: 25px;
    color: #6D3A2D;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    
    flex: 0 0 100%; 
    box-sizing: border-box;
}
.slide img {
    width: 100%;
    height: auto; 
    border-radius: 10px; 
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%; 
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.dots {
    text-align: center;
    margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.active {
    background-color: #717171;
}
.contacto {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.tabla-productos {
    padding: 20px;
    margin-top: 30px;
}
.tabla-productos h3 {
    font-family: 'Brush Script MT', cursive; 
    font-size: 2em;
    color: #9a3926; 
    text-align: center;
    margin-bottom: 20px;
}
.tabla-productos table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.tabla-productos thead {
    background-color: #ff8b94; 
    color: white;
    
}
.tabla-productos th {
    padding: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left
}
.tabla-productos td {
    padding: 15px;
    font-size: 1.1em;
    color: #333;
}
.tabla-productos tbody tr:nth-child(even) {
    background-color: #fce7eb; 
}
.tabla-productos tbody tr:nth-child(odd) {
    background-color: #fff;
}
.tabla-productos tbody tr:hover {
    background-color: #f8d7da; 
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.tabla-productos tbody td {
    border-bottom: 1px solid #ddd;
}
.tabla-productos tbody td:first-child {
    font-weight: bold;
    color: #9a3926; 
}
.tabla-horarios {
    padding: 20px;
    margin-top: 30px;
}

.tabla-horarios h3 {
    font-family: 'Brush Script MT', cursive;
    font-size: 2em;
    color: #9a3926;
    text-align: center;
    margin-bottom: 20px;
}
.tabla-horarios table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.tabla-horarios thead {
    background-color: #ff8b94; 
    color: white;
}
.tabla-horarios th {
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tabla-horarios td {
    padding: 15px;
    font-size: 1.1em;
    color: #333;
}
.tabla-horarios tbody tr:nth-child(even) {
    background-color: #fce7eb; 
}
.tabla-horarios tbody tr:nth-child(odd) {
    background-color: #fff;
}
.tabla-horarios tbody tr:hover {
    background-color: #f8d7da; 
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.tabla-horarios tbody td {
    border-bottom: 1px solid #ddd;
}
.tabla-horarios tbody td:first-child {
    font-weight: bold;
    color: #9a3926;
}
.contacto h2 {
    font-family: 'Brush Script MT';
    color: #ff8b94;
    font-size: 50px;
    text-align: center;
}
.contacto p {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 30px;
    color: #9a3926;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-form label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #9a3926;
}
.contact-form input, .contact-form textarea {
    padding: 10px;
    border: 1px solid #ff8b94;
    border-radius: 5px;
    font-size: 16px;
    color: #9a3926;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #ff8b94;
}
.contact-form button {
    background-color: #ff8b94;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
}
.contact-form button:hover {
    background-color: #ff8b94;
}
footer {
    background-color: #9a3926;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    margin-top: 50px;
   
}
footer p {
    font-size: 25px;
    margin-bottom: 20px;
}
footer .highlight {
    color: #ff8b94; 
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.social-links li {
    margin: 0 15px;
}
.social-links li a img {
    width: 40px; 
    height: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-links li a img:hover {
    transform: scale(1.2); 
    box-shadow: 0px 4px 15px rgba(216, 27, 96, 0.5);
}
footer p:last-of-type {
    margin-top: 20px;
    font-size: 16px;
    color: #ffe0b2;
}