



body {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
	overflow: hidden;
	background-image: url('../img/bck-main.png');
	background-size: cover;
}


/********************************/
/*           THEME              */
/********************************/

a{text-decoration: none !important;}
.no-pad{
	padding: 0px !important;	
	margin: 0px !important;
}
.bg-color{
	background-color: red;
	background-size: cover;
}
h1{
	font-family: 'Lato', sans-serif;
	font-size: 3vw;
	letter-spacing: .8vw;
	color: #fff;
}
header{
	
}
.wrapper-top{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1000;
}
.wrapper-bottom{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	overflow: hidden;
}
.logo{
	width: 20%;
	height: auto;
	margin: auto;
	z-index: 1000;
}
footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}
#btn{
	background-color: #000;
	clear: both;
	color: #fff;
	padding: 10px 25px;
	letter-spacing: 3px;
}
#btn:hover{
	color: #fff;
	background-color: #000;
}
.btn-cont{}
.overlay-c{
	background-color: #022563;
	z-index: 10000;
	position: fixed;
	display: inline-table;
	width: 100%;
	height: 10000px;
	background-blend-mode: multiply;
}
.content {
   text-align: center;
	margin: auto;
	color: #f1f1f1;
	width: auto;	
	padding-bottom: 3%;
	height: auto;
	overflow: hidden;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.bg img{
	background-size: cover;
	height: auto;
	width: 100%;
	opacity:1;
}
.bg{
	border-bottom-style:solid;
	border-bottom-color: #fff;
	border-bottom-width: 2px;
	z-index: 10;
	position: fixed;
}

.blue{
	color: #00cbf6;
}
.rs{
	width:100%;
	height: auto;
	overflow: hidden;
	
}
.rs-cont{
	width: 12%;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.b-hide{
	clear: both;
	text-align: center;
	color: #fff;
}
.rs-cont div{
	width:23%;
	float: left;
	padding: 5%;
}
.contact-form{
   margin: auto;
    color: #f1f1f1;
    width: 30%;
	padding-top: 3%;
}
#bank {display:none;}
#btn-bk {display:none;}
.overlay-black {display:none;}
.success{
	position: fixed;
	z-index: 100000;
	color: #fff;
	float: right;
	text-align: right;
	width: 95%;
	margin-right: 5%;
}
.overlay-black{
	background-color: #000;
	opacity: .7;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	z-index: 70;
	position: fixed;
	left: 0;
	top: 0;
}
.form-c{
	width: 100%;
	overflow: hidden;
	position: relative;
}
label{
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .08vw;
	font-size: 8pt;
}
.nombre, .mail{
	width: 98%;
	height: 23px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.msg{
	max-height:  300px;
	width: 98%;
	min-height: 80px;
	margin-top: 10px;
}
.g-recaptcha{
	margin-left: 0;
	background-color: #000;
	color: #fff;
	border: none !important;
	padding: 10px 15px;
	cursor: pointer;
	letter-spacing: .2vw;
	margin-top: 8px;
}
.enviar:hover{
	color: #022563;
	background-color: #fff;
}
.error{
	font-size: 9pt;
color: red;
letter-spacing: 0.06em;
	clear: both;
}
#btn-bk i{
	padding-left: 46%;
	color: #fff;
}

.logo img{
	width: 100%;
}

/********************************/
/*          Media Queries       */
/********************************/
@media only screen and (max-width: 767px) and (min-width: 200px)  {
	body{
		background-size: 350%;
		background-position: 50% 0; 
	}
	.logo{
		width: 70%;
	}
	.content{
		width:80%;
	}
	.contact-form{
		width: 75%;
	}
	.enviar {
		margin-left: 40%;
	}
	.nombre, .mail {
	width: 100%;
		height: 20px;
	}
	#fancy h1{
		letter-spacing: 2.5vw;
		font-size: 6vw;
		
	}
	.rs-cont{
		width: 22%;
	}
	
}

@media only screen and (max-width: 1980px) and (min-width: 1301px)  { 
	
}
@media only screen and (max-width: 960px) and (min-width: 764px)  { 
	
}
@media only screen and (max-width: 514px) and (min-width: 200px)  { 
	
}
