body, html {
	height: 100%;
	width: 100%;
	overflow-x:hidden;
}
::-moz-selection{background:#1abc9c;color:white}
::selection{background:#1abc9c;color:white}
.abcen{position: absolute;bottom: 8%;}
.abcen1{position: absolute;top: 10%;}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99;
}
.h1_home{
	font-size: 80px;
	font-family: arvo;
	font-weight: 300;
	letter-spacing: 6px;
	-webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.h3_home{
	font-weight: 300;
}
.h4_home{
	position: relative;
	font-family: arvo;
	right: 60px;
	font-weight: 100;
  font-size: 25px;
  text-align: center;
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.intro-header {
	height: 100%; /* Full PAge */
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../images/intro/intro.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.mybutton_cyano{
	border: 1px solid #f36510;
	color: #f1f1f1 !important;
	background: rgba(204, 204, 204, 0);
}
.mybutton_cyano:hover{
	border: 1px solid #f36510;
	color: #fff;
	background-color:#f36510;
}
#img1 {
	width: 120px;
	position: relative;
	left: 15px;
	top: -30px;
}
#img2 {
	width: 250px;
}
#formula {
	position: relative;
	left: 50px;
	width: 400px;
	margin-bottom: 50px;
}
.indicador{
	color: #f36510;
}
.sinpadding [class*="col-"] {
		padding: 0;
}
	@media only screen and (max-width: 767px) {
		.intro-header {
			height: 100%;
			padding-top: 50px;
			padding-bottom: 50px;
			color: #f8f8f8;
		  background-image: none;
			background-size: cover;
			text-align: center;
			background-color: #34495e;
		}
		.h1_home{
			font-size: 50px;
			font-weight: 300;
			letter-spacing: 6px;
			-webkit-animation-delay: 2s;
		  animation-delay: 2s;
		}
		.h3_home{
			font-size: 20px;
			-webkit-animation-delay: 2s;
		  animation-delay: 2s;
		}
		.h4_home{
			position: relative;
			font-family: arvo;
			right: 0px;
			font-weight: 100;
			font-size: 14px;
			top: -20px;
			text-align: center;
		}
		#formula{
			position: relative;
		  left: 50px;
			width: 250px;
			margin-bottom: 50px;
		}
		#img1 {
		  width: 70px;
		}
		#img2 {
			width: 150px;
		}
	}
