@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Regular.eot');
    src: url('fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Metropolis-Regular.woff2') format('woff2'),
        url('fonts/Metropolis-Regular.woff') format('woff'),
        url('fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Dosis', arial !important;
	font-size: 15px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #000;
	font-size: 19px;
	line-height: 1;
}


#error {
	display: block;
	text-align: center;
	padding: 8px 3px;
	margin-bottom: 0px;
	background: #ffc3c3;
	color: #cd1f1f;
	border: 1px solid #cd1f1f;
	font-size: 15px;
}

#alerta {
	display: block;
	text-align: center;
	padding: 8px 3px;
	margin-bottom: 0px;
	background: #fff4a8;
	color: #a18c00;
	border: 1px solid #a18c00;
	font-size: 15px;
}

#exito {
	display: block;
	text-align: center;
	padding: 8px 3px;
	margin-bottom: 0px;
	background: #c4feb0;
	color: #436837;
	border: 1px solid #436837;
}


#index {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	/*white-space: nowrap;
	overflow: scroll;*/
	overflow: hidden;
	z-index: 0;
}

/*
::-webkit-scrollbar {
    display: none;
}
*/

h1 {
	display: block;
	font-size: 17px;
	color: #ffffff;
	background: #2b2e83;
	padding: 7px;
	margin: 0 0 10px 0;
	border-radius: 10px 0 3px 0;
	font-weight: normal;
	
  -webkit-box-shadow: 	0 8px 2px -6px rgba(0,0,0, 0.15);
	-moz-box-shadow: 	0 8px 2px -6px rgba(0,0,0, 0.15);
	box-shadow: 		0 8px 2px -6px rgba(0,0,0, 0.15);
}

#menu {
	display: block;
	position: fixed;
	width: 99%;
	top: -300px;
	left: 0;
	margin: 0;
	padding: 60px 0 0 1%;
	background: rgba(0,0,0, 0);
	color: #fff;
	text-align: left;
	font-size: 20px;
	z-index: 1000;
	cursor: default;
	font-weight: bold;
	text-align: center;
}

#menu span, #menu a {
	display: inline-block;
	padding: 15px 10px;
	margin: 0 ;
	text-align: center;
	width: 175px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu span.oculto {
	display: none; 
}

#menu .logomenu {
	display: none;
	padding: 8px 6px 4px 6px;
	width: 25px;
	float: left;
}

#boxcontacto {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.88);
	z-index: 10000;
	color: #ffffff;
	text-align: center;
}

#boxcontacto.oculto {
	display: none;
}

.cerrar_contacto {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: 3px solid #2b2e83;
	border-radius: 100vw;
	background: #2b2e83;
}

#boxcontacto form {
	display: block;
	width: 80%;
	max-width: 440px;
	padding: 10px;
	margin: 0 auto;
	color: #fff;
}

#boxcontacto form .titulo {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

#boxcontacto form input[type="text"], #boxcontacto form input[type="number"], #boxcontacto form textarea {
	display: block;
	width: 96%;
	padding: 5px;
	margin: 5px 0;
	background: #000;
	border: solid 1px #2b2e83;
	color: #fff;
}

#boxcontacto form textarea {
	width: 96.5%;
}

#boxcontacto form input[type="submit"] {
	display: block;
	padding: 6px 25px;
	background: #2b2e83;
	color: #ffffff;
	border: 0px;
	margin-top: 15px;
}

.boxes  {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.subbox {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
	padding: 0;
}

.subbox-inicio {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
	padding: 0;
	width: 100%;
}

a.brochure {
	color: #2b2e83;
	background: #fff;
	color: #ffffff;
	background: rgba(0,0,0, 0.6);
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
}

.subbox-inicio .descripcion {
	display: block;
	width: 80%;
	max-width: 600px;
	color: #fff;
	margin: 0 auto;
	text-align: justify;
	font-size: 19px;
	height: 0px;
	overflow: hidden;
}


.subbox-inicio .descripcion.ver {
	height: auto;
}

.subbox-inicio .logo {
	position: relative;
	display: block;
	width: 60%;
	max-width: 340px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.subbox-inicio .logo img {
	margin: 0 auto;
	position: relative;
	margin-bottom: 25px;
	width: 100%;
}

.direccion.inicio {
	width: 90%;
	padding: 0 5%;
	position: absolute;
	color: #fff;
	text-align: center;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-size: 15px;
}

.direccion.inicio img {
	width: 40px;
}


.subbox .logo {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.subbox .logo img {
	position: relative;
	max-height: 94%;	
	max-width: 94%;	
}

.subbox .logo:hover {
	transition: all 1.5s;
	transform: scale(1.17);
}

.subbox .info {
	position: relative;
	display: inline-block;
	width: 40%;
	max-width: 480px;
	padding: 7px;
	vertical-align: middle;
	margin-left: 10%;
	border-radius: 15px 0;
	text-align: justify;
	line-height: 0.9;
	color: #fff;
	font-size: 24px;
}


.logopie {
	position: fixed;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 140px;
	z-index: 770;
	transition: all 1s;
}


.logopie.ocultar {
	top: -200px;
}

#box1 {
	overflow-y: auto;
	overflow: hidden;
}


#box1 .infoxifra {
	position: absolute;
	display: block;
	width: 80%;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	color: #fff;
}

#box1 img.x {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(40vh);
}

.boxredes {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	z-index: 10;
	font-size: 17px; 
	width: 100%;
}

.boxredes a.red {
	display: inline-block;
	margin: 0 2px; 
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	font-size: 15px; 
}

.boxredes .botonred {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100vw;
	margin: 0 4px; 
	padding: 0;
	vertical-align: middle;
}

.botonred.fb {  background: #000000 url(imagen/icon-wh-fb.png) center center / 90% no-repeat; }
.botonred.ig {  background: #000000 url(imagen/icon-wh-ig.png) center center / 90% no-repeat; }
.botonred.tw {  background: #000000 url(imagen/icon-wh-tw.png) center center / 90% no-repeat; }
.botonred.web { background: #000000 url(imagen/icon-wh-web.png) center center / 90% no-repeat; }

#box1 .subbox .logo img {
	background: none;
	border-radius: 0;
	border: 0;
	
  -webkit-box-shadow: 	0 0 0;
	-moz-box-shadow: 	0 0 0;
	box-shadow: 		0 0 0;
}



.menu {
	position: fixed;
	z-index: 100000000;
	cursor: pointer;
	padding: 10px;
	border-radius: 100vw;
	top: 0;
	right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	padding: 10px;
	transform: scale(.6);
	
	background: red;
}


/**/
.hamburguer {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 10;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-linecap: round;
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.line2 {
	stroke-linecap: round;
  stroke-dasharray: 60 60;
  stroke-width: 10;
}
.line3 {
	stroke-linecap: round;
  stroke-dasharray: 60 207;
  stroke-width: 10;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 10;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 10;
}

/**/

.bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#box1 .bg {
	position: fixed;
	z-index: -1;
}

.bgcolor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
}

.botones {
	position: fixed;
	bottom: -500px;
	left: 50%;
	transform: translateX(-49%);
	width: 80%;
	max-width: 620px;
	text-align: center;
	z-index: 1000;
}


.botones .boton {
	display: inline-block;
	cursor: pointer;
	padding: 7px;
	width: 65px;
	height: 65px;
	margin: 7px;
	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.botones .boton { z-index: 810; }

.cortina {
	display: block;
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(43,46,131, 0.85);
	background: rgba(0,0,0, 0.85);
	display: none;
}


hr {
	display: block;
	height: 3px;
	background: #ffcc33;
	position: fixed;
	z-index: 100000;
	bottom: 50px;
	left: 0;
	padding: 0;
	border: 0;
}


/* Responsivo */
@media only screen and (min-width: 1400px) {
	
	.subbox-inicio .descripcion {
		line-height: 1.2;
		font-size: 21px;
	}
	
	.direccion.inicio {
		line-height: 1.2;
	}

	.botones .boton {
		width: 80px;
		height: 80px;
	}

	.logopie {
		width: 170px;
	}
	
	.subbox .info {
		margin-left: 4%;
		line-height: 1.2;
	}
	
	.boxredes {
		font-size: 20px;
	}
	
	
}


/* Responsivo */
@media only screen and (max-width: 720px) {


	h1 {
		padding: 5px;
	}
	
	.subbox {
		top: 42%;
	}
	
	.subbox .logo  {
		display: block;
		margin: 10px auto;
		width: 55%;
	}
	
	.subbox .info  {
		display: block;
		margin: 10px auto;
		width: 88%;
		font-size: 20px
	}
	
	#box1 .subbox .logo {
		width: 60%;
	}
	
	#box1 .subbox .logo img {
		border: 0px;
	}

	
	.botones {
		width: 94%;
	}
	
	.botones .boton {
		width: 55px;
		height: 55px;
		margin: 5px;
	}
	
	.logopie {
		width: 110px;
	}

	#menu {
		padding: 60px 0 0 1%;
	}
	
	#menu span, #menu a {
		display: block;
		margin: 5px auto;
	}
	
}


/* GENERALES */
.noscroll { overflow: hidden; touch-action: none; }
.oculto, #hide, #showacepto, #subir { display: none; }
.colorwhite { color: #ffffff; }
.colorblack { color: #000000; }
.center { transform: translate(-50%, -50%); }
.abcenter { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.ocultar_toggle { display: block; }
.mostrar, .boton { cursor: pointer; }



/* EFECTOS */
.start { opacity: 0; transform: translate3d(0%, -30%, 0) scale(0.7); }
.animar { transition: all 0.5s ease; }
.rotar { transform: rotateY(360deg); transition: all 0.5s ease; }
.an-opacidad { opacity: 0; }
.an-right {	opacity: 0; margin-right: -25vw; }
.an-right-ab {	opacity: 0; transform: translateX(80%); }
.an-left { opacity: 0; margin-left: -25vw; }
.an-top { opacity: 0; margin-top: -25vw; }
.an-bottom { opacity: 0; margin-bottom: -25vw; }
.an-grow { opacity: 0; transform: scale(.5); }
.an-scale { opacity: 0; transform: scale(1.5); }
.an-reservar { background: #925c25; }
.an-rotar, .an-rotar180 { opacity: 0; transform: rotate(180deg); }
.an-rotar360 { opacity: 0; transform: rotateY(720deg); }
.an-block { display: none; opacity: 0; transition: all 0s ease; }

