@charset "UTF-8";
@font-face {
  font-family: 'LG_Smart';
  font-style: normal;
  font-weight: normal;
  src: local("LG_Smart"), url("../fonts/LG_Smart_Regular.woff") format("woff");
}

@font-face {
  font-family: 'LG_Smart_Bold';
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Bold"), url("../fonts/LG_Smart_Bold.woff") format("woff");
}

@font-face {
  font-family: 'LG_Smart_Light_Light';
  font-style: normal;
  font-weight: normal;
  src: local("LG_Smart_Light_Light"), url("../fonts/LG_Smart_Light.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'LG_Smart',sans-serif;
}

* a:link {
  text-decoration: none;
  color: rgba(165, 0, 52, 0.9);
}

* a:visited {
  text-decoration: none;
  color: rgba(165, 0, 52, 0.9);
}

body h2 {
  text-align: center;
  font-weight: lighter;
  margin: 10px 0;
  font-size: 2vw;
  line-height: 2vw;
  
}

.cursor {
  cursor: pointer;
}

.color_lg {
  color: rgba(165, 0, 52, 0.9);
}

.center {
  position: relative;
  margin: 0 auto;
}

.center a {
  display: inline-block;
}

.main_parrafos {
  font-size: 16pt;
}

aside {
  width: 100%;
  position: relative;
}

aside img {
  width: 100%;
}

main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

main h3 {
  text-align: center;
  font-weight: 100;
  font-size: 31pt;
  font-stretch: wider;
  width: 100%;
  color: rgba(165, 0, 52, 0.9);
  padding: 30px;
}

main .reserva {
  margin-top: -20px;
  margin-bottom: -40px;
}

main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin: 30px auto;
}

main .row p {
  width: 100%;
  text-align: center;
}

main .contenedor_calendario {
  width: 95%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid grey;
  border-radius: 10px;
  margin: 50px auto;
}

main .contenedor_calendario h5 {
  font-size: 36pt;
  margin-top: 15px;
  text-align: center;
}

main .calendario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
}

main .calendario h5 {
  width: 100%;
  margin: 20px 0;
  margin-top: -20px;
  padding: 10px;
}

main .calendario .calendario_dias {
  position: relative;
  border: solid 2px rgba(165, 0, 52, 0.9);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  width: 14%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 15px;
  margin-bottom: 20px;
}

main .calendario .calendario_dias p {
  margin-bottom: -5px;
  width: 100%;
}

main .calendario .calendario_dias p:first-child {
  text-transform: capitalize;
  width: 100%;
}

main .calendario .calendario_dias-numero {
  font-weight: bold;
  margin-left: -5px;
  font-size: 40pt;
}

main .calendario .calendario_dias-dia {
  font-size: 15pt;
  font-weight: bold;
  margin-top: -10px;
}

main .calendario .calendario_dias_gris {
  position: relative;
  border: solid 2px grey;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  width: 12%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 15px;
  margin-bottom: 20px;
}

main .calendario .calendario_dias_gris p {
  margin-bottom: -5px;
  width: 100%;
}

main .calendario .calendario_dias_gris p:first-child {
  text-transform: capitalize;
  width: 100%;
}

main .calendario .calendario_dias_gris-numero {
  font-weight: bold;
  color: grey;
  margin-left: -5px;
  font-size: 40pt;
}

main .calendario .calendario_dias_gris-dia {
  font-size: 15pt;
  font-weight: bold;
  color: grey;
  margin-top: -10px;
}

main #info_contacto {
  font-size: 16pt;
  margin: 20px 0;
  text-align: center;
}

main #contacto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
  width: 93%;
}

main #contacto img:last-child {
  margin-top: 40px;
}

main #contacto p:first-child {
  font-size: 28pt;
  margin-bottom: 40px;
}

main #contacto p {
  margin-top: 30px;
  font-size: 14pt;
  margin-left: 0px;
  width: 100%;
}

main #contacto #contacto_email {
  width: 33.3%;
}

main #contacto #contacto_email img {
  margin-top: -20px;
  width: 25%;
}

main #contacto #contacto_chat {
  width: 33.3%;
  margin-left: 50px;
}

main #contacto #contacto_chat img {
  margin-top: -20px;
  width: 25%;
}

main #contacto #contacto_telefono {
  width: 33.3%;
}

main #contacto #contacto_telefono img {
  width: 30%;
  margin-top: -40px;
}

main #contacto #telefono {
  color: #919191;
  position: relative;
  font-size: 24pt;
  line-height: -50px;
  font-weight: 300;
  display: inline-block;
}

main #contacto #telefono::before {
  background-image: url("../images/icos/telefono.svg");
  background-repeat: no-repeat;
  background-size: 42px 21px;
  width: 40px;
  height: 22px;
  display: inline-block;
  content: "";
}

main .bold {
  font-weight: bold;
  font-size: 18pt;
}

main .slick-prev:before {
  content: '';
  background-image: url("../icos/previous.svg");
  background-repeat: no-repeat;
  background-size: 30px 40px;
  display: inline-block;
  margin-left: -10px;
  width: 40px;
  height: 40px;
}

main .slick-next:before {
  content: '';
  background-image: url("../icos/next.svg");
  background-repeat: no-repeat;
  background-size: 30px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

main .reservas {
  text-align: left;
}

#horas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px auto;
  width: 80%;
}

#horas img {
  width: 10%;
  margin-top: -170px;
}

#horas .calendario_dias {
  margin-left: 7%;
  position: relative;
  border: solid 2px rgba(165, 0, 52, 0.9);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 10px;
  width: 40%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 35px 5px;
}

#horas .calendario_dias p {
  margin-bottom: -5px;
}

#horas .calendario_dias p:first-child {
  text-transform: capitalize;
  font-size: 2vw;
}

#horas .calendario_dias-numero {
  font-weight: bold;
  margin-left: -5px;
  font-size: 9vw;
}

#horas .calendario_dias-dia {
  font-size: 3vw;
  font-weight: bold;
  margin-top: -10px;
}

#horas .horarios {
  padding: 25px 1px;
  margin-left: 10%;
}

#horas .horarios span {
  display: inline-block;
  font-size: 16pt;
}

#horas .horarios .mañana, #horas .horarios .tarde {
  font-size: 16pt;
  text-align: center;
}

#horas .horarios .mañana li, #horas .horarios .tarde li {
  padding: 5px 5px;
  color: rgba(165, 0, 52, 0.9);
  text-align: center;
}

#reservas {
  width: 90%;
  position: relative;
  margin: 0 10%;
}

#reservas h3:first-child {
  font-size: 20pt;
  line-height: 70px;
}

#reservas p {
  text-align: left;
  line-height: 5px;
  font-size: 16pt;
}

#reservas label {
  text-align: left !important;
  margin-top: 20px;
  font-size: 16pt;
}

#reservas input {
  border: none;
  border-bottom: black 1px solid;
  margin: 10px 0;
}

#reservas input[type="checkbox"] {
  width: 10%;
}

#reservas #categoria {
  width: 90%;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

#reservas .legales {
  width: 90%;
  margin: 0 10%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reservas .legales .one {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

#reservas .legales .two {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

#reservas .legales .tree {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

#reservas .legales .four {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

#reservas .legales .five {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

#reservas .legales .one, #reservas .legales .two, #reservas .legales .tree, #reservas .legales .four, #reservas .legales .five {
  color: red;
}

#reservas .legales .column_one {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 2;
  grid-row: 2;
}

#reservas .legales .column_two {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 3;
  grid-row: 3;
}

#reservas .legales .column_tree {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 4;
  grid-row: 4;
}

#reservas .legales .column_four {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 5;
  grid-row: 5;
}

#reservas .legales .column_five {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 6;
  grid-row: 6;
}

#reservas .legales .six {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 0.9rem;
  line-height: 26px;
}

#reservar {
  display: inline-block;
  text-align: center;
  width: 50%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16pt;
  color: white;
  background-color: rgba(165, 0, 52, 0.9);
  margin: 20px 22%;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
}

.cursor, .popup_btn_off, .popup_btn {
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
}

#reservar:hover {
  background-color: rgba(119, 2, 39, 0.9);
}

.cursor:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#telefono:hover, .center > a:hover {
  color: rgba(119, 2, 39, 0.9);
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
}

.popup_btn:hover, .popup_btn_off:hover {
  background-color: rgba(119, 2, 39, 0.9);
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
}

.horas > span:hover, .center > a:hover {
  color: rgba(119, 2, 39, 0.9);
  -webkit-transition: .25s ease-in-out all;
  transition: .25s ease-in-out all;
}

.popup2 {
  height: 100px;
  background-color: #F8F8F8;
  overflow-y: none;
}

.popup_txt2 {
  top: 0px;
}

.popup_btn1 {
  margin-top: 1%;
}
@media only screen and (max-width: 500px) {
  main .calendario .calendario_dias{

    width: 24% !important;
  }
  .prueba{
    display: flex;
    align-items: end;
  }
  #reservas input[type="checkbox"] {
    
    margin-right: 5px;
}
 .prueba2{
    display: flex;
    align-items: baseline;
    
  }
  .popup_txt2 {
  top: 17px;
}
}
@media only screen and (max-width: 1024px) {
 
  .prueba{
    display: flex;
    align-items: end;
  }
  #reservas input[type="checkbox"] {
    
    margin-right: 5px;
}
 
}

@media only screen and (max-height: 850px) {
  .popup {
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 980px) {
  .popup_txt2 {
  top: 10px;
}
  body h2 {
 
  font-size: 20px;
}
  main {
    width: 95%;
    margin: 0 auto;
  }
  main .contenedor_calendario {
    width: 100%;
  }
  main .row p {
    font-size: 16pt;
    width: 95%;
  }
  main #contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #contacto #contacto_email, main #contacto #contacto_chat, main #contacto #contacto_telefono {
    width: 95%;
    margin: 0;
  }
  main #contacto #contacto_email img, main #contacto #contacto_chat img, main #contacto #contacto_telefono img {
    margin: 0 auto;
    margin-top: -20px;
    width: 35%;
  }
  #horas {
    width: 100% !important;
    height: 65vh;
    display: block;
    margin-left: 0px;
    
  }
  #horas img {
    display: none;
  }
  #horas .calendario_dias {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
  }
  #horas .calendario_dias p {
    margin-bottom: -5px;
  }
  #horas .calendario_dias p:first-child {
    text-transform: capitalize;
    margin-top: -20px;
    font-size: 8vw;
  }
  #horas .calendario_dias-numero {
    font-weight: bold;
    margin-left: -5px;
    font-size: 7vw;
  }
  #horas .calendario_dias-dia {
    font-size: 7vw;
    font-weight: bold;
    margin-top: -10px;
  }
  #horas .horarios {
    text-align: center;
    float: left;
    width: 50%;
    margin-left: 0;
    margin: 0 auto;
  }
  #horas .horarios ul {
    font-size: 16pt;
  }
  #reservas {
    width: 95%;
    margin: 0 auto;
  }
  
  .popup2 {
  height: 100px;
  overflow-y: none;
  background-color: #F2E7E5;
}
}
/*# sourceMappingURL=style.css.map */