/*GENERAL CSS */
html, body{
	height: 100%;
}
body{
	font-family: "Roboto Condensed", sans-serif;
}
p{
	color: #64707b;
	font-size: 16px;
	font-weight: 300;
}
h3{
	color: #41464b;
	text-transform: uppercase;
}
img {
	display: block;
	width: 100%;
}
.section-padding{
	padding: 3rem 0;
}
.grid-container {
	max-width: 90vw;
	margin: 2rem auto;
	display: grid;
	grid-row-gap: 2rem;
}
@media screen and (min-width:768px){
	.grid-container-medium-2{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 4rem;
	}
	.grid-container{
		max-width: 75vw;
	}
}
.section-title{
	padding: 1rem 0.5rem;
}
.section-title_name{
	font-size: 3rem;
	text-transform: capitalize;
}
.section-title_underline{
	background: #008dd2;
	width: 5rem;
	height: 0.25rem;
}
.section-title_text{
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin-top: 1rem;
	color: gray;
}
/*HOME*/

#home{
	height: 100%;
}
#home-cover{
	height: 100%;
	background-image: url("../img/minabg.jpg");
	
}
#home-content-box{
	width: 100%;
	height: 100%;
	display: table;
}
#home-content-box-inner{
	display: table-cell;
	vertical-align: middle;
}
#home-heading h3{
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 20px 0 20px 0;
}

/*PARALLAX (GENERIC)*/

.bg-parallax{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;	
}

/*BUTTONS (GENERIC)*/

.btn-general{
	border-color: #fff;
	border-width: 2px;
	border-radius: 0;
	padding: 10px 26px 10px 26px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-white{
	border-color: #fff;
	color: #fff;
}
.btn-white:hover,
.btn-white:focus{
	background-color: #008dd2;
	color: white;
	border-color: #008dd2;
}

.btn-blue{
	border-color: #008dd2;
	color: #008dd2;
}
.btn-blue:hover,
.btn-blue:focus{
	background-color: #008dd2;
	color: white;
}
.btn-back-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
	padding: 3px 15px;
	border-radius: 0;
	display: none;
}
/*ANIMATE*/
#home-cover, #home-heading, #home-btn{
	animation-duration: .5s;
}
#home-cover{
	animation-delay: .1s;
}
#home-heading{
	animation-delay: .5s;
}
#home-btn{
	animation-delay: 1s;
}

/*CONTENT (GENERIC)*/
.content-box{
	padding: 60px 0 30px 0;
}
.content-title h3{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px 0;
}
.content-title-white h3{
	color: #fff;
}
.content-title-underline{
	width: 30px;
	height: 3px;
	background-color: #008dd2;
	margin: 0 auto 30px auto;
}
.content-title-underline-color {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto 30px auto;
}
/*SERVICES*/
.service-item{
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	cursor: pointer;
}
.service-item-icon i{
	color: #008dd2;
	float: left;
	padding: 15px;
	margin-right: 25px;
	width: 75px;
	height: 75px;
	text-align: center;
}
.service-item:hover .service-item-icon i{
	color: #fff;
	background-color: #008dd2;
}
.service-item-title h3{
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.service-item-desc p{
	margin: 0;
	padding-left: 85px;
}

/*ABOUT*/
#about-bg-diagonal{
	width: 60%;
	height: 700px;
	float: right;
	background-image: url(../img/turbin.png);
	border-left: 70px solid #fff;
	border-top: 700px solid transparent;
}
#about-content-box{
	float: left;
	height: 700px;
}
#about-content-box-outer{
	width: 100%;
	height: 100%;
	display: table;
}
#about-content-box-inner{
	display: table-cell;
	vertical-align: middle;
}
#about .content-title h3{
	text-align: left;
}
#about .content-title-underline{
	margin: 0 0 30px 0;
}
#about-desc p{
	margin-bottom: 30px;
}
/*VISION*/
#boxes{
	background-color: #008dd2;
}
#boxes .title-boxes {
	color: white;
}
#boxes .parrafo-boxes {
	color: white;
}
/*VISION*/
.main-content-area{
	padding: 2em;
}
.post{
	background-color: white;
	margin-bottom: 1em;
}
.post a{
	color: white;
	text-decoration: none;
}
.post-content{
	padding: 0 40px 20px;
}
.post-content h2{
	background-color: #008dd2;
	color: white;
	padding: 20px;
	text-align: center;
	margin: 0 -40px 30px;
}

@media screen and (min-width: 810px){
	#vision{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.post{
		flex-basis: 49%;
	}
} 

/*WORK GALLERY*/
.gallery-imgs{
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	
}

.gallery-img{
	height: 250px;
	flex-grow: 1;
	margin: 0 0 8px 8px;
	position: relative;
}
.overlay{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, 0.8);
	width: 100%;
	height: 0%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .5s ease;
}
.overlay h2 a {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	text-decoration: none;
}
.gallery-img:hover .overlay{
	height: 100%;
	cursor: pointer;
}
.gallery-img img{
	height: 100%;
	object-fit: cover;

}

.gallery-img:nth-child(4n+1) {
	flex-basis: 250px;
}
.gallery-img:nth-child(4n+2) {
	flex-basis: 325px;
}
.gallery-img:nth-child(4n+3) {
	flex-basis: 180px;
}
.gallery-img:nth-child(4n+4) {
	flex-basis: 380px;
}

/*SOCIAL*/
.social-list{
	padding-left: 0;
}
.social-list li{
	list-style: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	margin-top: 10px;
}
.social-icon i{
	font-size: 17px;
}
.icon-gray i{
	color: #64707b;
}
.icon-white i{
	color: #fff;
}
.social-icon i:hover{
	color: #008dd2;
}


/*CONTACT*/

footer{
	background-color: #41464b;
	padding-top: 30px;
	border-top: 5px solid rgba(0,0,0, 0.1);
}
#contact-left h3{
	color: #fff;
	font-size: 27px;
	font-weight: 700;
}
#contact-left p{
	color: #fff;
	margin-bottom: 30px;
}
#contact-info{

	background-repeat: no-repeat;
	background-size: contain;
}
address{
	color: #fff;
}
address strong{ font-size: 16px;}
address strong,
#phone-fax-email strong{
	letter-spacing: 1px;
}
form .form-control{
	background: transparent;
	border-radius: 0;
	border-color: #fff;
	font-size: 17px;
	font-weight: 300;
	padding: 8px 16px;
	margin-bottom: 20px;
	color: #fff;
}

/*FOOTER*/
#footer-bottom{
	background-color: rgba(0,0,0,0.1);
	padding: 30px 0;
	margin-top: 60px;
}
#footer-copyrights p{
	margin: 0;
	color: #fff;
}
#footer-menu{
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
#footer-menu ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#footer-menu ul li{
	display: inline-block;
}
#footer-menu a{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0 10px;
	text-decoration: none;
}
#footer-menu a:hover{
	color: #008dd2;
}

/*NAVIGATION*/
.navbar{
	padding: 20px 0;
	transition: all .5s ease-in-out;
}
.vesco-top-nav{
	background: rgba(0,0,0,0.7);
	padding: 7px 0;
}
.vesco-nav-wrapper{
	padding: 0 85px;
}
.navbar-nav{
	float: right;
}
.navbar-nav > li > a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background: none;
	color: white;
}
.navbar-toggle{
	background-color: rgba(0,0,0, 0.1);
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-collapse{
	max-height: none !important;
}
.vesco-top-nav ul.navbar-nav > li.active > a {
	color: white;
}

.site-header{
height: 400px;
display: flex;
flex-flow: column;
/* background-color: #008dd2; */
background-image: url(../img/servicios/banner.jpg);
}

.site-info{
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.site-title {
    margin: 0;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.site-description {
	text-align: center;
	color: #008dd2;
	font-size: 1.2em;
	margin-top: -.8em;
	font-style: italic;
}

@media screen and (min-width: 1120px) {

    .site-title {
        font-size: 4em;
    }
    
}

/* about */
.nosotros-container{
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr;
	grid-gap: 2rem;
}
.about_img-item{
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 0.25rem;
}

@media screen and (min-width:760px){
	.about_img-special{
		order: -2;
	}
	.nosotros-container{
		grid-template-rows: 1fr 1fr;
		
	}
}
@media screen and (max-width: 767px){
	#about-content-box {
		width: 100%;
		height: 350px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
}
.signo{
	color: #008dd2;
	margin-right: 4px;
}

/* ONE COLUMN */
.one-column {
	text-align:center;
  }
  
  img {
	width:100%;
	height:auto;
  }


