#playPauseButton {
    background: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}

#buttonImage {
    width: 50px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: 50px;
}


.selected {
    border: 2px solid pink;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.item {
   
    border: 1px solid transparent;
    transition: border-color 0.3s, background-color 0.3s;
    border-radius: 30px;
}

.item.selected {
  
    
    
    background-color: #f0f8ff80;
    border-radius: 40px;
}

#totalPrice{
    font-size: 23px !important;
   
    font-weight: bold;
    
}

.form-container {
    background: white;
    padding: 10px;
    
    border-radius: 8px;
  
    width: 100%;
}

.product-details {
    display: flex;
    align-items: flex-start; /* Para alinear el contenido al inicio del eje transversal */
}

.product-details img {
    margin-left: 20px;
    margin-right: 20px; /* Espacio entre la imagen y los textos */
    width: 150px; /* Ajusta el tamaño de la imagen según sea necesario */
}

.text-details p {
    margin: 5px 0;
}

.form-container label {
    display: block;
    margin: 0px 0 5px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="date"],
.form-container input[type="tel"],
.form-container input[type="number"] {
    width: calc(100% - 10px);
    padding: 5px;
    margin-bottom: 10px;
}

.form-container .counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-container .counter button {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.payment-type img {
    max-width: 80px;
    padding:10px;
    
    cursor: pointer;
}

.hidden {
    display: none;
}


/* OLD */

#menu_pasarela{
    display: none;
}

#avatar{
    display: none;
}

#menu_bases{
    display: none;
}

#menu_coberturas{
    display: none;
}

#logo-mini{
    display: none;
}

#menu_sabores {
    display: none;
}

#continuarButtonSabores{
    display: none;
}

#continuarButtonCoberturas{
    display: none;
}

#continuarButtonBases{
    display: none;
}

::-webkit-scrollbar {
    display: none; 
}

body {
    overflow-x: hidden; 
    overflow-y: auto; 
    background-image: url('../images/fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-clip: padding-box;
    margin-top: 60px;
    margin-bottom: 70px;
}

.container {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
}

.item {
    flex: 1;
    margin: 1px;
    position: relative; /* Añadido para la posición absoluta del botón */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.item img {
    width: 80%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.boton {
    position: absolute;
    bottom: 1px; /* Ajusta la distancia desde la parte inferior */
    /*width: 80%;    Asegúrate de que coincida con el ancho de la imagen */
    text-align: center;
}

.boton img {
    width: 100%;
    height: auto;
}

.texto-boton {
    font-size: 19px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  
    font-weight: bold;
}

.texto-home {
    background: white;
    border-radius: 10px;
    text-align: center;
    color: Black;
    font-size: 18px;
    font-weight: bold;
    padding:20px;
}

@media only screen and (max-width: 768px) {
    .container {
        width: 80%;
    }
    
    .texto-boton {
    font-size: 16px !important;
   }

    .item img {
        width: 100%;
    }

    .boton {
        width: 100%;
    }
}


@media only screen and (max-width: 491px) {
   
    .texto-boton {
    font-size: 12px !important;
   }

}


.text-header {
    font-family: 'CHICKEN_Pie', sans-serif;
    margin-left: 5px;
    margin-right: 5px;
}

.logo-container {
    text-align: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

header {
    background-color: #c54775;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-buttons {
    flex: 1;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.button {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    background: none;
    border: none;
    padding: 0;
}

.button img {
    width: 100%;
    height: auto;
}

.button .texto-boton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none; /* Hace que el texto no interfiera con los eventos del botón */
}

.footer {
    background-color: #c54775;
    padding: 10px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 150;
    overflow: auto;
}

.container-footer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.text-footer {
    
    max-width: 90%;
    padding-left: 160px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: left;
}

.font {
    font-family: 'CHICKEN_Pie', sans-serif;
   }

.item-footer-text {
    flex: 1;
    margin: 6px;
    display: flex;
}

.imagen-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 160px;
    z-index: 9999;
}

.imagen-sticky-2 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 160px;
    z-index: 9999;
}

@font-face {
    font-family: 'CHICKEN_Pie'; 
    src: url('../fonts/chickenPie.ttf') format('truetype');
}

.logo-luz {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .luz {
        position: absolute;
        width: 350px !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: rotate 4s linear infinite;
        z-index: -2;
        overflow: hidden;
    }
}

.luz {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 4s linear infinite;
    z-index: -2;
    overflow: hidden;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* botones de header*/

.button {
    font-family: 'CHICKEN_Pie', sans-serif;

    color: white;
    border: none;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}



/* ... fin botones de header ... */
