.pegarmenu{
	width: 80%;
  	position: fixed;
  	top: 0;
  	display: block;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contenedor{
	width: 100%;
	max-width: 1200px;
	background: #EEE8E9;
}
.contenedora{
	width: 100%;
	max-width: 1200px;
}

p{
	text-align: justify;
}
.menubar{
	display: none;
}

header {
	width: 100%;
	height: 100%;
}
header nav {
	background-color:white;
	z-index:1000;
	max-width: 1200px;
	width:100%;
	margin:0px auto;
}
 
header nav ul {
	list-style:none;

}
 
header nav ul li {
	display:inline-block;
	position: relative;
	
}
 
header nav ul li:hover {
	background:white;
	border: solid 1px #f5f4f4;

}
 
header nav ul li a {
	color:black;
	background: #d8d8d8;
	display:block;
	text-decoration:none;
	padding: 20px;
	border-radius: 4px;
	border: solid 1px #d8d8d8;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;

}
 
header nav ul li .children {
	display: none;
	background:#f5f4f4;
	position: absolute;	
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
.slideshow-header{
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#slideshow{
	display: flex;
	width: 300%;
}
.imagenes{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
}

.imagenes img{
	display: block;
	width: 100%;
	height: 500px;
}
.texto {
	width: 70%;
	margin: 0 160px;
	text-align: center;
  	position: absolute;
  	bottom: 20%;
}
.texto h1{
	font-size: 200%;
	text-transform: uppercase;
}
.texto span{
	font-size: 140%;
	text-transform: uppercase;
	color: #FF0B37;
}
.btn-header{
	border: none;
	outline: none;
	width: 20%;
	margin-top: 15px;
	background-color:#FF0B37;
	font-size: 18px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}
.btn-header:hover{
	background-color: #fff;
	color: #FF0B37;
	border: 1px solid #FF0B37;

}
#prev, #next{
	width: 35px;
	height: 35px;
	position: absolute;
	background: rgba(255,11,55,0.7);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#prev{
	left: 10px;
}
#next{
	right:10px;
}

#prev:hover, #next:hover{
	background-color:rgba(255,11,55,0,5);
	opacity: 0.7;
}
.informacion{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.informacion h1{
	padding: 5px;
	font-size: 140%;
	text-align: center;
	text-transform: uppercase;
}
.informacion i{
	font-size: 100%;
}

.columna{
  	float: left;
  	width: 45%;
  	height: 400px;
 	background: #fff;
  	padding: 5px;
 	margin: 15px;
 	margin-top: 20px;
  	box-sizing: border-box;
  	border: 2px solid red;
}
.columna h2{
	padding: 5px;
	font-size: 120%;
	text-align: center;
}
h2 span, h2 i{
	padding: 5px;
	font-size: 120%;
}
.columna img{
	width:100%;
	padding: 10px;
}
.columna p{
	padding: 10px;
}
.fila::after {
  content: "";
  clear: both;
  display: table;
}
.main {
	width: 100%;
}
.col{
	width: 50%;
	float: left;
	background-color: #fff;
	padding: 10px;
	
	

}
.col-content{
	width: 90%;
	margin: 10px auto;
}
.col-content h2{
	font-size: 130%;
	text-align: center;
}
.col-content span{
	color: #FF0B37;
	font-weight: bold;
	margin-bottom: 20px;
}
.col-content i{
	color: #FF0B37;
	font-size: 100%;
}
.btn-main{
	border: none;
	outline: none;
	margin-top: 20px;
	background-color:#FF0B37;
	font-size: 18px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.btn-main:hover{
	background-color: #fff;
	color: #FF0B37;
	border: 1px solid #FF0B37;
}

.clases{
	width: 100%;
	background: #EEE8E9;
}
.clases-content{
	width: 100%;
}
.clases-content h2{
	font-size: 140%;
	text-align: center;
}
.col-clases{
	background: #EEE8E9;
	padding: 20px 35px;
	width: 50%;
	float: left;
}
.col-clases span{
	color: #FF0B37;
}
.colum-img{
	float: left;
	width: 50%;
	padding: 5px;
	margin: 10px 0;
}
.colum-img img{
	width: 100%;
}
.colum1, .colum2{
	float: left;
	width: 48%;
  	height: 200px;
	border: 1px solid grey;
  	background: #fff;
  	margin: 10px 3px;
  	box-sizing: border-box;
}
.colum3{
	clear: both;
	width: 50%;
	margin: 0 auto;
	height: 200px;
	border: 1px solid grey;
  	background: #fff;
  	margin: 0 auto;
  	box-sizing: border-box;

}
.colum-header{
	border-bottom: 1px solid grey;
	padding: 8px;
}
.colum-header h2{
	text-align: center;
}
.fila p{
	padding: 8px;
	text-align: center;
}
.fila ul{
	padding: 5px;
	font-size:16px;
	list-style-type: none;
}
.clear{
	clear:both;
	text-align: center;
	padding-bottom: 15px;
}
.photos{
	width: 100%;
	background: #fff;
	padding: 20px;
}
.photos h2{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.img{
	float: left;
	width: 33.33%;
	padding: 4px;
	box-sizing: border-box;
}
.img img{
	width: 100%;
}
footer{
	width: 100%;
	background:#6A6062;
}
.footer{
	width: 50%;
	margin: 0 auto;
	padding: 15px;
}
.footer h3{
	font-size: 120%;
	text-align: center;
}
.location, .icons{
	text-align: center;
	margin: 14px 0;
}
.icons a{
	text-decoration: none;
}
.icons span:hover{
	cursor: pointer;
	opacity: 0.7;
}
.btn-top{
	display: none;
  	border: none; 
  	outline: none;
  	font-size: 18px;
  	cursor: pointer; 
  	padding: 5px;
  	position: fixed;
  	bottom: 35px;
  	right: 20px; 
  	background-color:rgba(255,11,55,0.6);
  	color: white; 
}
.btn-top:hover{
	background-color:#FF0B37;
	opacity: 0.8;
}

/*responsive web */
@media screen and (max-width: 800px){
	*{
		font-size: 20px;
	}
	.texto {
		margin: 0 130px;
		bottom: 20%; 
	}
	.texto h1{
		font-size: 140%;
	}
	.columna{
  		width: 45%;
	}
	.query{
		clear: both;
		width: 100%;
		margin:0;
	}
	.col-p{
		margin-bottom: 23px;
	}
	.colum1, .colum2, .colum3{
		width: 100%;
	}
	.colum-img{
		width: 90%;
		margin: 5px auto;
	}
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgb(0,0,0);
		background: rgb(175,175,175);
	}
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
		background:white;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
		background:white;

	}
 
	header nav ul li .children li a {
		margin-left:20px;
		background:white;
	}
 
	header nav ul li .caret {
		float: right;
		background: black;
	}

	.menubar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#E6344A;
		z-index: 100;
	}
 
	.menubar .btmenu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;

	}



@media screen and (max-width: 500px){
	
	.ocultar{
		display: none;
	}
	.texto {
		width: 100%;
		text-align: center;
  		margin: 0;
  		bottom: 25%;
	}
	.texto h1{
		font-size: 100%;
	}
	.texto span{
		font-size: 100%;
	}
	.texto p{
		display: none;
	}
	.btn-header{
		width: 30%;
	}
	.columna, .query{
  		width: 90%;
	}
	.query{
		width: 90%;
		margin: 0 14px;
	}
	.col{
		clear: both;
		width: 100%;
	}
	.col-clases{
		width: 100%;
	}
	.colum-img{
		width: 50%;
		margin: 10px 0;
	}
	.img{
		width: 100%;
	}
	.footer {
		width:100%;
	}
}



