@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i');

/*
font-family: 'Open Sans', sans-serif;
300 light
400 regular
600 semibold
700 bold

font-family: 'Open Sans Condensed', sans-serif;
300 light
700 bold
*/
html {
	font-size: 10px;
	height:100%;
}
body {
	height:100%;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	margin: 0;
}
.CONTAINER {
	min-height:100%;
	position:relative;
}
.CONT {
	padding-bottom:29em;
	overflow:auto;
}
*{
	box-sizing: border-box;
	/*box-sizing: content-box;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
	margin-bottom: 1em;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: inherit;
}
a:hover, input[type="submit"]:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
hr {
	border:none;
	background:#bfbfbf;
	height:1px;
	width:100%;
	margin: 2rem 0;
	display: inline-block;
}
iframe {
	border:solid thin #b3a8a4;
}
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.video {
	padding-top: 60%;
	margin:0;
	position: relative;
}
img {
	width: 100%;
	border:none;
}
figure {
	margin: 0;
}
input[type="text"], select, textarea,input[type="file"] {
	background:#bfbfbf;
	border:none;
	padding:0.4em;
	font-size:1.6em;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	border-radius:0.3em;
}
input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	border:none;
	border-radius:0.3em;
	color:#fff;
	font-size:1.6em;
	font-weight:600;
	cursor:pointer;
	background-color: #f38000;  /* fallback */
}
textarea {
	height:120px;
}
.main {
	max-width: 960px;
	margin: 0 auto;
}
.popup header {
	min-height: 10em;
}
.popup .logo {
	max-width: 280px;
	float: left;
}
.popup main {
	padding: 3em;
}
header {
	padding: 2em 0;
	width: 100%;
	min-height: 20em;
	overflow: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#276d8e+0,002e4a+100 */
	background: #276d8e; /* Old browsers */
	background: -moz-linear-gradient(top, #276d8e 0%, #002e4a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #276d8e 0%,#002e4a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #276d8e 0%,#002e4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276d8e', endColorstr='#002e4a',GradientType=0 ); /* IE6-9 */
}
header .logo {
	max-width: 421px;
	float: left;
}
header .datos {
	max-width: 400px;
	float: right;
	color: #fff;
	text-align: right;
}
header .datos .redes img {
	max-width: 2.8em;
	margin-left: 1rem;
	float: right;
}
header .datos .telefonos {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 8.5rem;
}
header .datos .telefonos span {
	font-size: 2.6rem;
	line-height: 1.3em;
}
nav {
	width: 100%;
	min-height: 3em;
	background: #f38000;
	color: #000;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
}
nav a {
	padding: 0 0.3em!important;
	color: #000!important;
	font-size: 1.7em!important;
	font-weight: 700!important;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 1.5rem!important;
}
nav li {
	border-right:  solid thin #000!important;
	padding: 0 0.5em!important;
}
nav li:last-child {
	border: none!important;
}
nav li ul {
	background: #f38000!important;
	margin-top: 1.4em!important;
	padding: 0.7rem!important;
}
main {
	padding-top: 5em;
}
.destacado_home {
	width: 100%;
	min-height: 50rem;
	background: url(/images/antena-satelital.jpg) no-repeat center top;
	background-size:cover;
	color: #fff;
	font-size: 3em;
	line-height: 1.7em;
	margin-bottom: 5rem;
	padding-top: 1em;
}
.destacado_home i {
	color: #f38000;
}
main p, main li {
	font-size: 1.5rem;
	line-height: 1.4em;
}
main li {
	margin-bottom: 0.7em;
}
main h1 {
	font-size: 4.6em;
	font-weight: 300;
	color: #000;
	border-left: solid 4px #f38000;
	padding: 0 0 0 2rem;
	margin-bottom: 0.8em;
}
main h2 {
	font-size: 3.6em;
	font-weight: 300;
}
main h3 {
	font-size: 2.6em;
	font-weight: 400;
	margin-bottom: 0.8em;
}
main .pic_r {
	width: 52.08333333%;
	margin-left: 2.083333333%;
	float: right;
}
main .pic_l {
	width: 52.08333333%;
	margin-right: 2.083333333%;
	float: left;
}
footer {
	width: 100%;
	min-height: 15em;
	background: #3c3c3c;
	color: #fff;
	padding: 1em 0;
	margin-top: 9em;
	bottom:0;
	position:absolute;
}
footer .logo {
	max-width: 28em;
	float: left;
}
footer .kilak {
	max-width: 10em;
	float: right;
}
footer .telefonos {
	clear: both;
	padding-top: 2em;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
}
footer .telefonos span {
	font-size: 2rem;
}
.contactenos #contact_form {
	float: left;
	width: 68%;
}
.contactenos .telefono {
	float: right;
	width: 30%;
}
main .contacto_dato {
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}
main .contacto_dato label {
	width: 18%;
	float: left;
	font-size: 1.8em;
}
main .contacto_dato input, main .contacto_dato textarea {
	width: 70%;
	float: left;
}
main input[type="submit"] {
	width: auto;
	font-size: 1.5em;
	padding: 0.5em 2em;
	margin-left: 18%;
}
ul.columns {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-left: -2em;
}
ul.columns li {
	list-style: disc;
	margin-left: 1em;
}

@media screen and (max-width: 960px){
	html, body {
		font-size: 9px;
	}
	.main{
		width: 95%;
	}
	nav .stellarnav ul {
		background: #f38000!important;
	}
	nav li {
		border-right: none!important;
		padding: 0!important;
	}
	nav .stellarnav li a {
		padding: 1.1em 0!important;
	}
	.bars span {
		background: #fff!important;
	}
	.menu-toggle a {
		color: #fff!important;
	}
	header {
		text-align: center;
	}
	header .logo {
		float: none;
		margin: 0 auto;
	}
	header .datos {
		max-width: 100%;
		float: none;
		text-align: center;
		display: inline-block;
	}
	header .datos .redes {
		display: inline-block;
		margin-top: 2em;
	}
	header .datos .telefonos {
		margin-top: 1rem;
	}
	.contactenos #contact_form, .contactenos .telefono {
		float: none;
		width: 100%;
	}
	.contactenos #contact_form {
		margin-bottom: 3em;
	}
	ul.columns {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}