

/* Estilos globales */
body {
    background-color: black;
    font-family: 'Calibri', 'Raleway', 'Roboto', 'Nunito Sans', 'Lora','Montserrat', sans-serif;

    -webkit-user-select: none;  /* Chrome, Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Propiedad estándar */
}





.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: black;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  margin-bottom: 10px;
}
/***********************************/
/* Estilos para íconos sociales */
/***********************************/
/***********************************/

.facebook-social,
.instagram-social,
.phone-social,
.icon-reserva,
.icon-hotel,
.icon-compartir,
.icon-ingles,
.icon-espana,
.descarga-pdf {
  color: #164968;
  font-size: 32px;
  margin-right: 10px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-ingles img,
.icon-espana img {
  width: 50px;
  height: 50px;
}


.iconos-container {
  display: flex;
  border: 1px solid #164968;
  padding: 10px;
  border-radius: 10px;
 background-color: #164968 !important;
  flex-direction: row;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Estilos para pantallas más pequeñas (hasta 768px de ancho) */
@media (max-width: 768px) {
 
 
  .facebook-social,
  .instagram-social,
  .phone-social,
  .icon-reserva,
  .icon-hotel,
  .icon-compartir,
  .icon-espana,
  .icon-ingles,
  .descarga-pdf {
    font-size: 24px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .icon-ingles img,
  .icon-espana img {
    width: 40px;
    height: 40px;
  }
}
/*******CABECERA logo*************************/
/*****************************************/
/*****************************************/


.cabecera-texto {
  color: #164968;
  font-size: 24px;
}

.logo-cett {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-left: 50px;
  margin-bottom: -185px;
  
}


/* Mobile screens */
@media (max-width: 767px) {
  .cabecera-texto {
    font-size: 16px;
  }

  .logo-cett {
    width: 200px;
    height: 200px;
    margin-left: 50px;
    margin-bottom: 5px;
  }
}




/***************************************************/
/******************CartA***************************/
/**************************************************/
/* Estilos para los contenedores de platos */
.section-container {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: blanchedalmond;

  
}

.section-container1 {
 
  margin: 20px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: black;
  text-align: center;
}

.separacion {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #164968;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
}




/*************precio**************/
.precio {
  color: white;
  font-weight: bold;
  background-color:  brown;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
}
.racion {
  color: white;
  font-weight: bold;
  background-color: #164968;
  padding: 0px 5px;
  margin-left: 5px;
 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 12px;
}


/*******************************/
/********carta posicionamiento/
/*******************************/
/* Estilos para la carta */
.titulo-encabezado{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #164968;
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.titulo-encabezado2 {
  color: white;
  font-weight: bold;
  background-color: #164968;
  padding: 0px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 28px;
  display: inline-block;
  margin-top: 5px !important;
  margin-bottom: 45px !important;
 
}
@media screen and (min-width: 360px) and (max-width: 720px) {
  .titulo-encabezado2 {
    font-size: 22px;
    padding: 0px 10px;
    display: inline-block;
  }
}


.descripcion-plato {
  font-size: 90px;
  margin-bottom: 10px;
}
.descripcion-plato.catalan {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

.descripcion-plato.castellano,
.descripcion-plato.ingles {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

.descripcion-plato.ingles {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}





/* Estilos para las imágenes de alérgenos */
/* CSS para cambiar el tamaño de las imágenes de alérgenos */
/************************************************************/


.alergeno {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hr-alergenos {
  margin: 10px auto;
  /* Ajusta el margen vertical según sea necesario */
  background-color: #34495e;
  width: 10%;
  /* Reducido el ancho del HR */
  margin-bottom: 10px;
  margin-top: -25px;
  
}

.alergeno-img {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
}


@media (max-width: 768px) {
  .alergeno-img {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .alergeno-img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 5px;
  }
}





/********************empresa**************/
/*****************************************/
.empresa {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.empresa img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
 
}


/* Estilos responsive para pantallas más pequeñas */
@media (max-width: 768px) {
  /* Reduce el tamaño de los íconos de redes sociales */
  .section-container.redes-sociales a {
    font-size: 18px;
  }

  /* Alinea verticalmente la información de dirección, teléfono y reservas */
  .red-social-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .red-social-label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}


/****imagen zoom cuadro alergenos info adicional*****/
/**********************************/
/* Estilos base para .cuadroalerg */
@media only screen and (max-width: 767px) {
  .cuadroalerg {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
}
/* Efecto de zoom al pasar el mouse (hover) solo en dispositivos móviles */
@media only screen and (max-width: 767px) {
  .cuadroalerg:hover {
    transform: scale(1.2);
  }
}

/* Efecto de zoom al hacer clic solo en dispositivos móviles */
@media only screen and (max-width: 767px) {
  .cuadroalerg:active {
    transform: scale(1.5);
  }
}

/* Efecto de zoom persistente solo en dispositivos móviles */
@media only screen and (max-width: 767px) {
  .cuadroalerg.zoomed {
    transform: scale(1.5);
  }
}

/****************************/
/****info adicional**********/
/*****************************/


.info-adicional {
   flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.catalan {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.castellano {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.ingles {
  color: grey;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}



.info-imagen {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 10px;
}




/* Estilos para dispositivos de pantalla pequeña (móvil/tablet) */



@media (max-width: 768px) {
  .info-adicional {
    font-size: 14px;
    /* Cambia el tamaño de fuente para dispositivos pequeños */
  }
}

/*********cuadro alergenos*******************/
/********************************************/
/*********************************************/

.cuadroalerg {
  max-width: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Para pantallas más pequeñas, reduce el tamaño de la imagen */
@media (max-width: 768px) {
  .cuadroalerg {
    max-width: 80%;
    /* Cambia el ancho máximo según tus necesidades */
  }
}

/*************************************************/
/**************card publicidad******************/
/***************************************************/
/* Estilos generales para las tarjetas */
/* Estilos generales para las tarjetas */
/*********************************************/
/* Estilos para las tarjetas de publicidad */
/********************************************/
.card-deck {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.card {
  flex: 0 1 calc(50% - 10px);
  margin: 5px;
  position: relative;

  width: 15rem;
  border: 2px solid #ffc451;
  border-radius: 10px;
  overflow: hidden;
  background: blanchedalmond;
}

.card-img-top {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

.texto {
  font-size: 12px;
  width: 10vw;
  font-weight: bold;
  color: #164968;
  background: black;
  border: 2px solid #ffc451;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .texto {
    font-size: 10px;
    width: 30vw;

  }
}





/*******************************/
/*******enlaces***************/
/*******************************/

.enlaces {
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
 
  .enlaces {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
  }
}




/*********************************/

/************tabs-info-card********/
.tabs-container {
  margin: 20px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: blanchedalmond;
}

.tabs {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: 20px;
  border-bottom: none;
}

.tab-button {
  background: brown;
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bolder;
  color: white;
  transition: background-color 0.3s, border-color 0.3s;
  flex: 1;
  text-align: center;
  border-radius: 10px;
  min-width: 100px;
  margin-bottom: 10px;
}

.tab-button.active {
  background-color: #007bff;
  color: white;
  font-weight: bolder;
}
.tab-content.active {
  display: block;
}

.tab-content {
  display: none;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid black; /* Color y grosor del borde */
  border-radius: 10px; /* Redondea las esquinas */
}

.tab-info {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  background-color: #007bff;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 35%;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .tab-button {
    font-size: 0.9rem;
    padding: 8px 16px;
    min-width: auto;
  }

  .tab-info {
    font-size: 0.9rem;
    padding: 8px 0;
    max-width: 80%;
  }
}


/***boton subir arriba***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;

}

.scroll-to-top:hover {
  opacity: 0.8;
}