a{
  text-decoration: none;
}

.placeholder{
  background-color: rgba(255, 255, 255, 0.1);
}
.boton-login {
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* border-radius: 5px; */
  /* padding: 5px; */
  min-height: 150px;
  margin-left:10px;
  font-size:13px;
  color:#FFF;
  text-decoration: none;
  --bs-link-hover-color: #FFF;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #b8c968;
  --bs-btn-border-color: #b8c968;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b8c968;
  --bs-btn-hover-border-color: #b8c968;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 12px;
}

.form-select {
  font-size: 13px;
}

.datepicker td, .datepicker th {
  font-size: 13px;
}

.conenedor_reserva{
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border-radius: 5px;
  background-color: #2e2b22;
}

.container-hover {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #008CBA; */
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container-hover:hover .overlay {
  height: 100%;
}

.text-hover {
  color: white;
  font-size: 14px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 40px;
  padding-top: 60px;
}

.thumbprod {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.thumbprod_home {
  position: relative;
  /* width: 222px; */
  height: 122px;
  overflow: hidden;
}

.thumbprod img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbprod_home img {
  /* position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 140%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%); */
  position: absolute;
  top:50%;
  width: 150%;
  height: auto;

  overflow: hidden;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
}

.card {
  -webkit-box-shadow:0px 0px 9px 0px rgba(0,5,4,0.20);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,5,4,0.20);
  box-shadow: 0px 0px 9px 0px rgba(0,5,4,0.20);
}

.card-img, .card-img-top, .card-img-bottom {
    padding: 5px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: none;
  z-index: 999;
}

#footer_whatsapp {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 9999;
}

.nav-link {
  color: #FFF;
  font-size:14px;
  margin-right:20px
}

.nav-link.active{
  color:#FFF;
}

.boton_comprar {
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  line-height: 35px;
  text-align: center;
  width: 180px;
  height: 38px;
  background-color: #0d6efd;
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
}

.boton_marron_xs{
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:15px;
  text-decoration:none;
  color:#FFF;
  line-height:35px;
  text-align:center;
  width:200px;
  height:35px;
  background-color: rgba(114,121,80,0.7);
  border-radius: 5px;
  border: 1px #FFF solid;
  cursor:pointer;
}


.boton_negro_xs{
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:15px;
  text-decoration:none;
  color:#FFF;
  line-height:35px;
  text-align:center;
  width:200px;
  height:35px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 5px;
  border: 1px #FFF solid;
  cursor:pointer;
}

.boton_negro_m{
  margin-top: 25px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size:15px;
  text-decoration:none;
  color:#FFF;
  line-height:35px;
  text-align:center;
  width:250px;
  height:35px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 5px;
  /* border: 1px #FFF solid; */
  cursor:pointer;
}


h1{
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #FFF;
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 20px;
}


h2{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color:#009fe2;
  margin-bottom: 0px;
  font-weight: bold;
}

h3{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #009fe2;
}


h4{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #009fe2;
}

p{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

span {
  font-family: 'Raleway', sans-serif;
}

label{
  font-size: 13px;
  color: #e0d6cc;
  margin-bottom: 4px;
}

.contenedor-compra{
  width:95%;
  z-index:998;
  position: absolute;
  top: 510px;
  left: 40px;
}

.label-compra{
  font-size:13px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

.form_compra input[type="radio"]:checked + label{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  width: 90px;
  height: 116px;
  border-radius: 5px;
  background-color: #5b5b5f;
  border: 0px;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
}

.form_compra label{
  font-size: 11px;
  font-weight: bold;
  color: #5c5b60;
  width: 90px;
  height: 116px;
  border-radius: 5px;
  background-color: #d9dade;
  border: 0px;
  text-align: center;
  padding-top: 22px;
  display: inline-block;
  cursor: pointer;
}

.form_compra label:hover{
  background-color: #CCC;
}

.boton-compra-buscar{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  width: 85px;
  height: 116px;
  border-radius: 5px;
  background-color: #00648e;
  border: 0px;
  margin-left:20px;
}

.form_compra input[type="radio"]{
  display: none;
}

.titulo-compra{
  margin-left:180px;
}

.cabezal_interior{
  position: absolute;
}

.contenedor-home-negros {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;

}

.texto-reviews{
  font-size: 14px;
  font-weight: 500;
}

.card-text{
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 14px;
}

.texto-naranja{
  color:#f5ab00;
  font-size: 16px;
}

.texto-blanco{
  color:#FFF;
  font-size: 14px;
}

.texto-negro{
  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */
  color:#000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}

.texto-footer{
  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */
  color:#FFF;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

.texto-13{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #777;
}


.texto-14{
  font-size: 14px;
  line-height: 24px;
}


.texto-15{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #777;

}


.texto-18{
  font-size: 18px;
  font-weight: 600;
}

.texto-18-n{
  font-size: 18px;
}

.texto-26{
  font-size: 26px;
}

.texto-slides{
  font-size: 64px;
  font-weight: 900;
  text-shadow: 2px 2px 20px #000;
}

.texto-home{
  line-height: 24px;
}

.list-group {
  --bs-list-group-color: none;
  --bs-list-group-bg: none;
}

.contenedor-fotos{
  position:relative;
  max-height:269px;
  overflow:hidden;
}

.contenedor-fecha{
  background-color:orange; position: absolute; bottom:125px; width:80%; left:10%; height:50px; z-index:200;
}

li, .btn{
  /* font-family: 'Nunito Sans', sans-serif; */
  /* font-family: 'Raleway', sans-serif; */
  font-size: 13px;
}

.botones-home-negros{
  background-color: rgba(0,0,0,0.5);
  border-radius:5px;
  min-height:150px;
  padding:35px;
}

.botones-interior-negros{
  background-color: rgba(0,0,0,0.05);
  border-radius:5px;
  min-height:625px;
  padding:35px;
}

.boton-naranja{
  padding:10px 30px 10px 30px; background-color:#EA5F40; border-color:#EA5F40;
}


.botones-home-blancos{
  background-color: #FFF;
  border-radius:5px;
  min-height:200px;
  padding:15px;
  padding-top:0px;
}

.iconos-naranjas{
  font-size:42px;
  color:orange;
  margin-top:0px;
}



.titulo-naranja{
  color:orange;
  margin-top:17px;
}

.slide_mobile{
  display:none;
  margin-bottom: 0px;
}

.vl {
  border-left: 18px solid #5e48b6;
  height: 80px;
  margin-right: 20px;
}

.vl-interior {
  border-left: 18px solid #5e48b6;
  height: 300px;
  margin-right: 20px;
}

.vl2 {
  border-left: 18px solid #5e48b6;
  height: 50px;
  margin-right: 20px;
}

.vl2w {
  border-left: 18px solid #FFF;
  height: 50px;
  margin-right: 20px;
}

.dropdown-menu{
--bs-dropdown-link-color: #CCC;
--bs-dropdown-link-hover-color: #000;
--bs-dropdown-link-hover-bg: #E3E3E3;
}

.btn-secondary {
--bs-btn-hover-bg: orange;
--bs-btn-hover-border-color: orange;
}

.navbar-brand{
  padding-top:0px;
}

.justify-content-md-center {
  justify-content: right !important;
}

.hr-gris{
  border-color: #6aa0bc;
  border-width: 2px;
  width: 350px;
  opacity: 1;
}

.ul-menu {
  list-style: none;
}

.ul-menu li::before {
  content: "\2022";
  color: orange;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.navbar-nav{
  margin-top:-60px;
}

.menu-header{
  width:100%;
  background-image: url(../images/bg_menu.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size:cover;
}

.texto-cabezal{
  font-size:13px;
  line-height:20px;
  color:#FFF;
  margin-right:10px;
}

@media (max-width: 1200px) {

  .contenedor-compra{
    background-color: #009fe2;
    width:100%;
    z-index:998;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .boton-compra-buscar{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    width: 120px;
    height: 55px;
    border-radius: 5px;
    background-color: #00648e;
    border: 0px;
    margin-left:auto;
  }

  .label-compra {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
  }

  .titulo-compra{
    margin-left:auto;
    text-align: center;
  }

  .cabezal_interior{
    position: inherit;
  }

  .texto-cabezal{
    font-size:11px;
    line-height:20px;
    color:#FFF;
    margin-right:10px;
  }


  .navbar-nav{
    margin-top:0px;
  }

  .menu-header{
    width:100%;
    background-color:#009fe2;
  }

	.slide_mobile{
    display:inline;
    margin-bottom: 0px;
  }
	.slide_desktop{display:none;}

  .navbar-collapse{
    margin-left:10px;
    /* margin-bottom: 25px; */
  }

  .cabezal_black{
    padding-right:0px;
    background-color: #000;
    color:#FFF;
  }

  .navbar-brand{
    margin-top:0px;
    margin-left:0px;
  }

  .hr-gris{
    border-color: #6aa0bc;
    border-width: 2px;
    width: 90%;
  }

  .texto-slides{
    font-size: 42px;
    font-weight: 900;
    text-shadow: 2px 2px 20px #000;
  }


}
