@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body{
	font-family: 'Lora';
}
section{
	padding: 100px 0 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.img-log {
	position: relative;
	padding-bottom: 20%;
	height: 0;
	overflow: hidden;
	left: 20%;
}
.img-log img {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
}
.img-logo2{
	position: relative;
	left: calc(50% - 155px);
	margin-bottom: 0px;
}
.title-box{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.title-box:after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	background-color: #30ADDD;
}
.title-box2{
	text-align: left;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.title-box2:after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: /*calc(50% - 25px)*/;
	background-color: #30ADDD;
}
.title-box3{
	left: ;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.section-title{
	margin-top: 0;
}
.section-subtitle{
	/*margin-bottom: 0;*/
}

.c-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.c-table1{
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
}
.ct-cell1{
	color: #fff;
	display: table-cell;
	vertical-align: top;
}
.ct-cell{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.overlay-light, .overlay-dark{
	position: relative;
}
.overlay-light div, .overlay-dark div{
	z-index: 2;
}
.overlay-light:after, .overlay-dark:after{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.overlay-light:after{
	background-color: rgba(255, 255, 255, 0.8);
}
.overlay-dark:after{
	background-color: rgba(0, 0, 0, 0.5);
}

.img-full{
	width: 100%;
}
.img-full1{
     width:125%;
    
}

.img-proyectos{
     height: 110px;
    align-content: right;
}
/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #1E2942;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default{
	background-color: #31436b;
	border-color: transparent;
}
.navbar-brand img{
	width: 80px;
	transition: all 0.4s ease-in-out;
}

.navbar-toggle{
	border-radius: 0;
}
@media (min-width: 768px){
	.navbar-brand img{
		width: 180px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}



/*slider principal*/
.image {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}

.image iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100;
	height: 100;

}

.image h6 {
position: absolute;
color: #fff;
font-size: 3vw;
background: #31436b;
/*text-transform: uppercase;*/
line-height: 1;
top:590px;
left: 0;
width: 100%;
text-align: center;
}

@media (max-width: 768px){
	.image{
		top:30px;
		padding-bottom: 100%;
	}
	.image h6 {
		top: 230px;
	}
}





.slider {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 600%;
	
	animation: cambio 60s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

.slider h1{
	position: relative;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
}

@keyframes cambio {
	0% {margin-left: 0;}
	12% {margin-left: 0;}
	
	17% {margin-left: -100%;}
	29% {margin-left: -100%;}
	
	34% {margin-left: -200%;}
	46% {margin-left: -200%;}
	
	51% {margin-left: -300%;}
	63% {margin-left: -300%;}

	68% {margin-left: -400%;}
	80% {margin-left: -400%;}

	85% {margin-left: -500%;}
	100% {margin-left: -500%;}
}

/**********************
		Encabezado
**********************/
.inicio{
	background-image: url(../images/fondo.png);
	height: 100vh;
	position: center;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
}
.intro h1:after, .intro h1:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}
.intro h1:after{
	bottom: 0;
}
.intro h1:before{
	top: 0;
}
.btn-inicio{
	position: absolute;
	bottom: 100px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 50px;
	left: calc(50% - 89px);
	border-radius: 0;
}
@media (max-width: 991px){
	.btn-inicio{
		bottom: 150px;
	}
}


/**********************
		Nosotros
**********************/
.nosotros{
	text-align: center;
	/*background-image: url(../images/balao1.jpg);*/
}
.nosotros-box{
	margin-bottom: 30px;
}
.nosotros-icon{
	color: #4c4c4c;
	font-size: 72px;
}

.nosotros-icon2{
	color: #4c4c4c;
	font-size: 100px;
}

.nosotros-title{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.nosotros-detail{

}




/**********************
		Proyectos
**********************/
.proyectos{
	text-transform: uppercase;
}
.proyectos-box{
	position: relative;
	margin-bottom: 30px;
	font-family: 'Roboto';
}
.proyectos-box:hover .overlay{
	opacity: 1;
}
.overlay{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.4s ease-in-out;
	background-color: rgba(0, 84, 166, 0.7);
}
.paractice-icon{
	font-size: 72px;
}
.proyectos-title{
	font-size: 20px;
	margin: 0;	
}



/**********************
		Servicios
**********************/
.servicios{
	text-align: center;
	background-image: url(../images/industria.jpg);
}
#slider_1{
	background-color: #39496D;
}
.servicios-item-box{
	background-color: #39496D;
	color: #fff;
	padding: 50px;
}
.servicios-item-box h2{
	margin:10px auto 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.slider-icon{
	font-size: 72px;
}
.servicios-item-box p{
	line-height: 1.5;
	font-size: 16px;
}
.slider_1{
	position: relative;
}
.slider_1 .owl-controls .owl-dots{
	bottom: 40px;
    position: relative;
}
.mb0{
	margin-bottom: -70px;
}



/**********************
		Clientes
**********************/
.client-box{
	margin-bottom: 30px;
}
.client-box img{
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 768px){
	.client-box img{
		padding: 50px 0;
	}
}
.client-box:hover img{
	opacity: 1;
}



/**********************
		contactoo
**********************/
.contacto{
	background-color: #fff;/*#F2EEED;*/
	color: /*#969595*/#000;
}
.contacto-logo{
	margin-bottom: 30px;
}
.contacto ul{
	padding-left: 0;
}
.contacto ul li{
	list-style-type: none;
}
.contacto ul li span{
	padding-right: 10px;
}
.contacto ul, .contacto p{
	line-height: 1.7;
	font-family: 'Roboto';
}
.input-group-addon, .form-control{
	background-color: #fff;
	border-color: transparent;
}
.contacto .input-group{
	padding-bottom: 20px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 0;
}
.contacto button{
	background-color: #435174;
	border-radius: 0;
	color: #fff;
}
.contacto button{
	padding: 8px;
}

.google-maps {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*Footer*/
.footer{
	background-color: #10182D;
	padding-top: 20px;
	padding-bottom: 14px;
	color: #969595;
}

.footer .footer-social {
  font-size: 14px;
}
.footer .footer-social a {
  color: #969595;
  margin: 8px;
}
@media (min-width: 768px){
	.footer .footer-social{
		float: right;
	}
}
@media (max-width: 767px){
	footer, .subscribe{
		text-align: center;
	}
}
