:root {
	--color-primary-01: #009A44;
	--color-primary-02: #00B24F;
	--color-primary-03: #046A38;
	--color-primary-03B: #057E40;
	--color-primary-04: #045F32;
	--color-secondary-01: #F1F6F3;
	--color-text-01: #000000;
	--color-text-02: #FFFFFF;
	--color-text-03: #8B98A9;
	--color-ui-01: #FFFFFF;
	--color-ui-02: #FAFAFA;
	--color-ui-03: #DFE4E5;
	--color-ui-04: #000000;
	/**/
	--column-gutter:20px;
}


.no-grid{
	display:block !important;
}

/**/

p, dl, label, ul li {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.ppb--xxsmall {
	padding-bottom:2rem;
}

.ppb--xsmall{
	padding-bottom:3rem;
}

.ppt--xxsmall{
	padding-top:2rem;
}

.ppt--xsmall{
	padding-top:3rem;
}

.pmb--xxsmall{
	margin-bottom:2rem;
}

.pmb--xsmall{
	margin-bottom:3rem;
}

.pmt--xxsmall{
	margin-top:2rem;
}

.pmt--xsmall{
	margin-top:3rem;
}

.fit--cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.fit--contain {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.text--center{
	text-align: center;
    width:100%;
}

.text__links {
	margin-top: 2rem;
}

.text__links .btn + .btn {
	margin-top: 0;
}

@media (min-width: 1440px) {
	
	.pb--small {
		padding-bottom: 120px;
	}
	
	.pt--small {
		padding-top: 120px;
	}
	
}

@media (min-width: 1440px) {
	
	
	
}


@media (min-width: 1024px) {
	
	.wrp--columns--2 p {
		column-count: 2;
		column-gap: 2rem;
	}
	
}

.relative{
	position:relative;
	overflow:hidden;
}

.inv-title {
	padding-bottom:1.5rem;
}


.investors .article__title, .investors .contact__title{
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -.3px;
}

.investors .iframe__title{
    padding-left:10px;
}

@media (max-width: 767px) {
    .investors .iframe__title{
       font-size:1.5rem;
    } 
}

.investors__coverage{
    display:flex;
    width:100%;
    flex-wrap: wrap;
}

.cov__logo--wrp {
    width: 20%;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 16%;
    position: relative;
}

@media (max-width: 767px) {
    .cov__logo--wrp {
        width: 33.33%;
        box-sizing: border-box;
        height: 0;
        padding-bottom: 24%;
        position: relative;
    }
}

.italic p{
    font-style: italic;
}

.text--title--m h2{
    font-size:2rem;
}


.cov__logo {
    place-content: center;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem;
    transition: transform 0.8s cubic-bezier(0.1, 0.9, 0.35, 1), opacity 0.8s cubic-bezier(0.1, 0.9, 0.35, 1);
}


.cov__logo img{
    width:100%;
    object-fit: cover;
}

.investors.no--margin{
    margin:0;
}
/*columns*/

.text--2columns .text__description {
	columns: 2;
	column-gap: 3rem;
}

.text--3columns .text__description {
	columns: 3;
	column-gap: 3rem;
}	
	
.btn.flex--reverse {
	align-items: center;
	display: inline-flex;
	flex-direction: row-reverse;
	row-gap: 0.5rem;
}

.btn.flex--reverse svg{
	margin-left:1rem;
	fill:#fff;
}

.tt--ab{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

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

.section--normal--text {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.iframe__title + .article__text{
    padding-left: 10px;
}

.section--normal--text .article__text li {
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin: 0;
}

.section--normal--text .article__text li a {
	font-weight: 700;
}

@media (min-width: 1281px) {
	
	.section--normal--text .text--normal {
		max-width: calc(100% / 12 * 10);
	}
	
}

@media (max-width: 767px) {
	
	.section--normal--text .article__text li {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

}

.tabs-line {
	height: auto;
	position: relative;
}

	/* .tabs-line:before {
		content: '';
		background: var(--color-ui-03);
		bottom: 0;
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	} */

/****Listas***/

.rounded--list {
	padding: 0;
}

.rounded--list li {
	display: flex;
	list-style: none;
	padding: 1.5rem;
	background: var(--color-ui-02);
	border-radius: 1rem;
}

.rounded--list li + li {
	margin-top: 1.25rem;
}

.rounded--list li a {
	align-items: center;
	display: flex;
}

.rounded--list .round {
	border: 1px solid var(--color-primary-01);
	border-radius: 2rem;
	display: inline-block;
	height: fit-content;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.375rem;
	padding: 0.25rem 0.75rem;
	margin-right: 1rem;
	text-transform: uppercase;
}

.rounded--list a:hover .round {
	background: var(--color-primary-02);
	border-color: var(--color-primary-02);
	color: var(--color-text-02);
	text-decoration: none;
}

.rounded--list .doc__date {
	color: var(--color-text-03);
	margin-top: 0.25rem;
}

.rounded--list .doc__title {
	font-weight: 700;
}

.doc__title--big {
	font-size: 1.375rem;
	line-height: 2.25rem;
}

.rounded--list .doc__description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0.5rem 0 0;
}

.know__more {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	width: 100%;
}

@media (min-width: 768px) {

	.rounded--list .doc__date {
		min-width: 9rem;
	}

}

@media (max-width: 767px) {
	
	.doc__date {
		display: block;
	}
	
	.rounded--list li {
		flex-wrap: wrap;
		padding: 1.25rem;
	}
	
	.rounded--list li a {
		flex-wrap: wrap;
	}
	
	.rounded--list .doc__date {
		display: block;
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
		margin-top: 0;
	}
	
	.rounded--list .doc__description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.rounded--list .doc__title {
		display: block;
		margin-top: 0.75rem;
		width: 100%
	}
	
	.doc__title--big {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

}

/***table scrollable***/

.table--scroll {
	border: 1px solid var(--color-primary-03);
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

	.table--scroll:before {
		content: '';
		background: var(--color-primary-03);
		left: 0;
		min-height: 4.75rem;
		position: absolute;
		top: 0;
		width: 100%
	}

.table--scroll .th {
	line-height: 2.5rem;
	min-height: 2.5rem;
	background-color: var(--color-primary-03);
	padding: 1rem 1.5rem;
}

.table--scroll .title__th {
	padding: 1.5rem;
	width: 40%;
}

.table--scroll .title__column {
	background-color: var(--color-secondary-01);
	width: 40%;
	z-index:2;
}

.table--scroll .title__column .title__item{
	color: var(--color-primary-03);
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 1.5rem;
}

.table--scroll .title__column .title__th{
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 1.5rem;
	background-color: var(--color-primary-03);
	min-height: 4.75rem;
	width: 100%;
}

.table--scroll .title__column .title__item, .table--scroll .years__quarters, .table--scroll .years__item__t{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.table--scroll .title__column .title__item {
	padding: 1.25rem 0;
	margin: 0 1.5rem;
}

.table--scroll .title__column .title__item:not(:last-child) {
	border-bottom: solid 1px rgba(4, 106, 56, 0.2);
}

.table--scroll .years__quarters {
	margin: 0 1.5rem;
	padding: 1.125rem;
}

	.table--scroll .years__quarters:not(:last-child) {
		border-bottom: solid 1px var(--color-ui-03);
	}
	
.years__item__t {
	background: var(--color-ui-01);
	padding: 1.25rem;	
}

.table--scroll .years__column {
	position: relative;
	width: 60%;
	white-space: nowrap;
}

.table--scroll .years__quarters{
	display:flex;
}

.qt--1{
	order:1;
}
.qt--2{
	order:2;
}
.qt--3{
	order:3;
}
.qt--4{
	order:4;
}

.table--scroll .years__column .flickity-viewport {
	margin-bottom: 0;
}

.table--scroll .years__quarters .btn__year {
	color: var(--color-text-03);
	height: 2rem;
	min-width: 4rem;
	font-size: 1.125rem;
	text-align: center;
	text-transform: uppercase;
}

.table--scroll .btn__year.no--link {
	border: solid 1px transparent;
	pointer-events: none;
	opacity: 0.2;
}

.table--scroll .years__quarters__th {
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-align: center;
	padding: 1.5rem;
	background-color: var(--color-primary-03);
	color: var(--color-text-02);
	font-weight: 700;
	min-height: 76px;
}

.table--scroll .row--flex {
	margin-top: 0;
}

.row-year .row--flex{
	flex-wrap: nowrap;
}

.table--scroll .btn__year a {
	color: var(--color-text-03);
	border: solid 1px transparent;
	font-size: 1.125rem;
	line-height: 1.75rem;
	border-radius: 99px;
	padding: 0.625rem 1.25rem;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.table--scroll .btn__year a:hover {
	color: var(--color-primary-01);
	border-color: var(--color-primary-01);
	text-decoration: none;
}

.table__control {
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 4.75rem;
	padding: 0 0.5rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

	.table__control:before,
	.table__control:after {
		content: '';
		height: 100%;
		position: absolute;
		width: 8rem;
	}
	
	.table__control:before {
		background: -webkit-linear-gradient(90deg, var(--color-primary-03) 50%, transparent 100%);
		background: -moz-linear-gradient(90deg, var(--color-primary-03) 50%, transparent 100%);
		background: -o-linear-gradient(90deg, var(--color-primary-03) 50%, transparent 100%);
		background: linear-gradient(90deg, var(--color-primary-03) 50%, transparent 100%);
		left: 0;
	}
	
	.table__control:after {
		background: -webkit-linear-gradient(90deg, transparent 0%, var(--color-primary-03) 50%);
		background: -moz-linear-gradient(90deg, transparent 0%, var(--color-primary-03) 50%);
		background: -o-linear-gradient(90deg, transparent 0%, var(--color-primary-03) 50%);
		background: linear-gradient(90deg, transparent 0%, var(--color-primary-03) 50%);
		right: 0;
	}

.table__anchor {
	align-items: center;
	border: solid 2px transparent;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 3.5rem;
	justify-content: center;
	position: relative;
	pointer-events: auto;
	transition: opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 3.5rem;
	z-index: 1;
}

	.table__anchor:hover {
		border-color: rgba(255, 255, 255, 0.4);
	}
	
.is-first-slide .table__anchor--left,
.is-last-slide .table__anchor--right,
.one-slide .table__anchor {
	opacity: 0;
	pointer-events: none;
}

.table__anchor .icon--filled__glyph {
	fill: var(--color-text-02)
}

.quart.table--scroll .title__column  {
	width: calc(100% - 43rem);
}

.quart.table--scroll .years__column  {
	width: 43rem;;
}


@media (max-width: 1023px) and (min-width: 768px) {
	
	.quart.table--scroll .title__column  {
		width: calc(100% - 21.5rem);
	}
	
	.quart.table--scroll .years__column  {
		width: 21.5rem;;
	}
	
}

@media (max-width: 767px) {
	
	.table--scroll .title__column  {
		display: none;
	}
	
	.table--scroll .years__column  {
		width: 100%;
	}
	
	.table--scroll .years__quarters {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.table--scroll .years__quarters {
		margin: 0 0 1.125rem;
		padding: 0;
	}
	
		.years__quarters:before,
		.years__item__t:before {
			background-color: var(--color-secondary-01);
			display: block;
			content: ' ' attr(data-title) ' ';
			color: var(--color-primary-03);
			font-weight: 700;
			margin-bottom: 1.125rem;
			padding: 1.125rem;
			text-align: center;
			white-space: break-spaces;
			width: 100%;
		}
		
		.table--scroll .years__quarters:not(:last-child) {
			border-bottom: none;
		}
	
	.years__column .flickity-viewport {
		padding-bottom: 0;
	}
	
	.years__item {
		width: 100%;
	}
	
	.years__item__t {
		display: flex;
		align-items: center;
		padding: 0 0 1.125rem;
		flex-direction: column;
	}
	
}

/*********date tables*********************/

.section--normal--datedocs {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.investors--table .tab__list {
	display: flex;
	white-space: nowrap;
}

.investors--table .tab__wrp {
	padding-bottom: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
	
	.investors--table .tab__wrp::-webkit-scrollbar {
		display: none;
	}

.investors--table .tab__element {
	background: var(--color-ui-02);
	border: 1px solid var(--color-ui-02);
	border-radius: 99px;
	overflow: hidden;
	min-width: fit-content;
}

.investors--table .tab__content {
   margin-top: 2rem;
}

.investors--table .tab__element.ui-state-active {
	background-color: var(--color-primary-01);
	border-color: var(--color-primary-01);
	color: var(--color-text-02);
}

.investors--table .tab__element.ui-state-active a {
	color: var(--color-text-02);
}

.investors--table .tab__element a {
	background: transparent;
	color: var(--color-text-01);
	padding: 0.625rem 1.5rem;
}

.investors--table .tab__element:hover {
	border-color: var(--color-primary-01);
	transition: 0.2s ease-in-out;
}

.investors--table .tab__element a:hover {
	color: var(--color-primary-01);
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.investors--table .tab__element:not(:first-child) {
	margin-left: 1rem;
}

.investors--table .ui-tabs-active {
	font-weight: 700;
	pointer-events: none;
}

.investors--table .ui-tabs-active a {
	font-weight: 700;
}

@media (max-width: 1023px) and (min-width: 768px) {

	.section--normal--datedocs .wrp {
		margin: 0 -2rem;
		width: calc(100% + 4rem);
	}
	
	.section--normal--datedocs .article__title,
	.section--normal--datedocs .article__text {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.tabs-line .tab__element:first-child {
		margin-left: 2rem;
	}
	
	.tabs-line .tab__element:last-child {
		margin-right: 2rem;
	}
	
	.tabla--docs {
		padding: 0 2rem;
	}

}

@media (max-width: 767px) {

	.section--normal--datedocs .wrp {
		margin: 0 -1.5rem;
		width: calc(100% + 3rem);
	}
	
	.section--normal--datedocs .article__title,
	.section--normal--datedocs .article__text {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.section--normal--datedocs .tab__wrp {
		margin-left: 0;
	}
	
	.tabs-line .tab__element:first-child {
		margin-left: 1.5rem;
	}
	
	.tabs-line .tab__element:last-child {
		margin-right: 1.5rem;
	}
	
	.tabla--docs {
		padding: 0 1.5rem;
	}

}

/***********results*****************/

.green-sub,
.green-sub li {
	position: relative;
}

	.green-sub:before,
	.green-sub:after {
		content: '';
		position: absolute;
		pointer-events: none;
		left: 1.5rem;
		top: 1.125rem;
		height: 2.5rem;
		width: 2.5rem;
		transition: opacity 0.2s ease-in-out;
	}
	
	.green-sub:before {
		background: url(../img/inversores/4bars-green.svg);
		background-size: cover; º
		z-index: 1;
	}
	
	.green-sub:after {
		background: url(../img/inversores/4bars-white.svg);
		background-size: cover; 
		opacity: 0;
		z-index: 2;
	}
	
	.green-sub:hover:after {
		opacity: 1;
	}

.green-sub li {
	list-style: none;
}

.green-sub ul {
	padding-left: 0;
	margin: 1.25rem 0;
}

.green-sub a {
	border: solid 1px var(--color-primary-01);
	border-radius: 1rem;
	display: block;
	padding: 1.5rem 4.75rem;
	font-weight: 700;
	color: var(--color-primary-01);
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

	.green-sub a:hover {
		background: var(--color-primary-01);
		color: var(--color-text-02);
		text-decoration: none;
	}

	.green-sub a:after,
	.green-sub a:before {
		content: '';
		position: absolute;
		pointer-events: none;
		right: 1.25rem;
		top: 1.25rem;
		height: 2.5rem;
		width: 2.5rem;
		transition: opacity 0.2s ease-in-out;
	}
	
	.green-sub a:before {
		background: url(../img/inversores/arrow-right-green.svg);
		background-size: cover; 
		z-index: 1;
	}
	
	.green-sub a:after {
		background: url(../img/inversores/arrow-right-white.svg);
		background-size: cover; 
		opacity: 0;
		z-index: 2;
	}
	
	.green-sub a:hover:after {
		opacity: 1;
	}
	
@media (max-width: 767px) {
	
	.green-sub:before,
	.green-sub:after {
		left: 1.25rem;
		top: 1.125rem;
		height: 2rem;
		width: 2rem;
	}
	
	.green-sub a {
		padding: 1.25rem 1.25rem 1.25rem 4rem;
	}
		
	.green-sub a:after,
	.green-sub a:before {
		display: none;
	}

}

/** HERO **/

.hero__content > .wrp {
	display: flex;
	flex-direction: column-reverse
}

.hero__description > p {
}

.hero__title + .hero__description {
	margin: 0 0 1.5rem;
}


/** NEXT **/

.section--next {
	position: relative;
	overflow: hidden;
}

	.section--next:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(315deg, rgba(0,0,0,0.4) 45%,rgba(0,0,0,0) 80%);
		background: -moz-linear-gradient(315deg, rgba(0,0,0,0.4) 45%,rgba(0,0,0,0) 80%);
		background: -o-linear-gradient(315deg, rgba(0,0,0,0.4) 45%,rgba(0,0,0,0) 80%);
		background: linear-gradient(135deg, rgba(0,0,0,0.4) 45%,rgba(0,0,0,0) 80%);
		position: absolute;
		top: 0;
		z-index: 10;
	}
	
.next__content {
	color: var(--color-text-02);
	font-weight: 700;
	position: relative;
	z-index: 11;
}

.next__pretitle {
	margin: 0 0 1rem;
}

.next__title {
	margin-bottom: 2rem;
}

.next__links .btn {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	
	.next__title {
		margin-bottom: 1.5rem;
	}
	
}

/** OVERVIEW **/

.section--claim-list {
	position: relative;
	overflow: hidden;
}

	.section--claim-list:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.64);
		position: absolute;
		top: 0;
		z-index: 1;
	}

.section--claim-list ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.section--claim-list li {
	color: var(--color-text-02);
	display: block;
	list-style: none;
	text-align: center;
	transition: transform 0.8s cubic-bezier(0.1, 0.9, 0.35, 1), opacity 0.8s cubic-bezier(0.1, 0.9, 0.35, 1);
}

	.section--claim-list li:not(:last-child) {
		border-bottom: solid 2px rgba(255, 255, 255, 0.5);
		padding-bottom: 2.5rem;
	}
	
.section--claim-list li.hide {
	opacity: 0;
	transform: translate3d(0, 3rem, 0);
}

.section--claim-list li.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
	
.claim-list__title {
	font-style: italic;
	font-weight: 700;
	font-size: 2rem;
	line-height: 3rem;
	display: block;
}

.claim-list__subtitle {
	font-weight: 400;
	font-style: italic;
	font-size: 2rem;
	line-height: 3rem;
	display: block;
	margin-top: 0.5rem;
}

.section--claim-list li + li {
	margin-top: 2.5rem;
}

@media (max-width: 767px) {
	
	.claim-list__title,
	.claim-list__subtitle {
		font-size: 1.375rem;
		line-height: 2.25rem;
	}
	
	.section--claim-list li + li {
		margin-top: 1.5rem;
	}
	
	.section--claim-list li:not(:last-child) {
		padding-bottom: 1.5rem;
	}
	
}

/** CORPORATE GOVERMENT **/

.section--team .article__title {
	margin-bottom: 4rem;
}

.corp-name {
	color: var(--color-text-01);
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin-top: 1rem;
}

.corp-descripcion {
	color: var(--color-text-01);
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.section--team a:hover {
	text-decoration: none;
}

.section--team a:hover .corp-name {
	color: var(--color-primary-01);
}

.corp--img {
	height: 100%;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.row--flex {
   margin-top: 2.5rem;
}

.row--text--corp ul {
	margin-top: 1.5rem;
}

.round--number {
	width: 5rem;
	height: 5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	border: 1px solid currentcolor;
	border-radius: 50%;
	margin-right: 2rem;
	align-items: center;
	justify-content: center;
	display:flex;
	color: var(--color-primary-01);
}

.row--text--corp {
   flex: 1;
}

.corp-descripcion p:first-child {
	margin-bottom: 0;
	margin-top: 0;
}

.section--team .column--one-fourth {
	margin-bottom: 4rem;	
}

.modal--prompt:not(#modal-cookies-alert) .wrp {
    margin: 0;
    top: 0;
    height: 100%;
    overflow: scroll;
    min-height: 100%;
    position: fixed;
    right: 0;
    transform: translateX(100%);
    transition: transform 0s 0.2s;
}

.modal--open:not(#modal-cookies-alert) .wrp {
	transform: translateX(0);
	transition: transform 0.4s ease-in-out 0.2s;
}

.modal--prompt:not(#modal-cookies-alert) .wrp {
    -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    
    }
    .modal--prompt:not(#modal-cookies-alert) .wrp::-webkit-scrollbar {
    display: none;
    }

@media (max-width: 1023px) and (min-width: 768px) {
	
	.modal--prompt:not(#modal-cookies-alert) .modal__close {
		top: 24px;
	}
	
}

@media (max-width: 767px) {
	
	.row--flex {
	   margin-top: 2rem;
	}
	
	.section--team .article__title {
		margin-bottom: 2.5rem;
	}
	
	.section--team .column--one-fourth {
		margin-bottom: 3rem;	
	}

	.corp-name {
		font-size: 1.125rem;
		line-height: 1.75rem;
		margin-top: 1rem;
	}
	
	.corp-descripcion {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.round--number--wrp {
		display: none;
	}

}

/** CONTACT FORM **/

form {
	margin-bottom: 0;
}

.section--normal--form .contact {
	max-width: 646px;
}

.contact__title {
	margin-top: 0;
}

.form--contacto .form__inline:first-child .form__element {
	display: flex;
	width: 100%;
}

.form--contacto .form__inline:first-child input {
	width: 100%;
} 

@media (max-width: 1023px) and (min-width: 768px) {
	
	.form--contacto .form__inline:first-child input {
		width: calc(578px + var(--column-gutter));
	}
	
}

@media (min-width: 767px) {

	.contact__title {
		font-size: 3rem;
		line-height: 3.5rem;
		letter-spacing: -0.3px;
	}

}

@media (max-width: 767px) {
	
	.form--contacto .form__inline .form__element:not(.collapsed) {
		display: flex;
		width: 100%;
	}
	
	.form--contacto .form__inline .form__element input {
		width: 100%;
	}

}




/**/

.section--normal--iframe iframe {
	border: 0;
	height: fit-content;
	margin: 0;
	width: 100%;
}


/****************************SHAREHOLDERS CENTER******************************/
/*************AGENDA******************/

.agenda__table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.agenda--item{
	display: flex;
	margin-bottom: 2rem;
}

.agenda--date {
	border-radius: 0.5rem;
	display: flex;
	color: var(--color-primary-01);
	justify-content: center;
	align-items: center;
	width: 8.75rem;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	margin-right: 2rem;
	border: 2px solid var(--color-primary-02);
}

.agenda--item .agenda--date .agenda-day {
	margin: 0;
	padding: 0;
	text-align: center;
}

.agenda--item .agenda-month {
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-align: center;
}

.agenda__table .agenda--item .agenda--content p {
	font-size: 1.375rem;
	line-height: 2.25rem;
	font-weight: 700;
	margin: 0;
}

.agenda__table .agenda--item .agenda--content p.agenda-hour {
	color: var(--color-text-03);
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0.5rem 0 0 0;
}

.agenda__table .agenda--item .agenda--content svg {
	margin-right: 0.5rem;
}

.agenda__table .agenda--item .agenda--content {
	flex: 1;
	box-sizing: border-box;
	padding-right: 2rem;
	max-width: 21.5rem;
	width: 100%;
}

@media (max-width: 767px) {
	
	.agenda__table {
		grid-template-columns: 1fr;
	}
	
	.agenda__table .agenda--item .agenda--content p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.agenda--date {
		width: 7.5rem;
		padding: 1rem;
	}
	
	.agenda--item .agenda-month {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
}

.tabla-inversores {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid var(--color-primary-03);
	display: block;
}

.tabla-inversores .tr__thead {
	width: 100%;
	background: var(--color-secondary-01);
	border-bottom: solid 1px var(--color-primary-03);
	padding: 1.5rem 0;
}

.tabla-inversores .tr__thead li {
	color: var(--color-primary-03);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
}

.tabla-inversores ul.thead {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 0;
	list-style: none;
	padding: 0 1.5rem;
}

.tabla-inversores ul.tbody {
	font-size: 1.125rem;
	line-height: 1.75rem;
	display: flex;
	width: calc(100% - 3rem);
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 1.25rem 0rem;
	border-bottom: 1px solid var(--color-ui-03);
	margin: 0 1.5rem;
	box-sizing: border-box;
}

	.tabla-inversores .tr__trow:nth-child(2) {
		margin-top: 0.25rem;
	}
	
	.tabla-inversores .tr__trow:last-child {
		margin-bottom: 0.25rem;
	}
	
.table__title strong {
	font-size: 1.375rem;
	line-height: 2.25rem;
}

.tabla-inversores .tr__trow:last-child ul{
	border-bottom: none;
}

.tabla-inversores .tr__trow span strong:after{
	content: '';
	display: block;
	margin-top: 0; 
}

.tabla-inversores .tr__trow .reduce {
	padding-right: 15%;
}

.investors .article__table {
	margin: 3rem 0 2rem;
}

.investors .title--m > span {
	display: block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-top: 0.5rem;
}

.investors .main__nav {
	height: auto;
	justify-content: space-between;
}

.investors .main__nav .nav__item {
	flex: auto;
	font-weight: 700;
}

.investors .main__nav .nav {
	align-items: flex-start;
}

.section--inversores-agenda .tabla-inversores li {
	width: 25%;
}

@media (hover: none) {
	
	.investors .main__nav .nav {
		scroll-snap-type: x mandatory;
		flex-basis: 50%;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
}

.investors__nav .nav__sub {
	overflow: hidden;
	position: relative;
	transition: height 0.32s cubic-bezier(0.28, 0, 0.115, 1);
}

.investors__nav .nav__sub {
	max-width: 13.75rem;
}

.investors__nav .nav__sub .nav__item {
	display: block !important;
}

.investors__nav .nav__sub,
.investors__nav .nav__sub .nav__item {
	padding: 0;
}

.investors__nav .nav__sub .nav__item {
	font-weight: 400;
	opacity: 0;
	transition: opacity 0.32s cubic-bezier(0.28, 0, 0.115, 1);
    max-width: 206px;
}

.investors__nav .open--submenu .nav__item {
	opacity: 1;
}
	
.investors__nav .nav__item {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.investors__nav .nav__item > .submenu {
	color: var(--color-text-03);
	cursor: pointer;
	display: inline-block;
	padding-right: 1rem;
	position: relative;
	transition: color 0.2s ease-in-out;
}

	.investors__nav .nav__item:hover > .submenu {
		color: var(--color-primary-01);
	}
	
	.investors__nav .nav__item > .submenu:after {
		content: '';
		height: 0;
		width: 0;
		margin-left: -4px;
		pointer-events: none;
		border: solid transparent;
		border-color: transparent;
		border-top-color: currentcolor;
		border-width: 4px;
		position: absolute;
		top: calc(50% - 2px);
		right: 0
	}
	
.main__nav .nav__item--active .nav__link,
.product__nav .nav__item--active .nav__link {
	color: var(--color-text-01);
	pointer-events: none;	
}

@media (max-width: 767px) {
	
	.investors .article__table {
		margin: 1rem 0 0;
	}
	
	.tabla-inversores .tr__trow .reduce {
		padding-right: 0;
	}
	
	.table__title strong {
		font-size: 1rem;
		line-height: 1.5rem;	
	}
	
	.section--inversores-agenda .tabla-inversores .tr__thead {
		display: none;
	}
	
	.section--inversores-agenda .tabla-inversores ul.tbody {
		flex-direction: column;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.section--inversores-agenda .tabla-inversores ul.tbody {
		border-bottom: none;
		position: relative;
	}
	
	.section--inversores-agenda .tabla-inversores .tr__trow:not(:last-child) ul.tbody:after {
		bottom: 0;
		border-bottom: solid 1px var(--color-primary-03);
		content: '';
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	
	.section--inversores-agenda .tabla-inversores .tr__trow:nth-child(2),
	.section--inversores-agenda .tabla-inversores .tr__trow:last-child {
		margin-bottom: 0;	
		margin-top: 0;	
	}
	
	.section--inversores-agenda .tabla-inversores li {
		display: flex;
		align-items: flex-start;
		box-sizing: border-box;
		font-size: 1rem;
		line-height: 1.5rem;	
		width: 100% !important;
	}
	
	.section--inversores-agenda .tabla-inversores li:before {
		background-color: var(--color-secondary-01);
		display: block;
		content: ' ' attr(data-title) ' ';
		color: var(--color-primary-03);
		font-weight: 700;
		min-height: 100%;
		position: absolute;
		padding: 0.75rem 1.125rem;
		text-align: left;
		width: 50%;
	}
	
	.section--inversores-agenda .tabla-inversores li span {
		display: block;
		padding: 0.75rem 1.125rem;
		margin-left: 50%;
	}
	
	.section--inversores-agenda .tabla-inversores.tabla--1 li span,
	.section--inversores-agenda .tabla-inversores.tabla--3 li span {
		min-height: 5rem;
	}
	
	.section--inversores-agenda .tabla-inversores li:first-child:before,
	.section--inversores-agenda .tabla-inversores li:first-child span {
		padding-top: 1.125rem;
	}
	
	.section--inversores-agenda .tabla-inversores li:last-child:before,
	.section--inversores-agenda .tabla-inversores li:last-child span {
		padding-bottom: 1.125rem;
	}
	
}

/** IFRAMES **/

.iframe--1 iframe {
	height: 353px;
}

.iframe--2 iframe {
	border-radius: 1rem;
	height: 610px;
	position: relative;
	overflow: hidden;
}

.iframe--3 iframe {
	border-radius: 1rem;
	height: 285px;
	position: relative;
	overflow: hidden;
}

.iframe--4 iframe {
	border-radius: 1rem;
	height: 480px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 832px) {
	
	.iframe--1 iframe {
		height: 494px;
	}
	
	.iframe--3 iframe {
		height: 604.5px;
	}
	
	.iframe--4 iframe {
		height: 499.5px;
	}
	
}

@media (max-width: 528px) {
	
	.iframe--1 iframe {
		height: 792px;
	}
	
	.iframe--2 iframe {
		height: 646px;
	}
	
	.iframe--3 iframe {
		height: 792.5px;
	}
	
	.iframe--4 iframe {
		height: 540px;
	}
	
}

** SAFARI FIX **/	
	
.main__nav,
.product__nav {
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

.lat-scroll-icon{
    display:none;
    transition:opacity ease-in-out 0.3s;
}
.lat-scroll-icon svg{
    width:3rem;
    height:3rem;
}

.lat-scroll-icon.final{
    opacity:0;
}

@media (max-width: 768px) {
    .lat-scroll-icon{
        position:absolute;
        top:0;
        right:0;
        width:5rem;
        pointer-events:none;
        height:calc(100% - 1px);
        display:flex;
        justify-content: flex-end;
        align-items: center;
        background: rgb(244,244,249);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    }
}
