/*GLOBAL*/

@font-face {
	font-family: "fs-light";
	src: url("../fonts/FS-Emeric-Web-woff/FS Emeric Web Light (Regular).woff");
}

@font-face {
	font-family: "fs-light-i";
	src: url("../fonts/FS-Emeric-Web-woff/FS Emeric Web Light (Italic).woff");
}

@font-face {
	font-family: "fs-bold";
	src: url("../fonts/FS-Emeric-Web-woff/FS Emeric Web (Bold).woff");
}

@font-face {
	font-family: "fs-web";
	src: url("../fonts/FS-Emeric-Web-woff/FS Emeric Web ExtraLight (Regular).woff");
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
}

html {
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	width: 100%;
	font-family: "fs-web", serif;
}

/* 

.container-fluid {
	min-width: 375px;
} */

/*BACKGROUND-COLORS*/

.bg-green {
	background-color: #162B32;
}

.bg-dark-green {
	background-color: #122227;
}

.bg-grey {
	color: black;
	background-color: #eae7e5;
}

/*HEADER*/

header {
	width: 100%;
	height: 90px;
	background-color: #162B32;
}

.navbar {
	width: 100%;
	height: inherit;
	transition: all 0.5s ease;
	padding-right: 5rem;
	padding-left: 5rem;
}

.navbar-collapse {
	width: 100%;
	transition: height 0.5s ease-in-out;
	background-color: #172424;
	position: absolute;
}

.navbar-nav {
	justify-content: center;
}

.navbar-logo {
	width: 189px;
	height: 41px;
}

.nav-link-text {
	line-height: 140% !important;
}

.navbar-logo img {
	width: 100%;
}

.nav-link-text {
	font-family: "fs-web", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 60px;
	line-height: 120%;
}

.nav-link-text:hover {
	font-family: "fs-bold", sans-serif;
	font-weight: 900 !important;
}

.menu-header li a:hover {
	color: #5ED9AB;
	border-bottom: 3px solid #5ED9AB;
	padding-bottom: 5px;
}

.navbar-toggler {
	width: 75px;
	height: 23px;
	color: none;
	border: none;
}

.navbar-toggler img {
	transition: background 0.3s linear;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon {
	width: 80%;
	height: 20px;
	outline: none;
	object-fit: contain;
	vertical-align: middle !important;
}

.container-button {
	width: 140px;
	height: 17px;
	border-radius: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	cursor: pointer;
	margin-top: 2px;
}

.button-content {
	font-family: "fs-web", sans-serif;
	font-size: 12px;
	font-weight: 350;
	font-style: normal;
	text-align: center;

}

.button-content a {
	color: white;
	transition: all 0.2s;
}

.button-content .active-lang span {
	color: #5ED9AB;
}

.button-content a:hover {
	color: #3fb8b4;
	transition: all 0.2s;
}

.bolder {
	color: #585858;
	margin: 0px 5px;
}

.nav-link-text {
	color: #cdcdcd !important;
}

.nav-link-text:hover {
	font-family: "fs-web", sans-serif;
	font-weight: normal;
	color: white !important;
	transition: color 0.7s ease !important;
}

/*HERO SECTION*/

.home-header {
	width: 100%;
	min-height: 740px;
	height: 740px;
}

#about .home-header {
	width: 100%;
	min-height: 772px;
	height: 886px;

}

#about .home-intro-container {
	width: 75%;
	/* height: 700px; */
	margin-left: 130px;
	padding: 154px 0 140px 0;
}

.home-intro-container {
	width: 60%;
	height: 100%;
	margin-left: 5rem;
	padding: 250px 0 140px 0;
}

.home-intro-container .title-home {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.home-intro-container .text-home {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.home-intro-container .container-buttons {
	display: flex;
	margin-top: 40px;
	gap: 10px;
}


.padding-fix {
	padding: 150px 0 140px 0;
}

.text-home-intro {
	font-family: "fs-bold", sans-serif;
	font-style: normal;
	font-size: 50px;
	line-height: 120%;
}

.font-fix {
	font-size: 65px;
}

/*ABOUT SECTION*/
#about {
	margin-top: 90px;
}

.about-section {
	padding: 80px 5rem;
}

.about-content {
	border-left: 3px #5ED9AB solid;
	padding: 20px;
}

#about .section-2 .about-body-pre-title {
	font-size: 48px !important;
	margin-bottom: 20px;
}

.about-body-pre-title {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 100%;
	color: #5ED9AB;
}

.about-body-title {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -1%;
	vertical-align: middle;
	color: #122227;
	margin: 20px 0px;
}

.about-body-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	vertical-align: middle;
	color: #585858;
}

.button-about {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px #162B32 solid;
	color: #162B32;
	height: 48px;
	padding: 10px 20px;
	margin-top: 20px;
}

.button-about:hover {
	background: #162B32;
	color: #ffffff;
}

.button-about:hover svg path {
	fill: #ffffff;
	stroke: #ffffff;
}

.about-container {
	display: flex;
	align-items: center;
}

.about-imgs {
	display: flex;
	gap: 20px;
	height: 100%;
	align-items: stretch;
	justify-content: center;
}

.banner-quote {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
}

.img-main {
	display: flex;
	align-items: center;
}

.img-main img {
	width: 300px;
	height: 400px;
	object-fit: cover;
	border-radius: 12px;
}

.img-side {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.img-side img {
	width: 300px;
	height: 250px;
	object-fit: cover;
	border-radius: 12px;
}

.about-section.full-height {
	min-height: 100vh;
}

/* Responsivo */
@media (max-width: 991px) {
	.img-side img {
		height: auto;
	}

	.about-section {
		padding: 60px 0;
	}
}

.body-about {
	height: auto;
	padding: 25px 20px 40px 130px;
	overflow: hidden;
}

/*CAROUSSEL-SECTION*/

.logo-venturance {
	height: auto;
	display: flex;
	justify-content: center;
}

.logo-venturance img {
	width: 100%;
	height: 100%;
	max-width: 800px;
	object-fit: contain;
}

.logo-venturance.next img {
	width: 100%;
	height: 100%;
	max-width: 470px;
	object-fit: contain;
}

.caroussel {
	width: 100%;
	display: flex;
	height: auto;
	position: absolute;
	top: -285px;
	left: -25px;
}

.divider-green {
	width: 160px;
	margin: 35px 0 50px 130px;
	border-bottom: 3px solid #34a29f;
}

.font-title {
	font-size: 20px !important;
}

.font-content {
	font-size: 20px !important;
}

.reveal {
	display: none !important;
}

.caroussel-container {
	height: 50vw;
}

.timeline-title-text {
	width: 190px;
	min-width: 145px;
	font-family: "fs-bold", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #3fb8b4;
}

.timeline-description-text {
	width: 190px;
	min-width: 160px;
	height: 120px;
	font-family: "fs-web", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #3fb8b4;
}

.darker {
	color: black;
	width: 170px;
}

.wrapper-item {
	position: relative;
	width: 90px;
}

.timeline-caroussel {
	display: flex;
	align-items: center;
}

.timeline-item {
	width: 50px;
	min-width: 50px;
	height: 180px;
	position: relative;
	padding-top: 25px;
}

.timeline-item-top {
	width: 90px;
	min-width: 50px;
	height: 180px;
	position: absolute;
	top: -200px;
}

.timeline-circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #3fb8b4;
	border-radius: 50%;
	position: absolute;
	top: -3px;
}

.timeline-circle-dark {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: grey;
	border-radius: 50%;
	position: absolute;
	top: -3px;
}

.timeline-circle-black {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	border-radius: 50%;
	top: -3px;
}

.mixed {
	background: linear-gradient(to left, #3fb8b4 50%, black 50%);
}

.border-dashed {
	width: 12px;
	height: 30px;
	border-left: 1px dashed #3fb8b4;
}

.caroussel-title,
.caroussel-content {
	color: #3fb8b4;
}

#slider {
	display: flex;
	align-items: center;
	width: calc(180%) !important;
	height: auto;
}

#slider-iw {
	width: 2000px;
}

#slider-mw {
	width: 45vw;
	height: 750px;
	display: flex;
	align-items: center;
}

.arrow-container {
	width: 30px;
	position: absolute;
	top: calc(50% - 110px);
	right: 30px;
	z-index: 8;
	transition: 0.3s;
}

.arrow-container:hover {
	right: 25px;
}

/*Vertical Slider */

.timeline {
	display: none;
	flex-direction: column;
	width: 70vw;
	font-family: "fs-web", sans-serif;
	position: relative;
	overflow: hidden;
}

.timeline__event {
	height: auto;
	background: #fff;
	position: relative;
	display: flex;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
		0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event:last-child {
	margin-bottom: 0;
}

.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	letter-spacing: 1.5px;
}

.timeline__event__content {
	width: 100%;
	display: flex;
	padding: 10px;
	font-size: 15px;
	align-items: center;
}

.timeline__event__date {
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}

.timeline__event__icon {
	width: 20%;
	border-radius: 8px 0 0 8px;
	background: #3fb8b4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 40%;
	font-size: 2rem;
	color: #198754;
	padding: 20px;
}

.timeline__event__description {
	flex-basis: 100%;
}

.timeline__event:after {
	content: "";
	width: 4px;
	height: 400px;
	background: #3fb8b4;
	position: absolute;
	top: 100%;
	transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;
}

.timeline__event:before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	background: #3fb8b4;
	border-radius: 100%;
	left: -4.6rem;
	right: 80%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #3fb8b4;
}

.no-circle:before {
	display: none;
}

.start-item:after {
	height: 120px;
	top: 150%;
}

.start-item:before {
	top: 7.8px;
}

.final-item:after {
	height: 130px;
	top: -40%;
}

.final-item:before {
	top: 100%;
	z-index: 10;
}

.icon-half:before {
	background: linear-gradient(to left, #3fb8b4 50%, black 50%) !important;
}

.icon-black:before {
	background-color: black !important;
}

/*TEAM-SECTION*/

#team-container {
	margin-top: 90px;
}

#team-container .team-head-principal {
	border-left: 1px solid #5ED9AB;
	padding-left: 25px;
	width: 70%;
}

.hero-team {
	background-image:
		linear-gradient(rgba(94, 217, 171, 0), rgba(22, 43, 50, 0.8), rgba(20, 38, 45, 0.9), rgba(18, 34, 39, 1)),
		url('../hero.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 192px;
	display: flex;
	align-items: center;
	padding-left: 5rem;
}

.hero-team h2 {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 64px;
	line-height: 100%;
	color: #FFFFFF;
	width: 100%;
}

#team-container .team-body-title-principal {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	color: #5ED9AB;
}

#team-container .team-body-text-principal {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;

}

.team {
	padding: 80px 5rem;
}

.bg-deep-ink {
	background-color: #122227;
}

/* card */
.text-teal-300 {
	color: #35E0C2;
}

.text-white-75 {
	color: rgba(255, 255, 255, .75);
}

/* Card */

.team-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px;
	max-width: 400px;
	border: none;
	margin: 0 5px 55px 5px;
	border-radius: 5px;
	cursor: pointer;
}

.team-card .body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.head-card {
	display: flex;
	border-bottom: 1px solid #5ED9AB;
}

/* Avatar */
.team-avatar .img-team {
	width: 150px;
	height: 170px;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}

.container-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px;
}

.title-team {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 32px;
	line-height: 100%;
	color: #5ED9AB;
}

.position-team {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
	color: #5ED9AB;
}

.card-text {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}

.text-rrss {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
}

/* LinkedIn */
.btn-linkedin .member-icon {
	width: 18px;
	height: 18px;
}

.btn-linkedin span {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.btn-linkedin:hover svg path {
	fill: #fff;
	stroke: #fff;
}

.btn-linkedin:hover span {
	border-bottom-color: #fff;
}

/* Grid responsive (3-2 como en el mock) */
@media (min-width: 1200px) {
	.team-cards .row.row-cols-xl-3>*:nth-child(n+4) {
		/* segunda fila */
		/* sin cambios, solo aclaratorio para el layout 3-2 */
	}
}

.header-team {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.team-body-title {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 64px;
	line-height: 100%;
	color: #5ED9AB;
	min-width: 440px;
	margin-right: 30px;
}

.team-body-text {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;
	border-left: 1px #585858 solid;
	padding: 10px 40px;
}

.button-team {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	border: 1px #FFFFFF solid;
	border-radius: 8px;
	text-decoration: none;
	min-width: 230px;
	padding: 12px;
}

.button-team:hover {
	color: #122227;
	background-color: #ffffff;
}

.button-team:hover svg path {
	fill: #122227;
	stroke: #122227;
}


.text-cards-principal {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 32px;
	line-height: 100%;
	color: #122227;
}

.card-impact {
	border-radius: 8px;
	background-color: rgba(94, 217, 171, 0.05);
	padding: 24px;
	margin-top: 15px;
	min-height: 240px;
}

.img-impact {
	width: 64px;
	height: auto;
}

.title-card-impact {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 32px;
	line-height: 100%;
	color: #122227;
	margin: 10px 0px;
}

.text-card-impact {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #585858;
}

/*COUNTRY*/

.latam-img {
	width: 50%;
	height: 100%;
	top: 0;
	left: -65px;
}

.latam-networks {
	position: relative;
	z-index: 1;
	padding-left: 130px;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.latam-title {
	z-index: 3;
}

.latam-body-text {
	width: 75%;
	font-size: 20px;
}

.latam-info-title {
	font-family: "fs-web", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 0.5em !important;
}

.latam-info-subtitle {
	font-family: "fs-bold", sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
	margin-bottom: 0.5em !important;
}

.latam-info-content {
	font-family: "fs-web", sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
	margin-bottom: 0.5em !important;
}

.agents-container {
	position: relative;
	z-index: 50;
}

/*BUTTONS*/

.btn-read-more {
	width: auto;
	height: 35px;
	background-color: white;
	border-radius: 20px;
	font-size: 16px;
	color: #34a29f;
	font-weight: bold;
}

.btn-subscribe {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 197px;
	height: 46px;
	color: #5ED9AB;
	border: 1px solid #5ED9AB;
	background-color: #122227;
	border-radius: 8px;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.btn-subscribe::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 12px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'><path d='M19 6L14 1M19 6L14 11M19 6H1' stroke='%235ED9AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
	vertical-align: middle;
}

.btn-subscribe:hover {
	color: #000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.btn-subscribe:hover::after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'><path d='M19 6L14 1M19 6L14 11M19 6H1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.btn-subscribe:hover::after {
	transform: translateX(4px);
	transition: transform 0.3s ease;
}

/* Estilo general del mensaje */
.wpcf7 form .wpcf7-response-output {
	background-color: #ffffff;
	border: 1px solid #d1d1d1 !important;
	padding: 10px 15px !important;
	border-radius: 8px;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	line-height: 1.5;
	margin: 10px !important;
}


.btn-news-link {
	color: #000000 !important;
	margin-right: 2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px !important;
	font-size: 16px;
}

.btn-news-link.active {
	background-color: #35a3a0 !important;
	color: #ffffff !important;
	font-weight: bold;
}

.btn-subscribe:focus,
input[type="text"]:focus {
	border-color: #006241;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #006241;
	outline: 0 none;
}

/*DIVIDERS*/

.divider {
	border-bottom: 1px solid #585858;
}

.divider-black {
	margin: 35px 0 50px 130px;
	border-bottom: 3px solid black;
	width: 85%;
	height: 10px;
}

/*NOTICIAS*/

.date-info-card {
	width: 100%;
	height: auto !important;
	max-width: 285px;
	font-weight: bold;
	font-size: 17px;
}

.news {
	display: flex;
	flex-direction: column;
	background-color: #f2f2f2 !important;
	padding: 50px 20px 50px 0px;
}

.news-navbar {
	width: 100%;
	padding: 0 120px 25px 130px;
	justify-content: space-between;
}

.news-title {
	font-size: 60px;
	padding-left: 130px;
	font-weight: bold;
	line-height: 120%;
	color: #172424;
}

.arrows-container {
	width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.margin-right {
	margin-right: 80px;
}

.news-carousel {
	padding: 0 80px 0 80px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 40px;
	height: 40px;
}

.carousel-control-next {
	width: 40px;
	right: 30px;
}

.carousel-control-prev {
	width: 40px;
	left: 50px;
}

.carousel-control-prev-icon {
	transform: rotate(180deg);
}

.display-mobile {
	display: none;
}

.card-item {
	height: auto;
	min-height: 709px;
	position: relative;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	transition: transform 0.2s;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card-head {
	background-color: #ffffff;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	height: auto;
	line-height: 120%;
}

.card-title-text {
	font-weight: bold;
	font-size: 27px;
	color: #34a29f;
	line-height: 120%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-subtitle-text {
	height: auto;
	font-weight: 300;
	font-size: 20px;
	color: #35a3a0;
	line-height: 120%;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-image {
	width: 100%;
	object-fit: cover;
	height: 280px;
}

.text-card-green {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #34a29f;
	text-decoration: none;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
}

.card-footer-noticies {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-top: none;
	padding: 10px !important;
}

.card-ftr {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 12px;
	line-height: 100%;
	color: #122227;

}

/*FOOTER*/

footer {
	font-family: "fs-light", sans-serif;
	font-size: 24px;
	line-height: 120%;
}

.footer-info {
	font-family: "fs-web", sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	line-height: 120%;
}

.footer-info p {
	margin-bottom: 0 !important;
}

.contact-us {
	font-size: 50px;
}

.footer-title-info {
	font-family: "fs-web", sans-serif;
	font-size: 60px;
	line-height: 140%;
}

.title-form {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.newsletter-input {
	font-family: "fs-web", sans-serif;
	font-size: 18px;
	font-weight: 350;
	width: 327px !important;
	height: 46px;
	border-radius: 10px;
	border: 1px #FFFFFF solid;
	background-color: #122227;
	color: #FFFFFF;
	padding: 10px;
}

.max-width {
	max-width: 500px;
}

.footer-pd {
	padding: 30px 30px;
}

.info-container {
	display: flex;
}

.info-item {
	width: 350px;
}

.contact-form-7 div form {
	display: flex;
	align-items: Center;
	flex-wrap: wrap;
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	right: 0;
	top: 5px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 0;
	border: none;
	margin: 20px 0px;
}

.footer_banner {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
}

.color-green {
	color: #5ED9AB;
}

.img-footer {
	width: 189px;
	height: 41px;
}

.contact-section p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #FFFFFF;
}

.contact-section p a {
	color: #5ED9AB;
}

/*FOOTER*/

/*PAGE-ABOUT*/

.about-text-title {
	font-family: "fs-web", sans-serif;
	font-size: 50px;
	line-height: 120%;
}

.portfolio-section {
	height: auto;
	padding: 0 0 80px 130px;
}

.about-header {
	width: 100%;
	padding: 60px 120px 80px 130px;
	font-size: 50px;
}

.correct-row {
	flex-direction: row !important;
}

.zentynel-info {
	width: 100%;
	font-weight: bold;
	font-size: 39px;
	line-height: 100%;
	color: white !important;
	padding: 50px 50px 50px 100px;
}

/*PAGE-TEAM*/

.team-header {
	height: 867px;
	width: 100%;
}

.advisor {
	padding: 50px 20px 50px 130px !important;
	font-family: "fs-web", sans-serif !important;
}

.advisor-title {
	width: 90%;
	font-weight: bold;
	font-size: 50px;
	line-height: 140%;
}

.advisor-text {
	font-size: 24px;
	line-height: 120%;
}

.advisor-info-title {
	font-family: "fs-web", sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 120%;
	color: #34a29f;
}

.advisor-info-subtitle {
	font-family: "fs-light-i", sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	color: #34a29f;
}

.advisor-info-content {
	font-family: "fs-web", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.fit-image {
	object-fit: contain;
	min-width: 150px;
	height: 220px;
}

/*PAGE TEAM & INDEX*/

.about-body-text-bold {
	font-family: "fs-bold", sans-serif;
}

/*SINGLE NEWS*/

.news-container {
	width: 100%;
	height: 100%;
	padding: 80px 80px 50px 130px;
}

.single-news-title {
	font-size: 50px;
	font-weight: bold;
}

.single-card-container {
	max-width: 285px;
	margin-bottom: 100px;
}

.img-noticies {
	background-size: cover;
	max-width: 285px;
	height: 190px;
	width: 100%;
}

.img-new {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
}

.extract-noticies {
	width: 100%;
	height: 150px !important;
	font-size: 20px;
	line-height: 120%;
	color: #172424;
}

.news-container {
	font-family: "fs-web", sans-serif !important;
}

.news-card-container {
	max-width: 100%;
	margin-bottom: 140px;

}

.box-shadow-card {
	transition: all 0.3s ease;
}

.box-shadow-card:hover {
	box-shadow: 0px 5px 8px rgb(0 0 0 / 50%);
	transition: all 0.3s ease;
	border-radius: 8px;
}

.news-img-container {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}

.news-img-container img {
	object-fit: cover;
	width: 100%;
	max-width: 100% !important;
	height: 150px;
}

.notice-img-container img {
	width: 100%;
	max-height: 250px;
}

.button-read-more {
	width: 80px;
	height: 20px;
	border: 1px solid #35a3a0;
	border-radius: 20px;
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 135%;
	color: #34a29f;
	background-color: transparent !important;
}

.text-info {
	font-family: "fs-web", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	line-height: 140%;
}

.new-resumen {
	width: 90%;
	font-size: 25px;
	color: #35a3a0;
}

.new-title {
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	line-height: 120%;
	color: #000000;
}

.new-content {
	font-size: 20px;
	line-height: 120%;
	color: #172424;
	padding: 30px 0;
	text-align: justify;
}

.new-title-page {
	font-size: 60px;
	line-height: 140%;
	font-weight: bold;
	color: #172424;
}

.new-recomended {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: #172424;
}

.new-video {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

.link-item {
	width: 105px;
	height: 26px;
	margin: 15px 10px;
	font-weight: bold;
}

.link-button {
	width: 105px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-button:hover {
	background-color: #35a3a0 !important;
	color: #ffffff !important;
}

.text-news-hover:hover {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	color: #34a29f;
}

.link-new {
	width: 100%;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #172424;
}

.link-new:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #34a29f;
}

.notice-container {
	margin-top: 13rem;
	padding: 0 80px 0 130px;
}

.news-left {
	padding-right: 50px;
}

.news-right {
	width: 30%;
}

/*PORTAFOLIO*/

.card {
	padding: 0 30px;
	max-width: 400px;
	border: none;
	margin: 0 5px 55px 5px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #FCFCFC;
}

.card:hover {
	box-shadow: 0px 5px 8px rgb(0 0 0 / 50%);
	transition: all 0.3s ease;
}

.card-img-top {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.card-img-top-portafolio {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.card-p-text {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	line-height: 130%;
	padding-bottom: 3px;
	font-weight: 400;
	color: #585858;
}

.portfolio-container {
	padding: 0 80px;
}

.portfolio-title {
	padding: 0 100px;
}

.portfolio-adjust {
	padding-top: 150px !important;
	padding-bottom: 50px !important;
}

.investment-container {
	flex-direction: column;
}

.investment-container div {
	margin-top: 20px;
}

/*ERROR 404 */

.error-section {
	padding: 60px 0;

	height: auto;
}

@media (max-width: 992px) {

	.error-content {
		margin: 30px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.error-content p,
	.error-content a {
		text-align: center;
	}
}

.error-img {
	height: auto;
}

.error-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 450px;
}

.error-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.error-content .error {
	font-size: 84px;
	color: #172424;
	font-weight: bold;
	line-height: 30px;
	padding: 30px 0;
}

.error-bold {
	font-weight: 700;
}

.error-bold.end {
	margin-bottom: 30px;
}

.error-content a {
	display: inline-block;
	color: #172424;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}

.error-content .red {
	font-weight: 700;
	color: #15b5b5;
	transition: all 0.5s;
	padding-left: 10px;
}

.error-content .red:hover {
	color: rgb(83, 121, 121);
	transition: all 0.5s;
}

.desk-lg {
	display: inline;
}

.mobile-lg {
	display: none;
}

.team-accordeon {
	display: none;
}

.accordion-item {
	background-color: transparent !important;
	border: none !important;
}

.accordion-button:not(.collapsed) {
	box-shadow: none !important;
	color: #34a29f !important;
	font-family: "fs-bold", sans-serif;
}

.accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}

.accordion-body {
	padding: 1rem 0.25rem !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: none !important;
}

.accordion-button::after {
	background-image: none !important;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0.25rem;
	font-size: 20px;
	color: white !important;
	text-align: left;
	background: transparent !important;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
}

.accordion-button.our-team {
	color: #cdcdcd !important;
}

.accordion-body {
	font-size: 16px;
	font-family: "fs-web", sans-serif;
	color: #34a29f;
	line-height: 140%;
}

.accordion-body img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 335px;
	margin-top: 20px;
}

.accordion-body a {
	display: inline-block !important;
}

.accordion-body a img {
	width: 18px;
	height: 18px;
	margin-top: 0;
}

.accordion-body a span {
	font-size: 16px;
}

.slider-brands {
	display: none;
}

.advisor-info-content p {
	font-size: 18px;
	font-family: "fs-web", sans-serif;
	color: black;
	line-height: 150%;
}

.advisor-info-content .red {
	color: rgb(212, 99, 99);
}

.assesor-card {
	margin-top: 20px;
}

.assesor-card-img {
	width: 100%;
	height: 100%;
	max-height: 340px;
	object-fit: cover;
	margin: 20px 0;
}

.home-header.mobile {
	display: none;
}

.button-report {
	font-family: "inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	background: #5ED9AB;
	border-radius: 8px;
	color: #122227;
	border: 1px;
	height: 48px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #5ED9AB;
}

.button-report:hover {
	background: #122227;
	color: #5ED9AB;
	border: 1px solid #5ED9AB;
}

.button-report:hover {
	background: #122227;
	color: #5ED9AB;
	border: 1px solid #5ED9AB;
}

.button-report:hover svg path {
	fill: #5ED9AB;
	stroke: #5ED9AB;
}

.button-report-transparent {
	font-family: "inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	background: transparent;
	border-radius: 8px;
	color: #FFFFFF;
	height: 48px;
	padding: 10px 20px;
	border: 1px #ffffff solid;
	display: flex;
	align-items: center;
}

.button-report-transparent:hover {
	background: #FFFFFF;
	color: #122227;
	border: 1px #ffffff solid;
}

.button-report-transparent:hover svg path {
	fill: #122227;
	stroke: #122227;
}

.button-report svg,
.button-report-transparent svg {
	margin-left: 5px;
}

/*reporte page*/

.suscribe-btn {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	line-height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: linear-gradient(274.05deg, #35a3a0 -37.86%, #16cfd8 125.4%);
	border-radius: 0px 4px 4px 0px;
	width: 100%;
	height: 100%;
	color: white;
	border: none;
}

#exampleModal {
	background: linear-gradient(123.09deg,
			rgba(22, 207, 216, 0.5) -5.46%,
			rgba(52, 162, 159, 0.5) 97.18%);
}

.modal-title {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	color: #122227;
}

.modal-sub {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	background: #5ED9AB;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.modal-p {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;
	color: #122227;
}

.modal-dialog {
	min-width: 600px !important;
	max-width: 768px !important;
	pointer-events: all !important;
}

.reports-sub {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: justify;
	color: #34a29f;
}

.reports-title {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	text-align: justify;
	color: #172424;
}

.bkg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#years-reports p {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;

	color: #35a3a0;
}

#years-reports h4 {
	font-family: "fs-web", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #e6e6e6;
}

.border-bottom-gray {
	border-bottom: 1px solid #cdcdcd;
}

.min-height-fix {
	height: auto;
	min-height: 625px;
}

/*RESPONSIVE */

@media (min-width: 1513px) {
	.margin-adjust {
		margin-top: 310px;
	}
}

.hide-md {
	display: none !important;
}

@media (min-width: 1922px) {
	.margin-adjust {
		margin-top: 310px;
	}
}

@media (min-width: 1300px) {
	.img-team-general {
		padding: 0 10px;
		object-fit: contain;
	}
}

@media (max-width: 1300px) {
	.team-list li {
		padding-bottom: 25px !important;
	}

	.team-container {
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
	}

	.about-imgs {
		padding: 0;
		gap: 10px;
	}

	.img-side img {
		width: 100%;
	}

}

@media (max-width: 1200px) {
	.home-intro-container .title-home {
		font-size: 64px;
	}

	.header-team {
		flex-direction: column;
		align-items: start;
	}

	.team-body-title {
		min-width: 100%;
		margin-right: 30px;
	}

	.team-body-text {
		border-left: none;
		padding: 20px 0px;
	}

	.img-side {
		flex: none;
	}

	.about-imgs {
		justify-content: center;
	}

	.img-side img {
		width: 350px;
	}

	.adjust-width {
		width: 57%;
	}

	.zentynel-info {
		font-size: 40px;
	}

	.advisor-title {
		font-size: 40px;
	}

	.team-container {
		flex-direction: column !important;
	}

	.carousel-control-next,
	.carousel-control-next-icon {
		width: 20px;
		height: 30px;
	}

	.carousel-control-prev,
	.carousel-control-prev-icon {
		width: 20px;
		height: 30px;
	}

	.display-mobile {
		display: flex;
		top: 0;
	}

	.displayIcon {
		display: none;
	}
}

@media (max-width: 992px) {
	.agents-container {
		padding: 0;
	}

	.portfolio-container,
	.portfolio-title {
		padding: 0 20px;
	}

	.text-home-intro {
		font-size: 40px;
	}

	.zentynel-info {
		padding: 45px 30px;
	}

	.advisor-title {
		font-size: 40px;
	}

	.advisor-text {
		font-size: 20px;
	}

	.about-body-title {
		width: 100% !important;
		margin: 0;
		padding: 20px 0;
	}

	.about-body-text {
		font-size: 20px;
		margin-bottom: 25px;
		width: 100% !important;
		padding: 20px 0;
	}

	.member-info {
		font-size: 20px;
	}

	.footer-pd {
		padding: 30px 20px !important;
	}

	.timeline {
		width: 100%;
		padding: 5px 10px 13px 50px;
	}

	.advisor {
		flex-direction: column;
		padding: 80px 20px !important;
	}

	.home-intro-container {
		width: 100%;
		height: 100%;
		padding: 180px 30px;
		margin: 0;
	}

	.navbar {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-container {
		padding: 0 20px;
	}

	.page-about {
		padding: 0 30px;
	}

	.divider-black {
		margin: 30px;
		width: 94%;
	}

	.portfolio-section {
		padding: 0 30px 30px 30px;
		flex-wrap: wrap;
	}

	.portfolio-section img {
		padding: 0 !important;
	}

	.img-noticies {
		height: 200px;
	}

	.new-resumen {
		font-size: 20px;
		text-align: justify;
	}

	.new-title {
		font-size: 28px;
	}

	.news-container {
		padding: 130px 20px;
	}

	.latam-networks {
		padding: 50px 20px 50px 130px !important;
	}

	.latam-img {
		display: none;
	}

	.adjust-width {
		width: 100%;
	}

	.team {
		flex-direction: column !important;
		padding: 50px 20px 50px 130px;
	}

	.margin-adjust {
		margin: 0;
	}

	.img-team-general {
		object-fit: contain;
	}

	.about-container {
		flex-direction: column !important;
	}

	.investment-container {
		display: inline-block !important;
	}

	.reveal {
		display: flex !important;
	}

	.hide {
		display: none !important;
	}

	.body-about {
		height: auto !important;
	}

	.timeline {
		display: flex !important;

		height: auto;
	}

	.caroussel-container {
		display: none !important;
	}

	.latam-networks {
		flex-direction: column !important;
	}

	.info-container {
		padding: 0;
	}

	.news-navbar {
		padding: 0 20px 30px 20px;
		justify-content: center;
	}

	.news-title,
	.news-carousel {
		padding: 50px 20px 50px 20px;
	}

	.latam-networks {
		padding: 50px 20px 50px 20px !important;
	}

	.team {
		padding: 50px 20px 50px 20px;
	}

	.team-list-text {
		font-size: 40px;

		line-height: 120%;
	}

	.notice-container {
		padding: 0 20px;
	}

	.cards-wrapper {
		padding: 0 20px;
	}

	.news-left {
		padding: 0 20px;
	}

	.body-about {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {

	.home-header {
		min-height: 582px;
		height: 582px;
	}

	.home-intro-container .title-home {
		font-size: 64px;
		line-height: 100%;
		letter-spacing: -1%;
		color: #FFFFFF;
	}

	.home-intro-container .text-home {
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0%;
		color: #FFFFFF;
	}

	#about .home-header {
		min-height: auto;
		height: auto;
	}

	#about .home-intro-container {
		width: 80%;
		margin-left: 47px;
		padding: 86px 0 140px 0;
	}

	.about-body-title {
		font-size: 32px;
	}

	.about-body-text {
		font-size: 16px;
	}

	.news-card-container {
		margin-bottom: 60px !important;
	}

	.modal-dialog {
		min-width: auto !important;
	}

	.home-header.desk {
		display: none;
	}

	.home-header.mobile {
		display: block;
	}

	.error-container {
		flex-direction: column-reverse;
	}

	.error-content p {
		font-size: 20px !important;
		font-weight: 400;
		letter-spacing: 0em;
	}

	.error-section {
		padding: 30px 15px !important;
		margin-top: 0 !important;
	}

	.error-content .error {
		font-size: 60px !important;
	}

	.error-content .error-bold,
	.error-content a {
		font-size: 16px !important;
	}

	.zentynel-info {
		padding: 50px 20px;
		font-size: 30px;
	}

	.divider-black {
		width: 87%;
		margin: 25px auto !important;
		display: flex;
		align-self: center;
	}

	.contact-us {
		font-size: 28px;
	}

	.notice-container {
		padding: 0 20px;
	}

	.news-right {
		width: 100%;
	}

	.extract-noticies {
		max-width: unset;
		height: auto !important;
		padding: 5px 0px 0px 10px !important;
	}

	.date-info-card {
		padding: 5px 0px 0px 10px !important;
	}

	.img-noticies {
		height: auto !important;
		max-height: 300px;
		max-width: unset;
	}

	.single-card-container {
		max-width: unset;

		align-items: start !important;
	}

	.notice-container {
		flex-direction: column;
	}

	.mobile-caroussel {
		justify-content: center;
	}

	.news-title {
		font-size: 40px;
		font-weight: bold;
	}

	.text-home-intro {
		font-size: 40px;
	}

	.new-resumen {
		width: 100% !important;
	}

	.img-new {
		width: 100%;

		padding-right: 0;
	}

	.col-md-7 {
		width: 100% !important;
	}

	.margin-adjust {
		margin: 0;
	}

	.text-info {
		font-weight: bold;
		font-size: 30px;
		line-height: 120%;
	}

	.navbar-brand {
		padding-left: 0px;
	}

	.nav-link-text {
		font-weight: bold;
		font-size: 30px;
		line-height: 120%;
	}

	.team-list-text {
		font-size: 30px;
		line-height: 120%;
	}

	.about-header {
		height: 480px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.team-header {
		height: 480px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about-text-title {
		font-size: 28px;
		line-height: 120%;
	}

	.info-container {
		padding: 0;
		flex-direction: column;
		align-items: start;
	}

	.text-home-intro {
		font-size: 28px;
	}

	.about-img-container img {
		height: auto;
	}

	.about-body-text {
		margin-bottom: 0;
		padding: 20px 0;
	}

	.divider-green {
		margin-left: 20px;
	}

	.timeline__event:after {
		width: 3px;
	}

	.card-title-text {
		font-size: 25px !important;
	}

	.contact-form-7 div form {
		display: flex;
		align-items: Center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.wpcf7 form .wpcf7-response-output {
		padding: 0;
		border: none;
		margin: 20px 0px;
		width: 330px !important;
		margin-left: 10px;
	}

	.wpcf7-spinner {
		margin: 0;
		position: absolute;
		right: -30px;
		top: 5px;
	}

	#years-reports p {
		font-size: 20px;
	}
}

@media (min-width: 767px) {

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

@media (max-width: 694px) {

	.home-intro-container .container-buttons {
		flex-direction: column;
	}

	.team-body-title {
		font-size: 48px;
	}

	.about-imgs {
		flex-direction: column;
	}

	.img-main {
		display: none;
	}

	.img-side {
		align-items: center;
	}

	.img-side .img-2 {
		margin-top: 30px;
	}

	.img-side .img-3 {
		display: none;
	}

	.nav-pills {
		padding: 0 20px;
		justify-content: center;
	}

	.news-card-container {
		width: 100%;
		max-width: unset;
		margin-right: 0;
	}

	.news-img-container {
		max-width: unset;
	}

	.extract-noticies {
		max-width: unset;
	}
}

@media (min-width: 616px) {
	.final-item:after {
		display: none;
	}
}

@media (max-width: 575px) {

	.w-100-mobile {
		width: 100% !important;
	}

	.button-about {
		width: 100% !important;
	}

	.button-content {
		font-size: 12px;
	}

	.navbar {
		flex-wrap: nowrap !important;
	}

	.navbar-toggler {
		width: 55px;
		height: 28px;
	}

	#prev-web,
	#next-web {
		display: none !important;
	}
}

@media (max-width: 450px) {
	.container-buttons a {
		width: 100%;
	}

	.button-report,
	.button-report-transparent {
		width: 100%;
	}

	.button-about {
		padding: 10px !important;
	}

	.img-side .img-2 {
		width: 100% !important;
	}


	.show-md {
		display: none !important;
	}

	.hide-md {
		display: block !important;
	}

	.portfolio-adjust {
		padding: 45px 15px !important;
	}

	.portfolio-container {
		padding: 0 15px !important;
	}

	.new-title-page {
		font-size: 38px;
	}

	.hide-768 {
		display: none !important;
	}

	.portfolio-container .card {
		padding: 0 !important;
	}

	header {
		width: 100%;
		height: 90px;
	}

	.navbar-logo {
		padding-top: 2px;
		width: 189px;
		height: 41px;
	}

	.desk-lg {
		display: none;
	}

	.mobile-lg {
		display: inline;
	}

	.bolder {
		font-family: "fs-bold", sans-serif;
		font-weight: 900 !important;
	}

	.nav-link-text {
		font-size: 20px;
		line-height: 170% !important;
	}

	.navbar-nav {
		justify-content: start;
	}

	.home-intro-container {
		padding: 140px 20px !important;
	}

	.text-home-intro {
		font-size: 20px !important;
		max-width: 290px;
		line-height: 165%;
	}

	.about-container {
		padding: 0 15px !important;
	}

	.body-about {
		padding: 15px;
	}

	.about-body-pre-title {
		font-size: 16px;
	}

	.about-body-text {
		font-size: 16px !important;
		padding-top: 0;
	}

	.about-body-text strong {
		font-family: "fs-bold", sans-serif;
	}

	.divider-green {
		display: none;
	}

	.investment-container div {
		margin-top: 0;
	}

	.logo-venturance,
	.logo-venturance.next {
		max-height: 107px;
		margin: 20px 0;
	}

	.team {
		padding: 30px 15px 20px 15px !important;
	}

	.old-list {
		display: none !important;
	}

	.contact-form-7 div form #email {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.btn-subscribe {
		width: 100%;
	}

	.rrss-icon {
		width: 15% !important;
	}

	.rrss-icon img {
		width: 25px !important;
	}

	.info-item span {
		font-size: 20px;
	}

	.info-item p {
		font-size: 16px;
	}

	.footer-info p {
		max-width: 228px;
	}

	.footer-info.short p {
		max-width: 130px;
	}

	#about .text-home-intro {
		font-family: "fs-web", sans-serif;
		font-size: 20px;
		font-weight: 800;
		line-height: 185%;
		letter-spacing: 0em;
		text-shadow: 1px 1px black;
	}

	#about .divider-black {
		display: none;
	}

	#about .about-text-title {
		font-family: "fs-bold", sans-serif;
		font-size: 20px;
	}

	#about .carousel-indicators {
		bottom: -30px;
	}

	#about .carousel-indicators [data-bs-target] {
		box-sizing: content-box;
		flex: 0 1 auto;
		width: 30px;
		height: 3px;
		padding: 0;
		margin-right: 3px;
		margin-left: 3px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #fff;
		background-clip: padding-box;
		border: 0;
		border-top: 0px solid #34a29f;
		border-bottom: 5px solid #34a29f;
		opacity: 0.5;
		transition: opacity 0.6s ease;
	}

	#about .carousel-indicators .active {
		opacity: 1 !important;
	}

	#about .portfolio-section {
		padding: 25px 15px !important;
	}

	.slider-brands {
		display: block;
	}

	.mosaic-img {
		display: none !important;
	}

	.zentynel-info {
		font-family: "fs-web", sans-serif;
		font-size: 20px;
		font-weight: 300;
		line-height: 125%;
		padding: 25px 15px;
	}

	#team .text-home-intro {
		line-height: 200%;
		font-family: "fs-web", sans-serif;
		max-width: 266px;
	}

	.team-accordeon {
		display: block !important;
	}

	.advisor {
		padding: 25px 15px !important;
	}

	.advisor-title {
		font-size: 20px;
	}

	.advisor-description p {
		font-family: "fs-web", sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: 350;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: left;
		color: #34a29f;
	}

	#about .home-header.mobile {
		background: linear-gradient(150deg, rgb(40 220 179) 0%, rgba(53, 163, 160, 1) 47%, rgb(23 35 50 / 83%) 190%) !important;
	}

	#about .home-header.mobile .text-home-intro {
		text-shadow: none !important;
	}

	#about .home-intro-container {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

/* Slider portfolio */

.slider-portfolio img {
	width: 100%;
	max-height: 126px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.slider-portfolio img:hover {
	filter: grayscale(0%);
}

.tns-nav {
	text-align: center;
	margin-top: 15px;
}

.tns-nav button {
	width: 25px;
	height: 5px;
	border-radius: 10px;
	background: #585858;
	border: none;
	margin: 0 5px;
	transition: background 0.3s ease;
}

.tns-nav button.tns-nav-active {
	background: #5ED9AB;
}


/* Section bio */
.bio-section {
	position: relative;
	background-image: url('../biogratitude.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 445px;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: center;
}

.bio-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.78);
	z-index: 2;
}

.bio-section .content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	z-index: 3;
	color: white;
}

.bio-section .left {
	flex: 1 1 50%;
	height: 450px;
	display: flex;
	align-items: end;
}

.bio-section .right {
	flex: 1 1 50%;
	padding: 20px;
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bio-section .left img {
	width: 100%;
	height: auto;
}

.bio-section .right h2 {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 64px;
	line-height: 100%;
	color: #5ED9AB;
}

.bio-section .right p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}

@media (max-width: 768px) {

	.bio-section .content {
		flex-direction: column-reverse;
		padding-top: 20px;
	}

	.bio-section .left,
	.bio-section .right {
		flex: 1 1 100%;
	}

	.bio-section .right h2 {
		font-size: 48px;
	}

	#team-container .team-head-principal {
		width: 100%;
	}

	#team-container .team-body-title-principal {
		font-size: 32px;
	}

	.hero-team h2 {
		font-size: 48px;
	}

}

.gray-bg-portfolio {
	background-color: #FCFCFC;
}

.card-title {
	font-family: 'fs-web', sans-serif;
	font-weight: 350;
	font-style: normal;
	font-size: 24px;
	line-height: 100%;
	color: #5ED9AB;
}

.button-website {
	color: #162B32;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Green-800, #162B32);
	text-decoration: none;
}

.button-website:hover {
	background-color: #162B32;
	color: #FFFFFF;
}

.button-website:hover svg path {
	stroke: #FFFFFF;
}

.card {
	border: none;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.card-p-text {
	flex-grow: 1;
}

.img-slider-porfolio {
	width: 195px;
	height: 126px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
	border-radius: 8px;
}

.max-width-1440 {
	max-width: 1440px;
	margin: auto !important;
	height: 100%;
	display: flex;
	align-items: center;
}

.footer-rrss a:hover img {
	filter: brightness(0) invert(1);
}

@media (min-width: 1441px) {
	.px-5rem {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
}

.border-white-menu:hover {
	background-color: #FFFFFF !important;
	color: #162B32 !important;
}

.border-white-menu:hover a {
	color: #162B32 !important;
	border: none !important;
}