@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444751;
}
a {
	color: #1D5277;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: #EE6423;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
img {
    border: none;
}
p{
	margin: 0;
	padding: 0;
}
body li{
	list-style: none;
}
/*div {
display: block;
}*/
.clear{clear:both;}
.contenedor {
		margin: 0 auto;
    width: 95%;
		text-align: center;
}
/*Inicia Header*/
#header{
	overflow: hidden;
	vertical-align: middle;
}
#bg-top{
	width: 100%;
	height: 32px;
}
#top{
	float: right;
	width: 13%;
	padding-top: 8px;
}
#logo{
	margin-top: 10px;
}
/*Termina Header - Inicia Seccion Uno*/
.bg-menu{
	background-color: #161B21;
	    min-height: 65px;
	margin-top: 16px;
}
.nav.unite-nav {
    margin-top: -15px !important;
}
.top {
    margin-top: 20px;
}
#top-izq-1 {
    margin-top: 10px;
}
#top-izq-2 {
    margin-top: 10px;
}

/*Termina Seccion - Inicia Seccion Dos*/
.circulo1 {
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    background: #7E7E7E;
    width: 160px;
    height: 160px;
}
.circulo2 {
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    background: #A9A9A9;
    width: 160px;
    height: 160px;
}
.circulo3 {
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    background: #646464;
    width: 160px;
    height: 160px;
}
.circulo4 {
    display: inline-block;
    margin-top: 40px;
    border-radius: 100px;
    background: #646464;
    width: 160px;
    height: 160px;
}
.tituloc {
	text-align: center;
	    margin-top: 65px;
	    color: #fff;
	    font-weight: 800;
	    font-family: 'Roboto Slab', serif;
	    font-size: 20px;
}
#sec3 .img, .stitulo, .texto{
    text-align: center;
}
.stitulo{
	font-family: "Roboto Slab";
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
    color: #111;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.texto{
	font-size: 14px;
	color: #555555;
	padding: 0px 7px;
	font-family: Roboto;
}
.titulo{
	font-family: "Roboto Slab";
    line-height: 28px;
    font-style: normal;
    color: #333333;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
		margin-bottom: 40px;
}
.titulo::before{
	content: " ";
	    position: absolute;
	    display: inline-block;
	    top: 42px;
	    left: 0px;
	    width: 100px;
	    height: 4px;
	    background-color: #002060;
}
.titulo::after{
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	top: 46px;
	left: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: #002060 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pos6 h3{
	font-family: "Roboto Slab";
    line-height: 28px;
    font-style: normal;
    color: #333333;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
		margin-bottom: 50px;
}
.pos6 h3::before{
	content: " ";
	    position: absolute;
	    display: inline-block;
	    top: 50px;
	    left: 0px;
	    width: 100px;
	    height: 4px;
	    background-color: #002060;
}
.pos6 h3::after{
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	top: 54px;
	left: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: #002060 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#sec3 {
    margin-top: 75px;
}
.circulo {
    text-align: center;
		    margin-bottom: 35px;
}
section.sec2 {
    margin-top: -25px;
    background: #fff;
    position: relative;
    z-index: 999;
    padding-top: 12px;
}
.boton-p {
    margin-top: 60px;
}
a.boton{
    padding: 14px;
    background: #002060;
    color: #fff;
    border-radius: 5px;
    border-bottom: 3px solid #070129;
		font-weight: 700;
}
.box-pos2 {
    background: #002060;
    padding: 15px;
    color: #fff;
		    font-family: "Roboto Slab";
}
.box-pos2 td {
    padding-bottom: 29px;
}
a.boton:hover{
		background: #272d33;
		color: #fff;
		text-decoration: none;
		border-bottom:3px solid #1B2024;
}
section#sec4 {
    margin-top: 80px;
}
h2 {
    font-family: "Roboto Slab";
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
    color: #333333;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.t1 h2{
	font-size: 24px;
text-transform: uppercase;
font-weight: 700;
}
.box h2{
	font-family: "Roboto Slab";
line-height: 28px;
font-weight: 700;
font-style: normal;
color: #333333;
font-size: 24px;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
}
.box1{
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	margin-top: 25px;
    margin-bottom: 30px;
    color: #111;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.box {
    padding: 10px;
}
.box2:first-letter{
	font-size: 60px;
    float: left;
    margin-bottom: 20px;
    line-height: 36px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
.box3 {
    text-transform: uppercase;
    padding: 0 20px 0 0;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
		display: inline-block;
    position: relative;
		margin-top: 15px;
}
.box3::after{
	content: '';
position: absolute;
top: 50%;
height: 1px;
width: 100%;
left: 100%;
margin-top: -1px;
border-bottom: 1px solid #cecece;
z-index: 0;
padding-left: 20px;
}
.box ul{
	margin-top: 25px;
	padding-left: 30px;
	margin-bottom: 65px;
}
#footer{
	width:100%;
	overflow: hidden;
	background: url(../images/footer-bg.jpg)no-repeat;
	min-height: 365px;
	color: #fff;
	margin-top: 50px;
    background-size: cover;
}
#footer h3{
	font-family: 'Roboto Slab', serif;
}
#footer a{
	color:#fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
#footer a:hover{
	color: #EE6423;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.pie2 {
    padding-right: 28px;
}
.pie1 {
    padding-top: 6%;
}
.linea {
    border-top: 1px solid;
    margin-bottom: 20px;
}
.boton-p1 {
    margin-top: -30px;
		margin-bottom: 20px;
}
.pos6 {
    margin-top: 40px;
}
.img-pos5 img {
    width: 100%;
}
/*Contacto - Inicio de la hoja de estilio*/
.contacto{width: 100%;}
.titulos{background: url("../images/linea.gif") repeat-x scroll 0 bottom transparent;
    letter-spacing: -1px;
    font-size: 30px;
	color:#83bf3b;
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
}
.clear{clear:both;}

.enviar{float:left;
	margin-left: 0px;
	background-color: #000;
    color: #fff;
    display: inline-block;
    border: none;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    margin-top: 20px;
    margin-right: 8px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border-radius: 7px;
		margin-bottom: 50px;
}
.enviar:hover{
    color: #FFFFFF;
    background-color: #EE6423;
    transition: all 0.5s ease 0s;
}

.contacto
input[type="text"], input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding-left: 5px;
}
.contacto textarea {
    width: 100%;
    border-radius: 3px;
}
h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    border-left: 5px solid #e5e5e5;
    padding-left: 15px;
    line-height: 100%;
    margin: 0 0 20px 0;
		    text-align: left;
}
ul li{
    list-style-image: url('../images/arrow.gif');
		text-align: left;
}
.tp-caption a{
	font-family: 'Roboto Slab', serif;
}
.text-0 {
    padding-right: 15px;
}
.texto-1 {
    margin-bottom: 24px;
		font-family: "Roboto Slab";
    font-style: normal;
    color: #111;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
		font-weight: 300;
line-height: normal;
text-transform: uppercase;
}
.text-2{
	font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
		color: #666666;
}
.text-3{
	    color: #666666;
}
.nos {
    text-align: justify;
}
.nos-1 {
    padding: 22px;
}
.nos-2 {
    padding: 22px;
		background-color: rgba(0, 32, 96, 0.87);
    color: #fff;
    width: 95%;
    height: 313px;
}
.nos-3 {
    padding: 22px;
    background-color: #002060;
    color: #fff;
    height: 314px;
}
.espa {
    height: 136px;
}
.fila-2 {
		margin-top: 32px;
}
.list {
    padding: 0px 25px;
    font-size: 14px;
    color: #555555;
    font-family: Roboto;
}
.list ul {
    margin-left: 12%;
}
.texto-con-t{
	color: #fff;
    font-weight: 400;
    border-bottom: 1px dashed #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
.texto-con {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #333333;
    margin-left: 72px;
    color: #fff;
    width: 425px;
    font-family: "Roboto Slab";
    line-height: 28px;
}
.menu-fijo {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    margin-top: -1px;
}
.go-top {
    text-align: center;
    margin-top: -31px;
}
.go-top img {
    width: 40px;
}
.go-top img:hover {
    opacity: .4;
}
@media (max-width: 768px) {
	.texto-con{
		margin-left: 0px;
		width: 330px;
	}
	.cont-img img {
			width: 100%;
			height: 100%;
	}
#logo {
    text-align: center;
}
.nos-3 {
    margin-top: 46px;
}
.nos-2 {
    width: 100%;
    height: 351px;
}
.pie3{
	display: none;
}
.pie4{
	display: none;
}
.pos6 h3::before {
    top: 80px;
}
.pos6 h3::after {
    top: 84px;
}
section#sec1 {
    display: none;
}
}
.col-maq {
    height: 250px;
}