@import 'menu/nav.css';
@import 'admclass.css';
@import 'quimaira.css';
@import 'bulma/bulma.css';
@import 'animate.css';

/*  CSS3 ✰ Classes  */
@import 'clases.css';
@import '../js/owl/owl.carousel.min.css';
@import '../js/validationEngine.jquery.css';
@import 'libs/fontawesome-all.css';
/*****************       CONFIGURACION      *****************************/
body,
html {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background-image: url("../media/fon.jpg");
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
h1 {
  font-size: 35px;
  font-family: 'Lato', sans-serif;
}
h2 {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
}
h3 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
h4 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
p {
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #ccc;
}
a:hover,
a:focus {
  color: #ddd;
}
/*****************        -TEMPLATE-        ****************************/
#cssmenu {
  background: transparent;
  font-family: "Quicksand", sans-serif;
}
#cssmenu ul li a {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  padding-right: 22px;
  padding-left: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
#cssmenu ul li a:hover {
  color: #fff;
  background: #335f1d;
}
#cssmenu.small-screen {
  width: 100% !important;
}
#cssmenu.small-screen #menu-button {
  color: #fff;
  background: #335f1d;
}
#cssmenu.small-screen #menu-button:after {
  top: 22px;
  right: 17px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#cssmenu.small-screen #menu-button:before {
  top: 16px;
  right: 17px;
  height: 2px;
  background: #fff;
}
.border-Menu {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.logotop {
  position: fixed;
  top: 15px;
  left: 20px;
  z-index: 1000;
}
/**************************   social  *************************************/
.face,
.twt,
.you,
.ins,
.fou,
.trip,
.plus,
.pint {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 10px 0;
  margin-top: 13px;
}
.face {
  background: #3b5997;
}
.twt {
  background: #41b7d8;
}
.you {
  background: #ed1c24;
}
.ins {
  background: #5674b9;
}
.fou {
  background: #f94877;
}
.plus {
  background: #dd4b39;
}
.trip {
  background: #50ba54;
  font-size: 22px;
  padding: 2px !important;
}
/*********************** form *********************************/
#formID label,
#formID select {
  font-size: 14px;
}
#formID input:not([type="radio"]),
#formID select {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #656565;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
#formID input:not([type="radio"]):focus,
#formID select:focus {
  border: 3px solid #c4a24b;
}
#formID input[type="radio"] {
  background: transparent;
  height: 10px !important;
  width: 5%;
  border: 1px solid #c1c0c0;
  color: #2cafff;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 15px;
  font-size: 16px;
}
#formID input[type="radio"]:focus {
  color: #2cafff;
}
#formID input[type="radio"]:checked {
  color: #2cafff;
}
#formID select::placeholder,
#formID textarea::placeholder,
#formID input::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #656565;
}
#formID textarea {
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #979797;
  height: 190px;
  width: 100%;
  color: #656565;
  padding: 0px 15px;
  font-size: 14px;
}
#formID textarea:focus {
  border: 3px solid #c4a24b;
}
#formID button {
  color: #fff;
  height: 50px;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: #335f1d;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#formID .colDorado {
  color: #c4a24b !important;
}
#formWidget label,
#formWidget select {
  font-size: 14px;
}
#formWidget input:not([type="radio"]),
#formWidget select {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #656565;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
#formWidget input:not([type="radio"]):focus,
#formWidget select:focus {
  border: 3px solid #c4a24b;
}
#formWidget input[type="radio"] {
  background: transparent;
  height: 10px !important;
  width: 5%;
  border: 1px solid #c1c0c0;
  color: #2cafff;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 15px;
  font-size: 16px;
}
#formWidget input[type="radio"]:focus {
  color: #2cafff;
}
#formWidget input[type="radio"]:checked {
  color: #2cafff;
}
#formWidget select::placeholder,
#formWidget textarea::placeholder,
#formWidget input::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #656565;
}
#formWidget textarea {
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #979797;
  height: 180px;
  width: 100%;
  color: #2cafff;
  padding: 0px 15px;
  font-size: 14px;
}
#formWidget textarea:focus {
  border: 3px solid #c4a24b;
}
#formWidget button {
  color: #fff;
  height: 50px;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: #335f1d;
  font-size: 13px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#formWidget .colDorado {
  color: #c4a24b !important;
}
/*********************** general *********************************/
body {
  font-family: 'Quicksand', sans-serif;
}
body .PD {
  font-family: 'Josefin Sans', serif !important;
}
body .PFD {
  font-family: 'Playfair Display', serif !important;
}
footer {
  background-image: url("../media/footer.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer ul li {
  float: left;
}
footer ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
footer ul li a:hover {
  color: #e3c985;
}
@media (min-width: 769px) {
  footer ul li a {
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  footer ul li a {
    padding: 0px 20px;
  }
}
footer .linea {
  width: 100%;
  height: 1px;
  background: #e3c985;
}
footer .f {
  padding-right: 30px;
  padding-left: 30px;
}
footer .cG {
  color: #a0a0a0;
}
.bgF {
  background: #fff;
}
.mb0 {
  margin-bottom: 0px !important;
}
.p0 {
  padding: 0;
}
.pr50 {
  padding-right: 50px;
}
.height100 {
  height: 100%;
}
.fondo {
  background-image: url("../media/fon.jpg");
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#menu {
  position: absolute;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: margin 0.4s;
  -ms-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
}
.fixed {
  position: fixed !important;
  margin-top: -10px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  z-index: 1000;
  background: #333;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: margin 0.4s;
  -ms-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
}
@media only screen and (max-width: 400px) {
  .fixed {
    margin-top: 2px;
  }
}
/*********************** home *********************************/
.home {
  background-image: url("../media/1.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.lago {
  margin-top: -21px;
  background-image: url("../media/lago.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgHab {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bgHab:hover {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bgSalo {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bgSalo:hover {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bgGast {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bgGast:hover {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.VideoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#myVideo {
  min-width: 100%;
}
.bgvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/*********************** habitaciones *********************************/
.habitaciones {
  background-image: url("../media/habitacion.jpg");
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media only screen and (max-width: 420px) {
  .habitaciones {
    background-image: url("../media/habitaciones.jpg");
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
#habitacion .cg {
  color: #666;
}
#habitacion .cgg {
  color: #333;
}
#habitacion .cd {
  color: #e3c985;
}
/*********************** habitaciones *********************************/
.gastronomia {
  background-image: url("../media/gastronomia.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.btnCarta {
  background: #335f1d;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
.btnCarta2 {
  background: #335f1d;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 400px) {
  .btnCarta2 {
    width: 80%;
  }
}
.madero {
  background-image: url("../media/madero.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.madero .menu {
  background-image: url("../media/menu.jpg");
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.madero .comida1 {
  position: absolute;
  top: 6%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida1 {
    left: -2%;
  }
}
.madero .comida2 {
  position: absolute;
  top: 37%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida2 {
    left: -2%;
  }
}
.madero .comida3 {
  position: absolute;
  bottom: 2%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida3 {
    left: -2%;
  }
}
.madero .comida4 {
  position: absolute;
  top: 20%;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida4 {
    right: -2%;
  }
}
.madero .comida5 {
  position: absolute;
  top: 55%;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida5 {
    right: -2%;
  }
}
.madero .comida6 {
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .madero .comida6 {
    right: -2%;
  }
}
@media only screen and (max-width: 420px) {
  .madero .menu {
    background-image: unset;
    background: #fff;
  }
}
.vino {
  background-image: url("../media/vino.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.tab {
  overflow: hidden;
  background-color: transparent;
}
.Linea_Tab {
  background: #e3c985;
  width: 100%;
  height: 2px;
  margin-top: -2px;
}
.tab button {
  background-color: #b4b4b4;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #e3c985;
}
.tab button:hover {
  background-color: #fff;
  color: #666;
}
.tab button.active {
  background-color: #fff;
  border-top: 2px solid #e3c985;
  border-left: 2px solid #e3c985;
  border-right: 2px solid #e3c985;
  border-bottom: 2px solid #fff;
  color: #666;
}
.tabcontent {
  padding: 6px 12px;
}
.owl-controls .owl-dots {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  background: none repeat scroll 0 0 #fff;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 12px;
  margin: 5px 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  width: 12px;
  border: solid 1px #000;
}
.owl-controls .owl-dots .owl-dot .active {
  background: none repeat scroll 0 0 #4b9921;
}
.owl-controls .owl-nav {
  position: absolute;
  top: 35%;
  left: -10%;
  right: -10%;
}
.owl-controls .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  margin: 0;
  width: 64px;
  height: 60px;
  line-height: 25px;
  padding-top: 14px;
  text-align: center;
  font-size: 30px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  text-transform: capitalize;
  font-weight: bold;
}
.owl-controls .owl-nav .owl-prev {
  left: 5px;
}
.owl-controls .owl-nav .owl-prev .fa {
  padding: 0px !important;
}
.owl-controls .owl-nav .owl-next {
  right: 5px;
}
.owl-controls .owl-nav .owl-next .fa {
  padding: 0px !important;
}
@media only screen and (min-width: 1300px) {
  .owl-controls .owl-nav {
    left: -6%;
    right: -6%;
  }
}
.bgPrecio {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.color335f1d {
  color: #335f1d;
}
.bgfff {
  background: #fff;
}
.h300 {
  height: 300px;
}
@media only screen and (min-width: 1300px) {
  .h300 {
    height: 350px;
  }
}
.h800 {
  height: 790px;
}
@media only screen and (min-width: 1300px) {
  .h800 {
    height: 900px;
  }
}
.h900 {
  height: 900px;
}
@media only screen and (min-width: 1300px) {
  .h900 {
    height: 1050px;
  }
}
.Habitacioneses {
  position: relative;
  height: 500px;
}
.Habitacioneses #Sencilla {
  width: 100%;
}
.Habitacioneses #Doble {
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  .Habitacioneses {
    height: 600px;
  }
}
@media only screen and (max-width: 400px) {
  .Habitacioneses {
    height: 800px;
  }
}
/*********************** leon *********************************/
.leon {
  background-image: url("../media/leon.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 400px) {
  .leon {
    background-image: url("../media/leon_mov.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.sombra {
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  -o-box-shadow: 0px 0px 10px #000;
  -ms-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  -webkit-background-clip: padding-box;
}
.verMaps {
  background: #4b9921;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 140px;
}
.fecha1 {
  position: absolute;
  left: 0;
  width: 80px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -10px;
  background: #ff4a4a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}
.fecha2 {
  position: absolute;
  left: 0;
  width: 80px;
  padding-top: 5px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 50px;
  z-index: 1;
}
.fechad1 {
  position: absolute;
  right: 50px;
  width: 80px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -10px;
  background: #ff4a4a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}
.fechad2 {
  position: absolute;
  right: 50px;
  width: 80px;
  padding-top: 5px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 46px;
  z-index: 1;
}
.fecha3 {
  position: absolute;
  left: 0;
  width: 80px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -40px;
  background: #ff4a4a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}
.fecha4 {
  position: absolute;
  left: 0;
  width: 80px;
  margin-top: -30px;
  padding-top: 5px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 46px;
  z-index: 1;
}
.LeerMas {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #4b9921;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  font-size: 18px;
}
.colore3c985 {
  color: #e3c985;
}
.fa-twitter-square {
  color: #1dcaff;
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-google-plus-square {
  color: #d34836;
}
/*********************** ofertas *********************************/
.ofertas {
  background-image: url("../media/oferta.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 400px) {
  .ofertas {
    background-image: url("../media/ofertas.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/*********************** Salones *********************************/
.salones {
  background-image: url("../media/Banner_Salones.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 400px) {
  .salones {
    background-image: url("../media/salones.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.Saloneses {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  .Saloneses {
    height: 850px;
  }
}
@media only screen and (max-width: 400px) {
  .Saloneses {
    height: 370px;
  }
}
/*********************** Reservar *********************************/
.reservar {
  background-image: url("../media/Banner_Reserva.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgVerde {
  background: #335f1d;
  padding-top: 5px;
  padding-bottom: 5px;
}
/****************************  Ajustes 2023 ******************/
.btMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btMenu .btnCarta2 {
  margin: 20px;
}
.redes {
  text-align: center;
  padding-top: 20px;
}
.redes i {
  color: #666;
  font-size: 20px;
}
