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


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

/***separaciones****/

.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--contain {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.text--center{
	text-align: center;
}

/*columns*/

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


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

	.section--image-block .text {
		margin: 3.5rem 0;
	}
	
	.block-group:not(.block-group--extra) .section--intro.section--intro-text .pb--small {
		padding-bottom: 64px;
	}

}

@media (min-width: 800px) {

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

}

/* SECTION HERO */

.hero--report .hero__description {
	max-width: 40rem;
}

.btn.flex--reverse {
	align-items: center;
	display: inline-flex;
	flex-direction: row-reverse;
	row-gap: 0.5rem;
}

.btn.flex--reverse svg {
	fill: var(--color-text-02);
	margin: 0.5rem 0 0.5rem 1rem;
}

.btn--ghost.flex--reverse svg {
	fill: var(--color-primary-01);
	transition: fill .2s ease-in-out;
}

.btn--ghost.flex--reverse:hover svg {
	fill: var(--color-text-02);
}

@media (max-width: 767px) {
	
	.hero__links {
		margin-top: 2rem;
	}
	
	.btn.flex--reverse svg {
		margin: 0.25rem 0 0.25rem 0.5rem;
	}
	
	.section--textImg .btn.flex--reverse svg {
		height: 0.75rem;
	}
	
	.hero__description > p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
}


/* IMAGE BLOCK */

@media (min-width: 1280px) {
	
	.packaging__report .layout--background {
		height: auto;
	}
	
	.block-group:not(.block-group--extra) .section--intro.section--intro-text .layout--background {
		height: 900px;
	}
	
}

@media (max-width: 767px) {

	.section--image-block .text__description:not(.transition),
	.layout--background .text__description {
		margin-bottom: 3.5rem;
	}
	
}

.main__nav + .section--normal--text h2 {
	font-size: 3rem;
	line-height: 3.5rem;
}

@media (max-width: 767px) {

	.main__nav + .section--normal--text h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	
}

/* SLIDER NEW */

.section--slider__new {
	background: var(--color-ui-02);
}

.section--slider__new a {
	color: var(--color-text-01);
	text-decoration: none;
}

	.section--slider__new a:hover {
		color: var(--color-primary-01);
	}

.section--slider-new .text--card {
	padding: 0;
	margin: 0;
}

.section--slider-new .text--card.flex-inverted,
.section--slider-new .text--card.flex-inverted > div {
	display: flex;
	flex-direction: column-reverse;
}

.section--slider-new .text--card.flex-inverted > div {
	padding: 3rem;
}

.section--slider-new .text--card.flex-inverted > div .text__title + .text__description {
	margin-bottom: 12px;
	margin-top: 0;
}

.section--slider-new .text--card.flex-inverted > div .text__title + .text__description > p {
	font-weight: 700;
}

.section--slider-new a:hover .text--card .text__title + .text__description {
	text-decoration: none;
}

.section--slider-new .text--card img {
	aspect-ratio: 16/9;
	max-height: 50vh;
	width:100%;
	object-fit:cover;
}

.section--slider__new + .section--memoria {
	padding-top: 0;	
}

@media (max-width: 1023px) and (min-width: 768px) {
		
	.section--slider-new .text--card.flex-inverted > div {
		padding: 2.5rem;
	}

}

@media (max-width: 767px) {
		
	.section--slider-new .text--card.flex-inverted > div {
		padding: 1.5rem;
	}

}

/* SECTION MEMORIA */

.section--memoria .text .text__description {
	margin-left: auto;
	margin-right: auto;
	max-width: 974px;
}


/* SECTION TEXT TABLE COLUMNS */

.text-table-columns4 {
	background: var(--color-primary-03B);
}

.section--text-table-columns {
	position: relative;
}

	/* .section--text-table-columns:before {
		background: var(--color-ui-04);
		content: '';
		height: 100%;
		left: 0;
		opacity: 0.64;
		position: absolute;
		top: 0;
		width: 100%;
	} */
	
.section--text-table-columns,
.section--text-table-columns .text__pretitle {
	color: var(--color-text-02);
}

.section--text-table-columns .column-cifra4{
	width:100%;
}

.section--text-table-columns .column--six-twelfth:last-child {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap:  4.5rem;
	column-gap: var(--column-gutter);
}

.section--text-table-columns h2 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	letter-spacing: -0.3px;
}

.section--text-table-columns h3 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: -0.3px;
	margin: 0;
}

.cifra--number .text__title {
	font-size: 5rem;
	line-height: 5rem;
}

.cifra--title > p {
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin-bottom: 0;
	
}

.section--quotes + .section--text-table-columns .text__pretitle {
	font-size: 6rem;
	line-height: 6rem;
	letter-spacing: -0.5px;
}

.section--column-blocks + .section--text-table-columns .text__pretitle + .text__title {
	font-size: 2rem;
	line-height: 2.5rem;
	max-width: 24rem;
}

@media (min-width: 1024px) {
	
	#La-agenda-verde-de-Vidrala .section--intro .text__title {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	.section--text-table-columns .text__description {
		max-width: 66.667%;
	}

}

@media (max-width: 1023px) {
	
	.section--text-table-columns .row > div + div {
		margin-top: 3.5rem;
	}
	
}

@media (min-width: 768px) {
	
	.cifra--wrp {
		max-width: 80%;
	}
	
}


@media (max-width: 767px) {
	
	.section--text-table-columns h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	
	.section--text-table-columns .column--six-twelfth:last-child {
		grid-template-columns: 1fr;
		row-gap:  3rem;
	}

	.section--text-table-columns .column--six-twelfth:last-child {
		row-gap: 3rem;
		column-gap: var(--column-gutter);
	}
	
	.cifra--number .text__title {
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.cifra--title > p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
}

/*damero*/

#damero section{
	padding-bottom: 4rem;
}



.section--intro-text .layout--background .text__pretitle{
   color: var(--color-ui-01);
}
/****Videos en damero***/

.text__links .videoModal{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity:0;
	display:none;
	transition:0.6s ease;
}

.text__links.openModal .videoModal{
	display:block;
	opacity:1;
}

.text__links .videoModal .flex-center{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.text__links .videoModal iframe {
	position: relative;
	z-index: 1;
	height: auto;
	aspect-ratio: 16 / 9;
}

.text__links .videoModal .videoBack {
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 1;
}

@media (min-width: 1280px) {
	
	.text__links .videoModal iframe {
		width: 1204px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

@media (max-width: 1279px) {
	
	.text__links .videoModal iframe {
		width: calc(100vw - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

/* CONTACTO */

.info__column__list {
	margin: 0;
	padding: 0;
}

.info__column__list li {
	list-style: none;
}

.descarga__list span {
	display: block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 1.5rem;
}

.contacto-descarga--wrp {
	display: flex;
	justify-content: space-between;
}

.descarga__list b {
	display: block;
}

.contacto-descarga--wrp .text__pretitle {
	font-size: 1.375rem;
	line-height: 2.25rem;
}

@media (max-width: 1023px) {

	.contacto-descarga--wrp {
		flex-direction: column;
	}
	
	.contacto-descarga--wrp  .aside {
		margin-bottom: 2.5rem;
	}

}


/* SECION IMG + MODAL */

.modal--fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10000;
}

	.modal--fixed:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: var(--color-ui-04);
		opacity: 0;
		transition: opacity 0.6s cubic-bezier(0.68, 0.09, 0.13, 0.89);
	}

.modal--fixed.open--modal {
	pointer-events: auto;
}

	.modal--fixed.open--modal:before {
		opacity: 0.64;
	}

.modal--fixed .modal--wrp .row {
	display: flex;
}

.modal--fixed .modal--wrp {
	background: var(--color-ui-01);
	top: 0;
	height: 100%;
	position: relative;
	display: flex;
	transform: translateY(100vh);
	transition: transform 0.6s cubic-bezier(0.68, 0.09, 0.13, 0.89);
	z-index: 1;
}

.modal--fixed.open--modal {
	transform: translateY(0);
}

.modal--fixed .modal--content {
	position: relative;
	overflow-y: scroll;
}

.modal--fixed.open--modal .modal--wrp {
	transform: translateY(0);
}

.close--modal {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 4.25rem;
	height: 4.25rem;
	border: 2px solid var(--color-primary-01);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

	.close--modal--inner:before,
	.close--modal--inner:after {
		background: var(--color-primary-01);
		border-radius: 2px;
		content: '';
		height: 2px;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 1.5rem;
		transition: background .2s ease-in-out;
	}
	
	.close--modal--inner:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.close--modal--inner:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

.modal--content .section--intro-text {
	margin-top: 0 !important;
}

.modal--content .section--intro-text .text__description {
	text-align: justify;
}

	
@media (min-width: 1024px) {
	
	.modal--wrp {
		padding-left: calc(50% - 1204px / 2);
	}
	
	.modal--content {
		padding-right: calc(50vw - 1204px / 2);
	}
	
}

@media (max-width: 1023px) {
	
	.modal--fixed .modal--wrp .row {
		flex-wrap: wrap;
		height: 100%;
		overflow: scroll;
	}
	
	.modal--fixed .modal--content {
		padding-top: 0;
	}
	
	.section--textImg .image-wrap {
		margin-top: 2.5rem;	
	}
	
	.modal--title {
		max-width: 66.667%;
	}
	
} 

@media (max-width: 1023px) and (min-width: 768px) {
	
	.modal--wrp {
		padding-left: 32px;
		padding-right: 32px;
	}
	
}

@media (max-width: 767px) {
	
	
	.modal--wrp {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.close--modal {
		width: 3rem;
		height: 3rem;
	}
	
		.close--modal--inner:before,
		.close--modal--inner:after {
			width: 1rem;
		}

}

@media (hover: hover) { 
	
	.close--modal:hover {
		background: var(--color-primary-01);
	}
	
	.close--modal:hover .close--modal--inner:before,
	.close--modal:hover .close--modal--inner:after {
		background: var(--color-ui-01);
	}

}

@media (hover: none) { 
	
	.close--modal {
		background: var(--color-primary-01)
	}
	
		.close--modal--inner:before,
		.close--modal--inner:after {
			background: var(--color-ui-01);
		}
	
}

/** FLOAT BTN **/

.float__button {
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	position: fixed;
	transition: transform 0.4s ease;
	z-index: 100;
}

.float__button.visible {
	transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
	
	.float__button {
		background-color: rgba(255, 255, 255, 0.8);
		bottom: 2rem;
		left: 2rem;
		border: solid 1px rgb(201, 208, 210, 0.6);
		border-radius: 3rem;
		padding: 0.75rem;
		transform: translate3d(0, calc(100% + 2rem), 0);
		transition: transform 0.4s ease;
		z-index: 100;
	}
	
}

@media (max-width: 767px) {
	
	.float__button {
		background-color: rgba(255, 255, 255, 0.8);
		border-top: solid 1px #DFE4E5;
		bottom: 0;
		left: 0;
		padding: 1rem 1.5rem;
		transform: translate3d(0, 100%, 0);
		width: 100%;
	}
	
	.float__button .btn {
		justify-content: center;
		margin-bottom: 0;
		width: 100%;
	}
}

/* FIXES */

.text:empty {
	height: 0 !important;
	margin: 0 !important;
} 

.packaging__report .main__nav .nav__item--active .nav__link {
	color: var(--color-text-01);
	pointer-events: none;
}

.packaging__report .hide {
	opacity: 1;
	transform: translateZ(0);
}
	
@media (min-width: 1440px) {
	
	.packaging__report .main__nav .nav__link {
		max-width: 11rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}	

	.section--slider__new {
		margin-top: -1.5rem;
		position: relative;
	}

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

.packaging__report .section--normal--text .text {
    display: block;
 }

.packaging__report .main-logo .iso-logo {
	background-image: url('../img/informe-2023/isologo-vidrala-white@2x.png') !important;
	background-size: 56px 74px;
}

.packaging__report .page__header__logo .logo .logo__letter {
    fill: var(--color-ui-01) !important; 
   }