body{
    margin: 0;
    padding: 0;
    background-color: #FAE298;
}
*,*::before, *::after {
    box-sizing: border-box;
}

h2{
    font-family: Sentient;
    background-color: #402C18;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    
}

p{
    font-family: Gambetta;
    margin: 0;
}

h3{
    font-family: sans-serif;
    font-size: 20px;
}

@font-face {
    font-family: Sentient;
    src: url(/fonts/Sentient_Complete/WEB/fonts/Sentient-Medium.ttf);
}

@font-face {
    font-family: Gambetta;
    src: url(/fonts/Gambetta_Complete/WEB/fonts/Gambetta-Regular.ttf);
}


/* AQUI EL HEADER*/
.cabezote {
    background-color: #FAE298;
    width: 100%;
    position: relative;}

.cabezote .contenedor {
    width: 100%;
    text-align: center;
    margin: auto;}

.cabezote .contenedor img{
    width: 30%;
    display: flex;   
    margin: auto;
    justify-content: left;
    align-items: center;
}

.logo{
    width: 100%;
    display: flex;   
    margin: auto;
    justify-content: right;
    align-items: center;
}

.barras {
    color: #402C18;
    font-size: 25px;
    position: absolute;  
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#vermenu{ 
    height: 400px;
    width: 100%;
    margin-top: 25px;
    position: absolute;
    transform: translateX(-100%);
    transition: all .5s;
    position: absolute;
 
}

#vermenu.prender-apagar{
    opacity: 1; 
    transform: translateX(0); /*se desplaza de los lados*/
   
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6a4b27;
    justify-content: center;
    margin: auto;
    text-align: center;}

li {
    padding: 15px;
    border: 1px solid #FAE298;}

li:last-child {
    border-bottom: none;}

a {
    text-decoration: none;
    color: #FAE298;
    display: block;
    font-size: 18px;
}

.botones-header{
    padding: 10px;
}

.botones-header button{
    background-color: #402C18;
    color: #FAE298;
    margin: 10px;
}

/*AQUI ACABA EL HEADER*/

/*INICIO INDEX*/

/*slider*/

.slider-index {
    background-image: url(../img/fondo\ index.jpg);
    background-repeat: repeat;
    width: 100%;
    height: auto;
    
}

.slider-index h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px;
    color: white;
}

/*slider fin*/

/*sobre nosotros*/

.sobrenosotroshome{
    background-color: #FAE298;
}

.sobrenosotroshome h1{
    background-color: #402C18;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 10px;
}

.sobrenosotroshome p{
    font-size: 10px;
    line-height: 20px;
    padding:30px 50px 0px;
    text-align: center;
}

.boton-sobrenosotros{
    display: flex;
    justify-content: center;
}

.boton-sobrenosotros a{
    text-decoration: none;
    font-size: 20px;
    border: 2px solid #402C18;
    border-radius: 20px;
    color: #402C18;
    padding: 5px;
    margin: 20px 0px;
}

/*sobre nosotros fin*/

/*menu inicio*/

.menuhome{
    background-color: #7C571F;
}

.menuhome h1{
    background-color: #402C18;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 10px;
}

.menuhome h2{
    background-color: #7C571F;
    text-transform: uppercase;
}

.menuhome p{
    padding: 0 5%;
    text-align: 14px;
    text-align: center;
    color: wheat;
}

.contenedor-menu{
    width: 80%;
    margin: 10%;
    padding-bottom: 30px;
}

.contenedor-acordeon{
    width: 100%;
    margin: 80px 0;
   
}

.acordeon-menu{
    background-color: #FAE298;
    border-radius: 20px;
  
}

.acordeon-menu label{
    display: block;
    padding: 15px;
    font-size: 20px;
    background-color:#402C18;
    text-align: center;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
    transition: all 300ms ease;
}

.acordeon-menu label:hover{
    background-color: #402C18;
}

.acordeon-menu .contenido-acordeon{
    padding: 0px;
    margin: 0px 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
}

.btn-acordeon:checked ~ .contenido-acordeon{
    max-height: 600px;
    padding: 0 20px;
}

.contenido-acordeon p{
    color: #402C18;
}

.btn-acordeon{
    display: none;
}

/*menu fin*/

/*catalogo inicio*/

.cabezacatalgo h2{
    color: #402C18;
    background-color: #FAE298;
}

.catalogo p{
    padding: 10%;
    align-items: center;
    color: white;
    text-align: center;
}

.catalogo-ejemplos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #402C18;
    padding: 50px;
}

.catalogo-ejemplos img{
    width: 80%;
    margin: 2% 5%;
}

.catalogo-ejemplos img:nth-child(2){
    width: 50%;
}

.catalogo-ejemplos a{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 25px;
    color: #FAE298;
}

/*Eventos home*/

.eventos h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 10% 30%;
    font-size: 30px;
    text-align: center;
}

.contenedor-eventos{
    background-color: #402C18;
    
}

.contenedor-eventos img{
    width: 70%;
    margin: 5% 15%;
}

.eventos p{
    color: #FAE298;
    font-size: 20px;
    padding: 5% 20% 10%;
    text-align: center;
}

/*Aqui las opiniones*/

.opiniones{
    background-color:#402C18 ;
    width: 100%;
    }

.opiniones h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 10% 25%;
}

.contenedor-opiniones{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.tarjetas-opiniones{
    width: 40%;
    margin: 50px; 
    background-color:#FAE298;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
   }

   .opiniones-usuario{
       display: flex;
       flex-direction: row;
       flex-wrap:wrap;
       justify-content: center;
       align-items: center;
   }

   .opiniones-usuario i{
        color: #402C18;
       font-size: 80px;
       margin: 10%;
   }

   .opiniones-usuario h2{
       background-color: #FAE298;
       color: #402C18;
       font-size: 40px;
       text-align: left;
       padding: 0;
       text-align: center;
   }

   .texto-opiniones p{
       font-size: 14px;
       line-height: 28px;
       padding: 10%;
       text-align: center;
   }

/*Servicio al cliente home*/

.servicio-cliente{
    margin: 10% 0;
}

.servicio-cliente h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 5%;
    font-size: 40px;
    text-align: center;
}

.contenedor-servicio{
    background-color: #402C18;
    width: 90%;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.linea-servicio{
    width: 90%;
    margin: 10%;
    border: 5px solid #FAE298;
}


.linea-servicio p{
    font-size: 20px;
    line-height: 30px;
    color: #FAE298;
    padding: 15%;
    text-align: center;
}

.boton-servicio{
    width: 80%;
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boton-servicio h3{
    display: block;
    font-size: 40px;
    text-align: center;
    color: #FAE298;
    margin: 0 30px 30px;
}

.boton-servicio a{
    background-color: #7C571F;
    color: #FAE298;
    text-decoration: none;
    font-size: 20px;
    padding: 15px;
}

/*AQUI COMIENZA SOBRE NOSOTROS*/

/*slider*/

.slider-nosotros {
    background-image: url(../img/santo\ y\ seña\ 2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
}

.slider-nosotros h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px;
    color: white;
}

/*slider fin*/

.sobrenosotros{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}

.sobrenosotros img{
    width: 60%;
}

.imagen-inicial img{
    display: block;
    filter: drop-shadow(200px, 200px, 200px,#7C571F);
    margin:  0 20%;
}

.sobrenosotros p{
    padding: 13%;
    line-height: 30px;
    text-align: center;
}

/*Mision y Vision*/

.franjas h1{
    background-color: #402C18;
    color: white;
    text-align: center;
    padding: 15px;
}

.tarjetas-somos{
    display:flex;
    flex-wrap: wrap;
    margin: 20px;
}

.tarjetas-somos img{
    width: 40%;
    height: 200px;
    margin: 30px 0;
    padding: 10px;
    object-fit: cover;
}

.tarjetas-somos h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 10%;
}

.tarjetas-somos p{
    margin: 10px;
    font-size: 12px;
    padding-right: 10px;
}

.vision{
    display: flex;
    flex-direction: row-reverse;
    margin: 10px;
}

.mision{
    display: flex;
    flex-direction: row;
    margin: 10px;
}

/*Nuestra Mercancia*/

.mercancia{
    width: 100%;    
    background-color: #402C18;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto-mercancia h2{
    color: #FAE298;
    background-color: #402C18;
}

.texto-mercancia p{
    margin: 5% 10%; 
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: white;
}


.carrusel-mercancia{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    width: 50%;
}

.mercaderia{
    background-color: #FAE298;
    margin: 10px;
    border-radius: 20px;
    padding: 10px;
}

.carrusel-mercancia img{
    width: 40%;
    object-fit: cover;
    
}


.boton-mercancia {
    background-color: #7C571F;
    padding: 15px; 
    margin: 5% 30%;   
    width: 40%;
    display: flex;
    justify-content: center;
}

.boton-mercancia a{
    color: #FAE298;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*confian en nosotros*/

.confian-nosotros h2{
    background-color: #FAE298;
    color: #402C18;
}

.confian-nosotros p{
    color: #402C18;
}

.contenedor-confian{
    padding: 30px;
    background-color: #7C571F;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor-confian p{
    color: white;
    font-size: 12px;
    line-height: 22px;
    padding: 5%;
    text-align: center;
}

.contenedor-confian img{
    width: 60%;
    margin: 5%;
    border-radius: 50%;
}
    

/*aqui el mapa*/

.texto-mapa h2{    
    background-color: #7C571F;
    font-size: 20px;
}

.texto-mapa{
    padding: 5% 25% 0%;
    width: 50%;
}

.contenedor-mapa{
    background-color: #7C571F;
    margin: 10%;
    border-radius: 20%;
}

.contenedor-mapa h2{
    background-color: #402C18;
}

.mapa iframe{
    height: 200px;
    margin: 10%; 
    width: 80%;
}

/*AQUI ACABA EL SOBRE NOSOTROS*/

/*AQUI INICIA EL MENU*/

/*slider*/

.slider-menu {
    background-image: url(../img/fondo\ menu.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
}

.slider-menu h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px  30px;
    color: #402C18;
}

/*slider fin*/


/* Menu Section */
.menu-section {
    padding: 20px;
    background-color: #6a4b27;
    color: white;
}

.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

/* Grid Layout */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

/* Menu Items */
.menu-item {
    background-color: #f8e5a1;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 60%; 
    max-width: 300px;
    display: flex;     

}


.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0, 15px;
}

.image-wrapper img {
    width: 80%;
    height: auto;
    margin: auto;
}

.menu-item h3 {
    font-size: 20px;
    color: #6a4b27;
    padding: 10px;
}

.menu-item p {
    font-size: 16px;
    color: #6a4b27;
    margin: auto;
}


/* Contenedor del ítem del menú */
.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8e5a1;
    padding: 50PX ; 
    text-align: center;
    border-radius: 10px;
    max-width: 300px;
    position: relative; 
    margin-bottom: 100px; /* Ajusta este valor según el espacio que quieras */
  
}   


/* Contenedor circular para la imagen */
.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -75px; 
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.image-wrapper img {
    width: 75%;
    height: auto;
    object-fit: cover; 
}

/* Estilo para el título y la descripción */
.menu-item h3 {
    font-size: 1.3rem;
    color: #6a4b27;
    margin-top: 80px; 
}

.menu-item p {
    font-size: 0.9rem;
    color: #6a4b27;
}

/* Título de cada sección (h2) */
.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 120px; 
    color: white;
}
  
/*AQUI ACABA MENU*/

/*AQUI INICIA EL CATALOGO*/

.slider-catalogo {
    background-image: url(../img/catalogo\ fondo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
}

.slider-catalogo h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px;
    color: white;
}

.catalogo{
    background-color: #402C18;
}

.barra h2{
    padding: 20px 0 0 0 ;
}

.cajas h3{
    font-size: 18px;
    padding:  0 20px;
}

.cajas p{
    font-size: 16px;
}

.caja-musica{
    background-color: #f8e5a1;
    margin: 15% 10%;
}

.caja-libros{
    background-color: #f8e5a1;
    margin: 15% 10%;
}

.caja-objetos{
    background-color: #f8e5a1;
    margin: 15% 10%;
}
.cajas img {
    width: 100%;
}



/*AQUI ACABA EL CATALOGO */

/*AQUI INICIA EVENTOS*/

/*slider eventos*/
.slider-eventos {
    background-image: url(../img/eventos\ imagen.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
}

.slider-eventos h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px;
    color: white;
}
/*acaba slider eventos*/

.info-celebraciones p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10%;
    color: #402C18;
}

.info-celebraciones h2{
    color: #402C18;
}


.franja-mes h2{
    margin: 20px 0px;
    padding: 20px;
    width:30% ;
    background-color: #402C18;
}

.info-evento{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.fecha-evento h2{
    background-color: transparent;
}

.fecha-cartel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    padding: 0 20%;
}

.cartel-evento{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #7C571F;
    margin: 10px;

}   


.imagen-evento{
    width: 100%;
}

.imagen-evento img{
    width:80%;
    padding: 0 10px 0 0;
}

.fecha-evento {
    background-color: #402C18;
    width: 20%;
    padding: 10px;
    margin: 0;
}

.fecha-evento h2{
    padding: 0;
    width: 10%;
    font-size:30px;
    text-align: center;
}
.fecha-evento p{
    font-size: 12px;
    color: white;
    text-align: center;
}

.texto-eventos p{
    background-color: #402C18;
    color: white;
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
    text-align: center;
}
.texto-eventos{
    width: 100%;
}


.calendario{
    width: 85%;
    background-color: #402C18;
    margin: 10%;
    }

    .titulo-calendario{
        font-size:30px;
    }

    .texto-calendario p{
        font-size:16px;
        color: white;
        text-align: center;
    }
    
    .año{
      text-align: center;
      color: white;
      font-size: 30px;
      background-color: #FAE298;
      color: #402C18;
      padding: 15px 5px;
    }
    
    .mes{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      padding: 20px;
    }
    
    .dia{
      list-style: none;
      text-align: center;
      padding:2%;
      color: white;
      cursor: pointer;
    }
    
    .dia:hover{
      background-color: #7C571F;
      color: white;
    }
    
    .dia-nombre{
      background-color: #402C18;
      color: white;
      font-weight: 700;
      text-align: center;
    }
    
    .primer-dia{
      grid-column-start: 7;
    }

/*AQUI ACABA EVENTOS*/

/*AQUI COMIENZA SERVICIO AL CLIENTE*/

/*Te escuchamos*/
.slider-servicios {
    background-image: url(../img/servicios\ \(2\).png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
}

.slider-servicios h1{
    text-align: center;
    font-size: 40px;
    margin: 10%;
    padding: 80px;
    color: white;
}

.contenedor-escuchamos{
    background-color: #402C18;
}

.contenedor-escuchamos p{
    padding: 10%;
    text-align: center;
    color: #FAE298;
    font-size: 18px;
    line-height: 30px;
}

.iconos-escuchamos{
    background-color: #402C18;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}


.cajas-iconos i{
    display: block;
    font-size: 100px;
    color: #FAE298;
    padding: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cajas-iconos p {
    color: #FAE298;
    font-size: 18px;
    font-weight: 200;
    padding: 10% 0 ;
}

.iconos-redes i{
    display: block;
    font-size: 100px;
    font-weight: 200;
    color: #FAE298;
    padding: 20% 0;
}

/*Comnetarios*/

.experiencia{
    background-color: #7C571F;
    padding: 5%;
}
.contenedor-experiencia h2{
    background-color: #7C571F;
    line-height: 40px;
    text-align: center;
    margin: 0 20%;

}
.contenedor-experiencia{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5%;
}
.cajas-comentarios{
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
    margin: auto;
    width:60%;
}

.caja-comentarios{
    background-color: #402C18;
    border: 2px solid white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10%;
    padding: 5%;
    width: 100%;
}

.caja-comentarios img{
    width: 60%;
}

.texto-experiencia{
    width: 100%;
}

.texto-experiencia h3{
    margin:  20px 0 10px 0;
    color:white;
}

.texto-experiencia p{
    color:white;
}

.usuario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.texto-usuario h3{
    margin:  20px 0 10px 0;
    color:white;
}

.usuario i{
    color: #FAE298;
    font-size: 20px;
    border:2px solid #FAE298;
    padding: 5px;
    border-radius: 50%;
    margin:0 10px 0 0;
}

.texto-usuario p{
    color:white;
}

/*Envios*/

.envios{
    background-color: #FAE298;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10%;
}

.envios img{
    width: 100%;
}

.envios h2{
    background-color: #FAE298;
    color: #402C18;
}

.envios p{
    color: #402C18;
    padding: 5%;
    text-align: center;
    line-height: 30px;
}

.boton-devoluciones{
    margin: 0 20%;
}

.devoluciones{
 background-color: #402C18;
 padding: 20px;
 color: #FAE298;
 border-radius: 20px;
 font-size: 20px;
}

/*Garantia*/

.garantia{
    background-color: #7C571F;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.garantia img{
    width: 90%;
    margin: 5%;
}

.garantia h2{
    background-color: #7C571F;
}

.garantia p{
    color: white;
    padding: 5%;
    text-align: center;
    line-height: 30px;
}

.boton-garantia{
    margin: 10%;
}

.boton-garantia a{
    display: block;
    width: 40%;
    padding: 7%;
    margin: 0 25%;
    background-color: #402C18;
    text-decoration: none;
    color: aliceblue;
    text-align: center;
    font-size: 20px;
}

/*AQUI ACABA EL SERVICIO AL CLIENTE*/

/*AQUI VA EL FOOTER*/
 
footer{
    background-color: #402C18;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contenedor-footer{
    padding: 50px;
}

footer a img{
    width: 100%;
    padding: 0 25%;
    margin-bottom: 20px;
}

footer .creadores{
    margin-bottom: 50px;
}

footer .creadores h3{
    color: white;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
}

.pie-info p{
    font-size: 16px;
    line-height: 30px;
    color: white;
    text-align: center;
    padding: 0 15%;
}

.contenedor-pie-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pie-redes{
    display:flex;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
}

.pie-redes a{
    color: white;
    width: 50px;
    margin: 20px 0;
}

.pie-redes a i{
    width: 100px;
}


.pie-links a {
    display: flex;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0 20%;
    padding: 0 10%;
}

/*AQUI ACABA EL FOTTER*/

/*MODO TABLETA*/

@media screen and (min-width:768px){

/* AQUI EL HEADER*/

.cabezote {
    background-color: #FAE298;
    width: 100%;
    position: relative;}

.cabezote .contenedor {
    width: 100%;
    text-align: center;
    margin: auto;}

.cabezote .contenedor img{
    width: 30%;
    display: flex;   
    margin: auto;
    justify-content: left;
    align-items: center;
}

.logo{
    width: 50%;
    display: flex;   
    margin: auto;
    justify-content: right;
    align-items: center;
}

.barras {
display: none;
}

#vermenu{ 
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    margin: 20px;
    transform: translateX(0%);
    position:relative;
    align-items: center;
}

#vermenu.prender-apagar{
    opacity: 1; 
    transform: translateX(0); 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:transparent;
    justify-content: center;
    margin: auto;
    text-align: center;}

li {
    padding: 15px;
    border: none;}

li:last-child {
    border-bottom: none;}

a {
    text-decoration: none;
    color: #402C18;
    display: block;
    font-size: 18px;}

.botones-header{
    margin: 30px;
    padding: 10px;
    display: flex;
}

.botones-header button{
    background-color: #402C18;
    color: #FAE298;
    width: 100px;
    margin: 5px;
}

ul li a:hover{
    background-color: #6a4b27;
    color: #c2a36e;
    width: 100%;
    box-shadow: #402C18;
    padding:10px 20px ;
    border-radius: 20px;
}


/*AQUI ACABA EL HEADER*/

/*INICIO INDEX*/


/*slider*/

.slider-index {
    background-image: url(../img/fondo\ index.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-index h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}

/*slider fin*/

/*sobre nosotros*/

.sobrenosotroshome{
    background-color: #FAE298;
}

.sobrenosotroshome h2{
    background-color: #402C18;
    font-size: 40px;
    color: white;
    text-align: center;
    padding: 10px;
}

.sobrenosotroshome p{
    font-size: 18px;
    line-height: 40px;
    padding:50px 100px 10px;
    text-align: center;
}

.boton-sobrenosotros{
    display: flex;
    justify-content: center;
}

.boton-sobrenosotros a{
    text-decoration: none;
    font-size: 25px;
    border: 2px solid #402C18;
    border-radius: 60px;
    color: #402C18;
    padding: 15px 20px;
    margin: 20px 0px 50px;
}

.boton-sobrenosotros a:hover{
    background-color: #7C571F;
    color: white;
}


/*sobre nosotros fin*/

/*menu inicio*/

.menuhome{
    background-color: #7C571F;
}

.menuhome h1{
    background-color: #402C18;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 10px;
}

.menuhome h2{
    background-color: #7C571F;
    font-size: 45px;
    text-transform: uppercase;
}

.menuhome p{
    padding: 0 20%;
    text-align: 14px;
    font-size: 20px;
    text-align: center;
    color: wheat;
}

.contenedor-menu{
    width: 80%;
    margin:  5% 10%;
    padding-bottom: 70px;
}

.contenedor-acordeon{
    width: 100%;
    margin: 80px 0;
   
}

.acordeon-menu{
    background-color: #FAE298;
    border-radius: 20px;
    margin:  0 10%;
    width: 80%;
  
}

.acordeon-menu label{
    display: block;
    padding: 15px;
    font-size: 25px;
    background-color:#402C18;
    text-align: center;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
    transition: all 300ms ease;
}

.acordeon-menu label:hover{
    background-color: #402C18;
}

.acordeon-menu .contenido-acordeon{
    padding: 0px;
    margin: 0px 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
}

.btn-acordeon:checked ~ .contenido-acordeon{
    max-height: 600px;
    padding: 0 20px;
}

.contenido-acordeon p{
    color: #402C18;
}

.btn-acordeon{
    display: none;
}

/*menu fin*/

/*catalogo inicio*/

.cabezacatalogo h2{
    font-size: 80px;
}


.catalogo p{
    padding: 5% 25%;
    font: 50px;
    line-height: 40px;
    text-align: center;
    align-items: center;
    color:#402C18;
}

.catalogo-ejemplos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #402C18;
    padding: 50px;
}

.catalogo-ejemplos{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contenido-catalogo{
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.catalogo-ejemplos img{
    width: 100%;
    margin: 2% 5%;
}

.catalogo-ejemplos a{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 25px;
    color: #FAE298;
}

/*Eventos home*/

.eventos h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 5% 10%;
    font-size: 50px;
    text-align: center;
}

.contenedor-eventos{
    background-color: #402C18;
    display: flex;
    flex-direction: row;
    padding: 50px;
}

.contenedor-eventos img{
    width: 100%;
    margin: 5% 15%;
}

.eventos p{
    color: #FAE298;
    font-size: 25px;
    padding: 10% ;
    text-align: center;
}

/*opiniones home*/
.opiniones{
    background-color:#402C18 ;
    width: 100%;
    }

.opiniones h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 10%;
}

.contenedor-opiniones{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;

}

.slick-track{
    display: flex;
    flex-wrap:nowrap ;
}

.tarjetas-opiniones{
    width: 40%;
    margin:  30px ; 
    background-color:#FAE298;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10%;
   }

   .opiniones-usuario{
       display: flex;
       flex-direction: row;
       flex-wrap:wrap;
       justify-content: center;
       align-items: center;
   }

   .contenedor-opiniones :nth-child(5){
    display: none;
   }

   .contenedor-opiniones :nth-child(6){
    display: none;
   }


   .opiniones-usuario i{
        color: #402C18;
       font-size: 80px;
       margin: 5%;
   }

   .opiniones-usuario h2{
       background-color: #FAE298;
       color: #402C18;
       font-size: 30px;
       text-align: left;
       padding: 20px;
       text-align: center;
   }


   .texto-opiniones p{
       font-size: 16px;
       line-height: 28px;
       padding: 0;
       text-align: center;

   }
    

/*Servicio al cliente home*/

.servicio-cliente h2{
    background-color: #FAE298;
    color: #402C18;
    padding: 5%;
    font-size: 50px;
    text-align: center;
}

.contenedor-servicio{
    background-color: #402C18;
    width: 90%;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.linea-servicio{
    width: 90%;
    margin: 10%;
    border: 5px solid #FAE298;
}


.linea-servicio p{
    font-size: 25px;
    line-height: 30px;
    color: #FAE298;
    padding: 10%;
    text-align: center;
}

.boton-servicio{
    width: 80%;
    padding: 2%;
    padding-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boton-servicio h3{
    display: block;
    font-size: 40px;
    text-align: center;
    color: #FAE298;
    margin: 0 30px 30px;
}

.boton-servicio a{
    background-color: #7C571F;
    color: #FAE298;
    text-decoration: none;
    font-size: 20px;
    padding: 15px;
}

/*AQUI ACABA INICIO*/


/*AQUI COMIENZA SOBRE NOSOTROS*/
.slider-nosotros {
    background-image: url(../img/santo\ y\ seña\ 2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-nosotros h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}

.sobrenosotros{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:space-between;
}

.sobrenosotros img{
    width: 80%;
    margin: 10%;
    padding: 0%;
}

.imagen-inicial img{
    filter: drop-shadow(20px, 20px, 0,#7C571F );
}

.sobrenosotros p{
    width: 50%;
    margin:  0 5% 0 0 ;
    padding: 5%;
    line-height: 30px;
    text-align: left;
}
/*Mision y Vision*/

.franjas h1{
    background-color: #402C18;
    color: white;
    text-align: center;
    padding: 15px;
}

.tarjetas-somos{
    display:flex;
    flex-wrap: nowrap;
    margin: 5%;
    padding: 20px;
    width: 85%;
    justify-content: space-between;
}

.tarjetas-somos img{
    width: 80%;
    height: 200px;
    margin: 30px 0;
    padding: 10px;
    object-fit: cover;
}

.tarjetas-somos h2{
    color: #402C18;
    padding: 0;
}

.tarjetas-somos p{
    color: #402C18;
    font-size: 18px;
    line-height: 30px;
    padding: 30px; 
    text-align: center;
}

.vision{
    display: flex;
    flex-direction: column;
    margin: 15px;
    align-items: center;
}

.mision{
    display: flex;
    flex-direction: column;
    margin: 15px;
    align-items: center;
}

/*Nuestra Mercancia*/

.mercancia{
    width: 100%;    
    background-color: #402C18;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.texto-mercancia h2{
    background-color: #402C18;
    color: #FAE298;
    font-size: 40px;
}

.texto-mercancia p{
    margin: 0;
    padding: 30px 70px; 
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

.carrusel-mercancia{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    width: 40%;
}

.mercaderia{
    background-color: #FAE298;
    margin: 10px;
    border-radius: 20px;
    padding: 10px;
}

.carrusel-mercancia img{
    width: 30%;
    object-fit: cover;
}

.boton-mercancia {
    background-color: #7C571F;
    padding: 15px; 
    margin: 5% 30%;   
    width: 20%;
    display: flex;
    justify-content: center;
}

.boton-mercancia a{
    font-size: 20px;
    color: #FAE298;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*confian en nosotros*/

.confian-nosotros h2{
    background-color: #FAE298;
    color: #402C18;
    margin: 5% 0 0 0 ;
}


.contenedor-confian{
    background-color: #FAE298;
    padding: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.contenedor-confian p{
    color:#402C18;
    font-size: 16px;
    line-height: 30px;
    padding: 5%;
    text-align: left;
}

.contenedor-confian img{
    width: 30%;
    margin: 20% 5%;
    border-radius: 50% ;
}



/*aqui el mapa*/

.texto-mapa h2{    
    background-color: #7C571F;
    padding: 0 ;
    font-size: 0px;
}

.texto-mapa{
    padding: 5% 35% 0%;
    width: 30%;
}

.contenedor-mapa{
    background-color: #7C571F;
    margin: 5%;
    border-radius: 20%;
}

.mapa iframe{
    height: 500px;
    margin: 10%; 
    width: 80%;
}

/*AQUI ACABA EL SOBRE NOSOTROS*/

/*AQUI INICIA EL MENU*/

/*slider menu*/
.slider-menu {
    background-image: url(../img/fondo\ menu.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-menu h1{
    text-align: center;
    margin:  0;
    font-size: 70px;
    padding: 10%;
    color: white;
}

/*slider menu*/

/* Menu Section */
.menu-section {
    padding: 20px;
    background-color: #6a4b27;
    color: white;
}

.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

/* Grid Layout */
.menu-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

/* Menu Items */
.menu-item {
    background-color: #f8e5a1;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 20%; 
    max-width: 300px;
    display: flex;     

}


.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0, 15px;
}

.image-wrapper img {
    width: 80%;
    height: auto;
    margin: auto;
}

.menu-item h3 {
    font-size: 20px;
    color: #6a4b27;
    padding: 10px;
}

.menu-item p {
    font-size: 16px;
    color: #6a4b27;
    margin: auto;
}


/* Contenedor del ítem del menú */
.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8e5a1;
    padding: 50PX ; 
    text-align: center;
    border-radius: 10px;
    max-width: 300px;
    position: relative; 
    margin-bottom: 100px; /* Ajusta este valor según el espacio que quieras */
  
}   


/* Contenedor circular para la imagen */
.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -75px; 
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.image-wrapper img {
    width: 75%;
    height: auto;
    object-fit: cover; 
}

/* Estilo para el título y la descripción */
.menu-item h3 {
    font-size: 1.3rem;
    color: #6a4b27;
    margin-top: 80px; 
}

.menu-item p {
    font-size: 0.9rem;
    color: #6a4b27;
}

/* Título de cada sección (h2) */
.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 120px; 
    color: white;
}

  
/*AQUI ACABA MENU*/


/*AQUI INICIA EL CATALOGO*/
.slider-catalogo {
    background-image: url(../img/catalogo\ fondo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-catalogo h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
.catalogo{
    background-color:#FAE298;
}

.barra h2{
    font-size: 50px;
    padding: 30px 0  ;
}

.cajas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cajas h3{
    text-align: left;
    font-size: 18px;
    padding:  0 10px;
}

.cajas p{
    text-align: left;
    font-size: 16px;
    padding:  0 10px;
}

.caja-musica{
    background-color:#6E4B2A;
    width:35%;
    padding: 20px;
    margin: 30px;

}

.caja-libros{
    background-color:#6E4B2A;
    width:35%;
    padding: 20px;
    margin: 30px;
}

.caja-objetos{
    background-color:#6E4B2A;
    width:35%;
    padding: 20px;
    margin: 30px;
}



/*AQUI ACABA EL CATALOGO */

/*AQUI INICIA EVENTOS*/


/*slider eventos*/
.slider-eventos {
    background-image: url(../img/eventos\ imagen.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-eventos h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
/*acaba slider eventos*/

.info-celebraciones{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10%;
}



.franja-mes h2{
    margin: 20px 0px;
    padding: 20px;
    width:30% ;
}

.info-evento{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.fecha-cartel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80%;
    align-items: center;
    padding: 0;
}

.cartel-evento{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #7C571F;
    margin: 10px;
}   


.imagen-evento{
    width: 100%;
}

.imagen-evento img{
    width:100%;
    padding: 0 10px 0 0;
}

.fecha-evento {
    background-color: #402C18;
    width: 20%;
    padding: 10px;
    margin: 0;
}

.fecha-evento h2{
    padding: 0;
    width: 10%;
    font-size:100px;
    text-align: center;
}
.fecha-evento p{
    font-size: 20px;
    color: white;
    text-align: center;
}

.texto-eventos p{
    background-color: #402C18;
    color: white;
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
    text-align: center;
}
.texto-eventos{
    width:40%;
}


.calendario{
    width: 90%;
    background-color: #402C18;
    margin: 3%;
    }

    .titulo-calendario{
        font-size:30px;
    }

    .texto-calendario p{
        font-size:16px;
        color: white;
        text-align: center;
    }
    
    .año{
      text-align: center;
      color: white;
      font-size: 30px;
      background-color: #FAE298;
      color: #402C18;
      padding: 15px 5px;
    }
    
    .mes{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      padding: 20px;
    }
    
    .dia{
      list-style: none;
      text-align: center;
      padding:2%;
      color: white;
      cursor: pointer;
      border: 2px solid #FAE298
    }
    
    .dia:hover{
      background-color: #7C571F;
      color: white;
    }
    
    .dia-nombre{
      background-color: #402C18;
      color: white;
      font-weight: 700;
      text-align: center;
      border: 2px solid #FAE298;
    }
    
    .primer-dia{
      grid-column-start: 7;
    }
/*AQUI TERMINA EVENTOS*/

/*AQUI COMIENZA SERVICIO AL CLIENTE*/
.slider-servicios {
    background-image: url(../img/servicios\ \(2\).png);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-servicios h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}

/*Te escuchamos*/

.te-escuchamos h2{
    font-size: 40px;
}

.contenedor-escuchamos{
    background-color: #402C18;
}

.contenedor-escuchamos p{
    padding: 5% 20%;
    font-size: 20px;
    text-align: center;
    color: white;
    line-height: 30px;
}    

.iconos-escuchamos{
    background-color: #402C18;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.cajas-iconos{
    width: 25%;
    margin: 0 10px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.cajas-iconos i{
    display: block;
    font-size: 80px;
    color: #FAE298;
    padding: 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.iconos-escuchamos p {
    color: #FAE298;
    font-size: 16px;
    font-weight: 200;
    padding: 10% 0;
}

.iconos-redes{
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    margin: 10px;
}

.iconos-redes a{
    margin: 10% 60%;
}


.iconos-redes i{
    display: flex;
    font-size: 100px;
    color: #FAE298;
    margin: 10% 20%;
    padding: 20% ;
}


/*Comnetarios*/

.experiencia{
    background-color: #7C571F;
    padding: 5%;
}
.contenedor-experiencia h2{
    background-color: #7C571F;
    text-align: center;
    font-size: 40px;
    padding: 0 10%;
}
.contenedor-experiencia{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.cajas-comentarios{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
}

.caja-comentarios{
    background-color: #402C18;
    border: 2px solid white;
    width: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5%;
    padding: 5% 23% 5% 5%;
    width: 100%;
}

.caja-comentarios img{
    width: 50%;
}

.texto-experiencia{
    width: 100%;
}

.texto-experiencia h3{
    margin:  20px 0 10px 0;
    font-size: 30px;
    color:white;
}

.texto-experiencia p{
    font-size: 20px;
    color:white;
}

.usuario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.texto-usuario h3{
    margin:  20px 0 10px 0;
    color:white;
}

.usuario i{
    color: #FAE298;
    font-size: 30px;
    border:2px solid #FAE298;
    padding: 10px;
    border-radius: 50%;
    margin:0 10px 0 0;
}

.texto-usuario p{
    color:white;
}

/*Envios*/

.envios{
    background-color: #FAE298;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 5%;
    align-items: center;
}

.envios img{
    width: 30%;
    margin: 0;
    object-fit: cover;
}

.envios h2{
    font-size: 40px;
    margin: 0;
    background-color: #FAE298;
    color: #402C18;
    
}

.envios p{
    color: #402C18;
    padding: 10%;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
}

.devoluciones{
 background-color: #402C18;
 padding: 20px;
 color: #FAE298;
 border-radius: 20px;
 font-size: 20px;
 margin: 20px 200px;
}


/*Garantia*/

.garantia{
    background-color: #7C571F;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10%;
    align-items: center;
}

.garantia img{
    width: 50%;
    margin: 0%;
    object-fit: cover;
}

.garantia h2{
    background-color: #7C571F;
    font-size: 60px;
    margin: 0;
}

.garantia p{
    color: white;
    padding: 5%;
    text-align: right;
    line-height: 30px;
    font-size: 18px;
}


.boton-garantia a{
    display: block;
    width: 30%;
    margin: 0;
    margin-right: 0 20%;
    padding: 7%;
    background-color: #402C18;
    color: aliceblue;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

/*AQUI ACABA EL SERVICIO AL CLIENTE*/


/*AQUI VA EL FOOTER*/

footer{
    background-color: #402C18;
 

}
.contenedor-footer{
    padding: 50px;
    display: flex;
    flex-direction: row;
}

.ss-creadores a img{
    width: 80%;
    padding: 0 10%;
    margin-bottom: 20px;
}

.ss-creadores{
    width:70%;
}

footer .creadores{
    margin-bottom: 0px;
}

footer .creadores h3{
    color: white;
    text-align: left;
    font-weight: lighter;
    padding-left: 50px;
    font-size: 16px;
}

.pie-info p{
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 10%;
}

.contenedor-pie-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pie-redes{
    display:flex;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
}

.pie-redes a{
    color: white;
    width: 50px;
    margin: 20px 0;
}

.pie-redes a i{
    font-size: 30px;
}


.pie-links a {
    display: flex;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0 20%;
    padding: 0 5%;
}

/*AQUI ACABA EL FOTTER*/
}

/*AQUI ACABA EL MODO TABLET*/

/*MODO PC*/

@media screen and (min-width:1024px){

   /* AQUI EL HEADER*/

.cabezote {
    background-color: #FAE298;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;}

.cabezote .contenedor {
    width: 50%;
    text-align: center;
    margin: 0;}

.cabezote .contenedor img{
    width: 70%;
    display: flex;   
    margin: 0;
    justify-content: left;
    align-items: center;
}

.logo{
    width: 50%;
    margin: 10px;
    justify-content: right;
    align-items: center;
}

.barras {
display: none;
}

#vermenu{ 
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    margin: 20px;
    transform: translateX(0%);
    position:relative;
    align-items: center;
}

#vermenu.prender-apagar{
    opacity: 1; 
    transform: translateX(0); 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:transparent;
    justify-content: center;
    margin: auto;
    text-align: center;}

li {
    padding: 15px;
    border: none;}

li:last-child {
    border-bottom: none;}

a {
    text-decoration: none;
    color: #402C18;
    display: block;
    font-size: 20px;}

.botones-header{
    margin: 50px;
    padding: 10px;
    display: flex;
}

.botones-header button{
    background-color: #402C18;
    color: #FAE298;
    width: 120px;
    margin: 5px;
}

ul li a:hover{
    background-color: #6a4b27;
    color: #c2a36e;
    width: 100%;
    box-shadow: #402C18;
    padding: 15px 20px ;
    border-radius: 20px;
}


/*AQUI ACABA EL HEADER*/
    
    /*INICIO INDEX*/
    
    /*slider*/
    
    .slider-index {
        background-image: url(../img/fondo\ index.jpg);
        background-repeat: repeat;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    
    .slider-index h1{
        text-align: center;
        margin:  0;
        font-size: 100px;
        padding: 10%;
        color: white;
    }
    
    /*slider fin*/
    
    /*sobre nosotros*/
    
    .sobrenosotroshome{
        background-color: #FAE298;
    }
    
    .sobrenosotroshome h2{
        background-color: #402C18;
        font-size: 40px;
        color: white;
        text-align: center;
        padding: 10px;
    }
    
    .sobrenosotroshome p{
        font-size: 16px;
        line-height: 40px;
        padding:50px 80px 0px;
        text-align: center;
    }
    
    .boton-sobrenosotros{
        display: flex;
        justify-content: center;
    }
    
    .boton-sobrenosotros a{
        text-decoration: none;
        font-size: 25px;
        border: 2px solid #402C18;
        border-radius: 60px;
        color: #402C18;
        padding: 15px 20px;
        margin: 20px 0px 50px;
    }
    
    .boton-sobrenosotros a:hover{
        background-color: #7C571F;
        color: white;
    }
    
    /*sobre nosotros fin*/
    
    /*menu inicio*/
    
    .menuhome{
        background-color: #7C571F;
    }
    
    .menuhome h1{
        background-color: #402C18;
        font-size: 30px;
        color: white;
        text-align: center;
        padding: 10px;
    }
    
    .menuhome h2{
        background-color: #7C571F;
        font-size: 45px;
        text-transform: uppercase;
    }
    
    .menuhome p{
        padding: 0 20%;
        text-align: 14px;
        font-size: 20px;
        text-align: center;
        color: wheat;
    }
    
    .contenedor-menu{
        width: 80%;
        margin:  5% 10%;
        padding-bottom: 70px;
    }
    
    .contenedor-acordeon{
        width: 100%;
        margin: 80px 0;
       
    }
    
    .acordeon-menu{
        background-color: #FAE298;
        border-radius: 20px;
        margin:  0 10%;
        width: 80%;
      
    }
    
    .acordeon-menu label{
        display: block;
        padding: 15px;
        font-size: 25px;
        background-color:#402C18;
        text-align: center;
        border-radius: 20px;
        color: white;
        cursor: pointer;
        margin-bottom: 2px;
        transition: all 300ms ease;
    }
    
    .acordeon-menu label:hover{
        background-color: #402C18;
    }
    
    .acordeon-menu .contenido-acordeon{
        padding: 0px;
        margin: 0px 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 300ms ease;
    }
    
    .btn-acordeon:checked ~ .contenido-acordeon{
        max-height: 600px;
        padding: 0 20px;
    }
    
    .contenido-acordeon p{
        color: #402C18;
    }
    
    .btn-acordeon{
        display: none;
    }
    
    /*menu fin*/
    
    /*catalogo inicio*/
    
    .cabezacatalgo h2{
        font-size: 60px;
    }
    
    
    .catalogo p{
        padding: 5% 25%;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        align-items: center;
        color: white;
    }
    
    .catalogo-ejemplos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #402C18;
        padding: 50px;
        width: 100%;
    }
    
    
    .contenido-catalogo{
        width: 20%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items:end;
    }
    
    .catalogo-ejemplos img{
        width: 100%;
        margin: 2% 5%;
    }
    
    .catalogo-ejemplos a{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 25px;
        color: #FAE298;
    }
    
    /*Eventos home*/
    
    .eventos h2{
        background-color: #FAE298;
        color: #402C18;
        padding: 5% 10%;
        font-size: 50px;
        text-align: center;
    }
    
    .contenedor-eventos{
        background-color: #402C18;
        display: flex;
        flex-direction: column;
        padding: 50px;
        align-items: center;
    }
    
    .contenedor-eventos img{
        width: 100%;
        margin: 10%;
    }
    
    .eventos p{
        color: #FAE298;
        font-size: 35px;
        padding: 0 40%;
        text-align: center;
    }
    
    /*Servicio al cliente home*/
    
    .servicio-cliente h2{
        background-color: #FAE298;
        color: #402C18;
        padding: 5%;
        font-size: 100px;
        text-align: center;
    }
    
    .contenedor-servicio{
        background-color: #402C18;
        width: 80%;
        margin: 0 10%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    
    .linea-servicio{
        width: 60%;
        margin: 10%;
        border: 5px solid #FAE298;
    }
    
    
    .linea-servicio p{
        font-size: 20px;
        line-height: 30px;
        color: #FAE298;
        padding: 15%;
        text-align: center;
    }
    
    .boton-servicio{
        width: 80%;
        padding: 2%;
        padding-bottom: 10%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .boton-servicio h3{
        display: block;
        font-size: 40px;
        text-align: center;
        color: #FAE298;
        margin: 0 30px 30px;
    }
    
    .boton-servicio a{
        background-color: #7C571F;
        color: #FAE298;
        text-decoration: none;
        font-size: 20px;
        width: 40%;
        padding: 15px;
        border-radius: 20px;
        text-align: center;
    }
    
    /*AQUI ACABA INICIO*/

/*AQUI COMIENZA SOBRE NOSOTROS*/

/*slider*/
    
.slider-nosotros {
    background-image: url(../img/santo\ y\ seña\ 2.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-nosotros h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}

/*slider fin*/

.sobrenosotros{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.sobrenosotros img{
    width: 100%;
    margin: 10% 0 ;
    padding: 0 10%;
}

.imagen-inicial img{
    filter: drop-shadow(20px, 20px, 0,#7C571F );
}

.sobrenosotros p{
    width: 50%;
    margin: 0% ;
    padding: 0 10% 0 ;
    line-height: 30px;
    text-align: left;
}

/*Mision y Vision*/

.franjas h1{
    background-color: #402C18;
    color: white;
    font-size: 40px;
    text-align: center;
    padding: 35px;
}

.tarjetas-somos{
    display:flex;
    flex-wrap: nowrap;
    margin: 5%;
    padding: 20px;
    width: 85%;
    justify-content: space-between;
}

.tarjetas-somos img{
    width: 80%;
    height: 400px;
    margin: 30px 0;
    padding: 10px;
    object-fit: cover;
}

.tarjetas-somos h2{
    color: #FAE298;
    font-size:60px;
    background-color: #402C18;
    padding: 0;
}

.tarjetas-somos p{
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 50px; 
    text-align: center;
}

.vision{
    display: flex;
    flex-direction: column;
    margin: 0 5%;
    background-color: #402C18;
    align-items: center;
}

.mision{
    display: flex;
    flex-direction: column;
    margin: 0 5%;
    background-color: #402C18;
    align-items: center;
}

/*Nuestra Mercancia*/

.mercancia{
    width: 100%;    
    background-color: #402C18;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.texto-mercancia h2{
    color: #FAE298;
    font-size: 40px;
}

.texto-mercancia p{
    margin: 0;
    padding: 30px 250px; 
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: white;
}

.carrusel-mercancia{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mercaderia{
    background-color: #FAE298;
    margin: 10px;
    border-radius: 20px;
    padding: 10px;
}

.carrusel-mercancia img{
    width: 30%;
    object-fit: cover;
}


.boton-mercancia {
    background-color: #7C571F;
    padding: 15px; 
    margin: 5% 30%;   
    width: 15%;
    display: flex;
    justify-content: center;
}

.boton-mercancia a{
    font-size: 30px;
    color: #FAE298;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*confian en nosotros*/

.confian-nosotros h2{
    background-color: #FAE298;
    color: #402C18;
    font-size: 60px;
    margin: 5% 0 0 0 ;
}


.contenedor-confian{
    background-color: #FAE298;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.contenedor-confian p{
    color:#402C18;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10%;
    text-align: left;
}

.contenedor-confian img{
    width: 30%;
    margin: 5%;
    border-radius: 50% ;
}

/*Aqui las opiniones*/

.opiniones{
    background-color:#402C18 ;
    padding: 10px;
    }

.contenedor-opiniones{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.tarjetas-opiniones{
    width: 40%;
    margin: 50px; 
    background-color:#FAE298;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
   }

   .opiniones-usuario{
       display: flex;
       flex-direction: row;
       flex-wrap:wrap;
       justify-content: center;
       align-items: center;
   }

   .opiniones-usuario i{
       font-size: 80px;
       margin: 10%;
   }

   .opiniones-usuario h2{
       background-color: #FAE298;
       color: #402C18;
       font-size: 40px;
       text-align: left;
       padding: 0;
       text-align: center;
   }

   .texto-opiniones p{
       font-size: 20px;
       line-height: 28px;
       padding: 10%;
       text-align: center;
   }

   .contenedor-opiniones :nth-child(5){
    display: block;
   }

   .contenedor-opiniones :nth-child(6){
    display:block;
   }

/*aqui el mapa*/

.texto-mapa h2{    
    background-color: #7C571F;
    padding: 0 ;
    font-size: 60px;
}

.texto-mapa{
    padding: 5% 35% 0%;
    width: 30%;
}

.contenedor-mapa{
    background-color: #7C571F;
    margin: 5%;
    padding: 0;
    border-radius: 20%;
}

.mapa iframe{
    height: 700px;
    margin: 10%; 
    width: 80%;
}

/*AQUI ACABA EL SOBRE NOSOTROS*/

/*AQUI INICIA EL MENU*/

/*slider menu*/
.slider-menu {
    background-image: url(../img/fondo\ menu.png);
    background-repeat: repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-menu h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
/*fin slider menu*/

/* Section with Background Image */
.image-section {
    position: relative;
    background-image: url('images/comidas/espacio\ cafeteria\ 1.jpg');
    background-size: cover;
    background-position: center;
    height: 400px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section::before {
   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

.image-section h2 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 3rem;
    text-align: center;
    padding: 20px;
}

/* Menu Section */
.menu-section {
    padding: 40px;
    background-color: #6a4b27;
    color: white;
}

.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

/* Grid Layout */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
}

/* Menu Items */
.menu-item {
    background-color: #f8e5a1;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 100%; 
    max-width: 300px;
    margin: auto;
    display: flex;     

}


.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0, 15px;
}

.image-wrapper img {
    width: 80%;
    height: auto;
    margin: auto;
}

.menu-item h3 {
    font-size: 40px;
     color: #6a4b27;
     padding: 10px;
}

.menu-item p {
    font-size: 0.9rem;
    color: #6a4b27;
    margin: auto;
}


/* Contenedor del ítem del menú */
.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8e5a1;
    padding: 10%;
    text-align: center;
    border-radius: 10px;
    max-width: 300px;
    position: relative; 
    margin: auto;
    margin-bottom: 20px; /* Ajusta este valor según el espacio que quieras */
  
}   


/* Contenedor circular para la imagen */
.image-wrapper {
    background-color: #c2a36e;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -75px; 
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* Estilo para el título y la descripción */
.menu-item h3 {
    font-size: 1.3rem;
    color: #6a4b27;
    margin-top: 80px; 
}

.menu-item p {
    font-size: 0.9rem;
    color: #6a4b27;
}

/* Título de cada sección (h2) */
.menu-section h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 120px; 
    color: white;
}

  
/*AQUI ACABA MENU*/

/*AQUI INICIA EL CATALOGO*/

.catalogo{
    background-color:#6E4B2A;
}
.slider-catalogo {
    background-image: url(../img/catalogo\ fondo.png);
    background-repeat: repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-catalogo h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
.barra h2{
    font-size: 50px;
    padding: 30px 0  ;
}

.cajas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cajas h3{
    text-align: left;
    font-size: 18px;
    padding:  0 10px;
}

.cajas p{
    text-align: left;
    font-size: 16px;
    padding:  0 10px;
}

.caja-musica{
    background-color:#FAE298;
    width:20%;
    padding: 20px;
    margin: 30px;

}

.caja-libros{
    background-color:#FAE298;
    width:20%;
    padding: 20px;
    margin: 30px;
}

.caja-objetos{
    background-color:#FAE298;
    width:20%;
    padding: 20px;
    margin: 30px;
}




/*AQUI ACABA EL CATALOGO */

/*AQUI INICIA EVENTOS*/

/*slider eventos*/
.slider-eventos {
    background-image: url(../img/fondo\ eventos.png);
    background-repeat: repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-eventos h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
/*acaba slider eventos*/

.info-celebraciones p{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 10%;
}



.franja-mes h2{
    margin: 20px 0px;
    padding: 20px;
    width:30%;
}

.info-evento{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
}

.fecha-cartel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80%;
    align-items: center;
    padding: 0;
}

.cartel-evento{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #7C571F;
    margin: 5%;
    width: 90%;
}   


.imagen-evento{
    width: 100%;
}

.imagen-evento img{
    width:100%;
    padding: 0 0;
}

.fecha-evento {
    background-color: #402C18;
    width: 20%;
    padding: 10px;
    margin: 0;
}

.fecha-evento h2{
    padding:10%;
    width: 10%;
    font-size:120px;
    text-align: center;
}
.fecha-evento p{
    font-size: 40px;
    color: white;
    text-align: center;
}

.texto-eventos p{
    background-color: #402C18;
    color: white;
    font-size: 16px;
    line-height: 46px;
    padding: 20px;
    text-align: center;
}
.texto-eventos{
    width:50%;
}


.calendario{
    width: 70%;
    background-color: #402C18;
    margin: 0 15%;
    }

    .titulo-calendario{
        font-size:30px;
    }

    .texto-calendario p{
        font-size:16px;
        color: white;
        text-align: center;
    }
    
    .año{
      text-align: center;
      color: white;
      font-size: 30px;
      background-color: #FAE298;
      color: #402C18;
      padding: 15px 5px;
    }
    
    .mes{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      padding: 20px;
    }
    
    .dia{
      list-style: none;
      text-align: center;
      padding:2%;
      color: white;
      cursor: pointer;
    }
    
    .dia:hover{
      background-color: #7C571F;
      color: white;
    }
    
    .dia-nombre{
      background-color: #402C18;
      color: white;
      font-weight: 700;
      text-align: center;
    }
    
    .primer-dia{
      grid-column-start: 7;
    }
/*AQUI TERMINA EVENTOS*/


/*AQUI COMIENZA SERVICIO AL CLIENTE*/
.slider-servicios {
    background-image: url(../img/servicios\ \(2\).png);
    background-repeat: repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-servicios h1{
    text-align: center;
    margin:  0;
    font-size: 100px;
    padding: 10%;
    color: white;
}
/*Te escuchamos*/

.te-escuchamos h2{
    font-size: 70px;
    padding: 60px;
}

.contenedor-escuchamos{
    background-color: #402C18;
}

.contenedor-escuchamos p{
    padding: 5% 20%;
    font-size: 30px;
    text-align: center;
    color: white;
    line-height: 50px;
}    

.iconos-escuchamos{
    background-color: #402C18;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 ;
    justify-content: center;
}

.cajas-iconos{
    width: 10%;
    margin: 0 30px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:space-between;
    
}

.cajas-iconos i{
    display: block;
    font-size: 50px;
    color: #FAE298;
    padding: 0 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
}

.cajas-iconos p {
    color: #FAE298;
    font-size: 18px;
    font-weight: 200;
    padding: 10% 0;
    text-align: center;
}

.iconos-redes{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.iconos-redes a{
    padding-left: 0;
    margin: 20% 
}

.iconos-redes i{   
    display: block;
    font-size: 70px;
    color: #FAE298;
    margin: 10% 20%;
    padding: 10%;

}

/*Comenetarios*/

.experiencia{
    background-color: #7C571F;
    padding: 0%;
}
.contenedor-experiencia h2{
    background-color: #7C571F;
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    padding: 5% 10%;
}
.contenedor-experiencia{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.cajas-comentarios{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.caja-comentarios{
    background-color: #402C18;
    border: 2px solid white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1%;
    padding: 2% 5%;
    width: 22%;
}

.caja-comentarios img{
    width: 100%;
}

.texto-experiencia{
    width: 100%;
}

.texto-experiencia h3{
    margin:  20px 0 10px 0;
    font-size: 30px;
    color:white;
}

.texto-experiencia p{
    font-size: 20px;
    color:white;
}

.usuario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.texto-usuario h3{
    margin:  20px 0 10px 0;
    color:white;
}

.usuario i{
    color: #FAE298;
    font-size: 30px;
    border:2px solid #FAE298;
    padding: 10px;
    border-radius: 50%;
    margin:0 10px 0 0;
}

.texto-usuario p{
    color:white;
}

/*Envios*/

.envios{
    background-color: #FAE298;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 10%;
    align-items: center;
}

.envios img{
    width: 50%;
    margin: 0%;
    object-fit: cover;
}

.envios h2{
    font-size: 60px;
    margin: 0;
    background-color: #FAE298;
    color: #402C18;
    
}

.envios p{
    color: #402C18;
    padding: 10%;
    text-align: left;
    line-height: 40px;
    font-size: 20px;
}

.devoluciones{
 background-color: #402C18;
 padding: 20px;
 color: #FAE298;
 border-radius: 20px;
 font-size: 20px;
 margin: 20px 200px;
}


/*Garantia*/

.garantia{
    background-color: #7C571F;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10%;
    align-items: center;
}

.garantia img{
    width: 50%;
    margin: 0%;
    object-fit: cover;
}

.garantia h2{
    background-color: #7C571F;
    font-size: 60px;
    margin: 0;
}

.garantia p{
    color: white;
    padding: 5%;
    text-align: right;
    line-height: 40px;
    font-size: 20px;
}


.boton-garantia a{
    display: block;
    width: 30%;
    margin: 0;
    margin-right: 0 20%;
    padding: 7%;
    background-color: #402C18;
    color: aliceblue;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

/*AQUI ACABA EL SERVICIO AL CLIENTE*/

    /*AQUI VA EL FOOTER*/
    
    footer{
        background-color: #402C18;
     
    
    }
    .contenedor-footer{
        padding: 50px;
        display: flex;
        flex-direction: row;
    }
    
    .ss-creadores a img{
        width: 60%;
        padding: 0 10%;
        margin-bottom: 20px;
    }
    
    .ss-creadores{
        width:30%;
    }
    
    footer .creadores{
        margin-bottom: 0px;
    }
    
    footer .creadores h3{
        color: white;
        text-align: left;
        font-weight: lighter;
        padding-left: 50px;
        font-size: 20px;
    }
    
    .pie-info p{
        font-size: 20px;
        color: white;
        text-align: center;
        padding: 5% 10%;
    }
    
    .contenedor-pie-links{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pie-redes{
        display:flex;
        justify-content: center;
        width: 100%;
        padding-left: 0px;
    }
    
    .pie-redes a{
        color: white;
        width: 50px;
        margin:  20px;
    }
    
    .pie-redes a i{
        font-size: 50px;
    }
    
    
    .pie-links a {
        display: flex;
        font-size: 20px;
        color: white;
        text-align: center;
        margin: 0 20%;
        padding: 0;
    }

}
