*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cont_fotomenu{
  width: 800px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
}
.fotomenu1{
  position: absolute;
  width: 800px;
  transition: all ease-in-out 1000ms;
}
.fotomenu2{
  position: absolute;
  width: 800px;
  opacity: 0;
  transition: all ease-in-out 1000ms;
}
.fotomenu3{
  position: absolute;
  width: 800px;
  opacity: 0;
  transition: all ease-in-out 1000ms;
}
.fotomenu4{
  position: absolute;
  width: 800px;
  opacity: 0;
  transition: all ease-in-out 1000ms;
}

/*--------------INICIO---------------------*/
.content1 {
  width: 900px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: left;
  margin: auto;
}
.content1 p:first-letter{
  margin-left: 30px;
}
.tablaprecios{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tdprecios{
  background: #FA8B20;
  border-radius: 10px;
  padding: 5px;
}

/*--------------FOTOS---------------------*/
.modal-container{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  /*width: 100%;
  height: 100vh;*/
  top: -100%;
  left: 0;
  right: 0;
  bottom: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 600ms;
}
.modal-diapositiva{
  width: 100%;
  height: 80%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.modal-imagen{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.modal{
  width: 90%;
  height: 90%;
  background: #FFCD9D;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 6px;

  /*transition: transform 1s;
  transform: translateY(0%);*/
  /*overflow: hidden;*/
}
.modal h2{
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: center;
  margin: auto;
  margin-bottom: 0;
}
.modal-close{
  /*transform: translateY(-200%);*/
}
.foto{
  margin: auto auto;
  width: 100%;
  height: 100%;
}

.cerrar{
  width: 35px;
  margin: auto;
  margin-top: 0;
}
.izquierda{
  width: 35px;
  margin: auto;
  margin-left: 0;
  cursor: pointer;
}
.derecha{
  width: 35px;
  margin: auto;
  margin-right: 0;
  cursor: pointer;
}
.fotos{
 opacity: 0.7;
 width: 200px;
 border-radius: 15px;
  transition: all ease-in-out 300ms;
}
.fotos1{
 opacity: 1;
 width: 230px;
}
.close{
  cursor: pointer;
  width: 35px;
}
.content2{
  margin: 0px auto;
  width: 900px;
  /* justify-content: center;
  display: flex; */
  text-align: center;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
}
@supports(object-fit: contain){
    .foto{
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center;
    }
}

/*--------------RESERVAS---------------------*/
.content3 {
  width: 900px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: center;
  margin: auto;
}
.info {
  margin: 0 auto
}
.info td{
  font-size: 18px;
}
.info span{
  font-size: 19px;
  font-weight: bold;
}
.negrita {
  font-size: 19px;
  font-weight: bold; 
}
.calendario {
  width: 800px;
  margin: 0 auto;
}
.calendario td {
  vertical-align: top;
}
.mes {
 transition: all ease-in-out 350ms;
}
.nomes{
  opacity: 0;
}
.mes td{
  text-align: center;
  transition: all ease-in-out 600ms;
}
.dia {
  border-radius: 5px;
  border: 1px solid;
  cursor: pointer;
  background-color: #f9ba84;
}
.seleccionar {
  background: #7D4107;
  color: #FFCD9D;
}
.tachado {
 text-decoration: line-through;
 background-color: #5B3010;
 color: #893C04;
}
.diata {
  background: #FA8B20;
}
.diasemana {
  background: #FDA550;
  border-radius: 5px;
  border: 1px solid;
  font-size: 14px;
}
.content3 button{
  font-size: 17px;
  color: #7D4107;
  font-family: arial;
  border-radius: 10px;
  border-width: 3px;
  border-color: #7D4107;
  background-color: #FFCD9D;
  cursor: pointer;
}
.content3 input{
  padding: 4px;
  font-size: 18px;
  color: #7D4107;
  font-family: arial;
  border-radius: 10px;
  border-width: 1px;
  border-color: #7D4107;
  background-color: #f9ba84;
}
.content3 label{
  font-size: 18px;
}
.obligatorio{
  color: red;
  font-size: 30px;
}
.ano{
  font-size: 20px;
  cursor: pointer;
}
.anogrande{
  font-size: 40px;
}
/*--------------CONTACTO---------------------*/
.content4 {
  width: 900px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: center;
  margin: auto;
  transition: all ease-in-out 350ms;
}
.content4 p:first-letter{
  margin-left: 30px;
}
.content4 p span{
  color: black;
  font-weight: bold;
}
.formulario {
  width: 800px;
  margin: auto;
  padding-top: 50px ;
  text-align: center;
  transition: all ease-in-out 350ms;
}
.formulario p{
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
}
.formulario input{
  padding: 10px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  border-radius: 10px;
  border-width: 1px;
  border-color: #7D4107;
  background-color: #f9ba84;
}
.formulario textarea{
  padding: 10px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  border-radius: 10px;
  border-width: 1px;
  border-color: #7D4107;
  background-color: #f9ba84;
}
.formulario button{
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  border-radius: 10px;
  border-width: 3px;
  border-color: #7D4107;
  background-color: #FFCD9D;
  cursor: pointer;
}
.inputcentrado{ /* tambien usado en reservas */
  text-align: center;
}
.textocomentario{
  resize: none;
}
.formulario label{
  color: red;
  font-size: 30px;
}
.invisible {
  opacity: 0;
}
/*-----------RESULTADO RESERVAS--------------*/
.content5 {
  width: 900px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: center;
  margin: auto;
}

/*-----------RESULTADO CONTACTO--------------*/
.content6 {
  width: 900px;
  font-size: 25px;
  color: #7D4107;
  font-family: arial;
  text-align: center;
  margin: auto;
}