@charset "utf-8";
/* CSS Document */

/* =========================================================
   RESPONSIVE.CSS
   Informe Anual Liverpool 2025
========================================================= */


/* =========================================================
   1) DESKTOP MEDIO / LAPTOP
   1200px hacia abajo
========================================================= */
@media (max-width: 1200px) {

  :root {
    --container: 100%;
  }

  .container {
    max-width: calc(100% - 40px);
  }
	
	.home-hero {
    min-height: 640px;
  }

  .home-video {
    object-position: center 74%;
  }

  .home-content {
    --evo-side: 12%;
    --evo-center: 76%;
    --evo-crop-top: 44px;
  }

  .middle-text {
    width: var(--evo-center);
  }

}

@media (max-width: 1180px) {
  .director-grid-top,
  .director-grid-middle,
  .director-grid-bottom {
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 28px;
  }

  .director-left-column {
    width: 400px;
  }

  .director-title {
    font-size: 46px;
  }

  .director-highlight {
    font-size: 22px !important;
  }

  .director-brush-layer {
    width: 560px;
    height: 485px;
    left: -106px;
    top: -30px;
  }

  .director-brush-svg {
    width: 560px;
    height: 485px;
  }
	
	
	 .sobre-intro {
    min-height: auto;
    padding: 36px 0 70px;
  }

  .sobre-intro-container {
    min-height: 620px;
  }

  .sobre-intro-visual {
    width: 72%;
    max-width: 760px;
  }

  .sobre-intro-img {
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
  }

  .sobre-intro-title {
    top: 100px;
    width: 430px;
  }

  .sobre-intro-title h1 {
    font-size: 94px;
  }

  .sobre-intro-title h1 span {
    font-size: 42px;
  }

  .sobre-intro-brush {
    width: 780px;
    height: 469px;
    left: -90px;
    top: 70px;
  }

  .sobre-intro-brush-svg {
    width: 780px;
    height: 469px;
  }

  .sobre-content {
    padding: 70px 0 90px;
  }

  .sobre-top-grid,
  .sobre-business-grid,
  .sobre-bottom-grid {
    grid-template-columns: 53.5% 43.5%;
    gap: 3%;
  }

  .sobre-top-copy h2 {
    font-size: 46px;
  }

  .sobre-card-image-ticket {
    width: 700px;
    max-width: 66%;
  }

  .sobre-credit-row {
    grid-template-columns: 60% 360px;
  }

  .sobre-credit-image {
    width: 360px;
  }

  .sobre-store-circle {
    width: 300px;
    height: 300px;
  }

  .sobre-coverage-card p {
    top: 220px;
    width: 270px;
    font-size: 22px;
    line-height: 1.16;
  }

  .sobre-identity-panel {
    padding: 34px;
  }

  .sobre-identity-lead {
    font-size: 22px !important;
    line-height: 1.18 !important;
  }

  .sobre-values-box {
    padding: 34px 46px;
  }

  .sobre-vehicle-img {
    width: 500px;
    margin-left: -135px;
  }
	
	.page-consejo {
    padding-top: var(--header-height);
  }

  .consejo-hero {
    min-height: auto;
    padding: 36px 0 70px;
  }

  .consejo-hero-container {
    min-height: 620px;
  }

  .consejo-hero-visual {
    width: 72%;
    max-width: 760px;
  }

  .consejo-hero-img {
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
  }

  .consejo-hero-title {
    top: 180px;
    width: 390px;
  }

  .consejo-hero-title h1 {
    font-size: 46px;
  }

  .consejo-hero-title h1 span {
    font-size: 94px;
  }

  .consejo-hero-brush {
    width: 820px;
    height: 342px;
    left: -100px;
    top: 105px;
  }

  .consejo-hero-brush-svg {
    width: 820px;
    height: 342px;
  }

  .consejo-grid {
    grid-template-columns: 38% 59%;
    gap: 3%;
  }

  .consejo-section-title {
    font-size: 46px;
    margin-bottom: 42px;
  }

  .consejo-highlight {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .page-consejo .consejo-copy > p:not(.consejo-highlight):not(.consejo-kicker) {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 17px;
  }

  .consejo-bounce-card {
    height: 500px;
  }

  .consejo-circle-img {
    top: -95px;
    left: 32px;
    width: 210px;
    height: 210px;
  }

  .consejo-number strong {
    font-size: 70px;
  }

  .consejo-number p {
    font-size: 22px;
    line-height: 28px;
  }

  .consejo-image-container {
    height: 440px;
    margin: 46px 0;
  }
	
	.huella-hero {
    min-height: auto;
    padding: 36px 0 70px;
  }

  .huella-hero-container {
    min-height: 620px;
  }

  .huella-hero-visual {
    width: 72%;
    max-width: 760px;
  }

  .huella-hero-img {
    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;
  }

  .huella-hero-title {
    top: 195px;
    width: 390px;
  }

  .huella-hero-title h1 {
    font-size: 46px;
  }

  .huella-hero-title h1 span {
    font-size: 46px;
  }

  .huella-hero-title h1 span strong {
    font-size: 94px;
  }

  .huella-hero-brush {
    width: 840px;
    height: 332px;
    left: -155px;
    top: 210px;
  }

  .huella-hero-brush-svg {
    width: 840px;
    height: 332px;
  }

  .huella-intro {
    padding: 72px 0 90px;
  }

  .huella-intro-grid {
    grid-template-columns: 43% 52%;
    gap: 5%;
  }

  .huella-model-title {
    margin-bottom: 30px !important;
  }

  .huella-callout {
    grid-template-columns: 38% 62%;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .huella-callout-copy p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .huella-section-title {
    font-size: 46px;
  }

  .huella-materialidad-copy {
    width: 68%;
  }
	
	.ambiental-hero {
    padding: 64px 0 40px;
  }

  .ambiental-hero-card {
    min-height: 430px;
    padding: 28px;
  }

  .ambiental-hero-card h1 {
    font-size: 46px;
  }

  .ambiental-number {
    font-size: 68px !important;
  }

  .ambiental-number strong {
    font-size: 24px;
  }

  .ambiental-hero-highlight {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .ambiental-hero-img {
    min-height: 430px;
  }

  .ambiental-hero-brush {
    width: 720px;
    height: 353px;
    left: -32px;
    top: -38px;
  }

  .ambiental-hero-brush-svg {
    width: 720px;
    height: 353px;
  }

  .ambiental-grid {
    grid-template-columns: 38% 59%;
    gap: 3%;
  }

  .ambiental-feature {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .ambiental-text-group p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 17px;
  }

  .ambiental-bounce-img {
    height: 500px;
  }

  .ambiental-recycle-box {
    padding: 34px;
  }


	
	.gobierno-hero {
    padding: 64px 0 36px;
  }

  .gobierno-hero-card {
    min-height: 430px;
    padding: 28px;
  }

  .gobierno-hero-card h1 {
    font-size: 46px;
  }

  .gobierno-number {
    font-size: 68px !important;
  }

  .gobierno-number strong {
    font-size: 24px;
  }

  .gobierno-number-label {
    font-size: 21px;
  }

  .gobierno-hero-highlight {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .gobierno-hero-img {
    min-height: 430px;
  }

  .gobierno-hero-brush {
    width: 680px;
    height: 312px;
    left: -28px;
    top: 46px;
  }

  .gobierno-hero-brush-svg {
    width: 680px;
    height: 312px;
  }

  .gobierno-bounce-img {
    height: 500px;
  }

  .gobierno-financial-img {
    height: 340px;
  }

  .gobierno-outline-box {
    padding: 34px;
  }

  .gobierno-stat-copy strong {
    font-size: 70px;
  }

  .gobierno-stat-copy p,
  .gobierno-financial-card p,
  .gobierno-feature {
    font-size: 22px !important;
    line-height: 27px !important;
  }

	.consejo-page-section {
    padding: 62px 0 36px;
  }

  .consejo-page-section-bottom {
    padding-top: 34px;
    padding-bottom: 82px;
  }

  .consejo-title {
    font-size: 46px;
    margin-bottom: 32px;
  }

  .consejo-admin-layout {
    gap: 56px;
    max-width: 100%;
  }

  .consejo-three-cols,
  .consejo-honorario-cols,
  .consejo-directivos-cols {
    max-width: 100%;
    gap: 42px;
  }
	
	 .financieros-hero-card {
    height: 440px;
  }

  .financieros-hero-media {
    height: 440px;
  }

  .financieros-title-big {
    font-size: 78px;
  }

  .financieros-report {
    max-width: 820px;
  }
	

  .financieros-report-header h2,
  .comite-title {
    font-size: 46px;
  }
	
	 .fin-table-report {
    max-width: 920px;
  }
	
	.fin-table-cambios-report {
    max-width: 100%;
  }

  .fin-table-cambios {
    min-width: 1120px;
  }
	
}



/* =========================================================
   2) TABLET HORIZONTAL
   1024px hacia abajo
========================================================= */
@media (max-width: 1024px) {

  .section {
    padding: 70px 0;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }
	
	 .cifras-page {
    padding: 64px 0 86px;
  }

  .cifras-title {
    margin-bottom: 38px;
    font-size: 42px;
  }

  .page-cifras .tabla-cifras {
    min-width: 900px;
  }


}

/* =========================================================
   INFORME DIRECTOR | PRIMER RESPONSIVE
   Se activa cuando el menú ya cambia a hamburguesa
========================================================= */

@media (max-width: 980px) {

  .page-director {
    padding-top: var(--header-height);
  }

  .director-section {
    padding-top: 32px;
  }

  .director-section + .director-section {
    padding-top: 10px;
  }

  .director-grid-top,
  .director-grid-middle,
  .director-grid-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
  }

  /*
    Primer bloque:
    texto con título primero,
    imágenes después.
  */
  .director-grid-top .director-right-column {
    order: 1;
  }

  .director-grid-top .director-left-column {
    order: 2;
  }

  /*
    En los siguientes bloques dejamos imagen primero,
    porque ya funcionan como soporte visual del contenido.
  */
  .director-grid-middle .director-left-column,
  .director-grid-bottom .director-left-column {
    order: 1;
  }

  .director-grid-middle .director-right-column,
  .director-grid-bottom .director-right-column {
    order: 2;
  }

  /*
    Mismo ancho visual para ambas columnas.
    Así no queda una columna pegada a la izquierda
    ni el texto demasiado extendido.
  */
  .director-left-column{
    width: min(100%, var(--director-left-col));
    max-width: var(--director-left-col);
    margin-left: auto;
    margin-right: auto;
  }

  .director-copy {
    width: 100%;
  }

  .director-media-item {
    margin-bottom: 20px;
  }

  .director-title {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .director-highlight {
    font-size: 22px !important;
    line-height: 1.16 !important;
    margin: 16px 0 !important;
  }

  /*
    Brochazo: se mantiene como en desktop,
    pero centrado con la columna.
  */
  .director-brush-layer {
    width: 610px;
    height: 528px;
    left: -120px;
    top: -34px;
  }

  .director-brush-svg {
    width: 610px;
    height: 528px;
  }
	
	
	.sobre-intro {
    padding: 32px 0 60px;
  }

  .sobre-intro-container {
    min-height: 560px;
  }

  .sobre-intro-visual {
    width: 74%;
    max-width: 640px;
  }

  .sobre-intro-img {
    border-top-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }

  .sobre-intro-title {
    top: 96px;
    width: 360px;
  }

  .sobre-intro-title h1 {
    font-size: 78px;
  }

  .sobre-intro-title h1 span {
    font-size: 36px;
  }

  .sobre-intro-brush {
    width: 650px;
    height: 391px;
    left: -90px;
    top: 80px;
  }

  .sobre-intro-brush-svg {
    width: 650px;
    height: 391px;
  }

  .sobre-arrow {
    bottom: 20px;
  }

  .sobre-content {
    padding: 58px 0 80px;
  }

  .sobre-top-grid,
  .sobre-business-grid,
  .sobre-bottom-grid,
  .sobre-credit-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sobre-top-grid {
    padding-top: 0;
    min-height: auto;
    margin-bottom: 30px;
  }

  .sobre-top-copy h2 {
    font-size: 44px;
    margin-bottom: 16px;
  }

  .sobre-card-image-ticket {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .sobre-credit-row {
    margin-bottom: 38px;
  }

  .sobre-credit-text {
    padding: 24px 28px;
  }

  .sobre-credit-image {
    width: 70%;
    max-width: 430px;
    margin: 0 auto;
  }

  .sobre-credit-image img {
    margin: 0;
    transform: rotate(3deg);
  }

  .sobre-business-grid {
    padding-top: 0;
  }

  .sobre-business-left,
  .sobre-business-right {
    width: 76%;
    margin: 0 auto;
  }

  .sobre-store-circle {
    left: -18px;
    top: 0;
    width: 260px;
    height: 260px;
  }

  .sobre-store-main {
    margin: 76px 0 32px;
  }

  .sobre-coverage-card p {
    top: 30%;
    left: 24px;
    width: 300px;
    font-size: 23px;
    line-height: 1.15;
  }

  .sobre-bottom-grid {
    margin-top: 38px;
  }

  .sobre-identity-panel {
    width: 76%;
    margin: 0 auto;
    min-height: auto;
    padding: 38px;
  }

  .sobre-identity-panel::after {
    display: none;
  }

  .sobre-identity-lead {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .sobre-values-box {
    padding: 34px 48px;
  }

  .sobre-plan-column {
    width: 76%;
    margin: 0 auto;
  }

  .sobre-plan-column > p:first-child {
    padding-top: 0;
  }

  .sobre-plan-image {
    margin: 22px 0 20px;
  }

  .sobre-plan-image > img:first-child {
    width: 82%;
  }

  .sobre-plan-brush-img {
    width: 72%;
    right: -2%;
    bottom: 0;
  }

  .sobre-vehicle-img {
    width: 100%;
    max-width: 560px;
    margin: 22px auto -20px;
  }
	
	
	.consejo-hero {
    padding: 32px 0 60px;
  }

  .consejo-hero-container {
    min-height: 560px;
  }

  .consejo-hero-visual {
    width: 74%;
    max-width: 640px;
  }

  .consejo-hero-img {
    border-top-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }

  .consejo-hero-title {
    top: 160px;
    width: 340px;
  }

  .consejo-hero-title h1 {
    font-size: 40px;
  }

  .consejo-hero-title h1 span {
    font-size: 78px;
  }

  .consejo-hero-brush {
    width: 680px;
    height: 284px;
    left: -100px;
    top: 100px;
  }

  .consejo-hero-brush-svg {
    width: 680px;
    height: 284px;
  }

  .consejo-arrow {
    bottom: 20px;
  }

  .consejo-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /*
    En tablet/móvil dejamos primero el texto corrido
    y después los apoyos visuales.
  */
  .consejo-right {
    order: 1;
  }

  .consejo-left {
    order: 2;
  }

  .consejo-section-title {
    font-size: 44px;
    margin-bottom: 30px;
  }

  .consejo-kicker {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .consejo-highlight {
    font-size: 22px !important;
    line-height: 27px !important;
    margin: 14px 0 16px !important;
  }

  .page-consejo .consejo-copy > p:not(.consejo-highlight):not(.consejo-kicker) {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .page-consejo .consejo-side-copy,
  .page-consejo .consejo-left > p {
    font-size: 15px;
    line-height: 19px;
  }

  .consejo-left {
    width: 72%;
    margin: 0 auto;
  }

  .consejo-bounce-card {
    height: 620px;
    margin: 20px 0 16px;
  }

  .consejo-notch-img {
    left: -4px;
    width: calc(100% + 8px);
    max-width: none;
  }

  .consejo-circle-img {
    top: -105px;
    left: 34px;
    width: 220px;
    height: 220px;
  }

  .consejo-number {
    margin-top: 24px;
  }

  .consejo-number strong {
    font-size: 76px;
  }

  .consejo-number p {
    font-size: 24px;
    line-height: 30px;
  }

  .consejo-image-container {
    height: 420px;
    margin: 42px 0;
  }

  .consejo-final-img {
    max-width: 100%;
    margin: 10px auto 0;
  }
	
	.huella-hero {
    padding: 32px 0 60px;
  }

  .huella-hero-container {
    min-height: 560px;
  }

  .huella-hero-visual {
    width: 74%;
    max-width: 640px;
  }

  .huella-hero-img {
    border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
  }

  .huella-hero-title {
    top: 175px;
    width: 340px;
  }

  .huella-hero-title h1 {
    font-size: 40px;
  }

  .huella-hero-title h1 span {
    font-size: 40px;
  }

  .huella-hero-title h1 span strong {
    font-size: 78px;
  }

  .huella-hero-brush {
    width: 710px;
    height: 280px;
    left: -150px;
    top: 192px;
  }

  .huella-hero-brush-svg {
    width: 710px;
    height: 280px;
  }

  .huella-arrow {
    bottom: 20px;
  }

  .huella-intro {
    padding: 62px 0 78px;
  }

  .huella-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .huella-model-column {
    width: 72%;
    margin: 0 auto;
    order: 2;
  }

  .huella-copy {
    order: 1;
  }

  .huella-model-title {
    margin-bottom: 24px !important;
  }

  .huella-callout {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 46px;
    padding: 34px;
    border-top-left-radius: 52px;
    border-bottom-right-radius: 52px;
  }

  .huella-callout-img-wrap {
    order: 2;
  }

  .huella-callout-copy {
    order: 1;
    text-align: left;
  }

  .huella-callout-img {
    max-width: 330px;
  }

  .huella-callout-copy p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .huella-sostenibilidad {
    padding-bottom: 78px;
  }

  .huella-section-title {
    font-size: 44px;
  }

  .huella-materialidad-copy {
    width: 100%;
  }

  .huella-materialidad-table-wrap {
    margin-bottom: 36px;
    padding-bottom: 12px;
  }

  .flex-temas {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .flex-temas object {
    max-width: 620px;
    margin: 0 auto;
  }

  .flex-temas > div {
    max-width: 620px;
    margin: 0 auto;
  }

  .img-zoom-wrapper.is-zoomed {
    padding: 32px;
  }

  .img-zoom-wrapper.is-zoomed .zoom-content {
    width: min(94vw, 900px);
  }
	
	.ambiental-hero {
    padding: 56px 0 38px;
  }

  .ambiental-hero-grid {
    grid-template-columns: 1fr;
  }

  .ambiental-hero-card {
    min-height: auto;
    padding: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .ambiental-hero-card h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }

  .ambiental-hero-data {
    max-width: 720px;
  }

  .ambiental-number {
    font-size: 72px !important;
    margin-bottom: 18px !important;
  }

  .ambiental-number strong {
    font-size: 25px;
  }

  .ambiental-hero-highlight {
    font-size: 21px !important;
    line-height: 27px !important;
  }

  .ambiental-hero-img {
    min-height: 420px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .ambiental-hero-overlay {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .ambiental-hero-brush {
    width: 760px;
    height: 373px;
    left: -30px;
    top: -45px;
  }

  .ambiental-hero-brush-svg {
    width: 760px;
    height: 373px;
  }

  .ambiental-content {
    padding: 18px 0 82px;
  }

  .ambiental-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ambiental-right {
    order: 1;
  }

  .ambiental-left {
    order: 2;
    width: 72%;
    margin: 0 auto;
  }

  .ambiental-feature {
    font-size: 22px !important;
    line-height: 27px !important;
    margin-bottom: 18px !important;
  }

  .ambiental-text-group p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .ambiental-bounce-img {
    height: 620px;
  }

  .ambiental-notch-img {
    left: -5px;
    width: calc(100% + 10px);
  }

  .ambiental-recycle-box {
    padding: 34px;
  }

	
	.page-social {
    padding-top: var(--header-height);
  }

  .social-hero {
    padding: 56px 0 38px;
  }

  .social-hero-grid {
    grid-template-columns: 1fr;
  }

  .social-hero-card {
    min-height: auto;
    padding: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .social-hero-card h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }

  .social-hero-data {
    max-width: 720px;
  }

  .social-number {
    font-size: 72px !important;
    margin-bottom: 18px !important;
  }

  .social-number strong {
    font-size: 25px;
  }

  .social-number-label {
    font-size: 22px;
  }

  .social-hero-highlight {
    font-size: 21px !important;
    line-height: 27px !important;
  }

  .social-hero-img {
    min-height: 420px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .social-hero-overlay {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .social-hero-brush {
    width: 85%;
    height: 447px;
    left: 15%;
    top: 70px;
  }

  .social-hero-brush-svg {
    width: 760px;
    height: 447px;
  }

  .social-content {
    padding: 18px 0 82px;
  }

  .social-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .social-right {
    order: 1;
  }

  .social-left {
    order: 2;
    width: 72%;
    margin: 0 auto;
  }

  .social-text-group p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .social-bounce-img {
    height: 620px;
  }

  .social-notch-img {
    left: -5px;
    width: calc(100% + 10px);
  }

  .social-outline-box {
    padding: 34px;
  }

  .social-stat-card {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0px;
  }
	
	.page-gobierno {
    padding-top: var(--header-height);
  }

  .gobierno-hero {
    padding: 56px 0 32px;
  }

  .gobierno-hero-grid,
  .gobierno-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gobierno-hero-card {
    min-height: auto;
    padding: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .gobierno-hero-card h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }

  .gobierno-hero-data {
    max-width: 720px;
  }

  .gobierno-number {
    font-size: 72px !important;
    margin-bottom: 18px !important;
  }

  .gobierno-number strong {
    font-size: 25px;
  }

  .gobierno-number-label {
    font-size: 22px;
  }

  .gobierno-hero-highlight {
    font-size: 21px !important;
    line-height: 27px !important;
  }

  .gobierno-hero-img {
    min-height: 420px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .gobierno-hero-bis {
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
  }

  .gobierno-hero-brush {
    width: 700px;
    height: 321px;
    left: -30px;
    top: 22px;
  }

  .gobierno-hero-brush-svg {
    width: 700px;
    height: 321px;
  }

  .gobierno-content {
    padding: 0 0 34px;
  }

  .gobierno-content-04 {
    padding-bottom: 82px;
  }

  .gobierno-left {
    order: 1;
    width: 72%;
    margin: 0 auto 30px;
  }

  .gobierno-right {
    order: 2;
  }

  .gobierno-bounce-img {
    height: 620px;
  }

  .gobierno-financial-img {
    height: 520px;
  }

  .gobierno-photo-card {
    margin-bottom: 28px;
  }

  .gobierno-feature {
    margin-top: 0 !important;
  }

  .gobierno-stat-card {
    max-width: 680px;
    margin: 34px auto 0;
  }
	
	 .page-consejo {
    padding-top: var(--header-height);
  }

  .consejo-page-section {
    padding: 52px 0 34px;
  }

  .consejo-page-section-bottom {
    padding-top: 24px;
    padding-bottom: 76px;
  }

  .consejo-title {
    font-size: 42px;
    margin-bottom: 28px;
  }

  .consejo-admin-layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .consejo-admin-col {
    gap: 16px;
  }

  .consejo-three-cols,
  .consejo-honorario-cols,
  .consejo-directivos-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }

  .consejo-title-block {
    margin-top: 46px;
  }

  .consejo-notas {
    max-width: 100%;
  }
	
	.financieros-hero {
    padding: 56px 0 34px;
  }

  .financieros-hero-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .financieros-hero-title {
    min-height: 260px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .financieros-hero-media {
    height: 360px;
  }

  .financieros-hero-media img {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 0;
  }

  .financieros-report-section {
    padding: 40px 0 82px;
  }

  .financieros-report,
  .comite-report {
    max-width: 820px;
  }

}

/* =========================================================
   3) TABLET / MENÚ MÓVIL
   900px hacia abajo
========================================================= */
@media (max-width: 900px) {
	 .footer-layout-v2 {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-nav-v3 {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-main-links nav {
    column-count: 1;
  }
	
	.home-hero {
    min-height: 620px;
  }

  .home-video {
    object-position: center 76%;
  }

  .home-content {
    --evo-side: 7%;
    --evo-center: 86%;
    --evo-crop-top: 36px;
  }

  .flex-evolucionando {
    margin-top: 64px;
  }

  .middle-text {
    width: var(--evo-center);
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 10px;
  }


}


/* =========================================================
   4) MOBILE GRANDE
   768px hacia abajo
========================================================= */
@media (max-width: 768px) {

  :root {
    --header-height: 64px;
  }

  .section {
    padding: 60px 0;
  }

  .section-header {
    padding-top: calc(var(--header-height) + 32px);
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  .subtitulo {
    font-size: 21px;
    line-height: 27px;
  }
	
	.page-sobre {
    padding-top: var(--header-height-mobile, 72px);
  }

  .sobre-intro {
    padding: 26px 0 50px;
  }

  .sobre-intro-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .sobre-intro-title {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    width: 100%;
    margin: 0 0 22px;
    order: 1;
  }

  .sobre-intro-title h1 {
    font-size: 72px;
    line-height: .84;
  }

  .sobre-intro-title h1 span {
    font-size: 34px;
  }

  .sobre-intro-visual {
    width: 100%;
    max-width: none;
    margin-left: 0;
    order: 2;
  }

  .sobre-intro-img {
    border-top-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }

  .sobre-intro-brush {
    width: 600px;
    height: 361px;
    left: -130px;
    top: 68px;
  }

  .sobre-intro-brush-svg {
    width: 600px;
    height: 361px;
  }

  .sobre-arrow {
    display: none;
  }

  .sobre-content {
    padding: 48px 0 70px;
  }

  .sobre-top-copy h2 {
    font-size: 40px;
  }

  .sobre-credit-text {
    padding: 24px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .sobre-credit-image {
    width: 82%;
  }

  .sobre-business-left,
  .sobre-business-right,
  .sobre-identity-panel,
  .sobre-plan-column {
    width: 100%;
  }

  .sobre-store-circle {
    width: 220px;
    height: 220px;
    left: -10px;
  }

  .sobre-store-main {
    margin: 70px 0 28px;
  }

  .sobre-store-main img {
    border-bottom-right-radius: 46px;
  }

  .sobre-coverage-card p {
    top: 30%;
    left: 18px;
    width: 260px;
    font-size: 21px;
    line-height: 1.13;
  }

  .sobre-identity-panel {
    padding: 30px;
  }

  .sobre-identity-lead {
    font-size: 21px !important;
    line-height: 1.18 !important;
    margin-bottom: 24px !important;
  }

  .sobre-identity-img {
    margin-bottom: 42px;
  }

  .sobre-values-box {
    padding: 30px;
  }

  .sobre-values-box p {
    font-size: 18px;
    line-height: 1.28;
  }

  .sobre-values-box strong {
    font-size: 21px;
  }

  .sobre-plan-image {
    margin: 20px 0 18px;
  }

  .sobre-plan-image > img:first-child {
    width: 84%;
  }

  .sobre-plan-brush-img {
    width: 74%;
    right: -2%;
    bottom: 0;
  }

  .sobre-vehicle-img {
    max-width: 520px;
    margin-top: 18px;
  }
	
	.page-consejo {
    padding-top: var(--header-height-mobile, 72px);
  }

  .consejo-hero {
    padding: 26px 0 50px;
  }

  .consejo-hero-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .consejo-hero-title {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    width: 100%;
    margin: 0 0 22px;
    order: 1;
  }

  .consejo-hero-title h1 {
    font-size: 38px;
    line-height: .92;
  }

  .consejo-hero-title h1 span {
    font-size: 72px;
    line-height: .82;
  }

  .consejo-hero-visual {
    width: 100%;
    max-width: none;
    margin-left: 0;
    order: 2;
  }

  .consejo-hero-img {
    border-top-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }

  .consejo-hero-brush {
    width: 620px;
    height: 260px;
    left: -150px;
    top: 120px;
  }

  .consejo-hero-brush-svg {
    width: 620px;
    height: 260px;
  }

  .consejo-arrow {
    display: none;
  }

  .consejo-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .consejo-right {
    order: 1;
  }

  .consejo-left {
    order: 2;
    width: 100%;
    margin: 0 auto;
  }

  .consejo-section-title {
    font-size: 40px;
    line-height: .96;
    margin-bottom: 24px;
  }

  .consejo-kicker {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 14px !important;
  }

  .consejo-highlight {
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 14px 0 16px !important;
  }

  .page-consejo .consejo-copy > p:not(.consejo-highlight):not(.consejo-kicker) {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 16px;
  }

  .page-consejo .consejo-side-copy,
  .page-consejo .consejo-left > p {
    font-size: 15px;
    line-height: 19px;
  }

  .consejo-bounce-card {
    height: 560px;
    margin: 18px 0 16px;
  }

  .consejo-notch-img {
    left: -5px;
    width: calc(100% + 10px);
    max-width: none;
  }

  .consejo-express-card {
    margin-top: 90px;
  }

  .consejo-circle-img {
    top: -88px;
    left: 24px;
    width: 176px;
    height: 176px;
  }

  .consejo-number strong {
    font-size: 68px;
  }

  .consejo-number p {
    font-size: 22px;
    line-height: 28px;
  }

  .consejo-image-container {
    height: 360px;
    margin: 34px 0;
  }

  .consejo-signature {
    margin-top: 28px;
  }

  .consejo-signature p {
    margin-bottom: 22px;
  }
	
	.page-huella {
    padding-top: var(--header-height-mobile, 72px);
  }

  .huella-hero {
    padding: 26px 0 50px;
  }

  .huella-hero-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .huella-hero-title {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    width: 100%;
    margin: 0 0 22px;
    order: 1;
  }

  .huella-hero-title h1 {
    font-size: 38px;
    line-height: .92;
  }

  .huella-hero-title h1 span {
    font-size: 38px;
    line-height: .86;
  }

  .huella-hero-title h1 span strong {
    font-size: 72px;
  }

  .huella-hero-visual {
    width: 100%;
    max-width: none;
    margin-left: 0;
    order: 2;
  }

  .huella-hero-img {
    border-top-left-radius: 76px;
    border-bottom-right-radius: 76px;
  }

  .huella-hero-brush {
    width: 630px;
    height: 249px;
    left: -185px;
    top: 178px;
  }

  .huella-hero-brush-svg {
    width: 630px;
    height: 249px;
  }

  .huella-arrow {
    display: none;
  }

  .huella-intro {
    padding: 48px 0 68px;
  }

  .huella-copy p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .huella-model-column {
    width: 100%;
  }

  .huella-model-title {
    margin-bottom: 22px !important;
    text-align: center;
  }

  .btn-trigger-zoom {
    width: 48px;
    height: 48px;
    top: 12px;
    right: 12px;
  }

  .btn-trigger-zoom svg {
    width: 24px;
    height: 24px;
  }

  .img-zoom-wrapper.is-zoomed {
    padding: 22px;
  }

  .img-zoom-wrapper.is-zoomed .zoom-content {
    width: 96vw;
    max-height: 88vh;
  }

  .img-zoom-wrapper.is-zoomed .img-display {
    max-height: 82vh;
  }

  .img-zoom-wrapper.is-zoomed .btn-trigger-zoom {
    top: 18px;
    right: 18px;
  }

  .huella-callout {
    margin-top: 38px;
    padding: 28px 24px;
    border-top-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  .huella-callout-copy p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 18px;
  }

  .huella-callout-copy a {
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
  }

  .huella-callout-img {
    max-width: 280px;
  }

  .huella-sostenibilidad {
    padding-bottom: 68px;
  }

  .huella-section-title {
    font-size: 40px;
    line-height: .96;
    margin-bottom: 18px;
  }

  .huella-materialidad-copy p {
    font-size: 15px;
    line-height: 19px;
  }

  .tabla-materialidad {
    min-width: 940px;
  }

  .huella-materialidad-table-wrap {
    margin-left: calc(var(--container-padding, 0px) * -1);
    margin-right: calc(var(--container-padding, 0px) * -1);
    padding-left: 0;
    padding-right: 0;
  }

  .flex-temas {
    margin-top: 30px;
  }

  .flex-temas object {
    width: 100%;
  }

  .flex-temas ol {
    padding-left: 22px;
  }

.page-ambiental {
    padding-top: var(--header-height-mobile, 72px);
  }

  .ambiental-hero {
    padding: 42px 0 34px;
  }

  .ambiental-hero-card {
    padding: 26px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }

  .ambiental-hero-card h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .ambiental-number {
    font-size: 60px !important;
    letter-spacing: -1.7px;
    margin-bottom: 16px !important;
  }

  .ambiental-number strong {
    font-size: 21px;
  }

  .ambiental-hero-highlight {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .ambiental-hero-img {
    min-height: 360px;
    border-bottom-right-radius: 34px;
  }

  .ambiental-hero-overlay {
    border-bottom-right-radius: 34px;
  }

  .ambiental-hero-brush {
    width: 650px;
    height: 318px;
    left: -70px;
    top: -34px;
  }

  .ambiental-hero-brush-svg {
    width: 650px;
    height: 318px;
  }

  .ambiental-content {
    padding: 16px 0 72px;
  }

  .ambiental-grid {
    gap: 30px;
  }

  .ambiental-left {
    width: 100%;
  }

  .ambiental-feature {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 16px !important;
  }

  .ambiental-copy p,
  .ambiental-text-group p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .ambiental-bounce-img {
    height: 560px;
    border-top-left-radius: 48px;
  }

  .ambiental-recycle-box {
    padding: 30px;
    border-bottom-right-radius: 48px;
  }

  .ambiental-subtitle {
    font-size: 15px !important;
    line-height: 19px !important;
  }

 .ambiental-image-container {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }
	
	.page-social {
    padding-top: var(--header-height-mobile, 72px);
  }

  .social-hero {
    padding: 42px 0 34px;
  }

  .social-hero-card {
    padding: 26px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }

  .social-hero-card h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .social-number {
    font-size: 60px !important;
    letter-spacing: -1.7px;
    margin-bottom: 16px !important;
  }

  .social-number strong {
    font-size: 21px;
  }

  .social-number-label {
    font-size: 20px;
  }

  .social-hero-highlight {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .social-hero-img {
    min-height: 360px;
    border-bottom-right-radius: 34px;
  }

  .social-hero-overlay {
    border-bottom-right-radius: 34px;
  }

  .social-hero-brush {
    width: 85%;
    height: 382px;
    left: 15%;
    top: 10%;
  }

  .social-hero-brush-svg {
    width: 650px;
    height: 382px;
  }

  .social-content {
    padding: 16px 0 72px;
  }

  .social-grid {
    gap: 30px;
  }

  .social-left {
    width: 100%;
  }

  .social-copy p,
  .social-text-group p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .social-bounce-img {
    height: 560px;
    border-top-left-radius: 48px;
  }

  .social-outline-box {
    padding: 30px;
    border-bottom-right-radius: 48px;
  }

  .social-subtitle {
    font-size: 15px !important;
    line-height: 19px !important;
  }

  .social-stat-copy strong {
    font-size: 60px;
  }

  .social-stat-copy p {
    font-size: 20px;
    line-height: 25px;
  }
	
	.page-gobierno {
    padding-top: var(--header-height-mobile, 72px);
  }

  .gobierno-hero {
    padding: 42px 0 30px;
  }

  .gobierno-hero-card {
    padding: 26px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }

  .gobierno-hero-card h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .gobierno-number {
    font-size: 60px !important;
    letter-spacing: -1.7px;
    margin-bottom: 16px !important;
  }

  .gobierno-number strong {
    font-size: 21px;
  }

  .gobierno-number-label {
    font-size: 20px;
  }

  .gobierno-hero-highlight {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .gobierno-hero-img {
    min-height: 360px;
    border-bottom-right-radius: 34px;
  }

  .gobierno-hero-bis {
    border-bottom-right-radius: 34px;
  }

  .gobierno-hero-brush {
    width: 600px;
    height: 275px;
    left: -34px;
    top: 34px;
  }

  .gobierno-hero-brush-svg {
    width: 600px;
    height: 275px;
  }

  .gobierno-left {
    width: 100%;
    margin-bottom: 28px;
  }

  .gobierno-copy p,
  .gobierno-text-group p {
    font-size: 15px;
    line-height: 19px;
  }

  .gobierno-bounce-img {
    height: 560px;
    border-top-left-radius: 48px;
  }

  .gobierno-financial-img {
    height: 480px;
    border-top-left-radius: 48px;
  }

  .gobierno-outline-box {
    padding: 30px;
    border-bottom-right-radius: 48px;
  }

  .gobierno-photo-card img,
  .gobierno-stat-img img {
    border-top-left-radius: 48px;
  }

  .gobierno-stat-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gobierno-stat-copy strong {
    font-size: 60px;
  }

  .gobierno-stat-copy p,
  .gobierno-financial-card p,
  .gobierno-feature {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .gobierno-data-box {
    padding: 24px;
  }
	
	.page-consejo {
    padding-top: var(--header-height-mobile, 72px);
  }

  .consejo-page-section {
    padding: 42px 0 30px;
  }

  .consejo-page-section-bottom {
    padding-top: 16px;
    padding-bottom: 68px;
  }

  .consejo-title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 24px;
  }

  .consejo-admin-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .consejo-admin-col {
    gap: 16px;
  }

  .consejo-item h2,
  .consejo-mini-item h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .consejo-item p,
  .consejo-item small,
  .consejo-mini-item p,
  .consejo-mini-item small {
    font-size: 15px;
    line-height: 18px;
  }

  .consejo-notas {
    margin-top: 34px;
  }

  .consejo-three-cols,
  .consejo-honorario-cols,
  .consejo-directivos-cols {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .consejo-three-cols > div,
  .consejo-directivos-cols > div {
    gap: 16px;
  }

  .consejo-title-block {
    margin-top: 42px;
  }

  .consejo-honorario-cols li {
    font-size: 15px;
    line-height: 18px;
  }

  .consejo-directivos-foot {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
    margin-top: 22px;
  }

  .consejo-directivos-foot span {
    grid-column: 1;
  }
	
	.page-financieros,
  .page-comite {
    padding-top: var(--header-height-mobile, 72px);
  }

  .financieros-hero {
    padding: 42px 0 30px;
  }

  .financieros-hero-title {
    min-height: 230px;
    padding: 28px 24px 34px;
  }

  .financieros-title-small {
    font-size: 42px;
  }

  .financieros-title-big {
    font-size: 66px;
  }

  .financieros-hero-media {
    height: 300px;
  }

  .financieros-report-header {
    gap: 24px;
    margin-bottom: 34px;
  }

  .financieros-report-header h2,
  .comite-title {
    font-size: 40px;
  }

  .financieros-pwc-logo {
    width: 70px;
  }

  .financieros-kam {
    padding: 24px;
    margin: 28px 0;
  }
	


  .financieros-report-section {
    padding: 48px 0 72px;
  }

  .comite-title {
    margin-bottom: 38px;
  }

  .comite-signature-block {
    margin-top: 52px;
  }

  .comite-signature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .comite-signature-item img {
    max-width: 230px;
    height: auto;
  }
	
	.page-fin-table {
    padding-top: var(--header-height-mobile, 72px);
  }

  .fin-table-section {
    padding: 52px 0 74px;
  }

  .fin-table-header h1 {
    font-size: 40px;
  }

  .fin-table-header {
    margin-bottom: 22px;
  }

  .fin-table-wrap {
    margin-right: -24px;
    padding-right: 24px;
  }
	
	.fin-table-cambios {
    min-width: 1040px;
  }

  .fin-table-cambios th,
  .fin-table-cambios td {
    font-size: 10px;
    line-height: 12px;
  }

  .fin-table-cambios thead th {
    font-size: 9px;
    line-height: 10px;
  }

}


/* =========================================================
   5) MOBILE
   640px hacia abajo
========================================================= */
@media (max-width: 640px) {

  .container {
    max-width: calc(100% - 28px);
  }

  .section {
    padding: 52px 0;
  }

  h1 {
    font-size: 40px;
  }
	
	.home-hero {
    min-height: 560px;
  }

  .home-video {
    object-position: center 78%;
  }

  .home-content {
    --evo-side: 4%;
    --evo-center: 92%;
    --evo-crop-top: 28px;
  }

  .flex-evolucionando {
    margin-top: 64px;
  }

  .middle-text {
    width: var(--evo-center);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 1.5px;
    margin-top: 8px;
  }
	
	.cifras-page {
    padding: 46px 0 76px;
  }

  .cifras-title {
    margin-bottom: 32px;
    font-size: 38px;
  }

  .page-cifras .tabla-cifras {
    min-width: 820px;
    font-size: 12px;
  }

  .page-cifras .tabla-cifras th,
  .page-cifras .tabla-cifras td {
    font-size: 12px;
  }

  .cifras-note {
    font-size: 10px;
  }
	
	 .director-section {
    padding-top: 24px;
  }

  .director-copy p {
    font-size: 12.5px;
    line-height: 1.42;
    margin-bottom: 13px;
  }

  .director-title {
    font-size: 38px;
  }

  .director-highlight {
    font-size: 18px !important;
    line-height: 1.18 !important;
    margin: 16px 0 16px !important;
  }

  .director-left-column {
    max-width: 320px;
  }

  .director-brush-layer {
    width: 470px;
    height: 406px;
    left: -88px;
    top: -24px;
  }

  .director-brush-svg {
    width: 470px;
    height: 406px;
  }

  .director-section-last {
    padding-bottom: 72px;
  }


 .site-footer {
    padding: 56px 0 30px;
  }

  .footer-actions {
    max-width: 100%;
  }

  .footer-btn {
    width: 100%;
  }

}

@media (max-width: 575px) {
	

  .sobre-intro {
    padding: 24px 0 44px;
  }

  .sobre-intro-title h1 {
    font-size: 62px;
  }

  .sobre-intro-title h1 span {
    font-size: 30px;
  }

  .sobre-intro-img {
    border-top-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }

  .sobre-intro-brush {
    width: 500px;
    height: 301px;
    left: -125px;
    top: 56px;
  }

  .sobre-intro-brush-svg {
    width: 500px;
    height: 301px;
  }

  .sobre-content {
    padding: 42px 0 64px;
  }

  .sobre-top-copy h2 {
    font-size: 36px;
  }

  .sobre-credit-image {
    width: 92%;
  }

  .sobre-store-circle {
    width: 190px;
    height: 190px;
    left: -8px;
  }

  .sobre-store-main {
    margin-top: 58px;
  }

  .sobre-coverage-card p {
    width: 230px;
    font-size: 19px;
  }

  .sobre-identity-panel {
    padding: 26px;
  }

  .sobre-identity-lead {
    font-size: 20px !important;
  }

  .sobre-values-box {
    padding: 26px 22px;
  }

  .sobre-plan-image > img:first-child {
    width: 88%;
  }

  .sobre-plan-brush-img {
    width: 78%;
    right: -4%;
  }


  .consejo-hero {
    padding: 24px 0 44px;
  }

  .consejo-hero-title h1 {
    font-size: 34px;
  }

  .consejo-hero-title h1 span {
    font-size: 62px;
  }

  .consejo-hero-img {
    border-top-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }

  .consejo-hero-brush {
    width: 520px;
    height: 218px;
    left: -145px;
    top: 112px;
  }

  .consejo-hero-brush-svg {
    width: 520px;
    height: 218px;
  }

  .consejo-section-title {
    font-size: 36px;
  }

  .consejo-highlight {
    font-size: 19px !important;
    line-height: 24px !important;
  }

  .consejo-bounce-card {
    height: 500px;
  }

  .consejo-image-container {
    height: 310px;
    margin: 30px 0;
  }

  .consejo-circle-img {
    width: 150px;
    height: 150px;
    top: -72px;
    left: 20px;
  }

  .consejo-express-card {
    margin-top: 76px;
  }
	
	.huella-hero {
    padding: 24px 0 44px;
  }

  .huella-hero-title h1 {
    font-size: 34px;
  }

  .huella-hero-title h1 span {
    font-size: 34px;
  }

  .huella-hero-title h1 span strong {
    font-size: 62px;
  }

  .huella-hero-img {
    border-top-left-radius: 58px;
    border-bottom-right-radius: 58px;
  }

  .huella-hero-brush {
    width: 530px;
    height: 209px;
    left: -170px;
    top: 150px;
  }

  .huella-hero-brush-svg {
    width: 530px;
    height: 209px;
  }

  .huella-intro {
    padding: 42px 0 62px;
  }

  .huella-model-title {
    font-size: 15px;
    line-height: 19px;
  }

  .huella-callout {
    padding: 26px 20px;
    border-top-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }

  .huella-callout-img {
    max-width: 250px;
  }

  .huella-section-title {
    font-size: 36px;
  }

  .tabla-materialidad {
    min-width: 900px;
    font-size: 11px;
    line-height: 14px;
  }

  .tabla-materialidad th,
  .tabla-materialidad td {
    padding: 6px 5px;
  }

  .flex-temas p {
    font-size: 15px;
    line-height: 19px;
  }

  .flex-temas li {
    margin-bottom: 5px;
  }

  .flex-temas li span {
    font-size: 14px;
    line-height: 18px;
  }
	
	 .social-hero {
    padding: 34px 0 30px;
  }

  .social-hero-card h1 {
    font-size: 36px;
  }

  .social-number {
    font-size: 50px !important;
  }

  .social-number strong {
    font-size: 18px;
  }

  .social-number-label {
    font-size: 18px;
  }

  .social-hero-highlight {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .social-hero-img {
    min-height: 320px;
  }

  .social-hero-brush-svg {
    width: 560px;
    height: 329px;
  }

  .social-bounce-img {
    height: 500px;
  }

  .social-stat-copy strong {
    font-size: 56px;
  }
	
	.gobierno-hero {
    padding: 34px 0 26px;
  }

  .gobierno-hero-card h1 {
    font-size: 36px;
  }

  .gobierno-number {
    font-size: 50px !important;
  }

  .gobierno-number strong {
    font-size: 18px;
  }

  .gobierno-number-label {
    font-size: 18px;
  }

  .gobierno-hero-highlight {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .gobierno-hero-img {
    min-height: 320px;
  }

  .gobierno-hero-brush {
    width: 520px;
    height: 238px;
    left: -42px;
    top: 52px;
  }

  .gobierno-hero-brush-svg {
    width: 520px;
    height: 238px;
  }

  .gobierno-bounce-img {
    height: 500px;
  }

  .gobierno-financial-img {
    height: 420px;
  }

  .gobierno-outline-box {
    padding: 26px;
  }

  .gobierno-stat-copy strong {
    font-size: 56px;
  }
	
	 .consejo-page-section {
    padding: 36px 0 28px;
  }

  .consejo-page-section-bottom {
    padding-bottom: 62px;
  }

  .consejo-title {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .consejo-item h2,
  .consejo-mini-item h3 {
    font-size: 14px;
    line-height: 17px;
  }

  .consejo-item p,
  .consejo-item small,
  .consejo-mini-item p,
  .consejo-mini-item small,
  .consejo-honorario-cols li {
    font-size: 14px;
    line-height: 17px;
  }

  .consejo-notas h3 {
    font-size: 11px;
    line-height: 14px;
  }

  .consejo-notas-list {
    padding-left: 16px;
  }

  .consejo-notas-list li,
  .consejo-notas p {
    font-size: 10.5px;
    line-height: 13.5px;
  }
	
	.financieros-hero-title {
    min-height: 210px;
  }

  .financieros-title-small {
    font-size: 36px;
  }

  .financieros-title-big {
    font-size: 56px;
  }

  .financieros-hero-media {
    height: 250px;
  }

  .financieros-report-header {
    flex-direction: column;
    gap: 18px;
  }

  .financieros-report-header h2,
  .comite-title {
    font-size: 32px;
  }

  .financieros-pwc-logo {
    width: 64px;
  }

  .financieros-kam {
    padding: 22px 20px;
  }

  .financieros-report li,
  .comite-letter-list li {
    padding-left: 16px;
  }
	
	.comite-report p,
  .comite-report li,
  .financieros-report p,
  .financieros-report li {
    font-size: 14px;
    line-height: 18px;
  }

  .comite-report .h3 {
    padding-left: 18px;
  }
	
	.fin-table-section {
    padding: 42px 0 66px;
  }

  .fin-table-header h1 {
    font-size: 34px;
  }

  .fin-table-header p {
    font-size: 14px;
    line-height: 18px;
  }

  .fin-table th,
  .fin-table td {
    font-size: 14px;
    line-height: 16px;
  }

  .fin-table-note {
    margin-top: 44px;
  }
	
	 .fin-table-cambios {
    min-width: 1040px;
  }

  .fin-table-cambios th,
  .fin-table-cambios td {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 12px;
  }

  .fin-table-cambios thead th {
    font-size: 9px;
    line-height: 10px;
  }


}


/* =========================================================
   6) MOBILE CHICO
   480px hacia abajo
========================================================= */
@media (max-width: 480px) {

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .subtitulo {
    font-size: 19px;
    line-height: 25px;
  }

	.home-hero {
    min-height: 540px;
  }

  .home-video {
    object-position: center 80%;
  }

  .home-content {
    --evo-crop-top: 22px;
  }

  .middle-text {
    font-size: 12px;
  }
	
	.director-sandwich-wrapper{
		overflow:hidden;
	}
	

	
	 .sobre-intro-title h1 {
    font-size: 54px;
  }

  .sobre-intro-title h1 span {
    font-size: 27px;
  }

  .sobre-intro-img {
    border-top-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }

  .sobre-intro-brush {
    width: 450px;
    height: 271px;
    left: -130px;
    top: 48px;
  }

  .sobre-intro-brush-svg {
    width: 450px;
    height: 271px;
  }

  .sobre-top-copy h2 {
    font-size: 33px;
  }

  .sobre-store-circle {
    width: 165px;
    height: 165px;
  }

  .sobre-store-main {
    margin-top: 50px;
  }

  .sobre-coverage-card p {
    top: 32%;
    left: 14px;
    width: 205px;
    font-size: 17px;
    line-height: 1.12;
  }

  .sobre-identity-panel {
    padding: 22px;
  }

  .sobre-identity-lead {
    font-size: 19px !important;
    line-height: 1.17 !important;
  }

  .sobre-values-box {
    padding: 24px 18px;
  }

  .sobre-values-box p {
    font-size: 16px;
    line-height: 1.26;
  }

  .sobre-values-box strong {
    font-size: 19px;
  }

  .sobre-plan-image {
    overflow: hidden;
  }

  .sobre-plan-image > img:first-child {
    width: 92%;
  }

  .sobre-plan-brush-img {
    width: 82%;
    right: -5%;
    bottom: 0;
  }

  .sobre-vehicle-img {
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }
	
	
	 .consejo-hero-title h1 {
    font-size: 31px;
  }

  .consejo-hero-title h1 span {
    font-size: 54px;
  }

  .consejo-hero-img {
    border-top-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }

  .consejo-hero-brush {
    width: 470px;
    height: 197px;
    left: -150px;
    top: 102px;
  }

  .consejo-hero-brush-svg {
    width: 470px;
    height: 197px;
  }

  .consejo-section-title {
    font-size: 33px;
    margin-bottom: 20px;
  }

  .consejo-kicker {
    font-size: 19px !important;
    line-height: 24px !important;
  }

  .consejo-highlight {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .page-consejo .consejo-copy > p:not(.consejo-highlight):not(.consejo-kicker) {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .consejo-bounce-card {
    height: 430px;
  }

  .consejo-notch-img {
    left: -6px;
    width: calc(100% + 12px);
  }

  .consejo-image-container {
    height: 260px;
    margin: 28px 0;
  }

  .consejo-number strong {
    font-size: 60px;
  }

  .consejo-number p {
    font-size: 20px;
    line-height: 25px;
  }

  .consejo-final-img {
    border-bottom-right-radius: 44px;
  }
	
	.huella-hero-title h1 {
    font-size: 31px;
  }

  .huella-hero-title h1 span {
    font-size: 31px;
  }

  .huella-hero-title h1 span strong {
    font-size: 54px;
  }

  .huella-hero-img {
    border-top-left-radius: 46px;
    border-bottom-right-radius: 46px;
  }

  .huella-hero-brush {
    width: 470px;
    height: 186px;
    left: -155px;
    top: 130px;
  }

  .huella-hero-brush-svg {
    width: 470px;
    height: 186px;
  }

  .huella-section-title {
    font-size: 33px;
  }

  .huella-callout {
    margin-top: 34px;
    padding: 24px 18px;
  }

  .huella-callout-copy p {
    font-size: 15px;
    line-height: 20px;
  }

  .huella-callout-img {
    max-width: 230px;
  }

  .btn-trigger-zoom {
    width: 44px;
    height: 44px;
  }

  .btn-trigger-zoom svg {
    width: 22px;
    height: 22px;
  }

  .img-zoom-wrapper.is-zoomed {
    padding: 14px;
  }

  .img-zoom-wrapper.is-zoomed .btn-trigger-zoom {
    top: 14px;
    right: 14px;
  }

  .huella-materialidad-table-wrap {
    margin-bottom: 30px;
  }

  .flex-temas {
    gap: 24px;
  }

	
	.ambiental-hero {
    padding: 32px 0 28px;
  }

  .ambiental-hero-card {
    padding: 22px;
  }

  .ambiental-hero-card h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }

  .ambiental-number {
    font-size: 42px !important;
    letter-spacing: -1px;
    white-space: normal;
  }

  .ambiental-number strong {
    display: inline-block;
    font-size: 16px;
  }

  .ambiental-hero-highlight {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .ambiental-hero-img {
    min-height: 260px;
  }

  .ambiental-hero-brush {
    width: 470px;
    height: 230px;
    left: -75px;
    top: -18px;
  }

  .ambiental-hero-brush-svg {
    width: 470px;
    height: 230px;
  }

  .ambiental-feature {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .ambiental-bounce-img {
    height: 430px;
  }

  .ambiental-notch-img {
    left: -6px;
    width: calc(100% + 12px);
  }

  .ambiental-recycle-box {
    padding: 24px 20px;
  }

	
	.social-hero {
    padding: 32px 0 28px;
  }

  .social-hero-card {
    padding: 22px;
  }

  .social-hero-card h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }

  .social-number {
    font-size: 42px !important;
    letter-spacing: -1px;
    white-space: normal;
  }

  .social-number strong {
    display: inline-block;
    font-size: 16px;
  }

  .social-number-label {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    font-size: 17px;
  }

  .social-hero-highlight {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .social-hero-img {
    min-height: 260px;
  }


  .social-hero-brush-svg {
    width: 470px;
    height: 276px;
  }

  .social-bounce-img {
    height: 430px;
  }

  .social-notch-img {
    left: -6px;
    width: calc(100% + 12px);
  }

  .social-outline-box {
    padding: 24px 20px;
  }

  .social-stat-copy strong {
    font-size: 48px;
  }

  .social-stat-copy p {
    font-size: 18px;
    line-height: 23px;
  }
	
	.gobierno-hero {
    padding: 32px 0 24px;
  }

  .gobierno-hero-card {
    padding: 22px;
  }

  .gobierno-hero-card h1 {
    font-size: 33px;
    margin-bottom: 20px;
  }

  .gobierno-number {
    font-size: 42px !important;
    letter-spacing: -1px;
    white-space: normal;
  }

  .gobierno-number strong {
    font-size: 16px;
  }

  .gobierno-number-label {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    font-size: 17px;
  }

  .gobierno-hero-highlight {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .gobierno-hero-img {
    min-height: 260px;
  }

  .gobierno-hero-brush {
    width: 450px;
    height: 206px;
    left: -42px;
    top: 50px;
  }

  .gobierno-hero-brush-svg {
    width: 450px;
    height: 206px;
  }

  .gobierno-content {
    padding-bottom: 28px;
  }

  .gobierno-bounce-img {
    height: 430px;
  }

  .gobierno-financial-img {
    height: 350px;
  }

  .gobierno-notch-img {
    left: -6px;
    width: calc(100% + 12px);
  }

  .gobierno-outline-box {
    padding: 24px 20px;
  }

  .gobierno-data-box {
    padding: 22px 20px;
  }

  .gobierno-stat-copy strong {
    font-size: 48px;
  }

  .gobierno-stat-copy p,
  .gobierno-financial-card p,
  .gobierno-feature {
    font-size: 18px !important;
    line-height: 23px !important;
  }
	
	 .consejo-page-section {
    padding: 32px 0 26px;
  }

  .consejo-title {
    font-size: 31px;
  }

  .consejo-admin-col,
  .consejo-three-cols > div,
  .consejo-directivos-cols > div {
    gap: 15px;
  }

  .consejo-title-block {
    margin-top: 36px;
  }

  .consejo-notas {
    margin-top: 30px;
  }
	
	.financieros-hero {
    padding: 34px 0 26px;
  }

  .financieros-hero-title {
    min-height: 190px;
    padding: 24px 20px 30px;
  }

  .financieros-title-small {
    font-size: 32px;
  }

  .financieros-title-big {
    font-size: 48px;
  }

  .financieros-hero-media {
    height: 220px;
  }

  .financieros-report-section {
    padding: 34px 0 68px;
  }

  .financieros-report-header h2 {
    font-size: 30px;
  }
	
	.comite-title {
    font-size: 31px;
  }

  .comite-signature-block {
    margin-top: 42px;
  }
	
	.fin-table-header h1 {
    font-size: 31px;
  }

}


/* =========================================================
   7) MOBILE MUY CHICO
   360px hacia abajo
========================================================= */
@media (max-width: 390px) {

  .container {
    max-width: calc(100% - 22px);
  }
	
	  .sobre-intro-title h1 {
    font-size: 48px;
  }

  .sobre-intro-title h1 span {
    font-size: 24px;
  }

  .sobre-intro-brush {
    width: 410px;
    height: 247px;
    left: -130px;
    top: 44px;
  }

  .sobre-intro-brush-svg {
    width: 410px;
    height: 247px;
  }

  .sobre-coverage-card p {
    width: 190px;
    font-size: 16px;
  }

  .sobre-plan-image > img:first-child {
    width: 94%;
  }

  .sobre-plan-brush-img {
    width: 86%;
    right: -7%;
  }
	
	 .consejo-hero-title h1 {
    font-size: 29px;
  }

  .consejo-hero-title h1 span {
    font-size: 48px;
  }

  .consejo-hero-brush {
    width: 430px;
    height: 180px;
    left: -150px;
    top: 94px;
  }

  .consejo-hero-brush-svg {
    width: 430px;
    height: 180px;
  }

  .consejo-bounce-card {
    height: 390px;
  }

  .consejo-image-container {
    height: 230px;
  }
	
	 .huella-hero-title h1 {
    font-size: 29px;
  }

  .huella-hero-title h1 span {
    font-size: 29px;
  }

  .huella-hero-title h1 span strong {
    font-size: 48px;
  }

  .huella-hero-brush {
    width: 430px;
    height: 170px;
    left: -155px;
    top: 116px;
  }

  .huella-hero-brush-svg {
    width: 430px;
    height: 170px;
  }

  .huella-callout-img {
    max-width: 210px;
  }

  .huella-section-title {
    font-size: 30px;
  }
	
	.ambiental-hero-card h1 {
    font-size: 30px;
  }

  .ambiental-number {
    font-size: 38px !important;
  }

  .ambiental-number strong {
    font-size: 15px;
  }

  .ambiental-hero-highlight {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .ambiental-hero-img {
    min-height: 230px;
  }

  .ambiental-hero-brush {
    width: 420px;
    height: 206px;
    left: -72px;
    top: -12px;
  }

  .ambiental-hero-brush-svg {
    width: 420px;
    height: 206px;
  }

  .ambiental-bounce-img {
    height: 390px;
  }

	.social-hero-card h1 {
    font-size: 30px;
  }

  .social-number {
    font-size: 38px !important;
  }

  .social-number strong {
    font-size: 15px;
  }

  .social-number-label {
    font-size: 16px;
  }

  .social-hero-highlight {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .social-hero-img {
    min-height: 230px;
  }


  .social-hero-brush-svg {
    width: 420px;
    height: 247px;
  }

  .social-bounce-img {
    height: 390px;
  }
	
	.gobierno-hero-card h1 {
    font-size: 30px;
  }

  .gobierno-number {
    font-size: 38px !important;
  }

  .gobierno-number strong {
    font-size: 15px;
  }

  .gobierno-number-label {
    font-size: 16px;
  }

  .gobierno-hero-highlight {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .gobierno-hero-img {
    min-height: 230px;
  }

  .gobierno-hero-brush {
    width: 400px;
    height: 183px;
    left: -48px;
    top: 48px;
  }

  .gobierno-hero-brush-svg {
    width: 400px;
    height: 183px;
  }

  .gobierno-bounce-img {
    height: 390px;
  }

  .gobierno-financial-img {
    height: 315px;
  }

.consejo-title {
    font-size: 29px;
  }

  .consejo-item h2,
  .consejo-mini-item h3 {
    font-size: 13.5px;
    line-height: 16.5px;
  }

  .consejo-item p,
  .consejo-item small,
  .consejo-mini-item p,
  .consejo-mini-item small,
  .consejo-honorario-cols li {
    font-size: 13.5px;
    line-height: 16.5px;
  }
	
	.financieros-title-small {
    font-size: 29px;
  }

  .financieros-title-big {
    font-size: 43px;
  }

  .financieros-hero-media {
    height: 200px;
  }
	
	.comite-title {
    font-size: 29px;
  }
}
