/*body*/
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: tahoma, verdana, "sans-serif";
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}



header {
  background-color: white;
  color: #276783;
  position: fixed;
  z-index: 50;
  width: 100%;
  margin-bottom: 100px;
  top: 0;
  left: 0;
  height: auto;
  box-sizing: border-box;
  transition: 0.5s;
}

section {

  padding: 120px;
}

#info-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #276783 ;
  color: #ffffff;
  height: 30px;

}

#info-container div {
  padding-right: 30px;
}

#info-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

#info-container ul li {
  display: inline;
  margin-right: 20px;
}

.idioma-link {
  color: #fff;
}

/* Media query para estilos específicos de pantallas pequeñas */
@media screen and (max-width: 600px) {



  .contact-list {
    font-size: 14px;
    /* Ajusta el tamaño del texto de la lista */
  }

  section {
    padding: 50px;
  }

  #info-container {
    flex-direction: column;
    /* Cambiar la dirección del eje principal a columna en pantallas pequeñas */
    align-items: flex-start;
    /* Alinear los elementos a la izquierda en pantallas pequeñas */
    padding: 30px;
  }

  .phone {
    width: 100%;
    /* Hacer el contenedor phone ocupar el 100% del ancho en pantallas pequeñas */
    margin-bottom: 0;
    /* Eliminar el margen inferior en pantallas pequeñas */
  }

  ul {
    font-size: 12px;
    /* Tamaño de letra más pequeño para la lista */
  }



}



/* Estilos para el menú desplegable */
nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #276783;
  margin-top: 20px;
  height: 30px;
  width: auto;
}

.log {
  margin-top: 15px;
  margin-left: 40px;

}

.log2 .fot3 {

  top: 550px;
  right: 30px;
  position: fixed;
  z-index: 50;
  height: 50px;
  width: 50px;
}

.log .fot4 {
  position: absolute;
  top: 55px;
  right: 50px;
}

.log .fot5 {
  position: absolute;
  top: 55px;
  right: 150px;
}

.foto img {
  max-width: 150px;
  max-height: 250px;
  margin-right: 300px;
}

.foto {
  width: 15%;
  position: relative;
  left: 2%;
}

.checkbtn {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.checkbtn2 {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}




nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
}

nav ul li a:hover {
  background-color: #ffffff;
  color: #276783;
}

/*PRUEBA*/

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: flex-end;
}

.menu3 li {
  margin-right: 5px;
}

.menu3 {
  list-style: none;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: flex-end;
}

.menu li {
  margin-right: 5px;
}

.menu2 {
  list-style: none;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: flex-end;
}

.menu2 li {
  margin-right: 5px;
}

.fot2 {


  transform: translateY(-10%);
  /* Ajustar la posición vertical */
}

.head {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;

}

.head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.head ul li {
  display: inline;
  margin-right: 20px;
}




.head ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.head ul li a {
  text-decoration: none;
  color: #276783;
  padding: 10px;
  display: block;
  font-size: 14px;

}

.head ul li a:not(.fot2):hover {
  background-color: #276783;
  color: #ffffff;
}



.head2 {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;

}

.head2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.head2 ul li {
  display: inline;
  margin-right: 20px;
}




.head2 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.head2 ul li a {
  text-decoration: none;
  color: #276783;
  padding: 10px;
  display: block;
  font-size: 14px;

}

.head2 ul li a:not(.fot2):hover {
  background-color: #276783;
  color: #ffffff;
}










.head3 {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;

}

.head3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.head3 ul li {
  display: inline;
  margin-right: 20px;
}




.head3 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.head3 ul li a {
  text-decoration: none;
  color: #276783;
  padding: 10px;
  display: block;
  font-size: 14px;

}

.head3 ul li a:not(.fot2):hover {
  background-color: #276783;
  color: #ffffff;
}

/*PRUEBA*/
#check {
  display: none;
}

#check2 {
  display: none;
}

/* Estilo para el submenú */




.checkbtn {
  font-size: 30px;
  color: #276783;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

.checkbtn2 {
  font-size: 30px;
  color: #276783;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

.checkbtn3 {
  font-size: 30px;
  color: #276783;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check2 {
  display: none;
}

.client {
  height: 30px;
  width: 30px;

}

.client2:hover {
  background-color: white;
}

/*---------------------------*/
.head {
  display: flex;
  justify-content: space-between;
  /* Distribuye los elementos al inicio y al final */
  align-items: center;
  background-color: white;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;
}

.head2 {
  display: flex;
  justify-content: space-between;
  /* Distribuye los elementos al inicio y al final */
  align-items: center;
  background-color: white;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;
}

.head3 {
  display: flex;
  justify-content: space-between;
  /* Distribuye los elementos al inicio y al final */
  align-items: center;
  background-color: white;
  margin-top: 20px;
  height: 100px;
  width: auto;
  position: relative;
}

.foto {
  width: 15%;
  position: relative;
  left: 2%;
}

.checkbtn {
  font-size: 30px;
  color: #276783;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
}

#check {
  display: none;
}

#check2 {
  display: none;
}

#check3 {
  display: none;
}

/* Estilo para el submenú */
.head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.head ul li {
  display: inline;
  margin-right: 20px;
}

.head ul li a {
  text-decoration: none;
  color: #276783;
  padding: 10px;
  display: block;
  font-size: 14px;
  overflow: auto;
}

.head ul li a:not(.fot2):hover {
  background-color: #276783;
  color: #ffffff;
}





.head2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.head2 ul li {
  display: inline;
  margin-right: 20px;
}

.head2 ul li a {
  text-decoration: none;
  color: #276783;
  padding: 10px;
  display: block;
  font-size: 14px;
  overflow: auto;
}

.head2 ul li a:not(.fot2):hover {
  background-color: #276783;
  color: #ffffff;
}


@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }

  .checkbtn2 {
    display: block;
  }

  .head ul {
    position: fixed;
    background: white;
    bottom: 100%;
    left: -100%;
    width: 50%;
    /* Ajusta el ancho del menú lateral */
    height: 100vh;
    /* Ocupa toda la altura de la pantalla */
    flex-direction: column;
    /* Coloca los elementos en columna */
    text-align: center;
    transition: all 0.5s;
    z-index: 50;
    /* Asegura que el menú esté encima de otros elementos */


  }

  .head ul li {
    display: block;
    margin: 10px 0;
    /* line-height: 1.5; */
    position: relative;
    bottom: 20%;

  }

  .head ul li a {
    font-size: 14px;
    color: #276783;
    position: relative;
    top: 0;
  }

  .head2 ul {
    position: fixed;
    background: white;
    bottom: 50%;
    left: -100%;
    width: 50%;
    /* Ajusta el ancho del menú lateral */
    height: 100vh;
    /* Ocupa toda la altura de la pantalla */
    flex-direction: column;
    /* Coloca los elementos en columna */
    text-align: center;
    transition: all 0.5s;
    z-index: 100;
    /* Asegura que el menú esté encima de otros elementos */

  }

  .head2 ul li {
    display: block;
    margin: 10px 0;
    position: relative;
    bottom: 20%;

  }

  .head2 ul li a {
    font-size: 14px;
    color: #276783;
    position: relative;
    top: 0;
  }

  li a:hover,
  li a.active {
    background: none;
  }

  #check:checked~ul {
    left: 0;
  }

  #check2:checked~ul {
    left: 0;
  }

  .fot2 img {
    width: 50px;
    height: 50px;
  }


}

/* head 2*/

@media (max-width: 858px) {
  .checkbtn2 {
    display: block;
  }

  .head2 ul {
    position: fixed;
    background: white;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    flex-direction: column;
    text-align: center;
    transition: all 0.5s;
    z-index: 100;
  }

  .head2 ul li {
    display: block;
    margin: 10px 0;
    position: relative;
    bottom: 20%;
  }

  .head2 ul li a {
    font-size: 14px;
    color: #276783;
    position: relative;
    top: 0;
  }

  #check2:checked~ul {
    left: 0;
  }
}

/*head 3*/

@media (max-width: 858px) {
  .checkbtn3 {
    display: block;
  }

  .head3 ul {
    position: fixed;
    background: white;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    flex-direction: column;
    text-align: center;
    transition: all 0.5s;
    z-index: 100;
  }

  .head3 ul li {
    display: block;
    margin: 10px 0;
    position: relative;
    bottom: 20%;
  }

  .head3 ul li a {
    font-size: 14px;
    color: #276783;
    position: relative;
    top: 0;
  }

  #check3:checked~ul {
    left: 0;
  }
}

/*--------------------------*/
@media (max-width: 952px) {
  .enlace {
    padding-left: 30px;
  }

  nav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 858px) {

  .checkbtn {
    display: block;
  }

  .checkbtn2 {
    display: block;
  }

  nav ul {
    position: fixed;

    background: #f7f7f7;
    top: 10px;
    left: -100%;
    text-align: center;
    transition: all .5s;

  }

  nav ul li {
    display: block;
    margin: 20px 0;
    line-height: 20px;
  }

  nav ul li a {
    font-size: 18px;
    color: #1c4c96;
  }

  li a:hover,
  li a.active {
    background: none;

  }

  #check:checked~ul {
    left: 0;
  }

  #check:checked~ul {
    left: 0;
  }
}

/*Banner*/

.banner {
  background-image: url('../img/banner4.jpg');
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  background-position: center;
  align-items: center;
  color: #f7f7f7;


}



/*FOOTER*/
.fot {
  margin-top: 100px;
  justify-content: space-evenly;
  flex-wrap: wrap;

  background-color: #1c4c96;

  color: #f7f7f7;
}


/* Estilos CSS para el footer */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #276783;
  padding: 40px;
  color: #f7f7f7;

}

main {
  flex: 1;
  height: 550px;
}

.horario a {
  color: white;
  text-decoration: none;
}

.horario a:hover {
  color: #25b7dc;
}

.left-content {
  display: flex;
  align-items: center;

}

.left-content h3 {
  margin-right: 10px;
}

.left-content a img {
  width: 24px;
  height: 24px;
}


@media screen and (max-width: 600px) {
  .fot h2 {
    font-size: 20px;
  }

  .fot p {
    font-size: 14px;
  }
}

/*DESCRIPCION*/

.desc {

  position: relative;
  top: 12%;

}

.desc h2 {
  color: #276783;
}

.desc {
  text-align: center;

}

/*DESCRIPCION 2*/
.container4 {
  display: flex;
  position: relative;
  top: 30%;
  height: 870px;
  margin-top: 300px;



}

.container4 img {
  height: 550px;
  width: 700px;
  /* Ajusta el tamaño de la imagen según tus necesidades */
  margin-left: 150px;
  /* Espacio entre la imagen y el texto */

  max-width: 100%;
  /* La imagen no superará el ancho del contenedor */
  margin-bottom: 100px;
}

#imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Opcional: Ajusta la altura del contenedor */
  margin-right: 5%;
}

@media screen and (max-width: 800px) {
  #imageContainer {
    display: none;
  }

}

#dayImage,
#dayImage3,
#dayIamge4 {
  max-width: 80%;
  max-height: 80%;
}

.desc {
  width: 80%;
  margin-left: 10%;
}


.text ul li {
  align-items: center;
}

.container4 h2 {
  font-size: 22px;
  /* Ajusta el tamaño del título según tus necesidades */
  color: #276783;
  text-align: center;
  margin-top: 10px;
}

.center-list {
  margin-left: 20%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.center-list li {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}


.container4 p {
  font-size: 16px;
  /* Ajusta el tamaño del texto según tus necesidades */
  text-align: center;

}

.container-ges p a {
  color: white;
}

/* Media query para pantallas con ancho máximo de 768px */
@media (max-width: 768px) {
  .container4 {
    flex-direction: column;
    height: 1000px;
  }

  .container4 img {

    width: auto;
    height: 300px;
    margin-right: 120px;
  }

  .text {
    max-width: 100%;
    max-height: 400px;
  }

  .text h2 {
    font-size: 20px;
  }

  .center-list li {
    font-size: 14px;
  }

}

/*DESCRIPCION 5*/
.container5 {
  display: flex;
  position: relative;
  top: 30%;

  background-color: #276783;
  height: 700px;
  margin-top: 50px;
  margin-bottom: 200px;
  margin: 0 auto;
}

.container5 img {
  height: 550px;
  width: 400px;
  /* Ajusta el tamaño de la imagen según tus necesidades */
  margin-left: 120px;
  /* Espacio entre la imagen y el texto */
  position: relative;
  top: 10%;

  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}

.container5 .text {
  flex: 1;
  /* Permite que el texto ocupe todo el espacio disponible */
  margin-left: 100px;
  position: relative;
  top: 15%;
  background-color: #f7f7f7;
  height: 500px;
  max-width: 50%;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.text ul li {
  align-items: center;
}

.container5 h2 {
  font-size: 22px;
  /* Ajusta el tamaño del título según tus necesidades */
  color: #276783;
  text-align: center;
  margin-top: 10px;
}

.center-list {
  margin-left: 20%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.center-list li {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}


.container5 p {
  font-size: 16px;
  /* Ajusta el tamaño del texto según tus necesidades */
  text-align: center;

}

.container-ges p a {
  color: white;
}

/* Media query para pantallas con ancho máximo de 768px */
@media (max-width: 800px) {
  .container5 {
    flex-direction: column;
    height: 1000px;
  }

  .container5 img {

    width: 70%;
    height: 300px;
    position: relative;
    right: 15%;

  }

  .container5 .text {

    max-width: 80%;


  }

  .text {
    max-width: 100%;
    max-height: 500px;
  }

  .text h2 {
    font-size: 20px;
  }

  .center-list li {
    font-size: 14px;
  }

  .days-container {
    position: relative;
    left: 0;
  }

}





/*DESCRIPCION 3*/

.desc2 {
  margin-left: 25%;
  margin-right: 4%;
  position: relative;
  top: 50%;
  width: 50%;

}

.desc2 h2 {
  color: #276783;
}

.desc2 {
  text-align: center;

}



/*REGISTRO*/
.register-box {
  margin-top: 40%;
  width: 70%;
  max-width: 450px;
  height: 750px;
  background: #276783;
  color: #fff;
  margin-left: 50%;
  transform: translate(-50%, -40%);
  box-sizing: border-box;
  padding: 70px 30px;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.registro:hover{
  color: #1c4c96;
}

.register-box h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
  margin-top: 2%;

}

.register-box label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;
}

.register-box input {
  width: 100%;
  margin-bottom: 20px;
}

.register-box input[type="text"],
.register-box input[type="password"],
.register-box input[type="email"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.register-box input[type="text"]::placeholder,
.register-box input[type="password"]::placeholder,
.register-box input[type="email"]::placeholder {
  color: white;
}

.login-box input[type="submit"] {
  border: none;
  outline: none;
  height: 30px;
  background: black;
  color: #fff;
  font-size: 18px;
  border-radius: 15px;

}

.register-box input[type="submit"] {
  border: none;
  outline: none;
  height: 30px;
  background: white;
  color: #276783;
  font-size: 18px;
  border-radius: 15px;
}


.register-box input[type="submit"]:hover {
  cursor: pointer;
  background: white;
  color: #000;

}

.register-box a {
  text-decoration: none;
  font-size: 14px;
  color: white;
 
  line-height: 20px;
 
  margin-left: 25%;
}

.register-box a:hover {
  color: black;
}

/*PAGINA DE LOGIN*/
@media (max-width: 900px) {
  

  .register-box {

    margin-top: 600px;

  }
}

.login-box {

  width: 80%; /* Utilizamos porcentaje en lugar de un valor fijo */
  max-width: 450px; /* Establecemos un máximo para evitar que la caja sea demasiado grande en pantallas grandes */
  margin: 35% auto; /* Centramos vertical y horizontalmente */
  padding: 5% 3%; /* Utilizamos porcentaje en lugar de un valor fijo */
  background: #276783;
  color: #fff;
  margin-top: 20%;
  margin-left: 50%;
  transform: translate(-50%, -20%);
  box-sizing: border-box;
  /* padding: 70px 30px; */
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.login-box button {
  position: relative;
  left: 350px;
  bottom: 50px;
}

.login-box h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
}

.login-box label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;

}

.login-box input {
  width: 100%;
  margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="password"],
.login-box input[type="email"] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: white;
  font-size: 16px;
}

.login-box input[type="text"]::placeholder,
.login-box input[type="password"]::placeholder,
.login-box input[type="email"] {
  color: white;
}

.login-box input[type="submit"] {
  border: none;
  outline: none;
  height: 30px;
  background: white;
  color: #276783;
  font-size: 18px;
  border-radius: 15px;

}

.login-box input[type="submit"]:hover {
  cursor: pointer;
  background: white;
  color: #000;

}

.login-box a {
  text-decoration: none;
  font-size: 23px;
  line-height: 40px;
  color: white;

  margin-left: 25%;
}

.login-box a:hover {
  color: black;
}


.error {
  font-size: 17px;
  background-color: red;
  color: white;
  text-align: center;
}

form a {
  font-size: 12px;
}

.cont a {
  margin-right: 70px;
}


/*pedido*/

.botones {
  text-align: center;
  position: relative;
  bottom: 50px;
  margin-left: 100px;

}

.botones button {
  background-color: #fff;
  color: #276783;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.botones input[type="submit"] {
  background-color: #fff;
  color: #276783;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.eliminar-btn {
  background-color: #fff;
  color: #276783;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  top: 22px;
  left: 12px;
}

.pedido-box {
  background-color: #276783;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  margin-top: 220px;
  margin-left: 500px;
  height: 220px;
}

.pedido-box h3 {
  margin-left: 120px;
  margin-bottom: 20px;
}

.pedido-box label {
  display: block;
  margin-bottom: 10px;
}

.pedido-box input[type="text"],
.pedido-box input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 3px;
}

.pedido-box input[type="submit"] {
  background-color: #fff;
  color: #276783;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.pedido-box input[type="submit"]:hover {
  background-color: #eee;
}

.pedido {
  font-size: 17px;
  background-color: green;
  color: white;
  text-align: center;
}

@media (max-width: 800px) {
  .pedido-box {
    width: 50%;
  }
}

/*CV*/
.cv-box {

  width: 400px;
  height: 550px;
  background: #276783;
  color: #fff;
  box-sizing: border-box;
  padding: 70px 30px;
  margin-left: 35%;
  top: 45%;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;

}

@media (max-width: 900px) {
  .cv-box {
    padding: 10px 10px;
    /* Ajustar el padding en pantallas más pequeñas */
    width: 70%;

  }
}


.cv-box h1 {

  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;

}

.cv-box label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;
}

.cv-box input {
  width: 100%;
  margin-bottom: 20px;
}

.cv-box input[type="file"] {
  border: none;
  margin-top: 3%;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

select {
  margin-bottom: 5%;
}

option {
  color: #000;
  margin-top: 2%;
}

.cv-box input[type="text"],
.cv-box input[type="email"],
select {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.cv-box input[type="text"]::placeholder,
.cv-box input[type="password"]::placeholder,
.cv-box input[type="email"]::placeholder {
  color: white;
}

.cv-box input[type="submit"] {
  border: none;
  outline: none;
  height: 30px;
  background: white;
  color: #276783;
  font-size: 18px;
  border-radius: 15px;

}

.cv-box input[type="submit"] {
  border: none;
  outline: none;
  height: 30px;
  background: white;
  color: #276783;
  font-size: 18px;
  border-radius: 15px;
}


.cv-box input[type="submit"]:hover {
  cursor: pointer;
  background: white;
  color: #000;

}

.cv-box a {
  text-decoration: none;
  font-size: 23px;
  line-height: 20px;
  color: black;
  margin-left: 25%;
}

.cv-box a:hover {
  color: #fff;
}

.file-input {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* Estilo del input tipo archivo */
.file-input input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-label {
  color: #276783;
}

.file-input:hover {
  background-color: #f0f0f0;
}

.file-input:active {
  background-color: #e0e0e0;
}

.file-input input[type="file"]:focus+.file-label {
  outline: 2px solid #1E90FF;
}

.file-input input[type="file"]::file-selector-button {
  display: none;
}

/*español*/
#es .desc,
#es #productos,
#es .container4,
#es #trabaja,
#es .desc2,
#es .cv-box {
  margin-bottom: 100px;
  margin-top: 150px;
}

/*ingles*/
#en .desc,
#en #productos,
#en .container4,
#en #trabaja,
#en .desc2,
#en .cv-box {
  margin-bottom: 100px;
  margin-top: 150px;
}

/*alemán*/
#de .desc,
#de #productos,
#de .container4,
#de #trabaja,
#de .desc2,
#de .cv-box {
  margin-bottom: 100px;
  margin-top: 150px;
}

/*pre footer*/
.ubi h2,
.ubi p {
  color: #f7f7f7;
  text-align: center;

}

.telf h2 {

  color: #f7f7f7;
  text-align: center;

}

.text-container a {
  color: #276783;
  text-decoration: none;

}

.telf p {
  color: #f7f7f7;
  text-align: center;
}

.horario h2,
.horario p {

  color: #f7f7f7;
  text-align: center;

}

.fot {
  display: flex;



  background-color: #276783;

  color: #f7f7f7;
}

/*DESCARGAR PDF*/
.pdf {
  position: relative;
  top: 30px;

  width: 300px;
  margin-left: 100px;
  color: white;
}

.pdf h2 {
  color: white;
  text-align: center;
  margin-bottom: 20px;

}

.pdf button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #276783;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 20px;
}

.pdf button:hover {
  background-color: white;
}

/*DESCARGAR PDF aleman*/
.pdf-ale {

  margin-top: 40px;
  width: 300px;
  margin-left: 100px;
  color: white;
}

.pdf-ale h2 {
  color: white;
  text-align: center;
  margin-bottom: 20px;

}

.pdf-ale button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #276783;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
}

.pdf-ale button:hover {
  background-color: white;
}

/*DESCARGAR PDF ingles*/
.pdf-en {

  margin-top: 40px;
  width: 300px;
  margin-left: 100px;
  color: white;
}

.pdf-en h2 {
  color: white;
  text-align: center;
  margin-bottom: 20px;

}

.pdf-en button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #276783;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
}

.pdf-en button:hover {
  background-color: white;
}

/*PEDIDOS*/
.pedidos table {
  margin-top: 60px;
  width: 85%;
  margin-left: 5%;
  border-collapse: collapse;
}


thead {
  background-color: #276783;
  color: white;
}

.pedidos th,
.pedidos td {
  padding: 8px;
  border: 1px solid #ddd;
}

.pedidos input {

  box-sizing: border-box;
  padding: 10px;

}

.send {

  text-align: center;
}

.pedidos input[type="submit"] {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #276783;
  color: white;
  border: none;
  cursor: pointer;
  width: 40%;
  font-size: 16px;
  margin-bottom: 50px;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}

.pedidos button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #276783;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-left: 5%;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.pedidos button:hover {
  background-color: #19516c;
}

h2 {
  color: #276783;
}



/*CONTACTO*/



.form-container {
  width: 60%;
  height: 50%;
  margin-left: 25%;

  margin-bottom: 500px;
}

.W h2,
.form-container h2 {
  color: #276783;
}

.control {
  display: block;
  width: 90%;
  font-size: 1.0rem;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-sizing: border-box;

}

textarea {

  font-family: tahoma, verdana, "sans-serif";

}

.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #276783;
  border-color: #276783;
}

@media (max-width: 500px) {

  .form-container {
    bottom: 20%;
    /* Ajusta el valor según sea necesario para desplazar hacia arriba en pantallas pequeñas */
  }

  .container4 {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  background-color: #276783;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;

  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);


  position: relative;
  bottom: 100px;
  margin-bottom: 5%;
}

.btn:hover {
  background-color: #276783;
  border-color: #276783;
}

.btn-de {
  display: inline-block;
  background-color: #276783;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;

  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);


  position: relative;

}

.btn-de:hover {
  background-color: #276783;
  border-color: #276783;
}


.boton {
  background-color: #4CAF50;
  /* Color de fondo */
  border: none;
  /* Borde del botón */
  color: white;
  /* Color del texto */
  padding: 12px 24px;
  /* Espaciado interno (ajustar según sea necesario) */
  text-align: center;
  /* Alineación del texto */
  text-decoration: none;
  /* Decoración del texto */
  display: inline-block;
  /* Mostrar como elemento en línea */
  font-size: 16px;
  /* Tamaño del texto */
  margin-top: 50px;
  /* Margen externo (ajustar según sea necesario) */
  cursor: pointer;
  /* Cambiar el cursor al pasar por encima */
  border-radius: 8px;
  /* Agregar bordes redondeados */
  margin-bottom: 20px;

}

/* Cambiar el color al pasar el mouse por encima */
.boton:hover,
input[type="submit"]:hover {
  background-color: #45a049;
}

.npedido {
  text-align: center;
  margin-top: 180px;
  color: #276783;
  margin-bottom: 200px;
}

.fecha {
  text-align: center;
  position: relative;
  top: 70px;
  font-size: 20px;
}

.text-de {
  margin-top: 100px;
}

/*/*********/
.days-container {

  flex-direction: column;
  width: 500px;

  margin: 0 auto;
}

.days-container p,
span {
  color: #276783;
  margin-right: 15%;
}

.days-container h3,
h4 {
  text-align: center;
  color: #276783;
  margin-top: 20px;
  margin-right: 15%;
}

.day {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-top: 40px;
  max-width: 350px;

}

.day-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;


}

.day-content p {
  color: black;
}

.day-header span {
  font-size: 18px;
  font-weight: bold;
}

.day-header i {
  font-size: 18px;
  transition: transform 0.3s;
}

.day-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;

}

.show {
  max-height: 1000px;
  /* Valor suficientemente alto para mostrar todo el contenido */
}

.days-container h3,
.days-container h4 {

  position: relative;
  left: 20%;
  top: 40%;

}

@media (max-width: 768px) {
  .container4 {
    flex-direction: column;
    width: 85%;
    margin-bottom: 300px;

  }

  .days-container {

    margin: 0 auto;
    width: 90%;



  }

  .days-container h3,
  .days-container h4 {

    position: relative;



  }

  .day-header {
    font-size: 14px;
  }

  .day-content {
    font-size: 12px;
  }

  .rep {
    margin-bottom: 30%;
  }

  .container4 img {
    position: relative;
    right: 20%;
    bottom: 50%;
    margin-bottom: 300px;


  }

}

.button {
  background-color: #276783;
  /* Color de fondo */
  color: white;
  /* Color del texto */
  padding: 10px 20px;
  /* Espaciado interno (arriba/abajo, izquierda/derecha) */
  font-size: 16px;
  /* Tamaño de la fuente */
  border: none;
  /* Sin borde */
  border-radius: 5px;
  /* Bordes redondeados */
  cursor: pointer;
  /* Cambia el cursor al pasar sobre el botón */
  text-decoration: none;
  margin-bottom: 60px;
}

/* DAY2*/
.container7 {
  display: flex;
  flex-wrap: wrap;
}

.cat-header span {
  color: white;
}

.cat-container {
  width: 100%;
  /* O el ancho deseado */
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cat {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #276783;
  padding: 5px;
  color: white;
}

.cat-content {
  display: none;
  padding: 10px;
  background-color: white;
  color: #276783;
}

.fa-chevron-down {
  transition: transform 0.3s ease;
}

.cat.active .fa-chevron-down {
  transform: rotate(180deg);
}

@media (min-width: 858px) {

  /* Añade este estilo para la segunda y tercera fila */
  .container7>.cat-container:nth-child(2),
  .container7>.cat-container:nth-child(3),
  .container7>.cat-container:nth-child(4),
  .container7>.cat-container:nth-child(5),
  .container7>.cat-container:nth-child(6),
  .container7>.cat-container:nth-child(7) {
    width: 35%;
    /* O el ancho deseado */
    margin-left: 8%;
    /* O el margen deseado */
  }

  .container7>.cat-container:nth-child(1),
  .container7>.cat-container:nth-child(8) {
    width: 78%;
    /* O el ancho deseado */
    margin-left: 8%;
    /* O el margen deseado */
  }

  .container7>.cat-container:nth-child(1) {

    margin-top: 2%;
    /* O el margen deseado */
  }
}

.container4,
.container5 {
  padding-top: 50px;
  /* Ajusta según la altura de tu encabezado */
  /* Otros estilos para tus secciones */
}

.sub-cat-content2,
.sub-cat-content {
  margin-left: 5%;
}

@media (max-width: 858px) {
  .container7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* O ajusta según tus necesidades de diseño */
  }

  .container7>.cat-container:nth-child(1) {
    margin-top: 10%;
  }

  .container7>.cat-container {
    width: 80%;
    /* O ajusta según tus necesidades de diseño */
    margin-top: 2%;
  }
}