@charset "UTF-8";
@font-face {
  font-family: "texto";
  src: url("../assets/fonts/SpaceMono-Regular.ttf");
}
@font-face {
  font-family: "titulos";
  src: url("../assets/fonts/SpaceMono-Bold.ttf");
}
@font-face {
  font-family: "leyenda";
  src: url("../assets/fonts/Denim-Medium.otf");
}
@font-face {
  font-family: "menu";
  src: url("../assets/fonts/Denim-Bold.otf");
}
/* -------------*/
/* inicializar propiedades*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 70px;
  font-family: "texto", sans-serif;
  background-color: #000000;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/* -------------*/
/* menú */
.container-fluid {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 60px #000000;
  z-index: 2;
}

.navbar-brand img {
  width: 160px;
}

.navbar-brand {
  border: none;
}

.navbar-toggler {
  width: 60px;
  height: 50px;
  padding: 5px;
}
.navbar-toggler:hover .mLine {
  stroke: #92ff64;
}
.navbar-toggler:hover {
  border-color: #92ff64;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  font-family: "menu", sans-serif;
  text-transform: uppercase;
}
.navbar-nav .nav-item {
  font-size: 1em;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  transition: border-bottom 0.3s linear;
}
.navbar-nav .nav-item a {
  color: #000000;
  border-bottom: 4px #fff solid;
}
.navbar-nav .nav-item a:hover {
  color: #92ff64;
  border-bottom: 4px #92ff64 solid;
}

.mouse-scroll {
  display: block;
}

.mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

.mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #fff;
  top: 170px;
}

.mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

.mouse-scroll .down-arrow-1, .mouse-scroll .down-arrow-2, .mouse-scroll .down-arrow-3 {
  animation: mouse-scroll 1s infinite;
}

.mouse-scroll .down-arrow-1 {
  animation-delay: 0.1s;
  animation-direction: alternate;
}

.mouse-scroll .down-arrow-2 {
  animation-delay: 0.2s;
  animation-direction: alternate;
}

.mouse-scroll .down-arrow-3 {
  animation-delay: 0.3s;
  animation-direction: alternate;
}

.mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
}

.mouse-scroll .mouse-in {
  animation: animated-mouse 1.2s ease infinite;
}

@keyframes animated-mouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 990px) {
  .navbar-brand img {
    width: 140px;
  }
  .nav-item a {
    padding: 0;
    margin: 0;
  }
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

b {
  font-family: "titulos", sans-serif;
  letter-spacing: 1.5px;
}

hr {
  margin: 3em 3em 3em 0;
}

.titulos, h2, h1 {
  color: #CEFAAB;
  text-transform: uppercase;
  font-family: "titulos", sans-serif;
}

h1 {
  width: 42%;
  font-size: 3em;
}
@media (min-width: 1501px) {
  h1 {
    width: 40%;
  }
}
@media (max-width: 1227px) {
  h1 {
    width: 50%;
  }
}
@media (max-width: 1034px) {
  h1 {
    width: 60%;
  }
}
@media (max-width: 867px) {
  h1 {
    width: 70%;
  }
}
@media (max-width: 747px) {
  h1 {
    width: 80%;
  }
}
@media (max-width: 658px) {
  h1 {
    width: 90%;
  }
}
@media (max-width: 595px) {
  h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 589px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 495px) {
  h1 {
    font-size: 2.1em;
  }
}
@media (max-width: 421px) {
  h1 {
    font-size: 1.9em;
  }
}

h2 {
  font-size: 2em;
}

p {
  font-family: "texto", sans-serif;
}

span {
  font-family: "leyenda", sans-serif;
}

small {
  font-family: "menu", sans-serif;
}

.intro {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: left;
}

.menta {
  color: #CEFAAB;
}
.menta * {
  color: #CEFAAB;
}
.menta .enlace {
  color: #CEFAAB;
  border-bottom: #CEFAAB dotted 2px;
}
.menta .enlace:hover {
  color: #FFB68E;
  border-color: #FFB68E;
}

.rosa {
  color: #FFB68E;
}
.rosa * {
  color: #FFB68E;
}
.rosa .enlace {
  color: #FFB68E;
  border-bottom: #FFB68E dotted 2px;
}
.rosa .enlace:hover {
  color: #CEFAAB;
  border-color: #CEFAAB;
}

#principal {
  position: relative;
}

#indicator {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 1000;
  max-width: 200px;
}
#indicator .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  font-size: 1em;
  color: #CEFAAB;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  gap: 0;
}
#indicator .nav-link div.icons {
  margin: 0;
  padding: 0;
  transition: margin 0.3s ease;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#indicator .nav-link:hover {
  width: 2.3em;
  height: 2.3em;
}
#indicator .nav-link:hover::after {
  opacity: 1;
}
#indicator .nav-link::after {
  content: "";
  opacity: 0;
  margin-left: 0.5rem;
  transition: opacity 0.3s;
  white-space: nowrap;
}
#indicator .nav-link.active {
  color: hsl(21.2389380531, 100%, 127.8431372549%);
  text-shadow: 2px 3px 6px #000;
  transition: all 0.3s ease;
  background-color: transparent;
}
#indicator .nav-link.active div.icons {
  margin-right: 0;
  width: 2.5em;
  height: 2.5em;
  transition: all 0.3s ease;
}
#indicator .nav-link:nth-child(1) .icons {
  background-image: url("../assets/images/ico_intro.svg");
}
#indicator .nav-link:nth-child(2) .icons {
  background-image: url("../assets/images/ico_tierras.svg");
}
#indicator .nav-link:nth-child(3) .icons {
  background-image: url("../assets/images/ico_energia.svg");
}
#indicator .nav-link:nth-child(4) .icons {
  background-image: url("../assets/images/ico_etica.svg");
}
#indicator .nav-link:nth-child(5) .icons {
  background-image: url("../assets/images/ico_social.svg");
}
#indicator .nav-link:nth-child(6) .icons {
  background-image: url("../assets/images/ico_equipo.svg");
}
#indicator .nav-link:nth-child(1):hover::after {
  content: "Intro";
}
#indicator .nav-link:nth-child(2):hover::after {
  content: "Tierras";
}
#indicator .nav-link:nth-child(3):hover::after {
  content: "Energía";
}
#indicator .nav-link:nth-child(4):hover::after {
  content: "Periodismo";
}
#indicator .nav-link:nth-child(5):hover::after {
  content: "Conversación";
}
#indicator .nav-link:nth-child(6):hover::after {
  content: "Equipo";
}
@media (max-width: 600px) {
  #indicator {
    right: 10px;
  }
}
@media (max-width: 485px) {
  #indicator {
    right: 3px;
  }
}

.section {
  min-height: 100vh;
  width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.separador, .separador_peq {
  display: block;
  height: 500px;
  width: 100%;
  padding: 0;
  opacity: 0.9;
  margin: 5em 0 2em 0;
  background-size: contain;
}

.separador_peq {
  height: 80px;
  margin: 10em 0 5em 0;
  background-repeat: no-repeat;
  background-position: center;
}

.apertura, .ancho_completo {
  position: relative;
  left: 10%;
  top: 20px;
  width: 80%;
  padding-bottom: 42.2%;
  overflow: hidden;
}
.apertura__video, .ancho_completo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .apertura, .ancho_completo {
    top: 70px;
    left: 0;
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.ancho_completo {
  left: 0;
  top: 0;
  margin-top: 80px;
  width: 100%;
  padding-bottom: 44%;
}
.encabezado {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-items: left;
  justify-content: flex-start;
  margin-bottom: 2em;
  max-width: 1505px;
  margin-left: auto;
  margin-right: auto;
}
.encabezado .fila1 {
  grid-column: 1/3;
  padding: 1rem;
}
.encabezado .columnaA {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  display: block;
  justify-content: flex-start;
}
.encabezado .columnaA1 {
  align-items: bottom;
}
.encabezado .columnaA2 {
  align-items: top;
  padding: 1rem;
}
.encabezado .columnaB {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.encabezado .columnaB .sello {
  height: 6em;
  width: 6em;
  padding: 1rem;
  background-image: url("../assets/images/3_Mano_circulo.svg");
  background-size: cover;
  opacity: 0.9;
  margin-right: 2em;
}
@media (max-width: 518px) {
  .encabezado {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .encabezado .columnaA {
    grid-column: 1;
    grid-row: 2;
  }
  .encabezado .columnaB {
    grid-column: 1;
    grid-row: 3;
  }
}

.cards, .tierras, .energia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 4em auto;
  gap: 1rem;
}

.card {
  width: 100%;
  min-height: 22em;
  padding: 0;
  background-color: #000;
  transition: all 0.8s;
  align-self: flex-start;
}
.card__header {
  position: relative;
  width: 100%;
  padding-top: 68.18%;
  overflow: hidden;
}
.card__header-img, .ruta__pieza-header-img, .card_total__header-img, .energia .card2__header-img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.card__header-tag, .card_total__header-tag, .energia .card2__header-tag {
  position: absolute;
  left: 1px;
  top: 1px;
  padding: 5px;
  color: #000;
  font-family: "menu", sans-serif;
  display: inline-block;
  font-size: small;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
.card__header-title {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  line-height: 1;
}
.card__header-title h3 {
  font-family: "titulos", sans-serif;
  font-size: 1.3em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 1.45em;
  line-height: 1;
}
.card__header-title small {
  font-family: "texto", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.card__header-title p {
  margin: 5px;
  padding-bottom: 0;
  font-size: 0.7em;
}
@media (max-width: 536px) {
  .card .card__header-title {
    top: 40%;
  }
  .card .card__header-title h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 489px) {
  .card .card__header-title {
    top: 40%;
  }
}

.fotoportada, .youtube-wrapper .youtube-thumbnail .img, .card__header-img, .ruta__pieza-header-img, .card_total__header-img, .energia .card2__header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-size: contain;
}
.fotoportada::before, .youtube-wrapper .youtube-thumbnail .img::before, .card__header-img::before, .ruta__pieza-header-img::before, .card_total__header-img::before, .energia .card2__header-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none;
}

.youtube-wrapper {
  position: relative;
  width: 80%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  cursor: pointer;
  margin: 2em auto;
}
.youtube-wrapper .youtube-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3px;
}
.youtube-wrapper .youtube-thumbnail .img {
  background: url("../assets/images/thumbnail_video.jpg") no-repeat center;
}
.youtube-wrapper .youtube-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("../assets/images/play-button-rosa.png") no-repeat center;
  background-size: contain;
  opacity: 0.8;
}
.youtube-wrapper .youtube-thumbnail .tag {
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px;
  color: #000;
  background-color: #FFB68E;
  font-family: "menu", sans-serif;
  display: inline-block;
  font-size: small;
}
.youtube-wrapper .youtube-thumbnail .title {
  position: absolute;
  top: 43%;
  left: 15%;
  width: 80%;
  font-family: "titulos", sans-serif;
  font-size: 3em;
  text-align: left;
  color: #FFB68E;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 966px) {
  .youtube-wrapper .youtube-thumbnail .title {
    font-size: 2em;
    left: 13%;
  }
  .youtube-wrapper .youtube-thumbnail .play-button {
    top: 50%;
    left: 35px;
  }
}
@media (max-width: 650px) {
  .youtube-wrapper .youtube-thumbnail .title {
    left: 20px;
    top: 30%;
    width: 90%;
    font-size: 1.4em;
  }
  .youtube-wrapper .youtube-thumbnail .play-button {
    top: -6.5px;
    left: 85px;
    transform: scale(0.6);
  }
  .youtube-wrapper .youtube-thumbnail:hover .play-button {
    background-color: #000;
  }
}
.youtube-wrapper:hover {
  border: solid 1px #FFB68E;
}
.youtube-wrapper::after {
  border: solid 1px #FFB68E;
}

.energia {
  grid-template-columns: 1fr 0.5fr 1fr;
  grid-template-rows: auto;
}
.energia .card__header-tag, .energia .card2__header-tag, .energia .card_total__header-tag {
  background-color: #CEFAAB;
}
.energia .card__descrip,
.energia .card__header-title,
.energia .card_total__descrip-title,
.energia .card_total__descrip-autor,
.energia .card_total__descrip p {
  color: #CEFAAB;
}
.energia .card_total .ribbon {
  background: #CEFAAB;
}
.energia .card:hover .card__header-img, .energia .card:hover .ruta__pieza-header-img, .energia .card:hover .card_total__header-img, .energia .card:hover .card2__header-img {
  border-color: #CEFAAB;
}
.energia .card_total:hover, .energia .card2:hover {
  border: solid 1px #CEFAAB;
}
.energia .card2 {
  width: 100%;
  min-height: 22em;
  padding: 0;
  background-color: #000;
  transition: all 0.8s;
  align-self: flex-start;
  border: solid 1px #000;
}
.energia .card2__header {
  position: relative;
  width: 100%;
  padding-top: 68.18%;
  overflow: hidden;
}
.energia .card2__header-title {
  position: absolute;
  top: 20%;
  left: 10px;
  font-family: "Titulos", sans-serif;
  text-transform: uppercase;
  font-size: 1.45em;
  line-height: 1;
  width: 90%;
}
.energia .card2__descrip {
  margin: 20px;
  line-height: 1;
  font-size: 0.8em;
}
.energia .card2__descrip-autor {
  font-family: "texto", sans-serif;
  text-transform: uppercase;
}
.energia .card2__descrip p {
  line-height: 1;
  margin-top: 10px;
}
.energia__col2 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  display: block;
  justify-content: flex-start;
}

.map-line-container, #rio_mobile, #rio_desktop {
  position: relative;
}
.map-line-container svg, #rio_mobile svg, #rio_desktop svg {
  width: 100%;
  height: 100%;
}
.map-line-container .wavy-line, #rio_mobile .wavy-line, #rio_desktop .wavy-line {
  stroke: #CEFAAB;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 15 8 20 8 30 8;
  stroke-dashoffset: 0;
  animation: flowRío 3s linear infinite;
}
.map-line-container .marker, #rio_mobile .marker, #rio_desktop .marker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  opacity: 1;
}
.map-line-container .marker .dot, #rio_mobile .marker .dot, #rio_desktop .marker .dot {
  width: 0.8em;
  height: 0.8em;
  background-color: #CEFAAB;
  border-radius: 50%;
  box-shadow: 0 0 4px #CEFAAB;
}
.map-line-container .marker .label, #rio_mobile .marker .label, #rio_desktop .marker .label {
  font-size: 0.8em;
  color: #CEFAAB;
  white-space: nowrap;
  font-style: italic;
}

#rio_desktop {
  width: 3em;
  height: 21em;
  margin: 2em auto;
}
#rio_desktop .marker {
  transform: translate(20%, 200%);
}
#rio_desktop .marker .label {
  font-size: 0.6em;
}

#rio_mobile {
  width: 100%;
  height: auto;
  margin: 2em auto;
  display: none;
}
#rio_mobile .marker {
  transform: translate(0, -10px);
  gap: 1rem;
}

@keyframes flowRío {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -89;
  }
}
.tierras {
  gap: 1rem;
}
.tierras .card__header-tag, .tierras .energia .card2__header-tag, .energia .tierras .card2__header-tag, .tierras .card_total__header-tag {
  background-color: #FFB68E;
}
.tierras .card__descrip,
.tierras .card__header-title,
.tierras .card_total__descrip-title,
.tierras .card_total__descrip-autor,
.tierras .card_total__descrip p {
  color: #FFB68E;
}
.tierras .card_total .ribbon {
  background: #FFB68E;
}
.tierras .card:hover .card__header-img, .tierras .card:hover .ruta__pieza-header-img, .tierras .card:hover .card_total__header-img, .tierras .card:hover .energia .card2__header-img, .energia .tierras .card:hover .card2__header-img {
  border-color: #FFB68E;
}
.tierras .card_total:hover, .tierras .card2:hover {
  border: solid 1px #FFB68E;
}

.card_horizontal {
  width: 80%;
  margin-left: 0;
}
@media (max-width: 1159px) {
  .card_horizontal {
    width: 90%;
  }
}
@media (max-width: 1082px) {
  .card_horizontal {
    width: 95%;
  }
}

.card_total {
  position: relative;
  margin-top: 5em;
  height: 20em;
  padding: 3px;
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 100%;
  border: solid 1px #000;
}
.card_total__header {
  grid-column: 1;
  position: relative;
  text-transform: uppercase;
  opacity: 0.3;
}
.card_total__descrip {
  grid-column: 2;
  margin: 20px;
  line-height: 1;
  font-size: 0.8em;
  padding-right: 70px;
  opacity: 0.3;
}
.card_total__descrip-title {
  font-family: "titulos", sans-serif;
  font-size: 1.8em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.card_total__descrip p {
  line-height: 1;
  margin-top: 10px;
  padding-bottom: 0;
}
.card_total__descrip-autor {
  font-family: "texto", sans-serif;
  text-transform: uppercase;
}
.card_total .ribbon {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 80%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 2em;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.card_total::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1159px) {
  .card_total {
    grid-template-columns: 0.7fr 1.3fr;
    height: 14em;
  }
  .card_total .card_total__descrip-title {
    margin-bottom: 1em;
  }
}
@media (max-width: 1030px) {
  .card_total {
    height: 13em;
  }
  .card_total .card_total__descrip {
    padding-right: 30px;
    margin: 10px;
  }
}
@media (max-width: 932px) {
  .card_total {
    grid-template-columns: 1fr;
    height: 33em;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }
  .card_total .card_total__header {
    grid-column: 1;
    grid-row: 1;
    height: 15em;
  }
  .card_total .card_total__descrip {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    top: 0;
    padding-right: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .card_total .ribbon {
    width: 100%;
    font-size: 1.5em;
    left: 0;
  }
}

#etica .card__header-tag, #etica .energia .card2__header-tag, .energia #etica .card2__header-tag, #etica .card_total__header-tag {
  background-color: #FFB68E;
}
#etica .card__descrip,
#etica .card__header-title,
#etica .card_total__descrip-title,
#etica .card_total__descrip-autor,
#etica .card_total__descrip p {
  color: #FFB68E;
}
#etica .card_total .ribbon {
  background: #FFB68E;
}
#etica .card:hover .card__header-img, #etica .card:hover .ruta__pieza-header-img, #etica .card:hover .energia .card2__header-img, .energia #etica .card:hover .card2__header-img, #etica .card:hover .card_total__header-img {
  border-color: #FFB68E;
}
#etica .card_total:hover, #etica .card2:hover {
  border: solid 1px #FFB68E;
}

#social .card__header-tag, #social .energia .card2__header-tag, .energia #social .card2__header-tag, #social .card_total__header-tag {
  background-color: #CEFAAB;
}
#social .card__descrip,
#social .card__header-title,
#social .card_total__descrip-title,
#social .card_total__descrip-autor,
#social .card_total__descrip p {
  color: #CEFAAB;
}
#social .card_total .ribbon {
  background: #CEFAAB;
}
#social .card:hover .card__header-img, #social .card:hover .ruta__pieza-header-img, #social .card:hover .energia .card2__header-img, .energia #social .card:hover .card2__header-img, #social .card:hover .card_total__header-img {
  border-color: #CEFAAB;
}
#social .card_total:hover, #social .card2:hover {
  border: solid 1px #CEFAAB;
}

.ruta {
  width: 50%;
  margin-top: 5em;
  margin-left: 0;
}
.ruta__pieza {
  background-color: #000;
  height: 200px;
  padding: 5px;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
  transition: all 1s;
}
.ruta__pieza-header {
  position: relative;
  background-color: #CEFAAB;
}
.ruta__pieza-header-img {
  width: 100%;
  height: 100%;
  background-color: #CEFAAB;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}
.ruta__pieza-descrip {
  position: relative;
  top: 10px;
  left: 15px;
  line-height: 1;
  width: 95%;
}
.ruta__pieza-descrip span {
  text-transform: uppercase;
  font-family: "menu", sans-serif;
  font-size: 0.9em;
  color: #000;
  background-color: #CEFAAB;
  padding: 0.5em;
}
.ruta__pieza-descrip p {
  font-family: "titulos", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #CEFAAB;
  margin-top: 1em;
  margin-bottom: 0;
}
.ruta__pieza-descrip small {
  font-family: "texto", sans-serif;
  letter-spacing: 1px;
  color: #CEFAAB;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.ruta__pieza:hover {
  border: solid 1px #CEFAAB;
}
@media (max-width: 928px) {
  .ruta {
    width: 90%;
  }
}
@media (max-width: 928px) {
  .ruta .ruta__pieza {
    height: 150px;
  }
}

.creditos {
  display: flex;
  width: 100%;
  margin-left: 0;
}
.creditos div {
  width: 50%;
  margin: 0;
}
.creditos div .cargo {
  font-family: "titulos", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 2em;
  font-size: 1em;
}
.creditos div .nombre {
  font-family: "texto", sans-serif;
  margin-left: 3em;
  padding-bottom: 0;
  margin-bottom: 0.5;
  line-height: 100%;
  font-size: 0.9em;
}
.creditos div .subt {
  text-transform: uppercase;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 2em;
}
@media (max-width: 740px) {
  .creditos {
    display: block;
  }
  .creditos div {
    width: 100%;
  }
}

.fondo_menta {
  background-image: url("../assets/images/5_Arboles_texturas.svg");
}

.fondo_mandarina {
  background-image: url("../assets/images/6_Arboles_texturas.svg");
}

.rosa_tierra {
  background-image: url("../assets/images/separador_rosa_arbolinea.png");
}

.verde_empresa {
  background-image: url("../assets/images/separador_menta_cintillo.png");
}

.rosa_empresa {
  background-image: url("../assets/images/separador_rosa_cintillo.png");
}

.verde_tierra {
  background-image: url("../assets/images/separador_menta_arbol.png");
}

.pieza1 {
  background-image: url("../assets/images/pieza1.jpg");
}

.pieza2 {
  background-image: url("../assets/images/pieza2.jpg");
}

.pieza3 {
  background-image: url("../assets/images/pieza3.webp");
}

.pieza4 {
  background-image: url("https://mutante.org/wp-content/uploads/2025/06/01-2-jpg.webp");
}

.bntierras {
  background: url("../assets/images/banner_tierras.jpg") no-repeat center;
  background-size: contain;
}

.bngaleria {
  background: url("../assets/images/banner_galeria.jpg") no-repeat center;
  background-size: contain;
}

.bnvenezuela {
  background: url("../assets/images/banner_venezuela.jpg") no-repeat center;
}

.bncolombia {
  background: url("../assets/images/banner_colombia.jpg") no-repeat center;
}

.moneda {
  background-image: url("../assets/images/4_Mano_circulo.svg");
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 10em;
  margin-bottom: 5em;
  padding: 0;
  transition: all 0.3s ease;
  gap: 10px;
}
.logos__logo {
  margin: 0;
  padding: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logos__logo:nth-child(1) {
  background-image: url("../assets/images/logo_mutante.png");
}
.logos__logo:nth-child(2) {
  background-image: url("../assets/images/laligacontraesilencio.png");
}
.logos__logo:nth-child(3) {
  background-image: url("../assets/images/logorunrunes.png");
}

.cierre, .cierrelogo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  margin-bottom: 5em;
  padding: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cierrelogo {
  width: 350px;
  height: 200px;
  background-image: url("../assets/images/noesbosqueesdespojo.png");
  margin-bottom: 8em;
}
@media (max-width: 470px) {
  .cierrelogo {
    width: 250px;
    height: 150px;
  }
}

@media (max-width: 1000px) {
  .tierras, .energia {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  #rio_desktop {
    display: none;
  }
  #rio_mobile {
    display: block;
  }
}

/*# sourceMappingURL=styling.css.map */
