a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{
    padding-top: 65px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #3d4142;
    font-size:16px;
}

#mainNav .nav-link{
	text-transform: uppercase;
	color: #3d4142;
	font-size: 14px;
	margin-left: 10px;
	border-bottom: 2px solid transparent;
}
#mainNav .nav-link:hover{
	color: #002b46;
}
#mainNav .nav-link.active{
	color: #002b46;
	border-bottom: 2px solid #002b46;
}
.fixed-top{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
img{
	max-width: 100%;
	height: auto;
}

.font-light{font-weight: 300;}
.font-regular{font-weight: 400;}
.font-bold, strong{font-weight: 700;}

.section-top{
    background: url(../img/bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.section-top h1{
    font-size: 34px;
    margin-bottom: 20px;
    padding-top: 25px;
	font-weight: 400;
}
.section-top .little-text{
    margin-bottom: 50px;
}
.section-top .btn{
    font-size: 24px;
    padding: 8px 55px;
}


.section{
    padding-top: 60px;
    padding-bottom: 70px;
}

.section p, p{
	margin-bottom: 20px;
	font-weight: 300;
}

h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h2.st1{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
	font-weight: 300;
}
h2.st1::after{
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 160px;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    background-color: #002b46;
}
.servicios-box {
	max-width: 450px;
	margin: 20px auto 30px auto;
}
.servicios-box .img{
	margin-bottom: 30px;
}
.servicios-box h3{
	text-transform: uppercase;
	font-size: 24px;
	height: 50px;
	margin-bottom: 5px;
}
.servicios-box p{
	margin-bottom: 30px;
	line-height: 1.5;
}
.servicios-box .btn{
	padding: 8px 35px;
}

.section-sistemas{
	background: #555 url(../img/bg2.jpg) center center no-repeat;
	background-size: cover;
}

ul.st1 li{
	padding-left: 30px;
	background: url(../img/bullet.png) left top no-repeat;
	margin-bottom: 20px;
	font-weight: 300;
}

.lgo{
	display: block;
	vertical-align: middle;
	min-height: 100px;
}
.lgo::before{
	content: "";
	height: 100px;
	vertical-align: bottom;
	display: inline-block;
}
.lgo img{
	display: inline-block;
	vertical-align: bottom;
}


.section-somos .img{
	padding-top: 60px;
	text-align: center;
}
.section-somos .texto{
	text-align: justify;
}

.section-footer{
	color: #d8d9d9;
	padding: 30px 0;
}
.section-footer .logo{
	margin-bottom: 30px;
}
.section-footer .logo img{
	opacity: 0.8;
}


#formContacto{
	max-width: 500px;
	margin: 0 auto;
}

.texto-servicios{
	max-width: 600px;
	text-align: justify;
	margin: 0 auto;
}
.texto-servicios p{
	margin-bottom: 25px;
	line-height: 1.5;
}

.section-interconexiones .img{
	padding-top: 40px;
}



/***********/
.btn{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
	padding: 8px 30px;
}
.btn-primary{
    background-color: #002b46;
    border-color: #002b46;
}
.btn-primary:hover{
    background-color: #4ebcea;
    border-color: #4ebcea;
}

.btn-white{
	background-color: transparent;
	border-color: #fff;
	color: #fff;border-width: 2px;
}
.btn-white:hover{
	background-color: #fff;
	border-color: #fff;
	color: #4ebcea;
}
.btn.st1{
	padding: 8px 35px;
	text-transform: uppercase;
}

.bg-primary{
	background-color: #002b46 !important;
}

.bg-dark{
	background-color: #3d4142 !important;
}

.modal-body{
	padding: 25px 20px;
}

.modal-body .close{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 2rem;
	z-index: 10;
}
.form-control{
	border: 1px solid #a8a9aa;
	border-radius: 0;
}
.form-control:focus{
	background-color: #f6f6f6;
	border-color: #002b46;
}

@media screen and (max-width:991px){
	.navbar-collapse ul{
		padding-top: 20px;
	}
}

@media screen and (max-width:767px){
	.section-top{
		padding: 40px 0;
	}
	.section-top h1{
		font-size: 24px;
		margin-bottom: 20px;
		padding-top: 25px;
	}
	.section-top .little-text{
		margin-bottom: 30px;
	}
	.section-top .btn{
		font-size: 18px;
	}
	h2.st1{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.servicios-box .img{
		margin-bottom: 15px;
	}
	.servicios-box h3{
		height: auto;
		margin-bottom: 10px;
	}
	.section-interconexiones .img{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.section-somos .img{
		padding-top: 0;
		padding-bottom: 35px;
	}
}
