/*

	Amarillo: #f1cf03;

*/

@font-face {
  font-family: 'BanglaMN';
  src: url('fonts/BanglaMN.eot?#iefix') format('embedded-opentype'),  url('fonts/BanglaMN.ttf')  format('truetype'), url('fonts/BanglaMN.svg#BanglaMN') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'BanglaMN'; 
	font-family: 'BanglaMN' !important; 
	font-size: 19px;
	font-family: verdana;
	background: #141414;
	line-height: 1;
}


.noscroll { overflow: hidden; }


h1 {
	position: absolute;
	display: block;
	width: 94%;
	padding: 0 3%;
	bottom: 7%;
	color: #8f8f8f;
	font-size: 17px;
	text-align: center;
	line-height: 1;
}


span.ubicacion {
	position: absolute;
	display: block;
	width: 94%;
	padding: 0 3%;
	bottom: 3%;
	color: #8f8f8f;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}



#error {
	font-family: arial;
	font-size: 12px;
	width: 100%;
	padding: 7px;
	background: #e60000; 
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
}

#alerta {
	font-family: arial;
	font-size: 12px;
	width: 100%;
	padding: 7px;
	background: #ff6b24; 
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
}

#exito {
	font-family: arial;
	font-size: 12px;
	width: 100%;
	padding: 7px;
	background: #109e1a; 
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
}

.titulo {
	color: #f1cf03;
	display: inline-block;
	padding: 10px 20px;
	width: 50%;
	max-width: 300px;
	border-bottom: solid 1px #f1cf03;
	margin: 20px 0 20px 20px;
	font-size: 22px;
}


#servicios, #paquetes {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	bottom: 0;
	background: rgba(20,20,20, 0.98);
	z-index: 50;
}



#paquetes .top {
	display: block;
	margin: 20px auto;
	width: 88%;
	max-width: 600px;
}

#paquetes .top .bg {
	background: url(img/top_paquetes.jpg) center center / cover no-repeat;
	width: 100%;
	padding-bottom: 37%;
}

#paquetes .info {
	display: block;
	background: #222;
	width: 80%;
	padding: 10px;
	margin: 20px auto;
	max-width: 500px;
	color: #ffffff;
	font-size: 17.5px;
	font-family: arial;
}

#paquetes .info .titulo {
	font-family: 'BanglaMN'; 
	color: #f1cf03;
	width: 97%;
	max-width: 97%;
	display: block;
	padding: 5px;
	border-bottom: solid 1px #f1cf03;
	margin: 0 0 20px 0;
	font-size: 19px;
}

#paquetes .info b {
	font-family: 'BanglaMN'; 
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	color: #f1cf03;
}
	
#paquetes .info i {
	color: #cccccc;
	font-size: 14px;
}

#servicios .info {
	display: block;
	text-align: center;
}

#servicios .box {
	display: inline-block;
	width: 35%;
	max-width: 370px;
	margin: 20px 5vw;
	background: #222;
	color: #fff;
	font-size: 14px;
	border-radius: 40px 15px 0 0;
}


#servicios .box.foto .bg {
	border-radius: 40px 15px 0 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 100%;
	margin: 0;
	background: #222;
	background: url(img/ser_foto.jpg) center center / cover no-repeat;
}

#servicios .box.video .bg {
	border-radius: 40px 15px 0 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 100%;
	margin: 0;
	background: #222;
	background: url(img/ser_video.jpg) center center / cover no-repeat;
}


#login {
	position: fixed;
	display: none;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0, 0.98);
	top: 0;
	left: 0;
	z-index: 50;
}

form {
	position: absolute;
	top: 50%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	padding: 15px 4%;
	width: 80%;
	max-width: 220px;
}


form input.text {
	display: block;
	background: #000;
	padding: 6px;
	border: solid 1px #f1cf03;
	color: #ffffff;
	margin: 10px 0;
	width: 100%;
}

form input.submit {
	display: inline-block;
	background: #f1cf03;
	color: #000000;
	padding: 5px 10px;
	border: 0px;
	margin: 10px 0 0 0;
	width: 120px;
	cursor: pointer;
  vertical-align: middle;
}

#entrar form {
	padding: 15px 7% 15px 4%;
}


.cerrar {
	position: fixed;
	cursor: pointer;
	z-index: 50;
	width: 42px;
	right: 12px;
	top: 12px;
	display: none;
	z-index: 60;
}


#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4) url(img/bg_top.jpg) center center / cover no-repeat;
	opacity: 0.2;
	z-index: -1;
}



#top {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#inicio {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	bottom: 0;
	background: #000;
	z-index: 20;
}


#redes {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 8.5%;
	left: 0;
	z-index: 22;
}

#redes img {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 0 12px;
}

#menu {
	position: fixed;
	width: 100%;
	height: 50%;
	background: rgba(241,207,3, 0.88);
	top: -51%;
	left: 0;
	transition: 0.5s all;
	z-index: 22;
}

#menu.show {
	top: 0%;
}


.botones {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.botones span {
	display: block;
	width: 60%;
	max-width: 300px;
	margin: 0 auto 25px auto;
	color: #ffffff;
	border-bottom: 1px #f1cf03 solid;
	text-align: center;
	cursor: pointer;
	background: rgba(0,0,0, 0.9);
	padding: 15px 5px 5px 5px;
	line-height: 1;
}

.botones span.login {
	width: 42%;
	max-width: 250px;
	font-size: 17px;
	color: #000000;
	border-bottom: 1px #000000 solid;
	background: none;
	margin: 0 auto 0 auto;
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

.menu {
	position: absolute;
	left: 51%;
	transform: translateX(-50%);
	bottom: 28%;
	z-index: 25;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.ham_line {
  fill: none;
  stroke: white;
  stroke-width: 7;
  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-dasharray: 60 207;
  stroke-width: 7;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
}
.ham_opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 7;
}
.ham_opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 7;
}
.ham_opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 7;
}


/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/


#inicio .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(img/bg_inicio.jpg) center center / cover no-repeat;
	opacity: 0.15;
	z-index: 10;
}


#inicio .marca {
	position: absolute;
	display: block;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	width: 65%;
	max-width: 340px;
}


#logo1 {
    position: absolute;
    height: 200px; 
    width: 200px; 
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.boxes {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 40;
	display: none;
}

#logo1-center img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


#logo1-center .logo1 {
	cursor: pointer;
}


#logo1-center .logo1-2 {
	display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#logo1-center .logo1-3 {
	opacity: 0;
}

#stream {
    position: absolute;
    width: 300px; 
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#stream img {
	width: 100%;
}

#stream .stream {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50vh;
	background: #ffcc33;
	top: 15%;
	left: 21%;
}


#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #555555;
	padding: 3px 0;
	background: rgba(0,0,0, 0.5);
}




/**//**//**//**//**//**//**//**//**//**/


.miniload {
  display: inline-block;
  display: none;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.miniload:after {
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  margin: 4px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: miniload 0.4s linear infinite;
}

@keyframes miniload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.error404 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	background: rgba(0,0,0, 0.3);
	padding: 25px 0;
}

.error404 a {
	color: #f1cf03;
}




@media only screen and (max-width: 750px) {
	
	#servicios .box {
		display: block;
		width: 65%;
		margin: 20px auto;
	}
	
	#servicios .box.video .bg, #servicios .box.foto .bg {
		padding-bottom: 70%;
	}
	
}
