body {
	background:#fff;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}
.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.p-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
img {
	max-width:100%;
	display:inline-block;
}
.text-blue{
	color: rgb(42, 42, 119);
}
h1,h2,h3,h4,h5,h6,p,ul,a {
	font-family: 'Montserrat', sans-serif;
}

input, label, textarea, button {
	font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:#fff;
}

.navbar-default {
	background:#fff;
	min-height:150px;
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height:150px;
	padding:15px 15px;
}

.navbar-brand img {
	display:inline-block;
}

.navbar-right {
	margin-right:0px;
}

.navbar-nav>li {
	margin-top:50px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#4f5972;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

section {
	float:left;
	width:100%;
}

a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
}

/* Main Styles */
#header {
	padding:15px 0px;
}

/*** ***/
#banner {
	padding:0px 0px;
	size:cover;
}

#banner h2 {
	color:#080836;
	font-size:64px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px;
}
#banner h3 {
	color:#080836;
	font-size:35px;
	font-style: italic;
	margin-bottom:20px;
}

#banner p {
	color:#000;
	font-size:23px;
	margin:0px 0px;
}


/*** ***/
#info {
	padding:40px 0;
	padding-bottom:20px;
}

#info p {
	color:#000000;
	font-size:23px;
	font-weight:500;
	margin-bottom:40px;
}

#info h3 {
	color:#000000;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	margin-top:30px;
	margin-bottom:40px;
}

#info .img {
	margin-bottom:20px;
}

#info h4 {
	color:#000000;
	font-size:37px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:0px;
	text-transform:uppercase;
}

/*** ***/
#info-pre {
	background:#ea5f19;
}

#info-pre h2 {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
    margin: 10px 0px;
    text-transform: uppercase;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.fullwidth {
	width:100%;
}

/*** ***/
#info-small {
	padding:50px 0;
}

#info-small h3 {
	color:#000000;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:25px;
}

#info-small p {
	color:#000000;
	font-size:20px;
	margin-bottom:0px;
}

#info-small p span {
	font-weight:600;
	font-style:italic;
}

.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.fix{
    position:fixed;
    bottom:10px;
    left:15px;
    max-width: 150px;
}

/* Galeria */

#proyectos {

	background-image:url(../images/render.png) ;
	background-size: cover;

}

.portafolio{
	background: url(../images/bg-servicios.jpg) center center;
	background-size: cover;
	padding: 70px 0px;
	color: #FFF;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.imagen-port{
    width: 24%;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.titulo {

	font-size: 30px;
	text-align:left;
	background: #0A79BF;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 250px;
	font-weight: bold;
	padding: 50px


}

.h1-featured {
    padding: 100px 0px 113px;

}.featured-img {
    padding-right: 18px;
    position: relative;
}.featured-img img {
    position: relative;
    z-index: 10;
}.section-body {
    position: relative;
    display: inline-block;
}.featured-img:before {
    content: "";
    left: 90px;
    right: 0;
    background: #080836;
    position: absolute;
    top: 90px;
    bottom: -15px;
}.section-title .sub-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
	line-height: 20px;
}.section-title .main-title {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
}.featured-item {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}.featured-icon {
    margin-bottom: 10px;
}.featured-item-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: 0.5s;
    margin: 0;
    color: #000000;
    margin-bottom: 8px;
}
.card{
	box-shadow: 0;
	background: #FFF;
	padding: 10px 18px;
}
.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.imagen-port1 > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 200px
}
.imagen-port2 > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 200px
}

.galeria-port1{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port1{
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port2{
    width: 49%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
   
background: -webkit-linear-gradient(to right, #2C536495, #08083695, #0F202795);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C536495, #08083695, #0F202795); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria1 img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
    text-align: center;
}
.hover-galeria1 p{
    color: #fff;
    text-align: center;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}

.hover-galeria1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
       
background: -webkit-linear-gradient(to right, #2C536495, #08083695, #0F202795);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C536495, #08083695, #0F202795); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria1 img{
    width: 50px;
}

.hover-galeria1 p{
    color: #fff;
    text-align: center;
    
    font-size: 20px
}



.titulos {
    color:#080836;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.inspiring-section {
    background: #f8f8f8;
    position: relative;
    padding: 40px 0px 0px 87px;
}
@media only screen and (min-width: 1200px) and (max-width: 1367px){
.inspiring-section-bg {
    height: 612px;
    width: 60%;
    overflow: hidden;
}}
.inspiring-section-bg {
    right: 0;
    background: transparent;
    position: absolute;
    top: 0;
    -webkit-clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    height: 580px;
    overflow: hidden;
}

/*** ***/
#contact-info {
	background: #4578bb;
    background-size: cover;
	color: #FFF;
    padding: 25px 0px;
}

#contact-info .bg {
	background:rgba(138,138,138,0.2);
	padding:15px 0;
}

#contact-info h2 {
	color:#FFF;
	font-size:23px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
}

#contact-info p {
	color:#FFF;
	font-size:12px;
	margin:0;
}

#contact-info h3 {
	color:#FFF;
    font-size: 23px;
    line-height: .7;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0px 2px 0px;
}

#contact-info h3 span {
	font-size:13px;
	font-weight:500;
}

#contact-info p.sm {
	font-size:13px;
	margin:0;
	letter-spacing:.5px;
	margin-bottom:10px;
}

#contact-info .sp {
	padding:0 55px;
}

#contact-info input {
	display:inline-block;
	width:100%;
	background:#fff;
	height:33px;
	box-shadow:none;
	border:1px solid #a0a2a2;
	border-radius:3px;
	padding:0px 10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	outline:none;
	margin-bottom:10px;
}

#contact-info ::-webkit-input-placeholder {
	color:#000000;
}

#contact-info textarea {
	display:inline-block;
	width:100%;
	background:#fff;
	height:70px;
	box-shadow:none;
	border:1px solid #a0a2a2;
	border-radius:3px;
	padding:5px 10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	outline:none;
}


#contact-info input.submit {
	background: -webkit-linear-gradient(to right, #0f2027, #080836, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #080836, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-size:cover;
	width:auto;
	color:#fff;
	height:40px;
	font-weight:bold;
	font-size:18px;
	padding:0px 35px;
	border:none;
	border-radius:5px;
	outline:none;
}

/*** ***/
#footer {
	background: #4578bb;
	padding:40px 0;
	padding-bottom:0;
}

#footer h3 {
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
	margin-bottom:5px;
}

#footer p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
}

#footer h4 {
	display:inline-block;
	background:#767478;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:5px 7px;
	letter-spacing:.5px;
}

/*** ***/
/*** ***/
/*** ***/

/*** ***/
.bx-wrapper img {
	display:inline-block;
}

ul.bxslider {
	list-style:none;
}

.bx-wrapper {
	margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
	width:28px;
	height:34px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
}
/* Media Css */
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.titulo {
	font-size: 20px;
	text-align:left;
	background: #0A79BF;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 150px;
	font-weight: bold;
	padding: 10px;
}


.imagen-port2{
    width: 95%;
 
}

.navbar-brand {
	width:50%;
	height:110px;
}

.navbar-default {
	min-height:110px;
}

.navbar-right {
	margin-right:-15px;
}

.navbar-default .navbar-toggle {
	margin-top:32px;
	margin-right:0px;
	border:none;
}

.imagen-port{
    width: 49%;
    
}

.imagen-port1{
    width: 49%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border:none;
	background:none;
}

.navbar-nav>li {
    margin-top: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align:center;
	padding:5px 15px;
}

#header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}
.fix{
    position:fixed;
    bottom:10px;
    left:15px;
    max-width: 120px;
    background: #ffffff90;
    border-radius: 10px;
}

#banner h2 {
    font-size: 36px;
}

#banner p {
    font-size: 15px;
}

#info p {
    font-size: 17px;
}

#info h3 {
    font-size: 16px;
}

#info h4 {
    font-size: 25px;
}

#info-pre h2 {
    font-size: 18px;
}

#info-small p {
    font-size: 14px;
}

#footer h3 {
    font-size: 13px;
}

#footer p {
    font-size: 14px;
}

#contact-info .sp {
    padding: 0 15px;
}

#contact-info h2 {
    font-size: 21px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-header {
	width:30%;
}


#banner h2 {
    font-size: 43px;
}

#banner p {
    font-size: 18px;
}

#info p {
    font-size: 17px;
}

#info h3 {
    font-size: 16px;
}

#info h4 {
    font-size: 25px;
}

#info-pre h2 {
    font-size: 33px;
}

#info-small p {
    font-size: 14px;
}

#footer h3 {
    font-size: 13px;
}

#footer p {
    font-size: 13px;
}

}
@media(max-width:678px){
	.inspiring-section-bg{
		height: 200px;
		position: relative;
		padding: 0px !important;
		margin: 0px !important;
	}
	.inspiring-section {
		padding: 0px !important;
		margin: 0px !important;
	}
}