@import url('https://fonts.googleapis.com/css?family=Urbanist&display=swap');
@import url('https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans&display=swap');

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


:root {
  --principal: #c09857;
  --secundario: #7B3140;
  --titulos: #292929;
  --enlace: #b18f58;
  --white: #FFF8F1;

  --fondo: #F7F1EA;
  --fondo-alt: #E7D8CE;
  --texto: #1E1B19;
  --texto-muted: #71645E;

  --sidebar-bg: #7B3140;
  --sidebar-text: #FFF8F1;
  --sidebar-hover: #913C4D;
  --sidebar-active: #F0D8C4;

  --verde-profundo: #183528;
  --verde-oliva: #5D674A;
  --burdeos: #7B3140;
  --burdeos-hover: #913C4D;
  --rosa-polvo: #CFA5A3;
  --azul-cielo: #A9BBC9;
  --azul-mineral: #315F73;
  --dorado-suave: #C6A165;
  --marfil: #FFF8F1;

  --font: "Urbanist";
  --font2: "Plus Jakarta Sans";

}

img {
  width: 100%;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
@media only screen and (max-width: 700px) {
  section {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 120px !important;
  }

  .bigger {
    transition: 0.5s;
    margin: 5px;
  }

  .idiomas-panel {
    position: fixed;
    left: 6%;
    bottom: 10px;
    display: flex;
  }

  .eleven h1 {
    font-size: 40px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: var(--font), serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--titulos);
  }

  .eleven h1::before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: var(--secundario);
    z-index: 4;
  }


  .eleven h1::after {
    content: "";
    display: block;
    height: 30px;
    margin-right: 50%;
    margin-top: -29px;
    margin-left: 30%;
    margin-bottom: 0px;
    position: relative;
    width: 206px;
    background-color: rgba(251, 225, 170 0.3);
  }

  #colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%;
    margin-top: 160px;
  }
}


@media only screen and (min-width: 700px) {
  section {
    padding: 10% !important;
  }

  .bigger {
    transition: 0.5s;
    margin: 25px;
  }

  .idiomas-panel {
    display: none;
  }

  .eleven h1 {
    font-size: 74px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: var(--font), serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--titulos);
  }

  .eleven h1::before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: var(--secundario);
    z-index: 4;
  }


  .eleven h1::after {
    content: "";
    display: block;
    height: 54px;
    margin-right: 50%;
    margin-top: -52px;
    margin-left: 30%;
    margin-bottom: 0px;
    position: relative;
    width: 326px;
    background-color: rgba(251, 225, 170, 0.3);
  }

  #colorlib-aside #colorlib-main-menu {
    display: block;
    width: 100%;
  }
}

.page-title--main {
  position: relative;
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 34px 0 38px;
  text-align: center;
}

.page-title--main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(86vw, 850px);
  height: 2.7px;
  background: linear-gradient(90deg, rgba(192, 152, 87, 0), var(--principal), rgba(192, 152, 87, 0));
  transform: translateX(-50%);
}

.page-title--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(54vw, 460px);
  height: 2.7px;
  background: linear-gradient(90deg, rgba(123, 49, 64, 0), var(--secundario), rgba(123, 49, 64, 0));
  transform: translateX(-50%);
}

.page-title--main .page-title__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0 18px;
  color: var(--principal);
  font-family: var(--font2), sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.page-title--main h1 {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--titulos);
  font-family: var(--font), serif;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.page-title--main h1::before,
.page-title--main h1::after {
  display: none;
}

@media screen and (max-width: 700px) {
  .page-title--main {
    margin-bottom: 52px;
    padding: 28px 0 30px;
  }

  .page-title--main .page-title__eyebrow {
    font-size: 11px;
    letter-spacing: 2.2px;
  }

  .page-title--main h1 {
    font-size: clamp(36px, 10vw, 48px);
    letter-spacing: 0;
    line-height: 1.05;
  }
}

@media screen and (max-width: 480px) {
  .page-title--main h1 {
    font-size: clamp(28px, 11vw, 36px);
    line-height: 1.08;
  }
}

.organizacion {
  color: black;
  margin-top: 5px;
  font-weight: 900;
  font-size: 30px;
}

a .arrow-bandas {
  width: 30px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

a:hover .arrow-bandas {

  transform: translate(35px);
}


.section-title h2 {
  font-size: 35px;
  color: black;
  text-align: right;
}

.text h3 {
  color: black;
  font-weight: 900;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  font-size: 35px;
}

.text h4 {
  padding-top: 30px;
  color: black;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.text div {
  padding: 20px 0;
}

.dia {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: relative;
}

.dia__number {
  position: sticky;
  top: 60px;
  align-self: start;
  text-align: center;
  height: 120px;
  overflow: visible;
  z-index: 5;
}

.dia__number img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dia__content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px;
  padding: 15px 0;
}

.dia__content .text {
  line-height: 26px;
}

.dia__content .title {
  margin-left: 25px;
  font-weight: 700;
  color: var(--secundario);
}

@media screen and (max-width: 768px) {
  .dia {
    display: block;
  }

  .dia__number {
    position: sticky;
    top: 0;
    height: auto;
    text-align: center;
    width: 100%;
    background: rgb(240, 240, 240);
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .dia__number img {
    width: 130px;
    height: 50px;
    max-width: none;
    object-fit: contain;
  }

  .dia__content {
    display: block;
    padding: 12px 0;
  }

  .dia__content .title {
    margin-left: 0;
    margin-bottom: 6px;
  }

  .dia__content h3 {
    font-size: 18px;
  }

  .dia__content h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .dia__number {
    padding: 13px 0;
  }

  .dia__number img {
    width: 110px;
    height: 60px;
    max-width: none;
    object-fit: contain;
  }

  .dia__content .title {
    font-size: 14px;
  }

  .dia__content .text {
    font-size: 14px;
    line-height: 22px;
  }

  .dia__content h3 {
    font-size: 16px;
  }

  .dia__content h4 {
    font-size: 14px;
  }
}

hr.title {
  height: 5px;
  background: var(--principal);
  border: 0px;
  margin-bottom: 100px;
}

hr.separador-personaje {
  height: 5px;
  background: var(--principal);
  border: 0px;
  margin-top: 0px;
}

.foto-personaje {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  margin-bottom: 5px;
  transition: 0.5s;

}

.personaje {
  max-width: 300px;
  max-height: 500px;
  font-size: large;
  font-weight: 700;
  transition: 1.2s;
  display: block;
  border-radius: 16px;
  box-shadow: rgb(0 0 0 / 50%) 0px 5px 5px;
  color: var(--white);
  background-color: var(--secundario);
  text-align: center;

}


.personaje-white {
  max-width: 300px;
  max-height: 500px;
  font-size: large;
  font-weight: 700;
  transition: 1.2s;
  display: block;
  border-radius: 16px;
  box-shadow: rgb(0 0 0 / 50%) 0px 5px 5px;
  background-color: var(--white);
  color: var(--secundario);
  text-align: center;
}



.bigger:hover {

  transform: scale(1.1);

}

.personajes {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

body {
  font-family: var(--font2) !important;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #28677C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #BE7523;
  outline: none;
  text-decoration: none !important;
}

.avisoLegal {
  color: #ffffff !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

p {
  margin-bottom: 1.5em;
}

/*h1::first-letter{
  initial-letter: 2;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  font-weight: 800;
  margin: 0 0 30px 0;
}

.center {
  align-items: center;
  text-align: center;
  vertical-align: middle;
  text-align: justify;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: var(--font2);
}

@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #2c98f0;
}

::-moz-selection {
  color: #fff;
  background: #2c98f0;
}

::selection {
  color: #fff;
  background: #2c98f0;
}

#colorlib-page {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  background-color: var(--secundario);
}

#colorlib-aside {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  padding-top: 3em;
  padding-bottom: 40px;
  float: left;
  width: 25%;
  position: fixed;
  z-index: 1001;
  background: var(--secundario);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  flex-direction: column;

}

.page-scroll-progress {
  position: fixed;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100vh;
  background: rgba(255, 248, 241, 0.22);
  z-index: 1002;
  pointer-events: none;
}

.page-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 0;
  background: var(--principal);
  transition: height 0.12s linear;
}

@media screen and (max-width: 620px) {
  #colorlib-aside {
    width: 300px;
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-top: 4em;
    height: 100%;
  }

  .page-scroll-progress {
    left: 0;
    width: 3px;
    background: rgba(255, 248, 241, 0.18);
  }
}

#colorlib-aside .author-img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

#colorlib-aside .position {
  display: block;
  margin-bottom: 2em;
  font-size: 12px;
  text-transform: uppercase;
}

#colorlib-aside #colorlib-logo {
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: .5em;
  display: block;
  width: 100%;
}

#colorlib-aside #colorlib-logo a {
  display: block;
  text-align: center;
  color: #000;
  padding-right: .3em;
}



#colorlib-aside #colorlib-main-menu .collapse {
  display: block !important;
}

#colorlib-aside #colorlib-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: clamp(32px, 5vh, 140px);
}

@media screen and (max-width: 620px) {
  #colorlib-aside #colorlib-main-menu ul {
    margin: 2em 0 2em 0;
  }
}

#colorlib-aside #colorlib-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#colorlib-aside #colorlib-main-menu ul li a {
  color: white;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: var(--font);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#colorlib-aside #colorlib-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: var(--principal);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
  text-decoration: none;
  color: var(--principal);
}

#colorlib-aside #colorlib-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#colorlib-aside #colorlib-main-menu ul li.active a {
  color: var(--principal);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
}

#colorlib-aside #colorlib-main-menu ul li.active a:after {
  height: 2px;
  bottom: 4px;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#colorlib-aside .colorlib-footer {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  width: 100%;
  position: relative;
  bottom: auto;
  margin-top: auto;
  padding-top: 24px;
}

@media screen and (max-width: 620px) {
  #colorlib-aside .colorlib-footer {
    position: relative;
    bottom: 0;
  }
}

#colorlib-aside .colorlib-footer span {
  display: block;
}

#colorlib-aside .colorlib-footer ul {
  padding: 0;
  margin: 0;
}

#colorlib-aside .colorlib-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
  font-size: 20px;
}

#colorlib-aside .colorlib-footer ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 4px;
}

#colorlib-aside .colorlib-footer ul li a:hover,
#colorlib-aside .colorlib-footer ul li a:active,
#colorlib-aside .colorlib-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: var(--principal);
}

#colorlib-aside > div:first-child {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding-bottom: 12px;
}

#colorlib-aside .flags {
  margin-top: 24px;
  text-align: center;
}

body.main-aside-responsive-page #colorlib-aside {
  overflow-y: auto;
  padding-top: 2.35rem;
  padding-bottom: 18px;
}

body.main-aside-responsive-page .main-aside-responsive__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 6px;
  text-align: center;
}

body.main-aside-responsive-page .main-aside-responsive__logo {
  padding: 0 11%;
  margin-bottom: 8px;
}

body.main-aside-responsive-page .main-aside-responsive__logo img {
  width: min(100%, 162px);
  max-height: 13vh;
  object-fit: contain;
}

body.main-aside-responsive-page #colorlib-main-menu {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

body.main-aside-responsive-page #colorlib-main-menu .collapse {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
  margin-top: clamp(12px, 2.6vh, 34px);
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 0.35vh, 6px);
}

body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
  margin: 0;
  font-size: clamp(12.5px, 0.82vw, 16px);
  line-height: 1.1;
  letter-spacing: 0.55px;
}

body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
  display: inline-block;
  max-width: 100%;
  padding: clamp(3px, 0.48vh, 7px) 0;
}

body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li.active a {
  font-size: clamp(13.5px, 0.9vw, 17px);
  line-height: 1.16;
}

body.main-aside-responsive-page .flags {
  margin-top: clamp(8px, 1.2vh, 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

body.main-aside-responsive-page .flags img {
  width: clamp(24px, 1.8vw, 32px) !important;
}

body.main-aside-responsive-page .colorlib-footer {
  margin-top: clamp(8px, 1.25vh, 14px);
  padding-top: clamp(8px, 1.1vh, 12px);
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12.5px;
}

body.main-aside-responsive-page .colorlib-footer p {
  margin-bottom: 6px;
  line-height: 1.3;
}

body.main-aside-responsive-page .colorlib-footer ul {
  display: flex;
  justify-content: center;
  gap: 6px;
}

body.main-aside-responsive-page .colorlib-footer ul li {
  font-size: 18px;
}

/* En <=700px una regla antigua con 2 IDs imponía display:block y margin-top:160px al
   menú, rompiendo el layout responsive. Lo restauramos con mayor especificidad. */
body.main-aside-responsive-page #colorlib-aside #colorlib-main-menu {
  display: flex;
  margin-top: 0;
}

/* El contenido del aside se escala (vía JS) para caber entero mientras está expandido. */
body.main-aside-responsive-page .main-aside-responsive__inner {
  transform-origin: top center;
  transition: transform 0.15s ease;
}

/* Barra de scroll sutil del aside (en tono crema, para no confundirse con la barra de
   progreso dorada). Solo se ve cuando hay scroll real: móvil off-canvas o modo compacto. */
body.main-aside-responsive-page #colorlib-aside {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 248, 241, 0.55) transparent;
}

body.main-aside-responsive-page #colorlib-aside::-webkit-scrollbar {
  width: 8px;
}

body.main-aside-responsive-page #colorlib-aside::-webkit-scrollbar-track {
  background: transparent;
}

body.main-aside-responsive-page #colorlib-aside::-webkit-scrollbar-thumb {
  background: rgba(255, 248, 241, 0.5);
  border-radius: 999px;
}

body.main-aside-responsive-page #colorlib-aside:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 248, 241, 0.75);
}

@media screen and (max-height: 840px) and (min-width: 621px) {
  #colorlib-aside {
    padding-top: 2em;
    padding-bottom: 24px;
  }

  #colorlib-aside #colorlib-main-menu ul {
    margin-top: 28px;
  }

  #colorlib-aside #colorlib-main-menu ul li {
    margin-bottom: 6px;
    font-size: 15px;
  }

  #colorlib-aside #colorlib-main-menu ul li a {
    padding: 7px 0;
  }

  #colorlib-aside .colorlib-footer {
    padding-top: 18px;
  }
}

@media screen and (max-height: 900px) and (min-width: 621px) {
  body.main-aside-responsive-page #colorlib-aside {
    padding-top: 1.9rem;
    padding-bottom: 16px;
  }

  body.main-aside-responsive-page .main-aside-responsive__logo {
    padding: 0 10%;
    margin-bottom: 5px;
  }

  body.main-aside-responsive-page .main-aside-responsive__logo img {
    max-height: 11vh;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
    margin-top: 10px;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
    font-size: 13.5px;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
    padding: 4px 0;
  }
}

@media screen and (max-height: 760px) and (min-width: 621px) {
  body.main-aside-responsive-page #colorlib-aside {
    padding-top: 1.35rem;
    padding-bottom: 12px;
  }

  body.main-aside-responsive-page .main-aside-responsive__logo img {
    max-height: 8.5vh;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
    margin-top: 7px;
    gap: 0;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
    font-size: 11.5px;
    letter-spacing: 0.4px;
  }

  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
    padding: 3px 0;
  }

  body.main-aside-responsive-page .flags {
    margin-top: 7px;
    gap: 8px;
  }

  body.main-aside-responsive-page .flags img {
    width: 24px !important;
  }

  body.main-aside-responsive-page .colorlib-footer {
    margin-top: 7px;
    padding-top: 7px;
    font-size: 12px;
  }

  body.main-aside-responsive-page .colorlib-footer ul li {
    font-size: 17px;
  }
}

/* ══════════════════════════════════════════════════════════════════
   CORRECCIONES RESPONSIVE DEL ASIDE — aplicado a todas las páginas
   ══════════════════════════════════════════════════════════════════ */

/* 1. BASE: eliminar el posible margin-bottom negativo del inner */
body.main-aside-responsive-page .main-aside-responsive__inner {
  margin-bottom: 0;
}

/* 2. Portrait ≤620px: flex:1 + min-height:0 es más fiable que
   min-height:100% en iOS/Android para evitar desbordamientos */
@media screen and (max-width: 620px) {
  body.main-aside-responsive-page #colorlib-aside {
    -webkit-overflow-scrolling: touch;
  }
  body.main-aside-responsive-page .main-aside-responsive__inner {
    flex: 1 1 auto;
    min-height: 0;
  }
  body.main-aside-responsive-page #colorlib-main-menu {
    min-height: 0;
  }
}

/* 3. Portrait ≤620px con altura ≤700px: logo muy reducido para que
   nunca se solape nada a ~594 px de alto */
@media screen and (max-width: 620px) and (max-height: 700px) {
  body.main-aside-responsive-page #colorlib-aside {
    padding-top: 1.6rem;
  }
  body.main-aside-responsive-page .main-aside-responsive__logo {
    padding: 0 22%;
    margin-bottom: 2px;
  }
  body.main-aside-responsive-page .main-aside-responsive__logo img {
    max-height: 7vh;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
    margin-top: 6px;
    gap: 0;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: 0.4px;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
    padding: 2.5px 0;
  }
  body.main-aside-responsive-page .flags {
    margin-top: 6px;
    gap: 7px;
  }
  body.main-aside-responsive-page .flags img {
    width: 20px !important;
  }
  body.main-aside-responsive-page .colorlib-footer {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 11.5px;
  }
  body.main-aside-responsive-page .colorlib-footer ul li {
    font-size: 16px;
  }
  body.main-aside-responsive-page .colorlib-footer p {
    margin-bottom: 4px;
  }
}

/* 4. Sidebar >620px con altura ≤720px: logo a 4.5vh (~27px a 594px)
   para que el JS de fitAside() apenas tenga que comprimir */
@media screen and (min-width: 621px) and (max-height: 720px) {
  body.main-aside-responsive-page .main-aside-responsive__logo {
    margin-bottom: 1px;
  }
  body.main-aside-responsive-page .main-aside-responsive__logo img {
    max-height: 4.5vh;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
    margin-top: 4px;
    gap: 0;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
    font-size: 10.5px;
    line-height: 1.05;
    letter-spacing: 0.3px;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
    padding: 2px 0;
  }
  body.main-aside-responsive-page .flags {
    margin-top: 5px;
    gap: 6px;
  }
  body.main-aside-responsive-page .flags img {
    width: 20px !important;
  }
  body.main-aside-responsive-page .colorlib-footer {
    margin-top: 5px;
    padding-top: 4px;
    font-size: 11px;
  }
  body.main-aside-responsive-page .colorlib-footer ul li {
    font-size: 15px;
  }
  body.main-aside-responsive-page .colorlib-footer p {
    margin-bottom: 3px;
  }
}

/* 5. Sidebar >620px en pantallas medianas ≤900px de ancho */
@media screen and (min-width: 621px) and (max-width: 900px) {
  body.main-aside-responsive-page .flags img {
    width: clamp(18px, 2.2vw, 26px) !important;
  }
  body.main-aside-responsive-page .colorlib-footer {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* 6. Landscape muy corto: >620px ancho y ≤480px alto — reducción máxima */
@media screen and (min-width: 621px) and (max-height: 480px) {
  body.main-aside-responsive-page #colorlib-aside {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  body.main-aside-responsive-page .main-aside-responsive__inner {
    min-height: 0 !important;
  }
  body.main-aside-responsive-page .main-aside-responsive__logo {
    margin-bottom: 1px;
  }
  body.main-aside-responsive-page .main-aside-responsive__logo img {
    max-height: 4vh;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul {
    margin-top: 2px;
    gap: 0;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li {
    font-size: 9.5px;
    letter-spacing: 0.2px;
    line-height: 1.05;
  }
  body.main-aside-responsive-page #colorlib-main-menu .collapse > ul li a {
    padding: 1px 0;
  }
  body.main-aside-responsive-page .flags {
    margin-top: 3px;
    gap: 4px;
  }
  body.main-aside-responsive-page .flags img {
    width: 15px !important;
  }
  body.main-aside-responsive-page .colorlib-footer {
    margin-top: 3px;
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 9.5px;
  }
  body.main-aside-responsive-page .colorlib-footer ul li {
    font-size: 12px;
  }
  body.main-aside-responsive-page .colorlib-footer p {
    margin-bottom: 2px;
  }
}

body.main-aside-responsive-page.main-aside-height-compact #colorlib-aside {
  width: 300px;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 24px;
  overflow-y: auto;
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}

body.main-aside-responsive-page.main-aside-height-compact #colorlib-main {
  width: 100%;
}

body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle {
  opacity: 1;
  visibility: visible;
  background: var(--secundario);
  border-radius: 0 8px 8px 0;
  left: 3px;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle i,
body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle i::before,
body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle i::after,
body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle.active i::before,
body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle.active i::after {
  background: #fff;
}

body.main-aside-responsive-page.main-aside-height-compact .colorlib-nav-toggle.active i {
  background: transparent;
}

.container-wrap {
  margin: 0 auto;
}

#colorlib-main {
  width: 75%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(240, 240, 240);
}

@media screen and (max-width: 620px) {
  #colorlib-main {
    width: 100%;
  }
}

#colorlib-hero {
  min-height: 500px;
  width: 100%;
  float: left;
  margin-bottom: 0;
  clear: both;
  padding: 25px;
  text-align: justify;
  font-family: var(--font2);
}

#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: visible;
}

#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
}

#colorlib-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 20px;
  float: left;
  width: auto;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .flex-control-nav {
    right: 20px;
    top: 100px;
  }
}

#colorlib-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#colorlib-hero .flexslider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #2c98f0;
}

#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}

#colorlib-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner {
    text-align: center;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: black;
  font-family: var(--font2);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 28px;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: var(--font);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
  color: rgba(44, 152, 240, 0.8);
  border-bottom: 1px solid rgba(44, 152, 240, 0.7);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
  font-size: 20px;
  color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner p {
  margin-bottom: 0;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
  color: #000;
  border: 1px solid #000;
  background: transparent !important;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #colorlib-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 300px;
  background: var(--secundario);
  z-index: 999;
  position: fixed;
}

body.offcanvas #colorlib-main,
body.offcanvas .colorlib-nav-toggle {
  top: 0;
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}

body.offcanvas .page-scroll-progress {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0s;
}

body:not(.offcanvas) .page-scroll-progress {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0.5s, opacity 0s 0.5s;
}

.colorlib-narrow-content {
  padding: 0 2.5em;
}

@media screen and (max-width: 768px) {
  .colorlib-narrow-content {
    padding: 0;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.colorlib-experience,
.colorlib-skills,
.colorlib-education,
.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-services,
.colorlib-contact {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {

  .colorlib-experience,
  .colorlib-skills,
  .colorlib-education,
  .colorlib-blog,
  .colorlib-work,
  .colorlib-about,
  .colorlib-services,
  .colorlib-contact {
    padding-top: 5em;
    padding-bottom: 8em;
  }
}

.author-img {
  background-size: 600px;
  background-position: center center;
  background-repeat: no-repeat;

}

.colorlib-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}

.colorlib-heading span {
  display: block;
}

@media screen and (max-width: 768px) {
  .colorlib-heading {
    margin-bottom: 3em;
  }
}

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

.hire {
  padding: 2em;
  background: var(--principal);
}

.hire h2 {
  line-height: 1.5;
}

.hire .btn-hire {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  bordeR: 1px solid #000;
  padding: 2px 10px;
}

.fancy-collapse-panel .panel-default>.panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font);
  background-color: #2c98f0;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: var(--font);
  content: "\e115";
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\e114";
}

.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: var(--secundario);
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px;
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
  background: #ec5453;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
  background: var(--principal);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
  background: #a84cb8;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
  background: #2fa499;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
  background: #fff;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-family: var(--font)f;
  font-weight: 500;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px;
}

.services {
  margin-bottom: 30px;
  padding: 1.5em;
  -webkit-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-bottom: 2px solid #2c98f0;
}

.services .icon2 {
  display: block;
  margin-bottom: 20px;
}

.services .icon2 i {
  font-size: 30px;
  color: #2c98f0;
}

.services h3 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
}

.services.color-2 {
  border-bottom: 2px solid #ec5453;
}

.services.color-2 .icon2 i {
  color: #ec5453;
}

.services.color-3 {
  border-bottom: 2px solid #f9bf3f;
}

.services.color-3 .icon2 i {
  color: #f9bf3f;
}

.services.color-4 {
  border-bottom: 2px solid #a84cb8;
}

.services.color-4 .icon2 i {
  color: #a84cb8;
}

.services.color-5 {
  border-bottom: 2px solid #2fa499;
}

.services.color-6 {
  border-bottom: 2px solid #4054b2;
}

.services {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .services {
    margin-bottom: 4em;
  }
}

.services .icon {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100px;
  height: 50px;
  display: table;
  margin: 0 auto;
  background: #2c98f0;
}

.services .icon:before,
.services .icon:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
}

.services .icon:before {
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 30px 50px;
  border-color: transparent transparent #2c98f0 transparent;
}

.services .icon:after {
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #2c98f0 transparent transparent transparent;
}

.services .icon i {
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}

.services .desc {
  margin-top: 60px;
}

.services .desc h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.services.color-2 .icon {
  background: #ec5453;
}

.services.color-2 .icon:before {
  border-color: transparent transparent #ec5453 transparent;
}

.services.color-2 .icon:after {
  border-color: #ec5453 transparent transparent transparent;
}

.services.color-3 .icon {
  background: #f9bf3f;
}

.services.color-3 .icon:before {
  border-color: transparent transparent #f9bf3f transparent;
}

.services.color-3 .icon:after {
  border-color: #f9bf3f transparent transparent transparent;
}

.services.color-4 .icon {
  background: #a84cb8;
}

.services.color-4 .icon:before {
  border-color: transparent transparent #a84cb8 transparent;
}

.services.color-4 .icon:after {
  border-color: #a84cb8 transparent transparent transparent;
}

.services.color-5 .icon {
  background: #2fa499;
}

.services.color-5 .icon:before {
  border-color: transparent transparent #2fa499 transparent;
}

.services.color-5 .icon:after {
  border-color: #2fa499 transparent transparent transparent;
}

.services.color-6 .icon {
  background: #4054b2;
}

.services.color-6 .icon:before {
  border-color: transparent transparent #4054b2 transparent;
}

.services.color-6 .icon:after {
  border-color: #4054b2 transparent transparent transparent;
}

.progress-wrap h3 {
  font-size: 16px;
  font-family: var(--font);
  margin-bottom: 10px;
}

.progress {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f3f7;
  overflow: visible;
}

.progress-bar {
  background: #2c98f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-align: right;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.progress-bar:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.progress-bar span {
  position: absolute;
  top: -22px;
  right: 0;
}

.progress-bar.color-1 {
  background: #2c98f0;
}

.progress-bar.color-1:after {
  background: #2c98f0;
}

.progress-bar.color-1 span {
  color: #2c98f0;
}

.progress-bar.color-2 {
  background: #ec5453;
}

.progress-bar.color-2:after {
  background: #ec5453;
}

.progress-bar.color-2 span {
  color: #ec5453;
}

.progress-bar.color-3 {
  background: #f9bf3f;
}

.progress-bar.color-3:after {
  background: #f9bf3f;
}

.progress-bar.color-3 span {
  color: #f9bf3f;
}

.progress-bar.color-4 {
  background: #a84cb8;
}

.progress-bar.color-4:after {
  background: #a84cb8;
}

.progress-bar.color-4 span {
  color: #a84cb8;
}

.progress-bar.color-5 {
  background: #2fa499;
}

.progress-bar.color-5:after {
  background: #2fa499;
}

.progress-bar.color-5 span {
  color: #2fa499;
}

.progress-bar.color-6 {
  background: #4054b2;
}

.progress-bar.color-6:after {
  background: #4054b2;
}

.progress-bar.color-6 span {
  color: #4054b2;
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.colorlib-feature .colorlib-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: #f2f3f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #2c98f0;
  font-size: 60px;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  .colorlib-feature .colorlib-icon i {
    font-size: 40px;
  }
}

.colorlib-feature .colorlib-text {
  padding-left: 120px;
  width: 100%;
}

.colorlib-feature .colorlib-text h2,
.colorlib-feature .colorlib-text h3 {
  margin: 0;
  padding: 0;
}

.colorlib-feature .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.colorlib-feature.colorlib-feature-sm .colorlib-text {
  margin-top: 30px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
  color: #2c98f0;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    font-size: 28px;
  }
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 3em;
  }
}

.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-entry .desc h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font);
}

.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.blog-entry .desc span small i {
  color: #999999;
}

.blog-entry .desc .lead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.work-menu span {
  margin-left: 10px;
}

.work-menu span:first-child {
  margin-left: 0;
}

.work-menu span a {
  color: #000;
}

.work-menu span a.active {
  color: #2c98f0;
}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.project .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c98f0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: 300px;
}

.project .desc .con .icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.project .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.project .desc .con .icon span a {
  color: var(--secundario);
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.project .desc .con .icon i {
  font-size: 16px;
  color: var(--secundario);
}

.project .desc h3 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

.project .desc h3 a {
  color: #fff;
}

.project .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.project .desc span a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .project .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }

  .project .desc h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }

  .project .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.project:hover .desc {
  opacity: 1;
}

.project:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-load-more {
  width: 100%;
}

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em;
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #2c98f0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}

.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: var(--font);
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.colorlib-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;

}

.colorlib-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .colorlib-social li a {
    padding: 10px 8px;
  }
}

.colorlib-social li a:hover {
  color: var(--principal);
}

.colorlib-social li a:hover,
.colorlib-social li a:active,
.colorlib-social li a:focus {
  outline: none;
  text-decoration: none;
  color: var(--principal);
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.colorlib-bg-color {
  background: #fafafa;
  position: relative;
}

.pagination {
  padding: 0;
}

.pagination li {
  margin: 2px;
}

.pagination li a {
  color: #000;
  background: transparent;
  color: #000;
  margin: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination li a:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.pagination li a:hover,
.pagination li a:focus {
  background: var(--principal);
  color: #fff;
  border: 1px solid #2c98f0;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}

.pagination li.active a {
  background: #2c98f0;
  border: 1px solid #2c98f0 !important;
}

.pagination li.active a:hover,
.pagination li.active a:focus {
  background: #2c98f0;
  color: #fff;
  border: 1px solid #2c98f0 !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}

.btn.btn-sm {
  padding: 4px 15px !important;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #2c98f0;
  color: #fff;
  border: 2px solid #2c98f0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #44a4f2 !important;
  border-color: #44a4f2 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #2c98f0;
  border: 2px solid #2c98f0;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #2c98f0;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #f2f3f7;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background: #f0f0f0;
}

#message {
  height: 130px;
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #000;
}

.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
  background: #000;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;

  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  position: fixed;
  left: -5px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 620px) {
  .colorlib-nav-toggle {
    opacity: 1;
    visibility: visible;
    background: var(--secundario);
    border-radius: 0 8px 8px 0;
    left: 3px;
    top: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .colorlib-nav-toggle i,
  .colorlib-nav-toggle i::before,
  .colorlib-nav-toggle i::after {
    background: #fff;
  }

  .colorlib-nav-toggle.active i {
    background: transparent;
  }

  .colorlib-nav-toggle.active i::before,
  .colorlib-nav-toggle.active i::after {
    background: #fff;
  }

  .colorlib-nav-toggle i,
  .colorlib-nav-toggle i::before,
  .colorlib-nav-toggle i::after {
    background: #fff;
  }

  .colorlib-nav-toggle.active i {
    background: transparent;
  }
}


  


@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.row-pt-md {
  padding-top: 3em;
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}




.idiomas {
  max-width: 150px;
  align-items: center;
  display: flex;
  transition: all 0.5 ease-in-out;
}



.idiomas:hover {
  transform: scale(1.1);
}

ul {
  list-style-type: none;
}

.inicio {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
  background: white;
  height: 100%;
}

.inicio_texto {
  padding-left: 5px;
}

.inicio_texto::first-letter {
  initial-letter: 2;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .inicio_texto img {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
  }

  .inicio_texto::first-letter {
    initial-letter: 1;
  }
}

.cont-tarjetas {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
}

.tarjeta-wrapper {
  perspective: 1000px;
  width: 470px;
}

.tarjeta-wrapper--minimal {
  perspective: none;
}

.cont-tarjetas .arrow {
  width: 45px;
  margin: 0 0 -10px 250px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-top: 5%;
}

.cont-tarjetas a:hover .arrow {
  opacity: 1;
  translate: 100px;
}

.cont-tarjetas a:hover {
  transform: rotateY(180deg);
}

.cont-tarjetas a.no-flip:hover {
  transform: none;
}

.no-flip {
  min-height: 670px;
}

.no-flip .cont-tarjetas__cabecera__img .main-img {
  width: 100%;
  height: 350px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.cont-tarjetas a {
  position: relative;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  display: flex;
  flex-flow: column;
  width: 470px;
  border-radius: 8px;
  background-color: #222;
  padding: 40px;
  margin: auto;
  margin-bottom: 50px;
  min-height: 600px;
}

.cont-tarjetas a.jurado-card-minimal {
  transform-style: flat;
  background-color: transparent;
  padding: 0;
  min-height: 620px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.cont-tarjetas a.jurado-card-minimal:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.jurado-card-minimal__media,
.jurado-card-minimal__media img {
  width: 100%;
  height: 100%;
}

.jurado-card-minimal__media {
  position: absolute;
  inset: 0;
}

.jurado-card-minimal__media img {
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.jurado-card-minimal__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.10) 0%, rgba(15, 23, 42, 0.18) 42%, rgba(8, 15, 31, 0.86) 100%);
}

.jurado-card-minimal__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 6px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.jurado-card-minimal__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 30px 30px;
  color: #fff;
}

.jurado-card-minimal__content::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.jurado-card-minimal__name {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 0.95;
  color: #fff;
}

.jurado-card-minimal__role {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jurado-card-minimal__arrow {
  position: absolute;
  right: 30px;
  bottom: 36px;
  opacity: 0.4;
  transform: translateX(-6px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: arrowIdle 2.8s ease-in-out infinite;
}

.jurado-card-minimal__arrow svg {
  display: block;
  width: 26px;
  height: auto;
}

@keyframes arrowIdle {
  0%, 100% { transform: translateX(-6px); }
  50% { transform: translateX(-1px); }
}

.cont-tarjetas a.jurado-card-minimal:hover .jurado-card-minimal__arrow {
  opacity: 1;
  transform: translateX(8px);
  animation: none;
}

.cont-tarjetas__cabecera {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.cont-tarjetas__cabecera__logo {
  width: 60px;
}



.cont-tarjetas__cabecera__logo img {
  background-color: var(--white);
  border-radius: 50%;
}

.cont-tarjetas__cabecera__img {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}

.cont-tarjetas__cabecera__img .main-img {
  width: 100%;
  height: 330px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.cont-tarjetas__cabecera__img .logo-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background-color: white; */
  padding: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
}



.cont-tarjetas__cabecera__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}


.flip-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

.flip-content.front {
  z-index: 2;
}

.flip-content.back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.card-text {
  max-height: 100%;
  overflow: visible;
  position: relative;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-text h4 {
  color: var(--titulos);
}

.card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  font-size: 14px;
  color: white;
}

.more-info {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(to top, #222, transparent 40%);
  padding-top: 20px;
}

.more-info span {
  color: white;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 3px;
}

.more-info span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: white;
  transition: width 0.3s ease;
}

.more-info span:hover::after {
  width: 100%;
}

.more-info:hover span::after {
  width: 100%;
}


.more-info img {
  width: 20px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cont-tarjetas {
    gap: 40px;
    margin-top: 30px !important;
  }

  .tarjeta-wrapper,
  .cont-tarjetas a,
  .cont-tarjetas a.jurado-card-minimal {
    width: 100%;
    max-width: 470px;
  }

  .cont-tarjetas a {
    padding: 30px;
  }

  .cont-tarjetas a.jurado-card-minimal {
    min-height: 500px;
    padding: 0;
  }

  .jurado-card-minimal__name {
    font-size: 36px;
  }

  .jurado-card-minimal__content {
    padding: 28px 22px 24px;
  }

  #colorlib-hero {
    padding: 20px 15px;
  }

  #colorlib-main section {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 480px) {
  .cont-tarjetas {
    gap: 30px;
    margin-top: 20px !important;
  }

  .cont-tarjetas a.jurado-card-minimal {
    min-height: 400px;
    border-radius: 18px;
  }

  .jurado-card-minimal__name {
    font-size: 28px;
  }

  .jurado-card-minimal__role {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .jurado-card-minimal__content {
    padding: 22px 16px 18px;
  }

  .jurado-card-minimal__content::before {
    width: 36px;
    margin-bottom: 14px;
  }

  .jurado-card-minimal__badge {
    width: 40px;
    height: 40px;
    top: 14px;
    left: 14px;
  }

  .jurado-card-minimal__overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.12) 35%, rgba(8, 15, 31, 0.92) 100%);
  }

  #colorlib-hero {
    padding: 16px 10px;
  }

  #colorlib-main section {
    padding: 16px 10px;
  }
}

/* ===========================================
   Jurado: Secciones agrupadas por categoría
   =========================================== */

.jurado-section {
  margin-bottom: 80px;
}

/* --- Título de sección --- */
.jurado-section__title {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 42px;
  padding: 0 0 28px;
  text-align: left;
}

.jurado-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, var(--principal), rgba(192, 152, 87, 0));
}

.jurado-section__heading {
  display: block;
  margin: 0;
  padding: 0;
  color: rgb(43, 43, 43);
  font-family: var(--font), serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Grid 3 columnas --- */
.jurado-grid--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1500px;
  margin: 0 auto 60px;
}

.jurado-grid--3col .tarjeta-wrapper {
  width: 100%;
}

.jurado-grid--3col .jurado-card-minimal {
  position: relative;
  transform-style: flat;
  background-color: transparent;
  padding: 0;
  min-height: 480px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  display: flex;
  flex-flow: column;
  width: 100% !important;
  margin: 0;
}

.jurado-grid--3col .jurado-card-minimal:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

/* --- Grid 5 cards (3 + 2 centrados) --- */
.jurado-grid--5cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
  max-width: 1500px;
  margin: 0 auto;
}

.jurado-grid--5cards .tarjeta-wrapper {
  width: 100%;
}

.jurado-grid--5cards .jurado-card-minimal {
  position: relative;
  transform-style: flat;
  background-color: transparent;
  padding: 0;
  min-height: 480px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  display: flex;
  flex-flow: column;
  width: 100% !important;
  margin: 0;
}

.jurado-grid--5cards .jurado-card-minimal:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

/* Desktop: 3 cards en primera fila, 2 centrados en segunda */
.jurado-grid--5cards > *:nth-child(1) { grid-column: span 2; }
.jurado-grid--5cards > *:nth-child(2) { grid-column: span 2; }
.jurado-grid--5cards > *:nth-child(3) { grid-column: span 2; }
.jurado-grid--5cards > *:nth-child(4) { grid-column: 2 / span 2; }
.jurado-grid--5cards > *:nth-child(5) { grid-column: 4 / span 2; }

/* --- Responsive --- */
@media screen and (max-width: 1700px) {
  .jurado-grid--3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .jurado-grid--5cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .jurado-grid--5cards > *:nth-child(1),
  .jurado-grid--5cards > *:nth-child(2),
  .jurado-grid--5cards > *:nth-child(3),
  .jurado-grid--5cards > *:nth-child(4),
  .jurado-grid--5cards > *:nth-child(5) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 768px) {
  .jurado-grid--3col {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .jurado-grid--5cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jurado-grid--5cards > *:nth-child(1),
  .jurado-grid--5cards > *:nth-child(2),
  .jurado-grid--5cards > *:nth-child(3),
  .jurado-grid--5cards > *:nth-child(4),
  .jurado-grid--5cards > *:nth-child(5) {
    grid-column: span 1;
  }

  .jurado-section {
    margin-bottom: 56px;
  }

  .jurado-section__title {
    margin-bottom: 28px;
  }

  .jurado-section__heading {
    font-size: 22px;
    white-space: normal;
  }
}


#inglesFlag:hover {
  transform: scale(1.5);
  transition: 0.6s;
}

#espanolFlag:hover {
  transform: scale(1.5);
  transition: 0.6s;
}

#valencianoFlag:hover {
  transform: scale(1.5);
  transition: 0.6s;
}

.colaboradores img:hover {
  transform: scale(1.2);
  transition: 0.6s;
}

.flags img {
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
}

li {
  list-style: disc inside;
}

.enumBandas li {
  list-style: none;
}

.text div h3,
.text h3 a {
  text-transform: uppercase;
  color: var(--titulos);
}

.text div b {
  font-weight: 500;
}


i {
  font-weight: 600;
}

.text div b span {
  font-weight: 700;
}

.text a h4 {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(.4, 0, .2, 1);
  color: var(--principal);
}

.text a h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--principal);
  color: var(--principal) !important;
  transition: width 1s cubic-bezier(.4, 0, .2, 1);
}


.text a:hover h4::after {
  width: 100%;
}

.text .director-label {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}

.text ul li b {
  font-weight: 600;
}

.text ul li b span {
  font-weight: 700;
}

.dia__content ul {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .dia__content ul {
    padding-left: 16px;
  }
}

.banda-invitada {
  color: var(--titulos);

}

/* Obra obligada — diferenciación discreta */
.text .obra-obligada-card {
  background: rgba(192, 152, 87, 0.06);
  border-left: 3px solid var(--principal);
  border-radius: 4px;
  padding: 6px 20px 14px;
  margin: 8px 0 18px;
}

.text a.obra-obligada-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: var(--principal);
  transition: opacity 0.3s ease;
}

.text a.obra-obligada-link:hover {
  opacity: 0.75;
}

.obra-obligada-link .arrow-bandas {
  width: 18px;
  vertical-align: middle;
  margin-left: 6px;
}

.obra-obligada-link:hover .arrow-bandas {
  transform: translateX(8px);
}

.banda-invitada:hover {
  color: var(--titulos);
}


.infoPlacement {
  text-align: right;
  font-size: 18px;
  margin-bottom: 0px;
  border-right: 6px solid black;
  padding-right: 10px;
}

.infoPlacementMajor {
  text-align: right;
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans';
  font-size: 35px;
  border-right: 6px solid black;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .infoPlacement {
    text-align: left;
    border-right: none;
    border-left: 4px solid black;
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
  }

  .infoPlacementMajor {
    text-align: left;
    border-right: none;
    border-left: 4px solid black;
    padding-left: 10px;
    padding-right: 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .infoPlacement {
    font-size: 14px;
  }

  .infoPlacementMajor {
    font-size: 18px;
  }
}

.highlight-cookie {
  display: inline;
  color: var(--secundario) !important;
  background-image: linear-gradient(transparent 62%, rgba(123, 49, 64, 0.18) 62%, rgba(123, 49, 64, 0.18) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: highlightPulse 1.8s ease-in-out 1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.highlight-cookie h4 {
  margin: 0 !important;
  color: var(--secundario) !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

.highlight-cookie:hover h4 {
  color: var(--secundario) !important;
}

@keyframes highlightPulse {
  0% {
    background-position: 0 100%;
    text-shadow: none;
  }
  35% {
    background-position: 0 100%;
    text-shadow: 0 0 0 rgba(123, 49, 64, 0);
  }
  55% {
    background-position: 0 100%;
    text-shadow: 0 0 10px rgba(123, 49, 64, 0.18);
  }
  100% {
    background-position: 0 100%;
    text-shadow: none;
  }
}

.especialLines {
  border: 1px solid var(--secundario);
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .especialLines {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .especialLines {
    margin-top: 40px;
  }
}


/* TIPO 1 */
.contendorImagen1 {
  display: flex;
  flex-flow: row wrap;
  text-align: justify;
}

.imagen1 {
  width: 100%;
  max-width: 550px;
  float: right;
  margin-left: 15px;
  box-shadow: var(--titulos) 0px 1px 4px;
  border-radius: 10px;
}

/* TIPO 2 */
.contenedorImagen2 {
  display: flex;
  flex-flow: row wrap;
  text-align: justify;
}

.imagen2 {
  width: 100%;
  max-width: 550px;
  float: left;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--titulos) 0px 1px 4px;
  border-radius: 10px;
}

/* TIPO 3 */
.contenedorImagen3 {
  display: flex;
  flex-flow: row wrap;
  text-align: justify;
}

.imagen3 {
  width: 80%;
  max-height: 430px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 20px auto;
  box-shadow: var(--titulos) 0px 1px 4px;
  border-radius: 10px;
}

/* =============================================
   LANDING HOME 2026 — Split Screen Mockup
   ============================================= */

.landing-home,
.landing-home body,
html:has(body.landing-home) {
  background: #3D1520;
  overflow: hidden;
}

.landing-home #colorlib-aside,
.landing-home .js-colorlib-nav-toggle,
.landing-home .page-scroll-progress {
  display: none !important;
}

.landing-home #colorlib-main {
  width: 100% !important;
  float: none !important;
  background: transparent !important;
}

.landing-home #colorlib-page {
  background: #3D1520;
  overflow: hidden;
}

.landing-home .container-wrap {
  max-width: 100% !important;
  padding: 0 !important;
}

/* --- SPLIT LAYOUT --- */
.landing-split {
  display: grid;
  grid-template-columns: 55% 45%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Override global img/figure rules for landing */
.landing-home img {
  width: auto;
}

.landing-home figure {
  float: none;
  margin-bottom: 0;
}

.landing-home a:hover,
.landing-home a:active,
.landing-home a:focus {
  color: inherit;
  outline: none;
}

.landing-home .landing-header__logo img {
  width: auto;
  height: 44px;
}

.landing-home .landing-poster img {
  width: 100%;
  height: 100%;
}

.landing-home .landing-footer__social a svg {
  width: 13px;
  height: 13px;
}

.landing-home .landing-hero__divider .lyre-icon,
.landing-home .landing-hero__info-item .info-icon,
.landing-home .landing-btn .btn-icon,
.landing-home .landing-btn .btn-arrow,
.landing-home .landing-hero__quicklinks a .ql-arrow,
.landing-home .landing-header__lang .lang-globe,
.landing-home .landing-header__lang .lang-chevron {
  width: auto;
  height: auto;
}

/* --- LADO IZQUIERDO --- */
.landing-left {
  background: #3D1520;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* --- HEADER --- */
.landing-header {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.landing-header__logo img {
  width: auto;
  height: 44px;
  display: block;
  filter: brightness(0) invert(1);
}

.landing-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.landing-header__nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.landing-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #C9A96E;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.landing-header__nav a:hover {
  color: #fff;
}

.landing-header__nav a:hover::after {
  transform: scaleX(1);
}

.landing-header__nav a.active {
  color: #C9A96E;
}

.landing-header__nav a.active::after {
  transform: scaleX(1);
}

.landing-header__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.landing-header__lang .lang-globe {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 0.6);
}

.landing-header__lang .lang-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Urbanist', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s ease;
}

.landing-header__lang .lang-link:hover,
.landing-header__lang .lang-link.active {
  color: #fff;
}

.landing-header__lang .lang-chevron {
  width: 14px;
  height: 14px;
  stroke: rgba(255, 255, 255, 0.5);
}

/* --- HERO --- */
.landing-hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 48px 16px;
  overflow: hidden;
}

.landing-hero__content {
  max-width: 680px;
}

.landing-hero__eyebrow {
  margin: 0 0 6px;
  color: #C9A96E;
  font-family: 'Urbanist', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.landing-hero h1 {
  margin: 0 0 8px;
  color: #F5EDE0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 3.8vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.landing-hero__dates {
  margin: 0 0 16px;
  color: #C9A96E;
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.landing-hero__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.landing-hero__divider::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #C9A96E;
}

.landing-hero__divider .lyre-icon {
  width: 22px;
  height: 22px;
  stroke: #C9A96E;
  flex-shrink: 0;
}

.landing-hero__divider::after {
  content: "";
  display: block;
  flex: 1;
  max-width: 160px;
  height: 1px;
  background: rgba(201, 169, 110, 0.3);
}

.landing-hero__text {
  max-width: 480px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

/* --- INFO BLOCKS --- */
.landing-hero__info {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}

.landing-hero__info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.landing-hero__info-item .info-icon {
  width: 22px;
  height: 22px;
  stroke: #C9A96E;
  flex-shrink: 0;
  margin-top: 1px;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.info-label {
  color: #C9A96E;
  font-family: 'Urbanist', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.info-value {
  color: #F5EDE0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

/* --- BUTTONS --- */
.landing-hero__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.landing-btn .btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.landing-btn .btn-arrow {
  width: 16px;
  height: 16px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.landing-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.landing-btn--primary {
  background: #C9A96E;
  color: #3D1520 !important;
}

.landing-btn--primary .btn-icon,
.landing-btn--primary .btn-arrow {
  stroke: #3D1520;
}

.landing-btn--primary:hover {
  background: #D4B87A;
}

.landing-btn--outline {
  background: transparent;
  color: #F5EDE0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.landing-btn--outline .btn-icon,
.landing-btn--outline .btn-arrow {
  stroke: #F5EDE0;
}

.landing-btn--outline:hover {
  border-color: #C9A96E;
  color: #C9A96E !important;
}

.landing-btn--outline:hover .btn-icon,
.landing-btn--outline:hover .btn-arrow {
  stroke: #C9A96E;
}

/* --- QUICK LINKS --- */
.landing-hero__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-hero__quicklinks a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Urbanist', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.landing-hero__quicklinks a span {
  display: inline;
}

.landing-hero__quicklinks a .ql-arrow {
  width: 14px;
  height: 14px;
  stroke: #C9A96E;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.landing-hero__quicklinks a:hover {
  color: #fff;
}

.landing-hero__quicklinks a:hover .ql-arrow {
  transform: translateX(4px);
}

/* --- FOOTER --- */
.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.landing-footer__social {
  display: flex;
  gap: 8px;
}

.landing-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}

.landing-footer__social a svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
}

.landing-footer__social a:hover {
  border-color: #C9A96E;
  color: #C9A96E;
}

.landing-footer__legal {
  display: flex;
  gap: 20px;
}

.landing-footer__legal a {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.landing-footer__legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* --- LADO DERECHO (POSTER) --- */
.landing-right {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.landing-poster {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.landing-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media screen and (max-width: 1200px) {
  .landing-split {
    grid-template-columns: 1fr;
    height: auto;
    overflow: auto;
  }

  .landing-right {
    height: 50vh;
    min-height: 300px;
  }

  .landing-left {
    height: auto;
    min-height: 50vh;
  }

  .landing-header {
    grid-template-columns: 160px 1fr auto;
    padding: 10px 28px;
    gap: 12px;
  }

  .landing-header__nav {
    gap: 12px;
  }

  .landing-header__nav a {
    font-size: 10px;
  }

  .landing-hero {
    padding: 16px 36px 12px;
  }

  .landing-footer {
    padding: 8px 28px;
  }
}

@media screen and (max-width: 768px) {
  .landing-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 10px 16px;
    gap: 8px;
  }

  .landing-header__logo img {
    height: 36px;
  }

  .landing-header__nav {
    gap: 8px 12px;
    justify-content: center;
  }

  .landing-header__nav a {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .landing-header__lang {
    justify-content: center;
  }

  .landing-hero {
    padding: 16px 16px 12px;
  }

  .landing-hero__content {
    max-width: 100%;
  }

  .landing-hero h1 {
    font-size: clamp(24px, 7vw, 36px);
  }

  .landing-hero__dates {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .landing-hero__text {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .landing-hero__info {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }

  .landing-hero__actions {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .landing-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
  }

  .landing-hero__quicklinks {
    gap: 4px 16px;
  }

  .landing-hero__quicklinks a {
    font-size: 9px;
  }

  .landing-footer {
    flex-direction: column;
    gap: 8px;
    padding: 8px 16px;
    text-align: center;
  }

  .landing-footer__legal {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .landing-header__nav {
    gap: 8px 10px;
  }

  .landing-header__nav a {
    font-size: 9px;
  }

  .landing-hero__quicklinks {
    gap: 4px 16px;
  }
}

/* =====================================================
   FICHA DE BANDA — rediseño moderno (PILOTO)
   Aislado: se activa con class="ficha-moderna" en <body>.
   No afecta a ninguna otra vista.
   ===================================================== */

/* Zona principal: fondo cálido y limpio en lugar del gris plano */
.ficha-moderna #colorlib-main {
  background: #efeae2;
}

/* La sección pasa a ser una "tarjeta de lectura" centrada y flotante */
.ficha-moderna #colorlib-main section {
  position: relative;
  max-width: 1000px;
  margin: 48px auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(41, 41, 41, 0.10);
  padding: 60px 64px !important;
  overflow: hidden;
}

/* Fina línea dorada en el borde superior de la tarjeta */
.ficha-moderna #colorlib-main section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--principal), var(--secundario));
}

/* Títulos (banda / director): más sobrios, sin el bloque dorado pesado */
.ficha-moderna .eleven {
  position: relative;
}

.ficha-moderna .eleven:not(.page-title--main) h1 {
  font-size: 44px;
  line-height: 1.22em;
  padding-bottom: 30px;
  letter-spacing: 0.5px;
}

.ficha-moderna .eleven:not(.page-title--main) h1::after {
  display: none;
}

.ficha-moderna .eleven:not(.page-title--main) h1::before {
  width: 72px;
  margin-left: -36px;
  height: 3px;
  bottom: 6px;
  border-radius: 3px;
  background-color: var(--principal);
}

/* Cuerpo de texto: más legible y con respiración */
.ficha-moderna .inicio_texto {
  font-size: 16.5px;
  line-height: 1.85;
  color: #33312e;
  padding-left: 0;
}

/* Capitular discreta en el color de marca */
.ficha-moderna .inicio_texto::first-letter {
  color: var(--secundario);
}

/* Imágenes: sombra suave, bordes redondeados y ligera elevación al pasar */
.ficha-moderna .inicio_texto img {
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(41, 41, 41, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ficha-moderna .inicio_texto img:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(41, 41, 41, 0.24);
}

/* Separador elegante con pequeño rombo dorado en el centro */
.ficha-moderna #colorlib-main hr {
  position: relative;
  border: none;
  height: 1px;
  margin: 56px 0;
  background: linear-gradient(90deg, transparent, rgba(192, 152, 87, 0.55), transparent);
  overflow: visible;
}

.ficha-moderna #colorlib-main hr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--principal);
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .ficha-moderna #colorlib-main section {
    max-width: none;
    margin: 16px;
    padding: 32px 22px !important;
    border-radius: 14px;
  }

  .ficha-moderna .eleven:not(.page-title--main) h1 {
    font-size: 30px;
    padding-bottom: 24px;
  }
}
