@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
*{
	font-family: 'Open Sans', sans-serif;
}
#header{
	position: sticky;
	top:0;
	background: #fff;	
}
#header .menu-icon{
	display: none !important;
}

#header nav{
	display: flex;
	align-items: center;
}
#header nav a.active, #header nav a:hover{
	background: #1c3360;
    padding: 3px 3px;
    border-radius: 10px;
    color: #fff;
}
#header nav a{
	color:#333333;
	text-decoration: none;
	margin:0 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: lighter;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s ease;
    padding: 3px 3px;
    border-radius: 10px;
}
#header nav a.socialmedia{
	position:absolute;
	right:-50px
}
#header nav a.socialmedia:hover{
	background: transparent;
}
#header nav a.socialmedia.facebook{
	position:absolute;
	right:-85px
}
#header nav a img{
	height: 22px;
}
#header .logotipo{
	width: 100px;
}

.hero-image img{
	width:100%;
}

#aboutUs .row{
	padding:100px 0px 50px 0px;
}

#aboutUs .info-text p{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 7px;
	line-height: 40px;
	color:#333!important;
	font-weight:300;
}

#aboutUs hr{
	border: 1px solid #1c3360;
	opacity: 1;
	width: 50%;
	margin:40px auto;
}

#services{
	background: url('../images/Asset_02.png') no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 50px;
}
#services h2{
	text-transform: uppercase;
	margin-bottom: 180px;
	font-size: 44px;
	font-weight: bold;
	color: #063161;
}
#services .card-services{
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
#services .card-services img{
	margin-bottom: 30px;
	width: fit-content;
	/*height: 80px;*/
}

#services .card-services h3{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 20px;
}
#services .card-services p{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}
#numerup{
	padding-top: 100px;
	padding-bottom: 100px;
}
#numerup .row{
	height: 400px;
}
#numerup hr{
	border: 1px solid #1c3360;
	opacity: 1;
	width: 70%;
	margin:40px auto;
}
#numerup .incementNumber span{
	display: block;
	font-size: 160px;
	font-weight: bold;
	line-height: 160px;
	color:#1c3360;
}
#numerup .incementNumber p{
	font-size: 44px;
	text-transform: uppercase;
}
#proyectos{
	padding-bottom: 150px;
}
#proyectos h2{
	font-size: 44px;
	font-weight: lighter;
	border-bottom: 2px solid rgba(28,51,96,0.15);
	margin-bottom: 100px;
	font-weight: bold;
	color: #063161;
}
 #proyectos a{
 	display: contents;
 }
 #proyectos .img-btn{
 	width: 60%;
 }

#proyectos-residenciales{
	padding-bottom: 50px;
}
#proyectos-residenciales h2{
	font-size: 44px;
	/*font-weight: lighter;*/
	border-bottom: 2px solid rgba(28,51,96,0.15);
	font-weight: bold;
	color: #063161;
}



 #beneficios{
	background: url('../images/Asset_04.png') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*margin-top: 150px;
  margin-bottom: 150px;*/
  padding: 150px 0px;
}
#beneficios h2{
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 150px;
	color: #063161;
}
#beneficios .card-beneficios{
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
#beneficios .card-beneficios img{
	margin-bottom: 30px;
	width: fit-content;
}
#beneficios .card-beneficios h3{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 20px;
}
#beneficios .card-beneficios p{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;

}


#OurClients{
	margin-bottom: 100px;
}
#OurClients hr{
	border: 1px solid #1c3360;
	opacity: 1;
	width: 70%;
	margin:40px auto;
	color: #063161;
}

#OurClients h2{
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 40px;
	font-size: 44px;
	font-weight: bold;
	color: #063161;
}
#OurClients .img-clients{
	width: 80%;
	margin: 0 auto;
	display: block;
}

#footer{
	background: #f1f1f1;
}
#footer .logotipo-footer{
	width: 150px;
	display: block;
}
#footer .img-btn{
	text-decoration: none;
    line-height: 25px;
    font-size: small;
    color:#1c3360;
}
#footer .img-btn img{
width: 22px;
margin-right: 10px;
}
#footer .img-btn-facebook img{
height: 22px;
}
#footer #formFormulario input{
	border: none;
}
#footer #formFormulario input:focus{
	outline: none !important;
	box-shadow: none !important;
}
#footer #formFormulario textarea{
	border: none;
}
#footer #formFormulario textarea:focus{
	outline: none;
	box-shadow: none !important;
}
#footer #formFormulario .btn-instalia{
	background: #1c3360;
	color: #fff;
}

.modal-open{
	overflow: hidden;
}
.btn-gallery{
	color: #1c3360 !important;
    border-color: #1c3360 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-gallery:hover{
	background: #1c3360 !important;
	color: #fff !important;
}
.galerrywrap{
	width:100vw;
	height:100vh;
	position: fixed;
	background: rgba(0,0,0,0.7);
	top:0;
	z-index: 999999;
}
.gallerycontainer{
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.galleryrow{
	height:80%;
    width: 100%;
    position: relative;
}
.imageMain{
	height: 90%; 
	background: #333;
	display: flex;
    justify-content: center;
    align-items: center;
}
.imageMain img{
	width: fit-content;
	height: 80%;
}
.imageThumbnail{
	height: 10%; 
	display: flex;
	overflow: hidden;
	overflow-x: scroll;
	background: #333;
	padding: 10px 0px;

}
.imageThumbnail img{
	height: 100%;
	margin: 0 20px;
	cursor: pointer
}
.closeGallery{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 32px !important;
    height: 32px;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index:9999;
    cursor: pointer;
}
.nextGalleryBtn{
	position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px !important;
    width: 32px !important;
    height: 32px;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index:9999;
    cursor: pointer;
}

.prevGalleryBtn{
	position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -16px !important;
    width: 32px !important;
    height: 32px;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index:9999;
    cursor: pointer;
}
@media (max-width: 991px) {
	#services .card-services {
    	justify-content: start;
    	align-items: center;
	}
	#services .card-services img {
		width: 80%;
	}
	#beneficios .card-beneficios {
    	justify-content: start;
    	align-items: center;
	}
	#beneficios .card-beneficios img {
		width: 80%;
	}
}
@media (max-width: 767px) {
	#header .menu-wrap{
		position: unset !important;
	}
	#aboutUs .info-text p {
    	font-size: x-large;
	}
	#services .card-services img {
		width: 60px;
	}
	#beneficios .card-beneficios img {
		width: 60px;
	}
	#numerup .incementNumber span {
    font-size: 150px;
    line-height: 150px;
	}
	#numerup .incementNumber p {
    font-size: xx-large;
	}
	#numerup .row {
    	height: 245px;
	}
	#proyectos .img-btn {
    	width: auto;
    	height: 60vh;
	}
	#OurClients .img-clients {
    	width: 100%;
	}
	#header .menu-icon{
		display: flex !important;
		color: #333;
		cursor: pointer;
	}
	#header nav {
    width: 100%;
    /*height: 50px;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    background: #fff;
    display: none;
    padding: 5px 0px 50px 0px;
	}
	#header nav a {
    flex: auto;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 20px 20px;
	}
	#header nav a:hover {
		padding: 20px 20px;
	}
	#header nav a.active {
		padding: 20px 20px;
	}
	#header nav a.socialmedia{
		position: relative;
		right: unset;
		top:20px;
	}
	#header nav a.socialmedia:hover{
		background: transparent;
	}
	#header nav a.socialmedia.facebook{
		position: relative;
		right: unset;
	}
	#services h2 {
    	margin-bottom: 25px;
    	font-size: 44px
	}
	.imageMain img {
    	width: 80%;
    	height: auto;
	}
	.nextGalleryBtn {
    	margin-top: -65px !important;
	}
	.prevGalleryBtn {
    	margin-top: -65px !important;
	}

}
@media (max-width: 527px) {
	
}
@media (max-width: 450px) {
	
	#aboutUs .row {
    	padding: 0px 0px 50px 0px;
	}
	#aboutUs .info-text p {
    	font-size: large;
    	line-height: 25px;
	}
	#numerup .incementNumber span {
    	font-size: 100px;
    	line-height: 100px;
	}
	#numerup .incementNumber p {
    	font-size: x-large;
	}
	#proyectos .img-btn {
    	width: 80vw;
    	height: auto;
	}
	#proyectos h2 {
    	margin-bottom: 50px;
	}
	#proyectos {
    	padding-bottom: 79px;
	}
	#beneficios {
    	margin-top: 73px;
    	margin-bottom: 73px;
	}
}