#contenedor {
	flex-direction: column;
	margin-top: 70px;
}

#content-inv-col {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-info-inv-col {
	width: 100%;
	position: relative;
}

#content-info-inv-col>img {
	width: 100%;
}

#content-form-inv-col {
	width: 550px;
	height: calc(100% - 80px);
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 40px;
	right: 60px;
}

#content-form-inv-col>h5 {
	font-size: 18px;
	font-weight: normal;
	color: #606060;
	text-align: center;
	margin-bottom: 30px;
}

#content-form-inv-col>p {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	text-align: center;
	margin-bottom: 30px;
}

#form-inv-col {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-inp {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-inp>input,
.content-inp>select {
	width: 100%;
	margin: 10px 0px;
	border-radius: 20px;
	border: 1px solid #9E9E9E;
	color:#9E9E9E;
	padding: 5px;
}

.content-inp-2 {
	justify-content: space-between;
	flex-direction: row !important;
}

.content-inp-2>input {
	width: 48%;
}

.content-check {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #606060;
}

.content-check a {
	color: #267980;
	font-weight: bold;
}

#btn-enviar-inv-col {
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #7C7C7C;
	color: #7C7C7C;
	border-radius: 20px;
	padding: 3px 30px;
	transition: ease all 0.3s;
	margin-top: 30px;
}

#btn-enviar-inv-col:hover {
	transform: scale(1.1);
}

/* --------------------------------------------------------------- */

#section-info {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.content-menu-left {
	width: 25%;
	border-right: 1px solid #DADADA;
	padding: 60px 0px 60px 60px;
	position: sticky;
	top: 140px;
}

.content-menu-left>a{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0px;
	/* transition: ease all 0.3s; */
}

.content-menu-left>a span{
	width: 100%;
	color: #606060;
	font-size: 22px;
	border-bottom: 1px solid #fff;
	font-family: 'lato medium';
}

hr {
    width: 100%;
    letter-spacing: 5px;
    /* color: #606060; */
    text-align: start;
    font-size: 28px;
    border-top: 1px solid #267980;
    padding: 4px 0px 10px;
    margin: 9px 0px;
    height: 0;
    padding: 0;
}
/* .content-menu-left>a:hover{
	transform: scale(1.1);
} */

.content-menu-left>a.active span,
.content-menu-left>a:hover span{
	color: #267980;
	border-bottom: 1px solid #267980;
}

.content-menu-left>a.active .cls-1,
.content-menu-left>a:hover .cls-1{
	fill: #267980 !important;
}

.content-menu-left>a.active .cls-2,
.content-menu-left>a:hover .cls-2{
	fill: #fff !important;
}

.content-menu-left>a>svg{
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.cls-1 {
	fill: #DADADA !important ;
}

.cls-2 {
	fill: #565656 !important ;
}

.content-info {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 40px 20px;
}

.content-info>div {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
}

.content-info>div>h1 {
	width: 100%;
	letter-spacing: 5px;
	color: #606060;
	text-align: start;
	font-size: 14px;
	border-bottom: 1px solid #267980;
	padding: 4px 0px 10px;
	margin: 0px;
	font-family: "lato medium";
	letter-spacing: 4px;
}

.content-info>div>span {
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 16px;
	text-align: start;
	margin-bottom: 20px;
	line-height: 22px;
}

.content-info>div>p {
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 14px ;
	text-align: start;
	line-height: 22px;
	font-family: "lato medium";
	line-height: 22px;
	margin: 10px 0px;
}

.content-info-list>p>span>img {
	width: 100% !important;
	height: auto !important;
}

.content-info>div>p>img {
	border-radius: 20px;
}

.content-info>div ul {
	margin-left: 20px;
}

.content-info>div ul {
	width: 100%;
}

.content-info>div li {
	font-weight: normal;
	color: #606060;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 22px;
}

.content-info-list.active {
	display: flex;
}
.content-info-list iframe {
	height: 300px ;
	border-radius: 20px;
}


.filter{
	margin: 20px 0;
	text-align: center;
	color: #B1B1B1;
}

.links{
	width: 30%;
	display: inline-block;
}

.links span{
	padding: 0 10px;
	margin: 0 auto;
	cursor: pointer;
}



.links span:nth-child(even) {
	border-left: 1px solid  #B1B1B1;
	border-right: 1px solid  #B1B1B1;
}

.projects-container{
	column-gap: 10px;
	row-gap: 10px;
	width: 80%;
	margin: 0 auto;

}

.project{
	flex: 0 0 100%;
	height: 25vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-decoration: none;
}

.project:hover{
	text-decoration: none;
}

.project .layer{
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	justify-content: unset !important;
}

.project .d{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 10px;
}



.project .d p{
	width: 100%;
}

#matiz{
	background-image: url('/img/proyectos/matiz.png');
}

#olmo{
	background-image: url('/img/proyectos/olmo.png');
}

#lino{
	background-image: url('/img/proyectos/lino.png');
}

#siena{
	background-image: url('/img/proyectos/siena.png');
}

#samara-plaza{
	background-image: url('/img/proyectos/samara-plaza.png');
}

#alturia{
	background-image: url('/img/proyectos/alturia.png');
}

#zapan{
	background-image: url('/img/proyectos/zapan.png');
}

#torre-nucleo{
	background-image: url('/img/proyectos/torre-nucleo.png');
}

#bambu{
	background-image: url('/img/proyectos/bambu.png');
}

#granate{
	background-image: url('/img/proyectos/granate.png');
}

#cipress{
	background-image: url('/img/proyectos/cipress.png');
}

#papiro{
	background-image: url('/img/proyectos/papiro.png');
}

#circunvalar{
	background-image: url('/img/proyectos/circunvalar.png');
}

#zandalo{
	background-image: url('/img/proyectos/zandalo.png');
}

#reserva-del-lago{
	background-image: url('/img/proyectos/reserva-del-lago.png');
}
#opalo{
	background-image: url('/img/proyectos/opalo.png');

}
#teka{
	background-image: url('/img/proyectos/teka.png');

}


@media screen and (min-width: 768px){
	.project{
		flex: 0 0 49%;
	}
}


#content-icon-pasos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#content-icon-pasos>a {
	width: calc(100% / 5 - 80px);
	margin: 0px 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: ease all 0.3s;
}

#content-icon-pasos>a:hover,
#content-icon-pasos>a.active {
	color: #E59F31;
	transform: scale(1.1);
}

#content-icon-pasos>a:hover span,
#content-icon-pasos>a.active span {
	color: #E59F31;
	transform: scale(1.1);
}

#content-icon-pasos>a>img {
	width: 70%;
}

#content-icon-pasos>a>span {
	width: 80%;
	height: 50px;
	text-align: center;
	color: #9B9B9B;
}

#content-info-pasos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-pasos {
	width: 90%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #EFEFEF;
	padding: 20px;
	border-radius: 20px;
}

.info-pasos.active {
	display: flex;
}

.info-pasos>h5 {
	font-size: 20px;
	font-weight: normal;
	color: #606060;
	text-align: center;
	margin-bottom: 30px;
}

.info-pasos>p {
	font-size: 18px;
	font-weight: normal;
	color: #606060;
	text-align: start;
	margin-bottom: 30px;
}

.content-ase-cred {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	border-bottom: 1px solid #DADADA;
}

.content-ase-cred>div:first-child{
	width: 50%;
}

.content-ase-cred>div:first-child img{
	width: 60%;
}

.content-ase-cred>div:last-child{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 50px;
}

.content-ase-cred>div:last-child p{
	font-size: 15px;
	font-weight: normal;
	color: #606060;
	text-align: start;
	margin-bottom: 5px;
}

.line-separator {
	width: 100%;
	height: 2px;
	background-color: #EFEFEF;
	margin: 30px 0px;
}

#nosotros img{
	width: 100%;
	border-radius: 15px;
}

#nosotros p{
	margin-bottom: 40px;
}
.content-info>div>h4{
	align-self: flex-start;
}
.content-info>div>h4{
	color: #606060;
	margin: 20px 0px;
	letter-spacing: 2px;
	text-align: left;
	font-family: "lato medium";
	font-size: 25px;
}

.fila{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0px;
}
.fila h4{
	font-weight: 300;
	font-size: 15pt;
	color: #606060;
	margin: 20px 0px 20px 20px;
	letter-spacing: 2px;
	text-align: left;
	font-family: 'lato bold';
	font-size: 25px;
}
.fila img{
	width: 48px;
	height: 48px;
}

.fila span{
	font-size: 14px;
	line-height: 22px;
}

#mision-vision h4{
	font-size: 15pt;
}

#mision-vision p{
	margin: 20px auto;
}

#valores-corporativos{
	width: 100%;
}
#valores-corporativos p, .mision_vision p, #principios-corporativos p{
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 8px;
	line-height: 22px;
	font-family: "lato medium";
}


#principios-corporativos, #proposito-superior{
	width: 100%;
}

/* #principios-corporativos *{
	align-self: flex-start;
} */

/* #principios-corporativos p{
	margin: 20px 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 20px;
	text-align: justify;
	margin-bottom: 8px;
	line-height: 22px;
	font-family: "lato medium";
	line-height: 30px;
} */


/* #principios-corporativos h4{
	font-size: 15pt;
	font-weight: 300;
	color: #606060;
	margin: 20px 0px;
	letter-spacing: 2px;
	text-align: left;
	font-family: 'lato bold';
	font-size: 25px;
} */

#empresa-superheroina img{
	border-radius: 25px;
}

#empresa-superheroina p{
	margin: 20px 0;
}
.tab-img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#proposito-superior p {
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 8px;
	line-height: 22px;
	font-family: "lato Bold";
}

@media screen and (min-width: 992px){	
	.fila span{
		font-size: 16px;
		line-height: 30px;
	}

	.content-info>div>h1 {
		font-size: 16px;
		margin: 20px 0px 40px;
	}

	#contenedor {
		margin-top: 180px;
	}

	#valores-corporativos p, .mision_vision p, #principios-corporativos p{
		font-size: 14px;
		line-height: 30px;
		padding-left: 80px;
	}
	
	.content-info-list iframe {
		height: 550px ;
	}

	.content-info>div>p {
		font-size: 14px ;
		line-height: 22px;
	}

	#proposito-superior p {
		font-size: 14px;
		margin: 0px !important;
		line-height: 30px;
	}

}