@charset "utf-8";
html { overflow-y:scroll; }
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #5F5F5F;
	line-height: 26px;
}

h1, 
h2, 
h3, 
h4,
h5
{
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 300;
}

#header {
	height: 100px;
	position: fixed;
	z-index: 1;
}
#header_img {
	background-color: #000;
}
#header_img_sec {
	background-image: url(../images/hs1.jpg);
	height: 250px;
	background-position: center bottom;
	background-size: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.navbar-fixed-top {
	background-color: rgba(0, 0, 0, 0.50);
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	-webkit-transition: .33s all ease;
	transition: .30s all ease;
}

}
#menu {
	text-transform: uppercase;
	font-size: 13px;
}
#menu a {
	font-family: "Raleway", Arial, sans-serif;
	text-shadow: 0px 1px 2px #000;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > .active {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -3px 0 rgb(80, 149, 239);
	color: #fff;
}
.nav > .active:hover {
	border-bottom: solid 0px;
}
.navbar-nav > li > a {
	color: rgb(255, 255, 255);
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: .33s all ease;
	transition: .30s all ease;
}

.navbar-brand {
	padding: 22px 15px;
}
.navbar-brand img {
	width: 280px;
}

.navbar-toggle {
	border: 1px solid #9E9E9E;
}
.navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.68);
}

.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: rgba(0, 0, 0, 0.63);
}

.carousel-inner h1, .carousel-inner h2, .carousel-inner h3 {
	text-transform: uppercase;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: inline-block;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.data-site {
	background: #ffffff; 
	margin-bottom: 302px;
}

section {
	padding-top: 50px;
	padding-bottom: 90px;
	margin-left: -15px;
	margin-right: -15px;
	z-index: 1;
}

.primary_page section {
	padding-top: 90px;
}

.primary_page section h1, section h1 {
	margin-bottom: 30px;
	font-weight: lighter;
	text-transform: uppercase;
}
section h1 {
	text-transform: inherit;
}

.srv .col-sm-2, .srv .col-xs-4 {
	border: solid 1px #ccc;
	height: 300px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 8px;
	font-size: 14px;
	background-color: #d4ecff;
}
.srv ul, .srv li {
	display: block;
	padding-left: 2px;
}
.srv h4 {
	height: 40px;
}


/* footer */

footer {
	background-image: url(../images/bk-footer.jpg);/* bg_03.png */
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 1px;
	width: 100%;
	background-color: #222;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 12px;
	z-index: -1;
	height:302px;
}

.footer-menu {
	height: 30px;
	width: 500px;
	margin: auto;
}
.footer-menu li {
	float: left;
	display: block;
	border-bottom: solid 2px rgba(33, 150, 243, 0); 
}
.footer-menu > li:hover, .footer-menu > li.active {
	background-color: rgba(0, 0, 0, 0.6); 
	border-bottom: solid 2px rgba(33, 150, 243, 0.8);
}

.footer-menu > li > a {
	color: rgba(255, 255, 255, .6);
	-webkit-transition: .33s all ease;
	transition: .30s all ease;
	padding: 40px 15px;
	display: block;
	text-decoration: none;
	-webkit-transition: .33s all ease;
	transition: .30s all ease;
}
.footer-menu > li > a:hover {
	color: rgba(255, 255, 255, 1);
}

.logofooter {
	margin-top: 10px;
}
.copyr {
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px 0px;
}
.direccion {
	border-radius: 2px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 0px 24px;
}
#contact_us .domain::before {
	content: "\0040";    /* Unicode character for @ symbol */
}
#msg {
	line-height: 20px;
	background-color: rgba(255, 239, 155, 0.8);
	color: rgb(0, 0, 0);
	border: 1px solid rgb(255, 125, 0);
	display: none;
	margin-top: 5px;
	padding: 10px 20px;
}
label {
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 13px;
}


.contact_info .col-sm-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_info i {
	font-size: 20px;
	width: 22px;
	text-align: center;
}


a#to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: #03A9F4;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
		background-color: rgba(0, 0, 0, 0.5);
}



/******************************************/
@media (min-width: 1501px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
		width: 100%;
	}

}

@media (max-width: 1500px) {

}

@media (max-width: 1220px) {
}

@media (max-width: 1199px) {
	.carousel-inner>.item>a>img, .carousel-inner>.item>img  { /*, .img-responsive, .thumbnail a>img, .thumbnail>img*/
		max-width: inherit;
		height: 407px;
	}
}

@media (max-width: 991px) {
	.navbar {
		height: 100px;
	}
	.navbar-brand img {
		width: 270px;
	}
	.carousel-inner h2 {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.srv .col-sm-2 {
		width: 16%;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	#menu a {
		font-size: 12px;
	}
	.srv h4 {
		font-size: 15px;
		font-weight: bold;
	}
	.contact_info {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 49px;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 50px;
	}

	.navbar-collapse {
		box-shadow: inset 0 0px 0 rgba(255,255,255,0);
	}
	.carousel-inner h1 {
		font-size: 25px;
	}
	.carousel-inner h3 {
		font-size: 14px;
	}
	.contact_info .col-xs-2 {
		text-align: right;
	}
	.srv .col-xs-4 {
		height: 270px;
		width: 31.5%;
		margin-bottom: 10px;
		margin-left: 6px;
	}
}

@media (max-width: 640px) {
}

@media (max-width: 570px) {
	.data-site {
		margin-bottom: 336px;
	}
	footer {
		height: 336px;
	}
	.footer-menu > li > a {
		padding: 40px 8px;
	}
}

@media (max-width: 470px) {
	.srv .col-xs-4 {
		width: 48%;
	}
	.data-site {
		margin-bottom: 275px;
	}
	footer {
		height: 275px;
	}
	.footer-menu {
		display: none;
	}
}

@media (max-width: 400px) {
	.navbar-brand img {
		width: 220px;
	}
	.data-site {
		margin-bottom: 298px;
	}
	.srv .col-xs-4 {
		width: 96%;
	}
	footer {
		height: 298px;
	}
}

