/* ---------------------General Section-------------------------------------- */
.owl-theme {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.line-separator {
	width: 2px;
	height: 60px;
	background: #c3c3c3;
}

.btn-mas {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 60px 0px;
}

.btn-mas a {
	font-size: 16px;
	border: 1px solid #7c7c7c;
	color: #7c7c7c;
	border-radius: 20px;
	padding: 3px 30px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	font-family: "lato medium";
}

.btn-mas a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#inv-colom {
	width: 100%;
}

/* ---------------------Section Banner desktop-------------------------------------- */

#s-banner-desk {
	width: 100%;
	margin-top: 100px;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	row-gap: 8px;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

#s-banner-desk > a {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#s-banner-desk > a.active {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

#s-banner-desk > a.active > div {
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 58px;
	color: #267980;
	font-family: "lato medium";
}

#s-banner-desk > a.active img {
	opacity: 0.5;
}

#s-banner-desk > a > div {
	display: none;
}

#s-banner-desk > a > div > p {
	font-family: "lato bold";
	font-size: 40px;
}

#s-banner-desk > a:hover > div {
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 58px;
	font-family: "lato Bold";
	color: #267980;
}

#s-banner-desk > a > img {
	width: 100%;
}

#s-banner-desk > a:hover img {
	opacity: 0.5;
}

/* ---------------------Section Banner movil-------------------------------------- */

#s-banner-movil {
	width: 100%;
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#s-banner-movil > img {
	width: 100%;
}

#content-btn-banner {
	width: 200px;
	border-radius: 20px;
	padding: 20px;
	background-color: #fff;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
}

#content-btn-banner > h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	color: #7c7c7c;
}

#content-btn-banner > a {
	font-size: 12px;
	border: 1px solid #7c7c7c;
	color: #7c7c7c;
	border-radius: 20px;
	padding: 1px 20px;
	font-family: "lato Bold";
}

/* ---------------------Section Proyectos-------------------------------------- */

#s-proyectos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-proyectos {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-proyectos > a {
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	-webkit-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%);
	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%);
	overflow: hidden;
}
#content-proyectos > a:not(:first-child) {
	margin-top: 50px;
}

#content-proyectos > a > div:first-child {
	width: 55%;
	position: relative;
}

#content-proyectos > a > div:first-child img {
	width: 100%;
}

#content-proyectos > a > div:first-child span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 20px;
	border-radius: 20px;
	background-color: #e59f31;
	color: #fff;
	font-size: 18px;
	-webkit-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%);
	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%);
	font-family: "lato bold";
}

#content-proyectos > a > div {
	width: 45%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#content-proyectos > a > div:last-child {
	padding: 20px;
}

/* ---------------------Section Proyectos movil-------------------------------------- */

#s-proyectos-movil {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-proyectos-movil {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-proyectos-movil > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	margin-top: 50px;
	border-radius: 20px;
	-webkit-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%);
	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%);
	overflow: hidden;
}

#content-proyectos-movil > a > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#content-proyectos-movil > a > div:first-child {
	width: 100%;
	position: relative;
}

#content-proyectos-movil > a > div:first-child img {
	width: 100%;
	height: 200px;
}

#content-proyectos-movil > a > div:first-child span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 20px;
	border-radius: 20px;
	background-color: #e59f31;
	color: #fff;
	font-size: 22px;
	-webkit-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%);
	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%);
	font-family: "lato bold";
}

#content-proyectos-movil > a > div:last-child {
	padding: 20px;
}

/* efecto img proyec6tos */

#content-proyectos-movil > a:hover .img_proyecto9 {
	/* filter: opacity(0.5) drop-shadow(0 0 0 #0644b8); */
}
#content-proyectos-movil > a:hover .info,
#content-proyectos-movil > a:hover .effect {
	display: block;
}

#content-proyectos-movil .info {
	position: absolute;
	top: 63px;
	left: 23px;
	/* right: 32px; */
	display: none;
}

#content-proyectos-movil .info strong:nth-child(1) {
	color: #fff;
	font-size: 34px;
	/* right: 32px; */
	font-family: "lato Bold" !important;
}
#content-proyectos-movil .info strong {
	color: #fff;
	font-size: 23px;
	/* right: 32px; */
	font-family: "lato Bold" !important;
}

/* efecto img proyec6tos */

#content-proyectos > a:hover .img_proyecto9 {
	/* filter: opacity(0.5) drop-shadow(0 0 0 #0644b8); */
}
#content-proyectos > a:hover .info,
#content-proyectos > a:hover .effect {
	display: block;
}

#content-proyectos .info {
	position: absolute;
	/* top: 63px; */
	/* left: 23px; */
	/* right: 32px; */
	display: none;
}

#content-proyectos .info strong:nth-child(1) {
	color: #fff;
	font-size: 18px;
	/* right: 32px; */
	font-family: "lato Bold" !important;
}
#content-proyectos .info strong {
	color: #fff;
	font-size: 18px;
	/* right: 32px; */
	font-family: "lato Bold" !important;
}

.effect {
	width: 100%;
	position: absolute;
	background: #267980b3;
	height: 100%;
	display: none;
}

/*  */

.content-logo-title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-logo-title > div:first-child {
	width: 20%;
	margin-right: 30px;
}

.content-logo-title > div:first-child img {
	width: 100%;
}

.content-logo-title > div:last-child {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-logo-title > div:last-child h3 {
	width: 100%;
	color: #606060;
	font-size: 18px;
	font-family: "lato bold";
}

.content-logo-title > div:last-child span {
	width: 100%;
	color: #9b9b9b;
	font-size: 16px;
	font-family: "lato medium";
}

.content-info-torre {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-torre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-torre h4 {
	width: 100%;
	text-align: start;
	color: #606060;
	font-size: 14px;
	font-family: "lato bold";
	text-align: center;
}

.info-torre span {
	width: 100%;
	text-align: start;
	color: #9b9b9b;
	font-size: 14px;
	font-family: "lato medium";
	text-align: center;
}

.content-p-n-v {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 70px;
}

.content-p-n-v h4 {
	font-size: 16px;
	color: #606060;
	margin: 10px 0px;
	font-family: "lato bold";
}

/* ---------------------Section Descubre mas desktop-------------------------------------- */

#s-desc-mas-desk {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#s-desc-mas-desk #content-desc-mas {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* background-color: #E5E5E5 ; */
	padding: 50px;
}

#s-desc-mas-desk #content-desc-mas > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* display: grid;
	column-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr; */
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#s-desc-mas-desk #content-desc-mas > div > a {
	width: calc(100% / 4 - 20px);
	height: 230px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#s-desc-mas-desk #content-desc-mas > div > a > svg {
	width: 73px;
	height: 73px;
}

#s-desc-mas-desk #content-desc-mas > div > a:hover {
	/* transform: scale(1.02); */
}

#content-desc-mas svg > path {
	fill: #fff !important;
}

#s-desc-mas-desk #content-desc-mas > div > a > img {
	height: 60px;
}

#s-desc-mas-desk #content-desc-mas > div > a > h4 {
	height: 100px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "lato bold";
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(1) {
	background-color: #2c797d;
	/* background-color: #464646; */
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(2) {
	background-color: #28883f;
	/* background-color: #2C797D; */
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(3) {
	background-color: #e59f31;
	/* background-color: #CD8E2C; */
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(4) {
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(1) h4 {
	background-color: #238039;
	background-color: #267075;
	/* background-color: #3F3F3F; */
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(2) h4 {
	background-color: #238039;
	/* background-color: #267075; */
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(3) h4 {
	background-color: #cb8727;
}

#s-desc-mas-desk #content-desc-mas > div > a:nth-child(4) h4 {
	background-color: #238039;
}

/* ---------------------Section Descubre mas movil-------------------------------------- */

#s-desc-mas-movil {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#s-desc-mas-movil #content-desc-mas {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e5e5e5;
	padding: 50px;
}

#s-desc-mas-movil .owl-theme > div {
	text-align: center;
	margin-top: 20px;
}

#content-nues-cli-movil .owl-dot,
#s-desc-mas-movil .owl-dot {
	background: #a3a3a3;
	color: inherit;
	border: none;
	padding: 5px !important;
	font: inherit;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 20px;
}

#content-nues-cli-movil .owl-dot.active,
#s-desc-mas-movil .owl-dot.active {
	background: #606060;
}

.content-card-desc-mas {
	width: 100%;
	height: 230px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.content-card-desc-mas:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.content-card-desc-mas > svg {
	width: 25% !important;
}

.content-card-desc-mas > h4 {
	height: 100px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.desc-mas-1 {
	background-color: #2c797d;
}

.desc-mas-2 {
	background-color: #28883f;
}

.desc-mas-3 {
	background-color: #cd8e2c;
}

.desc-mas-4 {
	background-color: #28883f;
}

.desc-mas-1 h4 {
	background-color: #267075;
}

.desc-mas-2 h4 {
	background-color: #238039;
}

.desc-mas-3 h4 {
	background-color: #cb8727;
}

.desc-mas-4 h4 {
	background-color: #238039;
}

/* ---------------------Section Nuestros clientes desktop-------------------------------------- */

#s-nuestros-clientes-desk {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-bottom: 200px; */
	background: #e5e5e5;
	padding: 70px 0 70px 0;
}

#s-nuestros-clientes-desk .content-title-section {
	margin-top: 130px;
}

#s-nuestros-clientes-desk #content-nues-cli {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 50px;
}

#s-nuestros-clientes-desk #content-nues-cli > div {
	width: 65%;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#s-nuestros-clientes-desk #content-nues-cli > div > a {
	width: 100%;
	height: 204px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 60px;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

#s-nuestros-clientes-desk #content-nues-cli > div > a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#s-nuestros-clientes-desk #content-nues-cli > div > a:hover svg path {
	fill: #1a7a80;
	color: #000;
}

#s-nuestros-clientes-desk #content-nues-cli > div > a:hover h4 {
	color: #e7a033;
}

#s-nuestros-clientes-desk #content-nues-cli > div > a > h4 {
	color: #7c7c7c;
	font-size: 28px;
	text-align: center;
	font-family: "lato Bold";
}

/* ---------------------Section Nuestros clientes movil-------------------------------------- */

#s-nuestros-clientes-movil {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-bottom: 200px; */
	margin: 100px 0;
	background: #e5e5e5;
	padding: 26px 0 37px 0;
}

#s-nuestros-clientes-movil .content-title-section {
	margin-top: 130px;
}

#s-nuestros-clientes-movil #content-nues-cli-movil {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 50px;
}

.owl-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-nues-cli {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.a-nues-cli:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.a-nues-cli:hover svg path {
	fill: #1a7a80;
	color: #000;
}

.a-nues-cli:hover h4 {
	color: #e7a033;
}

.a-nues-cli > h4 {
	color: #7c7c7c;
	font-size: 16px;
	text-align: center;
	font-family: "lato Bold";
}

/* ---------------------Section Blog desktop-------------------------------------- */

#s-blog-desk {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#s-blog-desk #content-blog {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e5e5e5;
	padding: 50px;
}

#s-blog-desk #content-blog > div {
	width: 70%;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
	-ms-grid-columns: 1fr 100px 1fr 100px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#s-blog-desk #content-blog > div > div {
	width: 100%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: ease all 0.7s;
	-o-transition: ease all 0.7s;
	transition: ease all 0.7s;
}

#s-blog-desk #content-blog > div > div:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#s-blog-desk #content-blog > div > div > img {
	width: 100%;
}

#s-blog-desk #content-blog > div > div > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
}

#s-blog-desk #content-blog > div > div > div > a {
	width: 100%;
	color: #267980;
	font-size: 16px;
	text-align: start;
	margin-bottom: 10px;
	-webkit-transition: ease all 0.7s;
	-o-transition: ease all 0.7s;
	transition: ease all 0.7s;
	font-family: "lato Bold";
}

#s-blog-desk #content-blog > div > div > div > a:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#s-blog-desk #content-blog > div > div > div > p {
	width: 100%;
	color: #606060;
	font-size: 12px;
	text-align: start;
	margin-bottom: 10px;
}

#content-nues-cli svg#Capa_1 {
	border-radius: 116px;
	-webkit-box-shadow: 0px 0px 6px 4px #dfdfdf !important;
	box-shadow: 0px 0px 6px 4px #dfdfdf !important;
}

#s-nuestros-clientes-movil svg#Capa_1 {
	width: 92px;
	margin: 17px 0 0 0;
	-webkit-box-shadow: 0px 0px 6px 4px #dfdfdf !important;
	box-shadow: 0px 0px 6px 4px #dfdfdf !important;
	border-radius: 116px;
}

#s-nuestros-clientes-movil svg > path {
	fill-color: green;
}
#s-nuestros-clientes-desk #content-nues-cli > div > a > h4,
#s-nuestros-clientes-movil div a h4 {
	color: #7c7c7c;
	text-align: center;
	font-family: "lato Bold";
	margin-top: 25px;
	font-size: 16px;
}
#s-nuestros-clientes-movil div a h4 {
	color: #7c7c7c;
	text-align: center;
	font-family: "lato Bold";
	margin-top: 25px;
	font-size: 16px;
}

#s-nuestros-clientes-movil div a {
	height: 204px;
}

/* ---------------------Section Blog movil-------------------------------------- */

#s-blog-movil {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#s-blog-movil #content-blog {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e5e5e5;
	padding: 50px;
}

#s-blog-movil #content-blog > div {
	width: 100%;
}

#s-blog-movil .content-card-noticia {
	width: 100%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: ease all 0.7s;
	-o-transition: ease all 0.7s;
	transition: ease all 0.7s;
}

#s-blog-movil .content-card-noticia:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#s-blog-movil .content-card-noticia > img {
	width: 100%;
}

#s-blog-movil .content-card-noticia > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
}

#s-blog-movil .content-card-noticia > div > a {
	width: 100%;
	color: #267980;
	font-size: 16px;
	text-align: start;
	margin-bottom: 10px;
	-webkit-transition: ease all 0.7s;
	-o-transition: ease all 0.7s;
	transition: ease all 0.7s;
	font-family: "lato Bold";
}

#s-blog-movil .content-card-noticia > div > a:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#s-blog-movil .content-card-noticia > div > p {
	width: 100%;
	color: #606060;
	font-size: 12px;
	text-align: start;
	margin-bottom: 10px;
}

#s-blog-movil .owl-theme > div {
	text-align: center;
	margin-top: 20px;
}

#s-blog-movil .owl-dot {
	background: #a3a3a3;
	color: inherit;
	border: none;
	padding: 5px !important;
	font: inherit;
	border-radius: 50%;
	margin-right: 10px;
}

#s-blog-movil .owl-dot.active {
	background: #606060;
}

/* 
#popup-container.active{
	display: flex;
	background: #ffffffbc;
}
#popup-container{
	display: none;
}
#popup-login.active{
	display: flex;
}

#popup-login{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100vh;
	background: #ffffffbc;
	display: none;
	align-items: center;
	z-index: 100;
	flex-wrap: wrap;
	overflow: scroll;
}

#popup-login h2{
	flex: 0 0 100%;
	text-align: center;
	font-size: 24px;
	letter-spacing: 4px;
}

#login-container, .login-container{
	height: 100%;
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
	border-radius: 25px;
}

#login-container .col,.login-container .col{
	flex: 0 0 100% !important;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-container .col-izq{
	background: url('/img/index/bg-login.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.login-container .col-izq a, .login-container .col-izq p{
	position: relative;
	z-index: 100;
	color: #fff;
}

.login-container .col-izq .layer{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgb(38,121,128);
	background: linear-gradient(209deg, rgba(38,121,128,0.49933476808692223) 0%, rgba(126,139,91,0.5) 47%, rgba(229,159,49,0.5) 100%);
	border-radius: 25px;
}

.btn-signup, .btn-login{
	background: #E59F31;
	padding: 5px 10px !important;
	color: #fff !important;
	border-radius: 25px !important;
	font-size: 25px !important;
	text-align: center;
}
.btn-signup{
	width: 150px;
}
.btn-login{
	width: 250px;
}
.img-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
}
.img-container .titulo{
	font-weight: 700;
	color: #CACACA;
	margin: 20px auto;
}
.login-container .col-der{
	background: #fff;
}
.col-der .img-container .item{
	width: 20% !important;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
}

.col-der .img-container .item img, .col-der .img-container .item span{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.col-der .img-container .item span{
	color: #CACACA !important;
	font-size: 10px;
}
.col-der .img-container .item.active span{
	color: #E59F31 !important;
}

.input-container input{
	width: 80%;
	margin: 10px auto;
}

#forgot-password{
	text-align: center;
	margin: 10px;
}

#btn-login , #btn-sign-up{
	background: #267980;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 25px;
	width: 200px;
}

#signup-container{
	display: none;
}

.login-container .col .input-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.login-container .col .input-container input{
	margin: 20px auto;
}
.login-container .col .input-container input, .login-container .col .input-container .password{
	width: 94%;
	border: 2px solid #CACACA;
}

.login-container .col .input-container .password input{
	width: 100%;
}

.password{
	border: none !important;
}

.login-container .col .input-container #registrar-nombres, .login-container .col .input-container #registrar-apellidos{
	flex: 0 0 43%;
}
.btn-cerrar-login{
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
	font-size: 30px;
	top: 10px;
	right: 10px;
}

#login-container .img-container .item img{
	cursor: pointer;
}

button[type='submit']{
		cursor: pointer;
}

#login-container .col .img-container .item svg{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	cursor: pointer;
}



.password{
	position: relative;
}

.password img{
	position:absolute;
	top: calc(50% - 7.5px);
	right: 12px;
	width: 24px;
	height: 15px;
}

#login-container .col .img-container .item svg.svg-cliente path,#login-container .col .img-container .item svg.svg-cliente polygon, #login-container .col .img-container .item svg.svg-cliente rect{
	fill: #CACACA !important;
}
#login-container .col .img-container .item.active svg.svg-cliente path,#login-container .col .img-container .item.active svg.svg-cliente polygon, #login-container .col .img-container .item.active svg.svg-cliente rect{
	fill: #267980 !important;
}
.login-btn{
	margin: 0px 10px;
}

.login-btn img{
	width: 30px;
	height: 30px;
}

.dashboard-btn{
	margin: 0px 10px;
}

.dashboard-btn img{
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 1024px) {
	#login-container, .login-container{
		flex: 0 0 68%;
		height: 70%;
	}

	.col-der .img-container .item span{
		font-size: 14px;
	}

	#login-container .col,.login-container .col{
		flex: 0  0 50% !important;
	}

	.login-container{
		height: 70%;
	}
	.btn-cerrar-login{
		top: 10%;
    	right: 10%;
	}
	#popup-login{
		justify-content: center;
	}
} */

/* @media screen and (max-width: 1366px){
	#content-proyectos>a {
		height: 300px !important;
	}

	#content-proyectos>a>div {
		height: 300px !important;
	}
 } */
@media screen and (min-width: 992px) {
	.info-torre h4 {
		font-size: 20px;
	}

	.info-torre span {
		font-size: 16px;
	}
}

.content-title-section {
	margin-bottom: 40px;
}

.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

.popup-principal .content {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: fit-content;
	height: fit-content;
	max-width: 90%;
	max-height: 80%;
	border-radius: 30px;
	margin: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 738px;
	border-radius: 14px;
	display: block;
}
.popup-principal .head {
	border-bottom: 1px #00000014 solid;
	padding: 10px 0 21px 0;
}
.popup-principal .body {
	color: #606060;
	font-size: 14px !important;
	line-height: 23px;
}

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

.popup-principal img {
	cursor: pointer;
}

/*  */
.slidePublicidad img {
	cursor: auto;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

* {
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	height: 100%;
}

body h1 {
	text-align: center;
}

.slide-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.slide-container .slide {
	display: none;
	width: 100%;
}

.slide-container .slide.fade {
	animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-container .slide img {
	width: 100%;
}

slide-container .prev,
.slide-container .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.slide-container .prev:hover,
.slide-container .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
}

.slide-container .prev {
	left: 2px;
	display: none;
}

.slide-container .next {
	right: 2px;
	display: none;
}

.dots-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.dots-container .dot {
	cursor: pointer;
	margin: 5px;
	width: 20px;
	height: 20px;
	color: #333;
	border-radius: 50%;
	background-color: #dfd6ce;
}

#section-text-empresa {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-color: #E5E5E5; */
	padding: 30px 20px;
}

section#s-testimonios {
	background: #e5e5e5;
	padding: 50px 0 65px 0;
	flex-direction: column;
}

#section-text-empresa > div {
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#section-text-empresa p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #606060;
	line-height: 23px;
	font-family: "lato medium";
	text-align: center;
}

#section-text-empresa a {
	background-color: #267980;
	padding: 4px 15px;
	border-radius: 25px;
	font-family: "lato medium";
	transition: ease all 0.3s;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}

#section-text-empresa a:hover {
	background-color: #e59f31;
}

@media screen and (min-width: 992px) {
	#section-text-empresa > div {
		width: 80%;
		text-align: justify;
	}

	#section-text-empresa a {
		font-size: 22px;
	}
}

.dots-container .dot.active {
	border: 2px solid green;
}

@media (max-width: 992px) {
	.popup-principal .content {
		max-width: 90%;
	}
	.popup-principal img {
		width: 100%;
	}
	.popup-principal a.close-popup {
		z-index: 1;
		position: absolute;
		right: 8px;
		top: 95px;
		background: #fff;
		border-radius: 50px;
	}
}
