@media (max-width: 768px) {
  div[data-y-section="full top-bar"][data-scroll-state="float"] {
    background: black;
    height: 4rem;
  }
}


[data-forum-contents] [data-forum-item~='theme'][data-forum-item~='unread'] [data-forum-item-icon]>*:only-child ,
[data-forum-contents] [data-forum-item~='thread'][data-forum-item~='unread'] [data-forum-item-icon]>*:only-child {
    background: var(--pill);
}

[data-forum-contents] [data-forum-item~='unread'] [data-forum-item-title] a {
    color: var(--pill);
}



[data-forum-contents] [data-forum-item~='group'].title-ungrouped{
    background:none;
    color: var(--text-gray);
    font-weight: normal;
    font-style: italic;
}
[data-forum-contents] [data-forum-item~='group'].title-ungrouped [data-forum-item-actions] a{
    color: var(--accent);
}

[data-printed-form-subtitle] h3
{
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0.1rem !important;
    margin-bottom: 0.3rem;
    text-align: justify;
}

[data-printed-form-rotate]
{
    writing-mode: vertical-rl;
    border: 0.5px solid black;
    padding: 3px;
}

[data-printed-form-container]
{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    border: 0.5px solid black;
    padding: 1rem;
}

[data-printed-form-container] .one
{

    padding: 0.5rem;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    text-align: center;
    margin: 0;
    flex: 0 0 auto;
}

[data-printed-form-container] .two
{

    flex: 1 1 auto;
    margin: 0 0 0 1rem;
}

[data-printed-form-table]
{
    border: 0.5px solid black;
    padding: 3px;
    margin: 0;
    page-break-inside: avoid;
}

[data-printed-form-dashed]
{
    border: 2px dashed black;
    padding: 10px;
}

[data-printed-form-dashed-bottom]
{
    border-bottom: 0.5px solid black;
    padding: 20px;
}

[data-printed-field~='size-4']
{
    width: 12rem;
}


[data-printed-form-text~='right']
{
    text-align: right;
}
[data-printed-form-inline~='right']
{
    text-align: right;
}

@media all and (min-width: 600px)
{
    [data-printed-form-inline~='right']
    {
        text-align: right;
        justify-content: flex-end;
    }
}

[data-printed-form] label
{
    page-break-inside: avoid;
    display: table;
}

[data-printed-field]
{
    page-break-inside: avoid;
}

.text-uppercase{
    text-transform: uppercase;
}


/***/
/* nuevos cambios */


.tex-header-mobile{
  padding: 2rem;
}

.text-title-mobile{
  font-family: 'Nohemi', sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 32px;
padding: 0 !important;
color:white;

}

[data-printed-form-grid]
{
    page-break-inside: avoid;
}

/*Seccion nueva*/

.text-uppercase{
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

[data-printed-field~='size-75p']
{
    flex-basis: 75%;
}
[data-printed-field~='size-20p']
{
    flex-basis: 20%;
}






[data-printed-field~='size-40p']
{
    flex-basis: 40%;
}

[data-printed-form-flex]
{
    display:flex !important;
    align-content: center;
    flex-direction:row;
    justify-content: space-between;
    outline: 0.1rem solid black;
    page-break-inside: avoid;
}

[data-printed-form-flex] .item1
{
    flex: 0 0 auto;
    border-right: 0.1rem solid black;
    padding: 0.4rem 7.5rem;

}

[data-printed-form-flex] .item2
{
    flex: 0 0 auto;
    border-right: 0.1rem solid black;
    padding: 0.4rem 7.5rem;
}

[data-printed-form-flex] .item3
{
    flex: 0 0 auto;
    padding: 0.4rem 7.5rem;

}

.container-flex{
    display:inline-flex !important;
    align-content: space-around;
    flex-direction:row;
    padding: 0.3rem 0.2rem;
    page-break-inside: avoid;
}

.item{
    flex:0 1 auto !important;
    width: auto !important;
    height: auto !important;

}

.no-top-margin{
    margin-top: 0 !important;
}

.no-bottom-margin{
    margin-bottom: 0 !important;
}

.error{
    color: red;
    font-weight: bold;
}

.border-top-bottom{
    border-top: 0.1rem solid black;
    border-bottom: 0.1rem solid black;
    padding: 0.5rem;
}

.height-4{
    width: 100%;
    height: auto;
    font-family: L,sans-serif;
    color: var(--text);
    border: 0.1rem solid black;
    box-sizing: border-box;
}

.container-flex-column{
    display:inline-flex !important;
    align-content: space-around;
    flex-direction:column;
    padding: 0.3rem 0.2rem;
    page-break-inside: avoid;
}

[data-printed-field] .height-3
{
    height: 100pt;
}

[data-printed-form-header-center]
{
    display: flex;
    text-align: center;
    flex-direction:column;
}
[data-printed-form-header-center] > *
{
    flex: 1 1 auto;
}
[data-printed-form-header-center] .logo img
{
    width: 30mm;
    height: auto;
    padding: 0.3rem 0.2rem;
}
[data-printed-form-header-center] .address
{
    color: #aaa;
    font-style: italic;
    font-size: 9pt;
    padding: 0.3rem 0.2rem;
}

[ data-printed-form-text~='space-small']{

    min-height: 2rem;
}

.justify{
    text-align: justify;
    margin: 1em 0;
}

/*modificado*/

[data-printed-form-table]
{
    list-style:none;
}




/* Modificaciones IparkGroup */

div[data-y-section="full title"] {
    display:none;
}


div[data-y-section="full tools-bar"] {
    display:none;
}


.home-image-big {
	box-sizing: border-box;
	background-image: url('/media/home-background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 5vw 10rem 5vw;
	color: white;
	position: relative;     
	overflow: hidden;       
	z-index: 1;
}

.home-image-big::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
	pointer-events: none;
}

.home-image-big > * {
	position: relative;
	z-index: 2;
}

.home-image-title {
	font-family: 'Public Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 68px;
	line-height: 140%;
	letter-spacing: -0.02em;
	max-width: 960px;
}

.home-image-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0;
	margin-top: 1rem;
	max-width: 960px;
  text-align:justify;
}

@media (max-width: 768px) {
	.home-image-title {
		font-size: 40px;
	}

	.home-image-text {
		font-size: 16px;
	}

	.home-image-big {
		padding: 0 5vw 4rem 5vw;
    height:900px;
	}
}



.home-image-separator {
	margin-top: 2rem;
	width: 100%;
	height: 2px;
	background-color: var(--accent-lighter);
	align-self: center;       
}

.home-first-box {
  background-color: #FAFAFA;
  padding: 80px 60px;
}
.home-first-box-first {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  flex-direction: column;
}
.home-box-button-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 172px;
  height: 25px;
  margin-bottom: 40px;
  padding: 8px 16px 8px 12px;
  border: 1px solid #EAEAEC;
  border-radius: 80px;
  text-decoration: none;
  color: #5F6A77;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(35, 31, 42, 0.03), 0px -2px 4px 0px rgba(35, 31, 42, 0.03) inset, 0px 2px 2px 0px rgba(35, 31, 42, 0.02) inset, 2px 0px 2px 0px rgba(35, 31, 42, 0.02) inset, -2px 0px 2px 0px rgba(35, 31, 42, 0.02) inset;
}
.home-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.home-first-box-first-left {
  flex: 1 1 45%;
  max-width: 45%;
}
.home-first-box-first-right {
  flex: 1 1 45%;
  max-width: 45%;
}
.text-title-first-box {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 150%;
}
.text-green-first-box a {
  color: #C3E00C;
  font-weight: 500;
  text-decoration: none;
}
.text-first-box-right {
  color: #666666;
  line-height: 1.6;
  text-align:justify;
  font-size: 20px;
  font-weight:500;
  max-height: 130px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-first-box-second {
  border-top: 1px solid #E0E0E0;
  padding-top: 40px;
}
.number-figure {
  font-family: 'Public Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  margin-bottom: 10px;
}
.small-text-box-home {
  font-weight: 600;
  margin-bottom: 20px;
  color: #111111;
}
.gray-text-box-home {
  color: #777777;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}


.slider-nav {
  display: none;
}
.slider-track {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.slide-item {
  flex: 1 1 30%;
  max-width: 30%;
}

@media (max-width: 768px) {
  .home-first-box {
      padding: 40px 20px;
  }
  .home-first-box-first {
      margin-bottom: 40px;
  }
  .home-first-box-first-left {
      flex-basis: 100%;
      max-width: 100%;
  }
  .home-first-box-first-right {
      display: none;
  }
  .home-first-box-second {
      overflow: hidden;
      padding-top: 40px;
  }
  .slider-track {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: flex-start;
    gap: 0;
    transition: transform 0.4s ease-in-out;
}
  .slide-item {
      flex-shrink: 0;
      flex-basis: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 0 5px;
  }
  .slider-nav {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 30px;
  }
  .slider-arrow {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid #EAEAEA;
      background-color: #FAFAFA;
      color: #333;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s;
  }
  .slider-arrow:disabled {
      background-color: #F0F0F0;
      color: #CCCCCC;
      cursor: not-allowed;
      border-color: #F0F0F0;
  }
}

.home-second-box {
  background-color: #FFFFFF;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  overflow: hidden; 
}

.home-second-box-first-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}

.home-second-box-first-box-button {
  max-height: 40px;
}

.text-title-second-box-first-box {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 140%;
  color: #192432;
}

.text-smaller-second-box-first-box {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #5F6A77;
  max-width: 50%;
}


.slider-track {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 40px 80px;
}
.slide-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.slide-card.card-1 { width: 45%; min-height:600px; }
.slide-card.card-2 { width: 25%; max-height:300px;}
.slide-card.card-3 { width: 35%; max-height: 350px; }
.slide-card.card-4 { width: 35%; min-height:700px;}

.slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.home-text-under-image {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #999999;
}

.Home-text-under-image-2 {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #1E1E1E;
}




@media (max-width: 768px) {
  .home-second-box {
      padding: 40px 0; 
      gap: 40px;
  }

  .home-second-box-first-box {
      padding: 0 20px; 
  }

  .text-smaller-second-box-first-box {
      max-width: 100%; 
  }


  .slider-viewport {
      overflow-x: auto; 
      scroll-snap-type: x mandatory; 
      -ms-overflow-style: none;  
      scrollbar-width: none;  
      scroll-padding-left:20px;
      scroll-padding-right:20px;
  }


  .slider-viewport::-webkit-scrollbar {
      display: none;
  }

  .slider-track {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px 0px; 
   
}

.slide-card {
  width: 90%;
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  gap: 0;
}

.slide-card.card-1 { width: 90%; min-height:450px; }
.slide-card.card-2 { width: 90%; max-height:450px;}
.slide-card.card-3 { width: 90%; max-height: 450px; }
.slide-card.card-4 { width: 90%; min-height:450px;}

  .slide-card img {
      height: 450px; 
  }

  .home-text-under-image {
      display: none;
  }

  .Home-text-under-image-2 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 48px 24px 24px;
      color: #FFFFFF;
      font-size: 28px; /
      line-height: 120%;
      letter-spacing: 0%;
      background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px;
  }
}

  /* FOOTER */

  @import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600&family=Nohemi:wght@500&display=swap');
  .footer {
    background: #FFFFFF;
    color: #999999;
    font-family: 'Public Sans', sans-serif;
}
.footer-top {
    background: #878787;
    padding: 80px 40px;
    text-transform: uppercase;
    overflow-x: hidden;
}
.footer-top-text {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -4px;
    display: flex;
    align-items: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
}
.footer-top-text.right {
    justify-content: flex-end;
    margin-bottom: 40px;
    margin-right: -60px;
}
.footer-top-text.left {
    justify-content: flex-start;
    margin-left: -60px;
}
.footer-top-word {
    color: #333333;
    margin-right: 20px;
}
.text-medium-footer {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    padding: 80px 40px 40px 40px;
}
.footer-content {
    padding: 40px;
}
.footer-desktop-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.footer-desktop-nav .footer-column:first-of-type {
    flex: 3;
}
.footer-mobile-nav {
    display: none;
}
.footer-logo {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
}
.footer-desktop-nav .footer-logo {
    flex-basis: 100%;
    flex-grow: 2;
}
.footer-logo-mobile {
    display: none;
}
.footer-desktop-nav .footer-column {
    flex: 1;
}
.column-title-footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
}
.footer-desktop-nav .column-title-footer {
    margin-bottom: 20px;
}

.column-title-footer a{
  color: #999999;
  font-weight: 400;
}

.footer-desktop-nav .footer-column a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    color: inherit;
    margin-bottom: 4px;
}
.text-copyright-footer {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-top: 0px;
}

@media (max-width: 1024px) {
    .footer-top-text {
        font-size: 72px;
        letter-spacing: -3px;
    }
    .footer-top-text.right {
        margin-right: 0px;
    }
    .footer-top-text.left {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 10px 0px;
    }
    .footer-top-text {
        font-size: 32px;
        letter-spacing: -2px;
    }
    .footer-top-text.right {
        margin-right: -60px;
        margin-bottom: 20px;
    }
    .footer-top-text.left {
        margin-left: -60px;
    }
    .text-medium-footer {
        font-size: 26px;
        padding: 40px 20px;
    }
    .footer-content {
        padding: 0;
    }
    .footer-desktop-nav {
        display: none;
    }
    .footer-mobile-nav {
        display: flex;
        flex-direction: column;
    }
    .footer-mobile-nav .footer-column {
        width: 80%;
        padding: 0 20px;
    }
    .footer-logo-mobile {
        display: block;
        padding: 0 20px;
    }
    .column-title-footer {
        display: flex;
        gap:20px;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 20px 0;
        cursor: pointer;
        color: #999999;
    }
    summary {
        list-style: none;
    }
    summary::-webkit-details-marker {
        display: none;
    }
    .accordion-arrow {
      display: inline-block;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1;
      transition: transform 0.2s ease-in-out;
      transform: rotate(90deg);
  }
  details[open] > summary .accordion-arrow {
    transform: rotate(-90deg);
}
    .accordion-content {
        padding-bottom: 20px;
    }
    .accordion-content a {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 8px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    .footer-bottom-wrapper {
        padding: 40px 0 0 0;
    }
    .text-copyright-footer {
        padding: 0px 20px 40px 20px;
    }

    [data-y-footer-legal]{
      padding:0px;
    }
}
/* fin footer*/

.home-image-big-middle {
  background-image: url('/media/Home-Sostenibilidad.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 80px;
  color: #FFFFFF;
  font-family: 'Public Sans', sans-serif;
}

.home-image-big-middle-first-text {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom:40px;
}

.arrow-icon {
  font-size: 18px;
  transform: translateY(-2px);
}

.home-image-big-middle-second-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  margin-bottom: 60px;
  max-width:800px;
}

.home-image-big-middle-third-text {
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .home-image-big-middle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    min-height: 100vh; 
    padding: 40px 40px;
    background: 
    linear-gradient(rgba(25, 25, 25, 0.45), rgba(25, 25, 25, 0.45)),
    url('/media/Home-Sostenibilidad.jpg') 
    no-repeat center / cover;
 
  }


  .home-image-big-middle-first-text {
    font-size: 32px;
    margin-bottom: 24px; 
  }

  .arrow-icon {
    font-size: 28px; 
  }
  
  .home-image-big-middle-second-text {
    font-weight: 600; 
    font-size: 18px;
    line-height: 150%; 
    max-width: 100%;   
    margin-bottom: 0;  
  }


  .home-image-big-middle-third-text {
    display: none;
  }
}








.arrows-wrapper {
  display: flex;
  gap: 12px;
}
.news-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.arrow-left-news,
.arrow-right-news {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #192432;
  cursor: pointer;
  margin: 0 4px;
  user-select: none;
  transition: background 0.2s ease;
}
.arrow-left-news:hover,
.arrow-right-news:hover {
  background-color: #e0e0e0;
}
.home-news {
  background-color: #FFFFFF;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}

.Mockups-news {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: nowrap; 
  overflow-x: hidden; 
  cursor: grab; 
  -webkit-overflow-scrolling: touch;
}

.mockup-new-1,
.mockup-new-2 {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 24px;
  gap: 24px;
  flex: 0 0 45%; 
  min-height: 400px;
  justify-content: space-between;
}


.mockup-news-column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 40%;
}
.mockup-news-column2 {
  width: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
.mockup-news-column2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mockup-new-title {
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #192432;
  margin-bottom: 16px;
}
.mockup-news-more {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #C3E00C;
  text-decoration: none;
  margin-bottom: 8px;
}
.mockup-news-category {
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #777777;
}
.mockup-news-text {
  flex-grow: 1;
}
.mockup-news-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-box-button-title-news {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 172px;
  height: 25px;
  padding: 8px 16px 8px 12px;
  border: 1px solid #EAEAEC;
  border-radius: 80px;
  text-decoration: none;
  color: #5F6A77;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(35, 31, 42, 0.03), 0px -2px 4px 0px rgba(35, 31, 42, 0.03) inset, 0px 2px 2px 0px rgba(35, 31, 42, 0.02) inset, 2px 0px 2px 0px rgba(35, 31, 42, 0.02) inset, -2px 0px 2px 0px rgba(35, 31, 42, 0.02) inset;
}

@media (max-width: 768px) {
  .home-news {
      padding: 40px 0;
  }
  .home-second-box-first-box {
      padding: 0 20px;
  }
  .text-title-second-box-first-box {
      font-size: 32px;
  }
  .text-smaller-second-box-first-box {
      font-size: 14px;
  }
  .arrows-wrapper {
      display: none;
  }
  .Mockups-news {
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 0 20px;
      margin-top: 20px;
      gap: 16px;
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-padding-left:20px;
  }
  .Mockups-news::-webkit-scrollbar {
      display: none;
  }
  .mockup-new-1,
  .mockup-new-2 {
      flex-direction: column;
      flex-shrink: 0;
      width: 85%;
      min-width:75%;
      scroll-snap-align: start;
      min-height: auto;
  }
  .mockup-news-column1 {
      max-width: 100%;
      order: 1;
      flex-grow: 1; 
  }
  .mockup-news-column2 {
      width: 100%;
      height: 250px;
      order: 2;
  }
  .mockup-new-title {
      line-height: 120%;
      margin-bottom: 0; 
  }
  .mockup-news-footer {
    margin-top: auto;
    padding-top: 24px;
}}

.home-contact {
  background-color: #FAFAFA;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.contact-layout-wrapper {
  display: flex;
  align-items: stretch;
  gap: 32px;
  max-width: 95%;
  margin: 0 auto;
}

.home-contact-container-img {
  flex: 1;
  min-width: 0;
}

.home-contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.home-contact-container-form {
  flex: 1;
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.home-contact-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-contact-form-title {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #192432;
}

.home-contact-form-subtitle {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5F6A77;
}

.home-contact-form-form form {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 28px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-group-half {
  flex: 1;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Public Sans', sans-serif;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9E9E9E;
  opacity: 1;
}

.form-textarea {
  height: 140px;
  resize: vertical;
}
.form-group-grow {
  flex-grow: 1;
}
.form-group-grow .form-textarea {
  height: 100%;
}
.form-button {
  width: 100%;
  background-color: #C3E00C;
  color: #192432;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 80px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #b0c90a;
}

@media (max-width: 768px) {
  .home-contact {
    padding: 40px 0px;
    gap:30px;
  }
  .home-contact-form-title {
    margin-bottom: 20px;
  }
  .home-contact-container-img,
  .home-contact-form-subtitle {
    display: none;
  }
}

.home-contact-form-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


.form-group-acceptance {
display: flex;
align-items: center;
gap: 12px;
font-family: 'Public Sans', sans-serif;
font-size: 14px;
color: #5F6A77;
}

.form-group-acceptance input[type="checkbox"] {
width: 16px;
height: 16px;
margin: 0;
flex-shrink: 0;
}

.form-group-acceptance label {
  line-height: 1.4;
}

[data-form-messages] .error {
  color: #D32F2F; 
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  display: block; 
  font-family: 'Public Sans', sans-serif;
}


[data-info='error generic-error'] {
  color: #D32F2F;
  background-color: #FFEBEE;
  border: 1px solid #FFCDD2;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 20px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}





/* Historia */
.page-white-title {
  background-color: #FFFFFF;
  padding: 100px 60px 80px 60px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .page-white-title {
    display: none;
  }
}

.page-big-title {
  font-family: 'Public Sans', sans-serif;
  font-weight: 800;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  max-width:50%;
}

.big-image-historia {
  position: relative; 
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

.historia-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1; 
}

.historia-image-text {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px;
}

.historia-first-box {
  background-color: #FAFAFA;
  padding: 80px 60px;
}

@media (max-width: 768px) {
  .big-image-historia {
    height: 100vh;
    align-items: flex-end;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  .historia-image-text {
    font-size: 40px;
    font-weight: 500;
    text-align:left;
  }
}
@media (max-width: 768px) {
  .historia-first-box {
    padding: 40px 20px;
  }
}
/* --- PC Styles (unchanged) --- */
.historia-main-section {
    max-width: 80%;
    margin: auto;
    padding: 80px 20px;
    font-family: 'Public Sans', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.historia-main-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.44;
    color: #141414;
    margin-bottom: 16px;
}
.historia-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #5F6A77;
    font-weight: 500;
}
.historia-content-wrapper {
    display: flex;
    gap: 80px;
}
.timeline-content {
    flex: 1;
    min-width: 0;
}
.timeline-images-wrapper {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.timeline-image, .timeline-image-2 {
    width: 80%;
    border-radius: 16px;
    object-fit: cover;
}
.image-controls-container {
    display: flex;
    gap: 20px;
    align-items: center;
}
.timeline-list {
    position: relative;
    padding-left: 40px;
    max-width:80%;
}
.timeline-item {
    position: relative;
    padding-bottom: 32px;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
    left: -5px;
    width: 12px;
    height: 12px;
    background-color: #F5F3F3;
    border-radius: 50%;
    z-index: 2;
}
.timeline-item::after {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #F5F3F3;
    z-index: 1;
}
.timeline-item:last-child::after {
    display: none;
}
.item-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    color: #141414;
    margin-bottom: 8px;
    padding-left: 40px;
}
.item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5F6A77;
    padding-left: 40px;
}
.arrow,
.timeline-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.2s;
}
.timeline-slider-nav {
    display: none;
}

/* --- Mobile Styles --- */
@media (max-width: 768px) {
    .historia-main-section {
        max-width: 100%;
        box-sizing: border-box; 
        padding: 40px 20px;
    }

    .timeline-image, .timeline-image-2 {
      width: 100%;
  }
    .historia-content-wrapper {
        flex-direction: column;
        margin-left:20px;
    }
    .timeline-images-wrapper {
        display: none;
    }
    .timeline-list {
        overflow: hidden;
        padding-left: 0;
        margin-left: 0; 
        position: relative;
        max-width:100%;
    }
    .timeline-track-mobile {
        display: flex;
        transition: transform 0.4s ease-in-out;
    }

    .timeline-track-mobile.is-dragging {
  transition: none;
}
    .timeline-slide-mobile {
        min-width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .timeline-item {
        padding-left: 20px;
        margin-left: 10px;
    }

    .timeline-slide-mobile .timeline-item:last-child::after {
        display: none;
    }
    .item-title, .item-description {
        padding-left: 0;
    }
    .item-title {
        font-size: 20px;
    }
    .item-description {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    .timeline-slider-nav {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 30px;
    }
    .timeline-arrow:disabled {
        background-color: #F0F0F0;
        color: #CCCCCC;
        cursor: not-allowed;
        border-color: #F0F0F0;
    }
}
.historia-ipark-vision {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 100px 60px;
  font-family: 'Inter', sans-serif;
}

.historia-ipark-vision-column1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.historia-ipark-vision-column2 {
  flex: 1;
}

.historia-ipark-vision-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.historia-ipark-vision-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.historia-ipark-vision-biggest-text {
  font-weight: 600;
  font-size: 170px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .historia-ipark-vision {
    flex-direction: column-reverse;
    padding: 60px 20px;
    gap: 32px;
    align-items: flex-start;
    background-color:#121414;
  }

  .historia-ipark-vision-biggest-text {
    font-size: 48px;
  }
  .historia-ipark-vision-biggest-text::first-letter {
  text-transform: uppercase;
}

  .historia-ipark-vision-title {
    font-size: 16px;
    text-align: center; 
  }
  .historia-ipark-vision-column1{
    align-items: flex-start;
  }

  .historia-ipark-vision-text {
    font-size: 16px;
    text-align: left;
  }
}





.historia-container-desplegables {
  font-family: 'Public Sans', sans-serif;
  color: #141414;
  background-color: #FFFFFF;
}

.historia-desplegable-item {
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.desplegable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease;
}

.historia-desplegable-item.active .desplegable-header {
  background-color: #EBECED;
}

.desplegable-header-left {
  flex-basis: 50%;
}

.desplegable-header-right {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.historia-desplegables-text1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  text-align: justify;
}

.historia-desplegables-text2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 200px;
  line-height: 0.75;
  margin-bottom: -70px;
}

.historia-desplegables-arrow {
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #C3E00C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  line-height: 1;
}

.desplegable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  display: flex;
  gap: 40px;
  background-color: #EBECED;
}

.historia-desplegable-item.active .desplegable-content {
  max-height: 600px;
  padding: 60px 80px;
}

.desplegable-content-left {
  flex: 1;
}

.desplegable-content-left img {
  width: 80%;
  object-fit: contain;
}

.desplegable-content-right {
  flex: 1;
  text-align: right;
  padding-top: 40px;
}

.historia-desplegables-text3 {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.44;
  margin-bottom: 24px;
}

.desplegable-content-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.historia-desplegables-expand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 60px 80px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  cursor: pointer;
}

.historia-arrow-expand {
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  line-height: 1;
}

.arrow-icon.collapse {
  display: none;
}

.historia-desplegables-expand.active .arrow-icon.expand {
  display: none;
}

.historia-desplegables-expand.active .arrow-icon.collapse {
  display: block;
}

.arrow-historia-ver-mas{
  font-size:120px;
}

@media (max-width: 768px) {

  .desplegable-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 16px;
    margin-bottom: -165px;
  }

  .historia-desplegable-item.active .desplegable-header{
    margin-bottom:0px;
  }

  .desplegable-header-right {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }


  .historia-desplegables-text2 {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 0;
  }

  .historia-desplegables-arrow {
    font-size: 80px;
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .historia-desplegables-text1 {
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
  }


  .historia-desplegable-item.active .desplegable-content {
    padding: 24px 20px;
    max-height: 800px; 
  }

  .desplegable-content {
    display: block;
    gap: 0;
  }


  .desplegable-content-left {
    display: none;
  }
  
  .desplegable-content-right {
    text-align: right;
    padding-top: 0;
  }

  .historia-desplegables-text3 {
    font-size: 22px;
  }


  .desplegable-content-right ul {
    font-size: 16px;
  }
  
  .desplegable-content-right li {
      margin-bottom: 8px; 
  }

  .historia-desplegables-expand {
    padding: 40px 20px;
    font-size: 24px;
    gap: 16px;
  }

  .historia-arrow-expand {
    font-size: 60px;
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .historia-arrow-expand {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .arrow-historia-ver-mas {
    font-size: 32px;
    line-height: 1; 
  }
}





/* Nosotros */

.page-big-subtitle{
  margin-top: 60px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.02;
  text-align: right;
  align-self: flex-end;
  max-width:30%;
}



.about-first-box {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: auto;
  padding: 80px 120px;
  font-family: 'Public Sans', sans-serif;
}

.about-first-box-column1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-first-box-column2 {
  flex: 1;
}

.about-first-box-column2 img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.about-first-box-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #141414;
}

.about-text-columns {
  display: flex;
  gap: 30px;
}

.about-text-column {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #333333;
}

.about-first-box-quote {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  font-style: italic;
  color: #333333;
  padding-top: 20px;
}

.about-second-box {
  display: flex;
  max-width:85%;
  gap: 60px;
  background-color: #EBECED;
  padding: 60px 40px;
  border-radius: 16px;
  font-family: 'Public Sans', sans-serif;
  margin:auto;
  max-height:740px;
  margin-top:40px;
  margin-bottom:60px;
}

.about-second-box-column1 {
  flex: 1;
  min-width: 0;
}

.about-second-box-column2 {
  display: flex;
  flex: 1.5;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.about-second-box img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.about-second-box-column1 img {
  height: 100%;
}

.about-second-box-column2-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.44;
  color: #141414;
  margin-top:80px;
}

.about-second-box-column2-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #141414;
}

@media (max-width: 768px) {
  .about-first-box {
    flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 40px;
  }

  .about-text-columns {
    flex-direction: column;
    gap: 24px;
  }

  .about-text-column {
    text-align: justify;
  }

  .about-first-box-quote {
    text-align: justify;
  }

  .about-second-box {
    flex-direction: column;
    max-width: 100%;
    border-radius: 0;
    padding: 40px 20px;
    max-height: none; 
  }


  .about-second-box-column1 {
    display: none;
  }


  .about-second-box-column2-title {
    order: 1; 
    margin-top: 0; 
  }
  .about-second-box-column2-text {
    order: 2; 
    line-height: 1.2;
  }
  .about-second-box-column2 > img {
    order: 3; 
    min-height: 250px;
  }

  
  .about-second-box-column2-title {
    text-align: left;
  }
  .about-second-box-column2-text {
    text-align: justify;
  }




}

.about-third-box {
	max-width: 85%;
	margin: auto;
	padding: 80px 0;
	font-family: 'Public Sans', sans-serif;
}
.about-third-box-container1 {
	margin-bottom: 40px;
}
.about-third-box-container1-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.44;
	margin-bottom: 16px;
}
.about-third-box-container1-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
.about-third-box-container2 {
	display: flex;
	min-height: 400px;
}
.about-third-box-container2-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 32px;
	background-color: white;
	border: 1px solid #9E9E9E;
	cursor: pointer;
	transition: flex 0.4s ease, background-color 0.4s ease;
}
.about-third-box-container2-item .about-third-box-container2-number {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;
	color: #141414;
	transition: color 0.4s ease;
}
.about-third-box-container2-item .about-third-box-container2-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #141414;
	transition: all 0.4s ease;
}
.about-third-box-container2-item .about-third-box-container2-text {
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: white;
	max-width: 45ch;
}
.about-third-box-container2-item.active {
	flex: 3;
	background-color: #141414;
	justify-content: center;
	gap: 24px;
}
.about-third-box-container2-item.active .about-third-box-container2-number,
.about-third-box-container2-item.active .about-third-box-container2-title {
	color: white;
	font-size: 48px;
	line-height: 1.2;
}
.about-third-box-container2-item.active .about-third-box-container2-text {
	display: block;
}
.about-third-box-container3 {
	margin: 80px auto 0 auto;
	max-width: 80%;
	text-align: justify;
}
.about-third-box-container3-quote {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.about-third-box-container3-signature {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	font-style: italic;
}
.plus-icon-mobile {
	display: none;
}
@media (max-width: 768px) {
	.about-third-box {
		max-width: 100%;
		padding: 40px 0;
	}
	.about-third-box-container1 {
		padding: 0 20px;
	}
	.about-third-box-container2 {
		flex-direction: column;
		border-top: 1px solid #D9D9D9;
		min-height: auto;
	}
	.about-third-box-container2-item {
		display: flex;
		flex-direction: column;
		border: none;
		border-bottom: 1px solid #D9D9D9;
		padding: 24px 20px;
		transition: background-color 0.4s ease;
		gap: 8px;
	}
	.item-title-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.about-third-box-container2-item .about-third-box-container2-number,
	.about-third-box-container2-item .about-third-box-container2-title,
	.about-third-box-container2-item.active .about-third-box-container2-number,
	.about-third-box-container2-item.active .about-third-box-container2-title {
		font-size: 48px;
		line-height: 1.2;
	}
	.about-third-box-container2-item .about-third-box-container2-text {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out, margin-top 0.4s ease-out;
		color: #333333;
		max-width: 100%;
	}
	.about-third-box-container2-item.active {
		background-color: #141414;
		gap: 16px;
	}
	.about-third-box-container2-item.active .about-third-box-container2-text {
		max-height: 500px;
		margin-top: 16px;
		color: #FFFFFF;
	}
	.about-third-box-container3 {
		display: none;
	}
	.plus-icon-mobile {
		display: block;
		font-size: 96px;
		color: #C3E00C;
		line-height: 0.5;
	}
	.about-third-box-container2-item.active .plus-icon-mobile {
		display: none;
	}
}




.about-fourth-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  overflow: hidden;
}

.about-fourth-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0; 
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-fourth-box-title {
  font-family: 'Nohemi', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
}


/* Lineas de negocio */

.page-big-subtitle-lineas {
  margin-top: -60px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.02;
  text-align: right;
  align-self: flex-end;
  max-width: 20%;
}
@media (max-width: 768px) {
.page-big-subtitle-lineas {
  margin-top: 40px;
  font-size: 20px;
  max-width: 60%;
}
}
.bussiness-lines-box1 {
	display: flex;
	gap: 40px;
	padding: 20px 60px;
	font-family: 'Public Sans', sans-serif;
	min-height: 1000px;
}
.bussiness-lines-box1-column1 {
	flex: 1;
	align-self: flex-end;
}
.bussiness-lines-box1-column2 {
	flex: 0 0 40%;
	align-self: flex-start;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	aspect-ratio: 2 / 3;
	position: relative;
	overflow: hidden;
	max-height: 800px;
}
.bussiness-lines-box1-column2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/media/BussinessLines1.jpg');
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	z-index: -1;
}
.bussiness-lines-box1-column2-button {
	width: 140px;
	height: 140px;
	background-color: #C3E00C;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.2px;
	text-align: center;
	text-transform: uppercase;
	color: #141414;
	cursor: pointer;
}
.bussiness-column1-main-title {
	font-weight: 900;
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	color: #C3E00C;
	padding-top: 20px;
	border-top: 1px solid #C3E00C;
	margin-bottom: 24px;
}
.bussiness-column1-paragraph {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	margin-bottom: 40px;
  text-align:justify;
}
.bussiness-column1-container {
	border-top: 1px solid #11111133;
}
.bussiness-column1-container-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
  margin-left:0px;
	cursor: pointer;
}
.bussiness-column1-container-title-text {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}
.bussiness-column1-container-title-plus {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	transition: transform 0.3s ease;
}
.bussiness-column1-container.active .bussiness-column1-container-title-plus {
	transform: rotate(45deg);
}
.bussiness-column1-container-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
  margin-left:0px;
  text-align:justify;
}
.bussiness-column1-container.active .bussiness-column1-container-content {
	max-height: 1000px;
}
.bussiness-column1-container-content ul {
	padding-left: 20px;
	margin-top: 16px;
}
.bussiness-column1-container-content li::marker {
	color: #C3E00C;
}
.bussiness-lines-mobile-image {
	display: none;
}

@media (max-width: 768px) {
	.bussiness-lines-box1 {
		display: block;
		padding: 40px 0;
		min-height: auto;
	}
	.bussiness-lines-box1-column1 {
		padding: 0;
	}
	.bussiness-lines-box1-column2 {
		display: none;
	}
	.bussiness-column1-main-title,
	.bussiness-column1-paragraph {
		padding-left: 20px;
		padding-right: 20px;
    text-align:justify;
	}
	.bussiness-column1-main-title {
		border-top: none;
		color: #141414;
	}
	.bussiness-lines-mobile-image {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto 40px auto;
		border-radius: 20px;
	}
	.bussiness-column1-container {
		padding: 0 20px;
		border-bottom: 1px solid #11111133;
	}
	.bussiness-column1-container:first-of-type {
	    border-top: 1px solid #11111133;
	}
    .bussiness-column1-container-title {
        padding: 24px 0;
    }
    .bussiness-column1-container-title-text {
        font-size: 24px;
        max-width: 80%;
    }
    .bussiness-column1-container-title-plus {
        font-size: 40px;
        color: #C3E00C;
    }
    .bussiness-column1-container.active .bussiness-column1-container-content {
        padding-bottom: 24px;
    }
}

/* Sostenibilidad */
.sostenibilidad-box1 {
	display: flex;
	gap: 60px;
	background-color: white;
	padding: 80px 60px;
	font-family: 'Public Sans', sans-serif;
	min-height: 600px;
	align-items: center;
}
.sostenibilidad-box1-column1 {
	flex: 1;
	min-width: 0;
	background-image: url('/media/SostenibilidadImage1.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	min-height: 600px;
}
.sostenibilidad-box1-column2 {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sostenibilidad-text-main {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #141414;
  text-align:justify;
}
.sostenibilidad-section {
	display: flex;
	align-items: center;
	gap: 20px;
	border-top: 1.5px solid #EBECED;
	padding-top: 20px;
}
.sostenibilidad-box-number {
	font-weight: 600;
	font-size: 52px;
	line-height: 70px;
	color: #141414;
}
.sostenibilidad-box-number-2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  color: #141414;
  margin-right:30px;
}

.sostenibilidad-box-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	color: #141414;
}
.sostenibilidad-text-columns {
	display: flex;
	gap: 30px;
}
.sostenibilidad-text-column {
	flex: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #141414;
  text-align:justify;
}
.sostenibilidad-box2 {
	display: flex;
	gap: 60px;
	background-color: #EBECED;
	padding: 80px 60px;
	font-family: 'Public Sans', sans-serif;
	min-height: 600px;
}
.sostenibilidad-box2-column1 {
	flex: 0.8;
	min-width: 0;
	background-image: url('/media/SostenibilidadImage2.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 16px;
}
.sostenibilidad-box2-column2 {
	flex: 1.2;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}
.sostenibilidad-box2 .sostenibilidad-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.sostenibilidad-box2 .sostenibilidad-box-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	color: #141414;
	max-width: 25ch;
}
.sostenibilidad-box2 .sostenibilidad-box-number {
	font-weight: 600;
	font-size: 52px;
	line-height: 1;
	color: #141414;
}
.sostenibilidad-box2 .sostenibilidad-text-column-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #141414;
  text-align:justify;
}
.sostenibilidad-section-2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 20px;
}
.sostenibilidad-box3-column1 {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.sostenibilidad-box3-column2 {
	flex: 1;
	min-width: 0;
	background-image: url('/media/SostenibilidadImage3.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	min-height: 600px;
}
.sostenibilidad-box4 {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: auto;
	margin-top: -100px;
	padding: 0px 60px 60px 60px;
}
.sostenibilidad-4 {
	display: flex;
	align-items: center;
	gap: 20px;
}
.sostenibilidad-box4 .sostenibilidad-text-main {
	max-width: 80%;
  text-align:justify;
}
.sostenibilidad-mobile-view {
	display: none;
}

@media (max-width: 768px) {
	.sostenibilidad-box1,
	.sostenibilidad-box2,
	.sostenibilidad-box4 {
		display: none;
	}
	.sostenibilidad-mobile-view {
		display: block;
		font-family: 'Public Sans', sans-serif;
	}
	.sostenibilidad-mobile-section {
		padding: 40px 20px;
	}
	.sostenibilidad-mobile-section:nth-child(even) {
		background-color: #EBECED;
	}
	.sostenibilidad-mobile-image {
		width: 100%;
		border-radius: 16px;
		display: block;
		margin-bottom: 24px;
	}
	.sostenibilidad-mobile-section:nth-child(3) .sostenibilidad-mobile-image {
		margin-top: 24px;
		margin-bottom: 0;
	}
	.sostenibilidad-mobile-content > div {
		margin-bottom: 24px;
	}
	.sostenibilidad-mobile-content > div:last-child {
		margin-bottom: 0;
	}
	.sostenibilidad-mobile-view .sostenibilidad-box-number {
		font-size: 40px;
		line-height: 1;
	}
	.sostenibilidad-mobile-view .sostenibilidad-box-title {
		font-size: 48px;
	}
	.sostenibilidad-mobile-view .sostenibilidad-text-main,
	.sostenibilidad-mobile-view .sostenibilidad-text-column,
	.sostenibilidad-mobile-view .sostenibilidad-text-column-text {
		font-size: 16px;
		font-weight: 400;
    line-height: 1.5;
	}
}

/* Historia team */
.about-team-box {
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
	padding: 80px 40px;
}
.about-team-box-first-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	min-height: 250px;
}
.about-team-box-first-row-first-column {
	font-family: 'Public Sans';
	font-weight: 600;
	font-size: 120px;
	line-height: 1;
	letter-spacing: 0;
	color: #000000;
	align-self: flex-start;
}
.about-team-box-first-row-second-column {
	font-family: 'Public Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	color: #707070;
	max-width: 450px;
	align-self: flex-end;
}
.about-team-box-second-row {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	max-height: 800px;
}
.about-team-box-second-row-first-column {
	width: 30%;
	flex-shrink: 0;
}
.about-team-box-second-row-first-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.about-team-box-second-row-second-column {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	width: 70%;
}
.about-team-person {
	text-align: left;
	cursor: pointer;
}
.about-team-img-and-plus {
	position: relative;
	margin-bottom: 10px;
}
.about-team-img-and-plus img {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.plus-sign-team {
	position: absolute;
	top: -5px;
	right: 10px;
	font-family: 'Public Sans';
	font-weight: 500;
	font-size: 55px;
	line-height: 1;
	letter-spacing: -0.2px;
	color: #C3E00C;
	z-index: 1;
}
.about-team-person-text1 {
	font-family: 'Public Sans';
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #000000;
}
.about-team-person-text2 {
	font-family: 'Public Sans';
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}
.about-team-box-third-row {
	display: flex;
	gap: 20px;
}
.about-team-box-third-row-first-column {
	width: 35%;
	flex-shrink: 0;
}
.about-team-box-third-row-first-column-content {
	padding-left: 10px;
}
.about-team-box-third-row-first-column-title {
	font-family: 'Public Sans';
	font-weight: 800;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}
.about-team-box-third-row-first-column-subtitle {
	font-family: 'Public Sans';
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.2px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.about-team-box-third-row-first-column-linkd {
	margin-bottom: 15px;
}
.about-team-box-third-row-first-column-linkd img {
	width: 24px;
	height: 24px;
}
.about-team-box-third-row-first-column-sector {
	font-family: 'Public Sans';
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.2px;
}
.about-team-box-third-row-second-column {
	width: 65%;
}
.about-team-box-third-row-second-column-biography {
	font-family: 'Public Sans';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: justify;
	color: #000000;
}
.team-mobile-view {
	display: none;
}
@media (max-width: 768px) {
	.about-team-box {
		display: none;
	}
	.team-mobile-view {
		display: block;
		padding: 40px 0;
	}
  .mobile-slider-track.is-dragging {
    transition: none;
  }


	.team-mobile-view .about-team-box-first-row {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.team-mobile-view .about-team-box-first-row-first-column {
		font-size: 48px;
		align-self: flex-start;
	}
	.team-mobile-view .about-team-box-first-row-second-column {
		max-width: 100%;
		align-self: flex-start;
		text-align: left;
	}
	.mobile-slider-container {
		overflow: hidden;
	}
	.mobile-slider-track {
		display: flex;
		transition: transform 0.4s ease;
	}
	.mobile-slider-slide {
		min-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.mobile-person-image-wrapper {
		position: relative;
		margin-bottom: 24px;
	}
	.mobile-person-image-wrapper img {
		width: 100%;
		border-radius: 16px;
	}
	.plus-minus-toggle {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
		background-color: #C3E00C;
		color: #141414;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 32px;
		font-weight: 500;
		cursor: pointer;
		transition: transform 0.2s;
	}
	.mobile-slider-slide.bio-visible .plus-minus-toggle {
		transform: rotate(45deg);
	}
	.mobile-person-details {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.mobile-person-name {
		font-family: 'Public Sans';
		font-weight: 800;
		font-size: 20px;
		line-height: 1.3;
		text-transform: uppercase;
		color: #000000;
	}
	.mobile-person-title {
		font-family: 'Public Sans';
		font-weight: 500;
		font-size: 12px;
		line-height: 1.5;
		text-transform: uppercase;
	}
	.mobile-person-linkedin img {
		width: 24px;
		height: 24px;
	}
	.mobile-person-sector {
		font-family: 'Public Sans';
		font-weight: 500;
		font-size: 14px;
		line-height: 1.5;
	}
	.mobile-person-bio {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-out, margin-top 0.5s ease-out;
		font-family: 'Public Sans';
		font-weight: 500;
		font-size: 16px;
		line-height: 1.6;
		text-align: justify;
		color: #000000;
	}
	.mobile-slider-slide.bio-visible .mobile-person-bio {
		max-height: 2000px;
		margin-top: 12px;
	}
	.mobile-slider-nav {
		display: flex;
		justify-content: flex-end;
		padding: 24px 20px 0 20px;
		gap: 10px;
	}
	.slider-arrow {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		border: 1px solid #EAEAEA;
		background-color: #FAFAFA;
		font-size: 20px;
		cursor: pointer;
	}
	.slider-arrow:disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}
}




/** Plantillas Noticias - Post Individual **/

.post-container-headers {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2; 
  letter-spacing: 0px;
  display: flex;
  align-items: flex-start; 
  padding-top: 24px;
  border-top: 1px solid #D4D4D4; 
  margin: 0 auto;
  margin-top:80px;
  margin-bottom:100px;
  margin-left: 180px;
  margin-right: 180px;
}

.post-container-headers-left {
  padding-right: 20px; 
  padding-top: 8px;
  padding-bottom: 8px;
  flex: 1; 
}

.post-container-headers-right {
  border-left: 1px solid #D4D4D4; 
  padding-left: 20px; 
  padding-top: 8px;
  padding-bottom: 8px;
  flex: 1;
}

@media (max-width: 768px) {
  .post-container-headers {
      flex-direction: column; 
      padding-top: 16px;
      margin-bottom:20px;
      margin-left: 0px;
      margin-right: 0px;
      border-top:none;
      border-bottom: 1px solid #D4D4D4; 
  }

  .post-container-headers-left {
      padding-right: 0;
      padding-bottom: 16px; 
  }

  .post-container-headers-right {
      border-left: none;
      padding-left: 0;
  }
}

.post-content-box-normal{
  margin-left: 180px;
  margin-right: 180px;
  background-color:#FFFFFF;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
}

.post-content-box-gray{
background-color:#D4D4D4;
border-radius:8px;
padding-left: 180px;
padding-right: 180px;
padding-top:60px;
padding-bottom:60px;
margin-top:100px;
margin-bottom:100px;
}

.post-content-box-gray-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom:40px;
}

.post-content-box-gray-columns {
  display: flex;
  gap: 80px;
}

.post-content-box-gray-left,
.post-content-box-gray-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    flex: 1;
}
@media (max-width: 768px) {
  .post-content-box-normal{
    margin-left: 0px;
    margin-right: 0px;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;


  }


  .post-content-box-gray {
      padding: 20px;
      margin-top:40px;
margin-bottom:40px;
  }
  .post-content-box-gray-columns {
      flex-direction: column;
      gap: 20px;
  }
}


.post-picture-container {
  position: relative;
  width: 100%;
}

.post-title{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  max-width:50%;
  margin:auto;
  
}

.post-picture-container img {
  width: 100%;
  height: auto;
  max-height:700px;
  display: block;
}

.post-basic-structure {
  position: relative;
  z-index: 1;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px; 
  padding: 40px 0px;
  background-color: white;
  border-radius: 8px;
}

.post-content{
  text-align: justify;
}

@media (max-width: 768px) {
  .post-basic-structure {
      padding: 20px;
      max-width:100%;
      border-radius: 0px;
      z-index: 0;
    margin-top:0px;
    }

  .post-picture-container {
    margin: 20px;
   width:auto;
  }


  .post-picture-container img {
    max-height:400px;
    border-radius:8px;
  }

  .post-title{
    max-width:100%;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  }
}



/**Plantilla comunicación */

.communication-featured-post {
  background-color: #FAFAFA;
  padding: 80px 80px;
  font-family: 'Public Sans', sans-serif;
}


.communication-featured-post-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  max-width: 80%;
  margin:auto;
  margin-bottom:30px;
}


.communication-featured-post-title a {
  text-decoration: none;
  color: inherit;
}


.communication-featured-post-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; 
  max-width:90%;
  margin:auto;
}


.communication-featured-post-flex-container-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 40px; 
 
}

.communication-featured-post-flex-container-right {
  flex: 1;
  overflow: hidden; 
  padding:40px;
  border-left: 1px solid #D9D9D9;
}


.communication-featured-post-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1; 
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 20px;
}


.communication-featured-post-more a {
  color: #C3E00C;
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}


.communication-featured-post-image-container img {
  display: block;
  width: 80%;
  height: auto;
  border-radius:20px;
  margin:auto;
}

@media (max-width: 768px) {
  .communication-featured-post {
      padding: 40px 20px;
  }
  .communication-featured-post-title {
      max-width: 100%;
      margin-bottom: 20px;
  }
  .communication-featured-post-flex-container {
      flex-direction: column;
      gap: 20px;
  }
  .communication-featured-post-flex-container-left {
      padding-right: 0;
      border-right: none;
  }
  .communication-featured-post-flex-container {
    flex-direction: column-reverse; 
    align-items: flex-start;
    max-width: 100%; 
}

.communication-featured-post-flex-container-left {
    flex-direction: column;
    order: 2; 
    padding: 0;
}

.communication-featured-post-flex-container-right {
    order: 1; 
    padding: 0;
    border-left: none; 
    margin-bottom: 20px; 
    width: 100%; 
}

.communication-featured-post-title {
    font-size: 22px;
    max-width: 100%;
    margin: 0;
}

.communication-featured-post-image-container img {
    width: 100%;
    border-radius: 10px; 
    margin: 0;
}

.communication-featured-post-content {
    display: none;
}

.communication-featured-post-more {
    margin-top: 10px; 
}

.communication-featured-post-more a {
    font-size: 16px; 
}
}



.communication-post-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-height: 2rows; 
  overflow: hidden; 
  transition: max-height 0.5s ease-in-out;
  max-width:80%;
  margin:auto;
}

.communication-post-item-container {
  display: flex;
  flex-direction: column;
}

.communication-post-item-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 250px;
}

.communication-post-item-image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; 
  object-position: center; 
}

.communication-post-item-image-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.65); 
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.communication-post-item-image-arrow a {
  text-decoration: none;
  color: black;
}

.communication-post-item-title {
  font-family: 'Public Sans', sans-serif;
 
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -1px;
  text-align: left;
  margin-top: 15px; 
}

.communication-post-item-title a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.list-post-posts-community-view-more {
  text-align: left;
  margin-top: 80px;
  max-width:80%;
  margin-bottom:100px;
  margin-left:auto;
  margin-right:auto;
}

.list-post-posts-community-view-more a {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  color: #C3E00C;
  text-decoration: none;
}


.list-post-categories{
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:80px;
  margin-bottom:80px;

}


.categories-menu {
  padding: 0;
  margin: 0;
  list-style: none; 
  display: flex; 
  gap: 30px; 
  flex-wrap: wrap; 
}

.categories-menu > li {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.categories-menu > li a {
  text-decoration: none;
  color: #5F6A77; 
  white-space: nowrap; 
}

.categories-menu > li[data-w-menu-selected] a {
  color: #C3E00C !important; 
}

.categories-menu > li:first-child a {
  font-weight: 400; 
  font-size: 14px; 
  color: #5F6A77;
}

.categories-menu > li[data-w-menu-selected]:first-child a {
  color: #C3E00C;
  font-weight: 500;
}


@media (max-width: 1024px) {
  .communication-post-list-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .communication-post-list-grid {
      display: flex;
      flex-wrap: nowrap; 
      overflow-x: auto;
      scroll-snap-type: x mandatory; 
      padding: 0 20px; 
      margin-top: 0px;
      margin-bottom:80px;
      margin-left:20px;
      margin-right:20px;
      gap: 16px; 
  }

  .communication-post-item-container {
      flex: 0 0 95%;
      min-width: 85%;
      flex-direction: column-reverse; 
      scroll-snap-align: start; 
      background-color: #F5F5F5; 
      border-radius: 12px; 
      padding: 16px; 
      justify-content: space-between;
  }

  .communication-post-item-image-container {
      height: 180px;
      border-radius: 8px;
      margin-top: 16px; 
  }
  
  .communication-post-item-image-arrow {
      display: none; 
  }

  .communication-post-item-title {
      font-weight: 600; 
      font-size: 25px; 
      line-height: 100%; 
      letter-spacing: -1px;
      margin-top: 0; 
  }


  .communication-post-list-grid::-webkit-scrollbar {
      display: none;
  }
  .communication-post-list-grid {
      -ms-overflow-style: none; 
      scrollbar-width: none; 
  }
  
  .list-post-posts-community-view-more {
      display: none; 
  }



.list-post-categories{
  max-width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:40px;

}

.categories-menu {
  padding: 0;
  margin: 0;
  list-style: none; 
  display: flex; 
  gap: 30px; 
  flex-wrap: wrap; 
}

.categories-menu > li {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.categories-menu > li a {
  text-decoration: none;
  color: #5F6A77; 
  white-space: nowrap; 
}

.categories-menu > li[data-w-menu-selected] a {
  color: #C3E00C !important; 
}

.categories-menu > li:first-child a {
  font-weight: 400; 
  font-size: 14px; 
  color: #5F6A77;
}

.categories-menu > li[data-w-menu-selected]:first-child a {
  color: #C3E00C;
  font-weight: 500;
}

}



/* css fragmentos */

.title-post-related-post-fragment{
  font-family: Public Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 144%;
  letter-spacing: 0%;
  margin-top:20px;
  margin-bottom:40px;
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}



/* css textos legales */
.titulo-legal {
  font-family: Public Sans;
  font-weight: 600;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 144%;
  letter-spacing: 0%;
  margin-top:20px;
  margin-bottom:40px;
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}

.parrafo-legal{
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  max-width:80%;
 text-align:justify;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:40px;
}

.link-legal {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    color: inherit;
    margin-bottom: 4px;

}

@media (max-width: 768px) {
  .link-legal {
      display: block;
      margin-bottom: 8px;
  }
}



[data-w-flyout-section~='bottom'] {
  margin-bottom: 0rem !important; 

}

[data-w-flyout-section='lang'] [data-wf-menu] > * {
	border-top: none !important;
}

[data-w-flyout-section='lang'] [data-wf-menu] > *:last-child {
	border-bottom: none !important;
}

[data-w-flyout-section='lang'] [data-wf-menu] > * a::after {
	content: none !important;
}

[data-w-flyout-section~='lang'] {
  background: none;

}


[data-w-menu] {
  background: black !important;
}

[data-w-menu] [data-wf-menu] {
  background: black !important;
}

[data-y-section='full top-bar'][data-scroll-state='fixed'] 
.lang-menu-placeholder #opt-lang-menu-2 {
  margin-top: 7px !important;
}


.lang-menu-placeholder  [data-wf-button~='menu-toggle'] {
  background-color: rgb(0, 0, 0) !important;
}



[data-y-section='full top-bar'][data-scroll-state='float'] 
.lang-menu-placeholder [data-wf-button~='menu-toggle'] {
  background-color: rgb(17, 17, 17) !important;
}

[data-y-section='full top-bar'][data-scroll-state='float'] 
.lang-menu-placeholder [data-wf-button~='menu-toggle'] {
  padding-top: 7px !important;
}

[data-w-menu]#user-menu-b::before, [data-w-menu]#lang-menu-b::before {

background: none !important; 

}
[data-w-menu]#user-menu-b, [data-w-menu]#lang-menu-b {
  top: 4.5rem !important;
}