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

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

#content-info-inv-col {
	width: 100%;
	position: relative;
	margin-top: 40px;
}

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

#content-form-inv-col.active {
	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: 100px;
}

#content-form-inv-col {
	display: none;
}




#content-form-inv-col>h5 {
	font-size: 22px;
	font-family: 'lato bold';
	color: #606060;
	text-align: center;
	margin-bottom: 30px;
}

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

#content-form-inv-col-2 {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#content-form-inv-col-2>h5 {
	font-size: 16px;
	font-family: 'lato bold';
	color: #606060;
	text-align: center;
	margin-bottom: 30px;
}

#content-form-inv-col-2>p {
	font-size: 18px;
	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;
}

#por-que-invertir-desde-el-exterior {
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.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);
}

#content-lang {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -100px;
	left: 10px;
}

#content-lang>a {
	width: 40px;
	height: 40px;
	padding: 8px;
	background-color: #fff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}

#content-lang>a.active {
	display: flex;
}

#content-lang>a>img {
	width: 100%;
}

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

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

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

.content-menu-left>a{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0px;
}

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

.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{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.cls-1 {
	fill: #DADADA !important ;
}

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

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

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

.content-info-inv-ext {
	width: 100%;
}

.content-form-inv-ext {
	width: 100%;
}

.content-info-inv-ext>h2 {
	width: 100%;
	letter-spacing: 5px;
	color: #606060;
	text-align: start;
	font-size: 16px;
	border-bottom: 1px solid #267980;
	padding: 4px 0px 10px;
	margin: 0px 0px 40px;
	font-family: "lato light";
	letter-spacing: 4px;
}

.content-info-inv-ext>span {
    width: 100%;
    font-weight: normal;
    color: #606060;
    font-size: 16px;
    text-align: start;
    margin-bottom: 20px;
    line-height: 22px;
    font-family: 'lato Bold';
    color: #267980;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content-info-inv-ext>p {
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 14px;
	text-align: justify;
	margin: 10px 0px;
	line-height: 22px;
	font-family: "lato Bold";
	line-height: 23px;
}

.content-info-inv-ext ul {
	width: 100%;
}

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

.content-info-list.active {
	display: flex;
}


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

.title-filtrar {
	font-family: 'lato bold';
	color: #606060;
}

.layer-title {
    font-size: 16px;
    font-family: 'lato medium';
	margin-bottom: 10px;
}

.layer-description {
	font-size: 14px;
	font-family: 'lato medium';
}

.options-filter span {
	font-family: 'lato bold';
	color: #ACACAC;
}

.links{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.options-filter span:not(:last-child) {	
	border-right: 1px solid  #B1B1B1;
}

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

.project{
	flex: 0 0 100%;
	height: 25vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-decoration: none;
	/* filter: grayscale(1); */
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

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

.select_filter_proyecto {
    color: rgb(38, 121, 128) !important;
    font-weight: 500;
}

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

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



.project .d p{
	width: 100%;
	text-shadow: 0px 2px 2px rgb(16 16 16);
}

#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');
}

.project:hover .layer{
	width: 100%;
	position: absolute;
	background-color: #267980b3;
	height: 100%;
}


.project:hover{
	text-decoration: none;
	filter: none
}
.project:hover .d{
	display:block; 
}

.content-info-inv-ext ul {
	padding: 10px;
}

ol,
ul {
	color: #606060;
	font-size: 14px;
	line-height: 22px;
	font-family: 'lato light';
	margin-left: 20px;
}

@media screen and (min-width: 992px){
	.content-ase-cred>div:last-child p{
		font-size: 14px !important;
		line-height: 22px !important;
	}

	.pop-pasos-invertir .body p{
		font-size: 14px !important;
		line-height: 22px !important;
	}

	.pop-pasos-invertir h1 {
		font-size: 22px;
	}

	#content-icon-pasos>a {
		margin-bottom: 0px;
	}

	.content-info-inv-ext iframe {
		height: 550px !important;
	}
	.content-info-inv-ext>span {
		font-size: 14px;
	}
	.content-info-inv-ext>p {
		font-size: 14px;
		line-height: 22px;
	}

	#content-icon-pasos>a>div {
		width: 150px !important;
		height: 150px !important;
	}

	#content-icon-pasos>a {
		margin: 50px 40px 20px;
	}

	form .btn-enviar {
		font-size: 16px;
	}
	form select[name='pais'] {
		font-size: 14px;
	}

	#content-form-inv-col-2>h2 {
		font-size: 16px;
	}

	form .content-inp>input, .content-inp>select {
		font-size: 14px;
	}

	#contenedor {
		margin-top: 180px;
	}
	
	#por-que-invertir-desde-el-exterior {
		flex-direction: row;
	}

		.content-info-inv-ext {
		width: 90%;
		margin-right: 40px;
	}

	.content-info-inv-ext>h5 {
		font-size: 16px;
	}

	.content-form-inv-ext {
		width: 35%;
	}

	#content-com-datos>div:first-child span:first-child {
   		font-size: 25px;
	}	

	#content-icon-pasos>a {
		width: calc(100% / 5 - 80px) !important;
	}

	.pop-pasos-invertir .content {
		width: 792px !important;
	}	

	a.close-popup {
		right: -40px;
		top: -40px;
	}

	.content-ase-cred {
		flex-direction: row !important;
	}	

	.content-ase-cred>div:first-child{
		width: 50% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content-ase-cred>div:first-child>a{
		width: 50% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

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

	#testimonios .content {
		flex-direction: row !important;
	}
	

	#testimonios .content-info-inv-ext .content> div:nth-child(1) {
		width: 30% !important;
	}

	#testimonios .content-info-inv-ext .content> div:nth-child(2){
		width:70% !important;
	}

	.content-info {
		width: 90% !important;
	}

	.content-info-inv-ext ul {
		margin-left: 20px;
		padding: 0px;
	}
	

	.content-info-inv-ext li {
		font-size: 14px;
		line-height: 22px;
	}
 }

 .descripcion p,
 .descripcion span {
	font-family: lato medium;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
 }

@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: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: ease all 0.3s;
	margin-bottom: 20px;
}

#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>div>svg path {
	fill: #1A7A80 !important;
}

#content-icon-pasos>a:hover>div>svg path,
#content-icon-pasos>a.active>div>svg path {
	fill: #1A7A80 !important;
}

#content-icon-pasos>a>div {
	width: 110px;
	height: 110px;
	margin-bottom: 8px;
	padding: 10px;
	border-radius: 50%;
	/* overflow: hidden; */
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	display: flex;
	justify-content: center;
	align-items: center;
}

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

#content-icon-pasos>a>div>svg>:nth-child(3) {
	margin-left: 20px;
}

#content-icon-pasos>a>span {
    width: auto;
    height: 50px;
    text-align: center;
    color: #9B9B9B;
    font-family: 'lato Semibold';
	font-size: 14px;
}

#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;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	border-bottom: 1px solid #DADADA;
}

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

.content-ase-cred>div:first-child img{
	width: 100%;
	filter: grayscale(100%);
	margin-bottom: 30px;
}

.content-ase-cred>div:first-child img:hover{
	filter: grayscale(0%);
}

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

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

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



/* formulario */

#content-com-datos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#content-com-datos>div:first-child {
    width: 100%;
    padding: 0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-com-datos>div:last-child {
    width: 100%;
    margin-top: 15px;
    padding: 5px 0px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content-com-datos>div:last-child {
    width: 100%;
    margin-top: 15px;
    padding: 5px 0px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content-com-datos>div:first-child span:last-child {
    font-size: 15px;
    text-align: start;
    margin: 0px;
    color: #606060;
    font-family: 'lato medium';
    margin-top: 10px;
}
#content-com-datos>div:first-child>span {
    width: calc(100% - 100px);
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#content-com-datos>div:first-child span:first-child {
    font-size: 14px;
    text-align: start;
    margin: 0px;
    color: #26797F;
    font-family: 'lato bold';
}

#content-com-datos>div:first-child span:last-child {
    font-size: 14px;
    text-align: start;
    margin: 0px;
    color: #606060;
    font-family: 'lato medium';
    margin-top: 10px;
}

#content-com-datos>div:first-child>img {
    width: 100px;
    margin-right: 20px;
}

form .content-inp>input, .content-inp>select {
    padding: 5px 10px;
    border-radius: 15px;
    outline: 0;
    border: 1px solid #B4B4B4;
    color: #606060;
    font-size: 14px;
    font-family: 'lato light';
}

form select[name='pais'] {
    border: none !important;
    font-family: 'Lato';
    font-size: 14px;
	text-align: center;
}

form .btn-enviar {
    background: #26797F;
    color: #fff;
    padding: 5px 0;
    margin: 17px auto 0px;
    width: 130px;
    border-radius: 23px;
    font-family: 'lato medium';
    font-size: 16px;
    border: none;
}


/* 5
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #606060;
    font-family: 'lato Bold';
}
 */


.pop-pasos-invertir .content {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: fit-content;
    max-width: 90%;
    max-height:80%;
    border-radius: 30px;
    margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pop-pasos-invertir .body {
    padding: 10px;
    margin: 15px 30px;
	max-height: 600px;
	overflow: auto;
}
.pop-pasos-invertir .body li {
	margin: 5px 4px;
}
.pop-pasos-invertir .body {
	color: #606060;
	font-size: 14px !important;
	line-height: 23px;
}
.pop-pasos-invertir .body p{
	color: #606060;
	font-size: 14px ;
	line-height: 23px;
	margin: 10px 0px;
}

a.close-popup {
    position: absolute;
    right: -20px;
    top: -60px;
    background: #fff;
    border-radius: 50px;
}

#content-icon-pasos .st1 {
	fill: #C3C3C3 !important;
}

#content-icon-pasos .st0 {
	fill: #ffffff !important;
}



#testimonios .content {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display:flex
}

#testimonios .content-info-inv-ext .content> div:nth-child(1) {
width: 100%;
padding: 0px 33px 0px 0px;
margin-bottom: 30px;
}
#testimonios .content-info-inv-ext .content> div:nth-child(2){
	width:100%;
	position: relative;
}
.owl-item {
	background: #267980;
	color: #fff;
	padding: 30px 30px;
	height: 350px;
	border-radius: 22px;
	background-image: url("/img/commons/fondo-testimonios.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.content-info-inv-ext iframe {
	width: 100%;
	height: 300px;
	border-radius: 20px;
}

#testimonios .item {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#testimonios .item h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px
}
#testimonios .item h5 {
	margin-bottom: 20px;
	font-size: 14px;
}

#testimonios #bnn-izq{
	left:25px !important;
}

#testimonios #bnn-der{
	right:25px !important;
}


.action a {
	background-color: #E59F31;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 10px 0 11px 0;
	display: block;
	width: 100px;
	padding: 3px;
}

div#testimonios .content > div:nth-child(1) h5 {
	border-bottom: 1px #267980 solid;
	font-size: 18px;
	font-family: 'lato Bold';
	color: #606589;
	max-width: 230px;
}

div#testimonios .content > div:nth-child(1) svg {
	width: 50px;
	margin-bottom: 10px;
}

.pop-pasos-invertir .head {
	border-bottom: 1px #00000014 solid;
	padding: 10px 0 21px 0;
}
.pop-pasos-invertir h1 {
	font-size: 16px;
	color: #267980;
	padding: 10px;
	font-family: 'lato Semibold';
}

/* .pop-pasos-invertir .content {
    border-radius: 20px;
    background: white;
}



a.close-popup {
    position: revert;
    right: -20px;
    top: -60px;
    background: #fff;
    border-radius: 50px;
    float: right;
    margin: -95px -41px 0 0px !important;
} */

#btn-ingles {
	display: none !important;
}