@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 576px) { ... }


@media (max-width: 768px) { 
   
	/* codigo slider */
     
     .box-descripcion-cuarto{
     	background: white;
     	position: absolute;
     	z-index: 99;
     	width: 100%;
     	height: 80vh;
     	padding:30px 15px;
     	margin-top: 30vh;
     	-webkit-box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
     }
     .carousel-control-prev.promo{
     	z-index: 9999;
     	left: -5% !important;
     	top: -20%;
     }
     .box-descripcion-cuarto p{
     	font-size: 13px;
     }
     .carousel-control-next.promo{
     	z-index: 9999;
     	right: -5% !important;
     	top: -20%;
     }

     .new-promo{
     	width: 100% !important;
     }
     .box-descripcion-cuarto h3{
     	text-align: center;
     	font-size: 15px;
     	padding: 15px 0;
     	text-transform: uppercase;
     }
     .beneficions-d{
     	width: 100%;
     	padding-top: 40px;
     }
     .beneficions-d svg{
     	color: #E8B23F;
     	font-size: 1.5rem;
     	margin: 10px auto;
     }
     .beneficions-d h4{
     	width: 100%;
     	font-size: 14px;
     	height: auto;
     	text-transform: uppercase;
     }
     .section-nueva{
     	width: 100%;
     	
     	padding: 0 5%;
     	margin-bottom: 0 !important;
     	padding-bottom: 0 !important;
     }
     .plomo{
     	background: #f2f2f2;
     }
     .box-opinion{
     	
     }
     .box-opinion img{
     	max-width: 80%;
     }
     .slick-prev, .slick-next{
     	background: #0D5681 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
     }
     .slick-prev{
     	margin-left: 3% !important;
     	z-index: 999;
     }
     .slick-next{
     	margin-right: 3% !important;
     }
     .box-opinion h3{
       font-size: 15px;
       text-align: left;
     }
     .box-opinion p{
     	font-size: 13px;
     }
     .box-opinion svg{
     	font-size: 1.5rem;
     	display: block;
     	
     	color: #E8B23F;
     }
     .title-all{
     	width: 100%;
     	font-size: 18px;
     	padding: 10px 0;
     	text-transform: uppercase;
     	border-bottom: 2px solid #E8B23F;
     }
     .beneficions-d h3{
     	font-size: 12px;
     	text-transform: uppercase;
     	text-align: center;
     }
     .box-descripcion-cuarto svg{
     	font-size: 3rem;
     	display: block;
     	color: #E8B23F;
     	margin: 15px auto;
     }
     .slider-descripcion .carousel-item{
     	height: 90vh;
     	
     }
     .slider-descripcion .carousel-item img{
     	
     	max-height: 100%;
     	width: auto !important;
     	max-width: 100%;
     }
     .img-rese {
     	padding-top: 0 !important;
     }
     footer h3{
     	width: 50%;
     	font-size: 18px;
     	color: white;
     	padding-bottom: 3px;
     	margin-bottom: 15px;
     	border-bottom: 2px solid  #E8B23F;
     }
     .letra-proto p{
     	font-size: 13px;
     	padding-top: 10px;
     }
     .p-nt{
     	font-size: 14px;
     }
     .ds{
     	font-size: 13px;
     	cursor: pointer;
     }
     .redes {
    position: fixed;
    bottom: 15%;
    right: 18pt;
    z-index: 999999;
}
     footer a{
     	color: white;
     	display: block;
     	padding: 3px 0;
     	font-size: 12px;
     }
     footer p{
     	color: white;
     	padding: 3px 0;
     	font-size: 12px;
     }



	/* fin del codigo */

	.texto-home{
		width: 100%;
    z-index: 999;
    height: 100vh;
    padding: 50px 0;
    display: flex;
    background: rgba(0,0,0,0.4);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
	}
	.c-texto{
		width: 100%;
		
		
	}
	#carouselExampleIndicators{
	
	}
	.texto-home h1{
      color: white;
      width: 100%;
      font-size: 2.5rem;
      font-weight: 700;
      
      text-align: left;
      text-transform: uppercase;
	}
	.texto-home p{
		color :white;
		font-weight: 400;
		margin-top: 15px;
		font-size: .9rem;
	}
	.texto-home a{
		display: block;
		padding: 15px 20px;
		background: #E8B23F;
		text-align: center;
		color: white;
		width: 100%;
		border-radius: 8px;
	}
	.box-reserva{
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		
	}
	.reserva{
		width: 100%;
		position: relative;
		margin-top: -40vh;
		border-radius: 10px;
		padding: 15px 15px;
		-webkit-box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
		z-index: 9999;
		background: white;
	}
	.reserva.modal-d{
		width: 100%;
		box-shadow: none;
		margin: 0;
	}
	.reserva label{
		font-size: 12px;
	}
	.reserva h2{
		font-size: 15px;
     	text-transform: uppercase;
     	text-align: center;
     	text-align: center;
	}
	#dato_huesped{
	display: none;
}
.box-habitacion{
	background: white;
	border:1px solid #f2f2f2;
}
.box-habitacion h3{
	font-size: 18px;
	padding: 8px 0;
	min-height: 30px;
}
.container-no{
	padding-top: 120px;
}
.texto-no{
	padding: 5px 8%;
}
.texto-no h1{
	font-size: 25px;
}
.img-nosotros{
	padding-right: 8%;
}
.texto-no p{
	text-align: justify;
}
.form-contacto h3{
	font-size: 25px;
	padding: 8px 0;
	
}

.box-habitacion p{
	font-size: 13px;
}
.span-precio{
	font-size: 1.2rem;
	font-weight: 600;
}
.btn-s{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	opacity: 1 !important;
	flex-direction: column;
	justify-content: center;
	background: #E8B23F;
}
#dato_huesped_a{
	display: none;
}
	.precio-hotel{
		font-size: 1.1rem;
		font-weight:500;
	}
	.btn-reserva{
		background:#e6a501;
		color: white; 
		padding: 5px 30px;
		border: 0;
		height: 45px;
	}
	.input-borde{
		border: 1px solid #e6a501 !important;
	}
   .nav-link.nuevo-estilo-nav{
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 15px 0rem !important;
	color: #444444 !important;
	text-align: center;
	display: block;
}
.img-movil{
	animation: img 8s  infinite alternate;
	width: auto !important;
}
@keyframes img{
	from {transform: scale(1.1);}
  to {transform: scale(1);}
}
.container{
	padding: 40px 0;
}
.menu-lateral{
	min-height: 100vh;
	max-height: 100vh;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
	
}
.menu-lateral a{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.h4-panel{
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.libre{
	background: #2ECC71;
}
.ocupado{
	background:#E74A25; 
}
.ingreso{
	background: #0283CC;
}
.reserva-box{
	background: #FFB136;
}
.div-svg svg{
	font-size: 2rem;
	color: white;
}
.span-num{
	color: white;
	font-weight: 600;
	font-size: 30px;
}
.h3-panel{
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.color-h3-2{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.table-reserva td{
	text-transform: uppercase;
	font-size: 12px;
}
.chart-svg{
	color: rgb(255,255,255,0.9);
	font-size: 5.5rem
}
.table-reserva th{
	color: #333333;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.menu-d a{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.btn-add-reserva{
	border: none;
	text-align: center;
	background: #2ECC71;
}
.btn-add-reserva span{
	color: white;
}
.btn-add-reserva svg{
	color: white;
}
.box-char-ingreso{
	background: white;
	width: 95%;

}
.btn-revision{
	background:#FFB136;
	color: white;
	text-align: center;
	border: none; 
	font-size: 12px;
}
.table-reserva{
	width: 95%;
	margin: auto;
	background: white;
}
.img-pefil{
	margin-top: 60px;
	margin-bottom: 60px;
}
.img-pefil img{
	width: 70%;
}
.container-admin{
	background: #F4F8F9;
	min-height: 100vh;
}
.guia{
	width: 40px;
	height: 40px;
	background: #f2f2f2;
}

.bloque h3{
	font-size: 15px;
	font-weight: 700;
}
.llave_b{
	width: 9%;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #222222;
	font-weight: 600;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.reserva input{
	font-size: 13px;
}
.llave{
	width: 9%;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #222222;
	font-weight: 600;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.reserva-md h3{
	font-size: 11px;
}
.reserva-md .llave{
	width: 15%;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	padding: 8px 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ocupado{
	background: #E74A25;
	color: white;
	
}
.menu{
	padding: 10px 0%;position: fixed;top: 0;z-index: 9999;width: 100%;
	background: white !important;
	position: fixed;
	-webkit-box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
	z-index: 999999;
}
.menu.menu2{
	box-shadow: none;
	border-bottom: 1px solid #a2a2a2;
}
.navbar-brand{
	display: flex;
	width: 30%;
}
.navbar-brand img{
	width: 100%;
}
.navbar-brand span{
	font-weight: 700;
	color: white;
	margin: auto 0;
	margin-left: 8px;
}
#navbarNav{
	height: 100vh !important;
    /* padding-top: 40px; */
    
    justify-content: center !important;
    flex-direction: column;
}
.nel.show{
	display: flex !important;
}
#navbarNav ul{
	padding-left: 5px;
}
.title{
	font-size: 3.5rem;
	font-weight: 800;
}
.estilo-capa-portada{
	width: 100%;
    top: 0;
    left: 0;
    display: flex !important;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}
.sub-title{
	font-size: 1.8rem;
	font-weight: 700;
}
.products{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item{
	display: flex;
	width: 38%;
	padding: 2%;
	background: #f5f5f5;
	margin-bottom: 20px;
	margin-right: 3%;
}
.item-info{
	width: 100%;
}
.img-producto{
	min-height: 250px;
	display: flex;
	flex-direction: column;
}
.item-info h3 a{
	font-size: 15px;
	text-decoration: none;
	line-height: .9rem !important;
}
.img-producto a{
	width: 100%;
	margin: auto;
	display: flex;
}




.img-producto a img{
	width: auto;
	margin: auto;
}
.descripcion{
	width: 70%;
}
.button-amazon{
	border:1px solid black;
	background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0,0,0,0);
	color: #000;
	font-weight: 300;
	padding: 10px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	border-color: #9c7e31 #90742d #786025 !important;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 40%) inset;
    
}
.button-amazon:hover{
	color: black;
	text-decoration: none;
	background: linear-gradient(45deg bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0,0,0,0);
}

.seccion{
	padding: 70px 0;
}
.ver-mas{
	width: 100%;
	display: flex;
	justify-content: center;
}
.bajo-title{
	font-size: 1.8rem;
	font-weight: 700;
}

iframe{
	margin:40px 0;
}

.seccion.categoria{
	width: 100%;
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}
.container-categoria{
	width: 33%;
	position: relative;
}
.container-categoria:hover{
	text-decoration: none;
}
.container-categoria:hover img{
	filter: grayscale(0);
	transform:scale(1.01);
}
.container-categoria img{
	position: absolute;
	transition: .5s;
	width: 100%;
	height: 100%;
	filter: grayscale(80);
}
.contenido-categoria{
	position: relative;
	z-index: 99;
	width: 100%;
	height: 450px;
	padding: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,0,0,0.4);
}
.contenido-categoria h2{
	color: white;
	font-weight: 700;
}
.img-arcade{
	display: flex;
	justify-content: space-around;
}
.contenido-arcade{
	width: 40%;
}
.contenido-arcade img{
	width: auto;
	display: block;
	margin: auto ;
	max-height: 300px;
}

footer{
	padding: 40px 10%;
	background: black;
}
footer a{
	display: block;
	margin-bottom: 10px;
	color: white;
}

.section.upload{
	padding-top: 150px;
}
.img-post-articulo{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img-post-articulo img{
	max-width: 100%;
	max-height: 200px;
	display: block;
	margin:auto;
}

.box-items-articulo{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.caja-articulo{
	width: 32%;
	margin-left: 1%;
	padding: 5px;
	background: #f5f5f5;
	text-decoration: none;
}
.btn-nuevo-tema{
	padding: 15px 40px;
	background: black;
	border:none;
	color: white;
	text-align: center;
}
.container.blog{
	padding-top: 130px;
}
.portada-blog{
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.portada-blog img{
	width: 100%;
}
.caja-articulo:hover{
	text-decoration: none;
}
.caja-articulo h2{
	 font-size: 1.1rem;
	 text-align: center;
      padding: 10px 0;
      font-weight: 600;
      color: black;
}
.caja-articulo div {
	font-size: .9rem;
	color: black;
	text-align: justify;
}

 }

// Large devices (desktops, 992px and up)


// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

}

@media(min-width: 760px){

	/* codigo slider */
     
     .box-descripcion-cuarto{
     	background: white;
     	position: absolute;
     	z-index: 99;
     	width: 40%;
     	height: 80vh;
     	padding:30px 15px;
     	margin-top: 5vh;
     	-webkit-box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px -13px rgba(0,0,0,0.75);
     }
     .box-descripcion-cuarto h3{
     	text-align: center;
     	font-size: 15px;
     	padding: 15px 0;
     	text-transform: uppercase;
     }
     .beneficions-d{
     	width: 50%;
     }
     .beneficions-d svg{
     	color: #E8B23F;
     	font-size: 2.5rem;
     	margin: 10px auto;
     }
     .beneficions-d h4{
     	width: 100%;
     	font-size: 18px;
     	height: auto;
     	text-transform: uppercase;
     }
     .section-nueva{
     	width: 100%;
     	
     	padding: 0 5%;
     }
     .plomo{
     	background: #f2f2f2;
     }
     .box-opinion{
     	
     }
     .box-opinion img{
     	max-width: 50%;
     }
     .box-opinion h3{
       font-size: 15px;
       text-align: left;
     }
     .slick-prev, .slick-next{
     	background: #0D5681 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
     }
     .slick-prev{
     	margin-left: -2% !important;
     }
     .slick-next{
     	margin-right: -2% !important;
     }
     .box-opinion p{
     	font-size: 14px;
     }
     .box-opinion svg{
     	font-size: 2rem;
     	display: block;
     	
     	color: #E8B23F;
     }
     .title-all{
     	width: 100%;
     	font-size: 25px;
     	padding: 10px 0;
     	text-transform: uppercase;
     	border-bottom: 2px solid #E8B23F;
     }
     .beneficions-d h3{
     	font-size: 15px;
     	text-transform: uppercase;
     	text-align: center;
     }
     .box-descripcion-cuarto svg{
     	font-size: 3rem;
     	display: block;
     	color: #E8B23F;
     	margin: 15px auto;
     }
     .slider-descripcion .carousel-item{
     	height: 90vh;
     	
     }
     .slider-descripcion .carousel-item img{
     	margin-left: 20%;
     	max-height: 100%;
     	width: auto !important;
     	max-width: 100%;
     }
     footer h3{
     	width: 50%;
     	font-size: 18px;
     	color: white;
     	padding-bottom: 3px;
     	border-bottom: 2px solid  #E8B23F;
     }
     .p-nt{
     	font-size: 14px;
     }
     .ds{
     	font-size: 13px;
     	cursor: pointer;
     }
     .redes {
    position: fixed;
    bottom: 15%;
    right: 18pt;
    z-index: 999999;
}
     footer a{
     	color: white;
     	display: block;
     	padding: 3px 0;
     	font-size: 12px;
     }
     footer p{
     	color: white;
     	padding: 3px 0;
     	font-size: 12px;
     }



	/* fin del codigo */

	.texto-home{
		width: 100%;
		z-index: 999;
		height: 100vh;
		display: flex;
		background:rgba(0,0,0,0.2);
		flex-direction: column;
		justify-content: center;
		padding-top: 70px;
	}
	.c-texto{
		width: 50%;
		
		
	}
	.texto-home h1{
      color: white;
      width: 100%;
      font-size: 4.5rem;
      font-weight: 700;
      
      text-align: left;
      text-transform: uppercase;
	}
	.texto-home p{
		color :white;
		font-weight: 400;
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.texto-home a{
		display: block;
		padding: 15px 20px;
		background: #E8B23F;
		text-align: center;
		color: white;
		width: 40%;
		border-radius: 8px;
	}
	.box-reserva{
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.reserva{
		width: 50%;
		position: relative;
		margin-top: -450px;
		border-radius: 10px;
		padding: 15px 20px;
		-webkit-box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
box-shadow: 0px 0px 23px -12px rgba(0,0,0,0.75);
		z-index: 9999;
		background: white;
	}
	.reserva.modal-d{
		width: 100%;
		box-shadow: none;
		margin: 0;
	}
	.reserva label{
		font-size: 12px;
	}
	.reserva h2{
		font-size: 15px;
     	text-transform: uppercase;
     	text-align: center;
     	text-align: center;
	}
	#dato_huesped{
	display: none;
}
.box-habitacion{
	background: white;
	border:1px solid #f2f2f2;
}
.box-habitacion h3{
	font-size: 18px;
	padding: 8px 0;
	min-height: 30px;
}
.container-no{
	padding-top: 120px;
}
.texto-no{
	padding: 5px 8%;
}
.texto-no h1{
	font-size: 25px;
}
.img-nosotros{
	padding-right: 8%;
}
.texto-no p{
	text-align: justify;
}
.form-contacto h3{
	font-size: 25px;
	padding: 8px 0;
	
}

.box-habitacion p{
	font-size: 13px;
}
.span-precio{
	font-size: 1.2rem;
	font-weight: 600;
}
.btn-s{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	opacity: 1 !important;
	flex-direction: column;
	justify-content: center;
	background: #E8B23F;
}
#dato_huesped_a{
	display: none;
}
	.precio-hotel{
		font-size: 1.1rem;
		font-weight:500;
	}
	.btn-reserva{
		background:#e6a501;
		color: white; 
		padding: 5px 30px;
		border: 0;
		height: 45px;
	}
	.input-borde{
		border: 1px solid #e6a501 !important;
	}
   .nav-link.nuevo-estilo-nav{
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 5px 2rem !important;
	color: #444444 !important;
}
.img-movil{
	animation: img 8s  infinite alternate;
	width:100%;
}
@keyframes img{
	from {transform: scale(1.1);}
  to {transform: scale(1);}
}
.container{
	padding: 40px 0;
}
.menu-lateral{
	min-height: 100vh;
	max-height: 100vh;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
box-shadow: 10px 0px 18px -24px rgba(0,0,0,0.75);
	
}
.menu-lateral a{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.h4-panel{
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.libre{
	background: #2ECC71;
}
.ocupado{
	background:#E74A25; 
}
.ingreso{
	background: #0283CC;
}
.reserva-box{
	background: #FFB136;
}
.div-svg svg{
	font-size: 2rem;
	color: white;
}
.span-num{
	color: white;
	font-weight: 600;
	font-size: 30px;
}
.h3-panel{
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.color-h3-2{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.table-reserva td{
	text-transform: uppercase;
	font-size: 12px;
}
.chart-svg{
	color: rgb(255,255,255,0.9);
	font-size: 5.5rem
}
.table-reserva th{
	color: #333333;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.menu-d a{
	color: #333333;
	font-weight: 600;
	font-size: 15px;
}
.btn-add-reserva{
	border: none;
	text-align: center;
	background: #2ECC71;
}
.btn-add-reserva span{
	color: white;
}
.btn-add-reserva svg{
	color: white;
}
.box-char-ingreso{
	background: white;
	width: 95%;

}
.btn-revision{
	background:#FFB136;
	color: white;
	text-align: center;
	border: none; 
	font-size: 12px;
}
.table-reserva{
	width: 95%;
	margin: auto;
	background: white;
}
.img-pefil{
	margin-top: 60px;
	margin-bottom: 60px;
}
.img-pefil img{
	width: 70%;
}
.container-admin{
	background: #F4F8F9;
	min-height: 100vh;
}
.guia{
	width: 40px;
	height: 40px;
	background: #f2f2f2;
}

.bloque h3{
	font-size: 15px;
	font-weight: 700;
}
.llave_b{
	width: 9%;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #222222;
	font-weight: 600;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.reserva input{
	font-size: 13px;
}
.llave{
	width: 9%;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	color: #222222;
	font-weight: 600;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.reserva-md h3{
	font-size: 11px;
}
.reserva-md .llave{
	width: 5%;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	padding: 8px 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ocupado{
	background: #E74A25;
	color: white;
	
}
.menu{
	padding: 10px 0%;position: fixed;top: 0;z-index: 9999;width: 100%;
	background: white !important;
	position: fixed;
	-webkit-box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
box-shadow: 0px 13px 23px -23px rgba(0,0,0,0.75);
	z-index: 999999;
}
.menu.menu2{
	box-shadow: none;
	border-bottom: 1px solid #a2a2a2;
}
.navbar-brand{
	display: flex;
	width: 12%;
}
.navbar-brand img{
	width: 100%;
}
.navbar-brand span{
	font-weight: 700;
	color: white;
	margin: auto 0;
	margin-left: 8px;
}
.title{
	font-size: 3.5rem;
	font-weight: 800;
}
.estilo-capa-portada{
	width: 100%;
    top: 0;
    left: 0;
    display: flex !important;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}
.sub-title{
	font-size: 1.8rem;
	font-weight: 700;
}
.products{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item{
	display: flex;
	width: 38%;
	padding: 2%;
	background: #f5f5f5;
	margin-bottom: 20px;
	margin-right: 3%;
}
.item-info{
	width: 100%;
}
.img-producto{
	min-height: 250px;
	display: flex;
	flex-direction: column;
}
.item-info h3 a{
	font-size: 15px;
	text-decoration: none;
	line-height: .9rem !important;
}
.img-producto a{
	width: 100%;
	margin: auto;
	display: flex;
}




.img-producto a img{
	width: auto;
	margin: auto;
}
.descripcion{
	width: 70%;
}
.button-amazon{
	border:1px solid black;
	background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0,0,0,0);
	color: #000;
	font-weight: 300;
	padding: 10px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	border-color: #9c7e31 #90742d #786025 !important;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 40%) inset;
    
}
.button-amazon:hover{
	color: black;
	text-decoration: none;
	background: linear-gradient(45deg bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0,0,0,0);
}

.seccion{
	padding: 70px 0;
}
.ver-mas{
	width: 100%;
	display: flex;
	justify-content: center;
}
.bajo-title{
	font-size: 1.8rem;
	font-weight: 700;
}

iframe{
	margin:40px 0;
}

.seccion.categoria{
	width: 100%;
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}
.container-categoria{
	width: 33%;
	position: relative;
}
.container-categoria:hover{
	text-decoration: none;
}
.container-categoria:hover img{
	filter: grayscale(0);
	transform:scale(1.01);
}
.container-categoria img{
	position: absolute;
	transition: .5s;
	width: 100%;
	height: 100%;
	filter: grayscale(80);
}
.contenido-categoria{
	position: relative;
	z-index: 99;
	width: 100%;
	height: 450px;
	padding: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,0,0,0.4);
}
.contenido-categoria h2{
	color: white;
	font-weight: 700;
}
.img-arcade{
	display: flex;
	justify-content: space-around;
}
.contenido-arcade{
	width: 40%;
}
.contenido-arcade img{
	width: auto;
	display: block;
	margin: auto ;
	max-height: 300px;
}

footer{
	padding: 40px 10%;
	background: black;
}
footer a{
	display: block;
	margin-bottom: 10px;
	color: white;
}

.section.upload{
	padding-top: 150px;
}
.img-post-articulo{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img-post-articulo img{
	max-width: 100%;
	max-height: 200px;
	display: block;
	margin:auto;
}
.box-items-articulo{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.caja-articulo{
	width: 32%;
	margin-left: 1%;
	padding: 5px;
	background: #f5f5f5;
	text-decoration: none;
}
.btn-nuevo-tema{
	padding: 15px 40px;
	background: black;
	border:none;
	color: white;
	text-align: center;
}
.container.blog{
	padding-top: 130px;
}
.portada-blog{
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.portada-blog img{
	width: 100%;
}
.caja-articulo:hover{
	text-decoration: none;
}
.caja-articulo h2{
	 font-size: 1.1rem;
	 text-align: center;
      padding: 10px 0;
      font-weight: 600;
      color: black;
}
.caja-articulo div {
	font-size: .9rem;
	color: black;
	text-align: justify;
}

}
