:root {
  --color-grey: #575756;
  --color-blue: #1370b6;
  --color-orange: #e5521f;
  --color-flashblue: #0c80ba;
  --color-green: #63a131;
  --color-yellow: #da8a07;
  font-size: 18px;
}

.white {
  color: #fff !important;
}

.orange {
  color: var(--color-orange) !important;
}

.grey {
  color: var(--color-grey) !important;
}

.flashblue {
  color: var(--color-flashblue) !important;
}

.green {
  color: var(--color-green);
}

.yellow {
  color: var(--color-yellow);
}

.white-bg {
  background-color: #fff !important;
}

.orange-bg {
  background-color: var(--color-orange) !important;
}

.grey-bg {
  background-color: var(--color-grey) !important;
}

.flashblue-bg {
  background-color: var(--color-flashblue) !important;
}

.green-bg {
  background-color: var(--color-green);
}

.yellow-bg {
  background-color: var(--color-yellow);
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin-left: 10vw;
  margin-right: 10vw;
  background-image: url(images/backgrounds/background.png);
  background-position: top;
  background-size: 120%;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

main {
  padding-bottom: 0 !important;
}

.section-a {
  color: var(--color-grey) !important;
  margin: 20vw;
  margin-top: 0;
  margin-bottom: 3vw;
}

.section-b {
  position: relative;
  padding: 20vw;
  padding-top: 3vw;
  padding-bottom: 5vw;
  overflow: visible;
}

.section-b::before {
  content: "";
  position: absolute;
  top: -60vw;
  left: 0;
  right: 0;
  height: calc(100% + 60vw);
  background-image: url(images/backgrounds/background2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section-c {
  margin: 0;
  padding: 20vw;
  padding-top: 5vw;
  padding-bottom: 3vw;
  background-image: url(images/backgrounds/background3.png);
  background-position: top;
  background-size: 100% 102%;
  background-repeat: no-repeat;
}

.section-b .fecha,
.section-b p,
.section-c .fecha,
.section-c p {
  color: #fff;
}

p {
  margin-bottom: 0 !important;
}

img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

#logo-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  margin-bottom: 6vw;
  width: 80px;
}

#logos-group {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vw;
  margin-bottom: 4vw;
}

.to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  color: var(--color-grey);
}

.main-title {
  color: var(--color-grey);
  text-align: center;
  margin-bottom: 10vw;
  line-height: 2rem;
}

.parall-mes {
  background-color: var(--color-grey);
  width: 260px;
  margin: auto;
  transform: skew(-20deg);
  padding: 4px;
}

.parall-mes h4 {
  transform: skew(20deg);
  color: #fff;
  margin-bottom: 0;
}

.section-title {
  color: var(--color-blue);
  line-height: 1.5rem;
}

.section-title-b {
  color: #fff;
  line-height: 1.5rem;
}

.fecha {
  color: var(--color-grey);
  font-family: Gilroy;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

#grupoflash {
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.two-in-row {
  display: flex;
  width: 100%;
}

#litiolatam1 {
  width: 50%;
  height: 100%;
  margin: 10px;
}

#litiolatam2 {
  width: 50%;
  margin: 10px;
}

/* Índice */
.indice {
  margin-bottom: 30px;
}

.indice-title {
  font-family: Gilroy;
  font-style: normal !important;
  font-weight: 700;
}

.indice-boton {
  background-color: var(--color-blue);
  text-align: center;
  border: none;
  margin-bottom: 5px;
  transition: 0.2s;
}

.indice-boton:hover {
  background-color: var(--color-grey);
}

.indice-link {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1rem;
}

/*Noticias*/
.parall {
  background-color: var(--color-blue);
  width: 100%;
  transform: skew(-20deg);
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.parall-b {
  background-color: #fff;
  width: 100%;
  transform: skew(-20deg);
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.title-text,
.title-text-b {
  transform: skew(20deg);
  font-family: Gilroy;
  font-style: italic;
  font-weight: 700;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-bottom: 0;
}

.title-text {
  color: #fff;
}

.title-text-b {
  color: var(--color-blue);
}

.subtitle-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.cuerpo-noticia {
  font-size: 1rem;
}

/* ----TIMELINE---- */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: var(--color-flashblue);
  top: 30px;
  bottom: 25px;
  left: 0;
  margin-left: -3px;
}

.timeline::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  left: -8px;
  background-color: var(--color-flashblue);
  bottom: 25px;
  z-index: 1;
}

/* Container around content */
.container-timeline {
  position: relative;
  background-color: inherit;
  width: 100%;
  left: 2%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -40px;
  margin: 10px;
  background-color: var(--color-flashblue);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  position: relative;
}

/* -------------- */

.incorp {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.incorp li {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-right: 10px;
}

@media (max-width: 600px) {
  .incorp li {
    flex: 1 1 100%;
  }
}

.fecha-small {
  display: inline-block;
  width: 3.2em;
  margin-right: 0.3em;
  color: #fff !important;
  text-align: center;
}

.li-subt {
  margin-top: 0.3em;
  display: block;
  line-height: 1.2em;
}

/* --SUBRAYA-- */
.subraya-b {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.subraya-b::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  top: 30px;
  bottom: 80px;
  left: -20vw;
  margin-top: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.subraya-b::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  top: 26px;
  bottom: 80px;
  right: 20vw;
  margin-top: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.subraya-c {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.subraya-c::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--color-flashblue);
  top: 30px;
  bottom: 80px;
  left: -20vw;
  margin-top: 10px;
}

.subraya-c::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--color-flashblue);
  border-radius: 50%;
  top: 26px;
  bottom: 80px;
  right: 20vw;
  margin-top: 10px;
}

iframe {
  margin-top: 40px;
}

footer {
  padding: 0;
}

/* ====EXTRAS==== */
#gestion {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}

#higiene-seguridad {
  width: 80%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.smaller-center {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* ==== FOOTER / REDES ==== */
/* 
.footer-text {
  text-align: center;
  font-size: 0.9rem;
}

.footer-text,
a {
  color: white;
} */

.redes-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  margin-left: 10vw;
  margin-right: 10vw;
  margin-top: 20px;
}

.redes-grid img {
  width: 100px;
  border-radius: 0;
  margin: 5px 0;
}

.redes-fl {
  grid-column-start: 1;
  grid-column-end: 4;
}

.redes-le {
  grid-column-start: 5;
  grid-column-end: 8;
}

.redes-me {
  grid-column-start: 9;
  grid-column-end: 11;
}

.icon-fb {
  background-color: white;
  -webkit-mask: url(images/redes/icon-fb.svg) no-repeat center;
  mask: url(images/redes/icon-fb.svg) no-repeat center;
}

.icon-ig {
  background-color: white;
  -webkit-mask: url(images/redes/icon-ig.svg) no-repeat center;
  mask: url(images/redes/icon-ig.svg) no-repeat center;
}

.icon-lk {
  background-color: white;
  -webkit-mask: url(images/redes/icon-lk.svg) no-repeat center;
  mask: url(images/redes/icon-lk.svg) no-repeat center;
}

#version {
  margin: 30px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5) !important;
}

.section-b, a {
  text-decoration: none;
  color: black;
}

.section-b, a:hover {
  text-decoration: none;
  color: white;
}

/* === RESPONSIVE MOBILE === */
@media only screen and (max-width: 768px) {
  body {
    background-size: 120%;
  }

  .section-a {
    margin: 10vw;
    margin-bottom: 1vw;
  }

  .section-b {
    padding: 10vw;
    padding-bottom: 1vw;
  }

  .section-c {
    padding: 10vw;
  }

  #logo-header {
    width: 80px;
  }

  #logos-group {
    width: 100%;
    margin-top: 7vw;
  }

  .two-in-row {
    display: block;
    width: 100%;
  }

  #litiolatam1 {
    width: 100%;
    margin: 5px;
  }

  #litiolatam2 {
    width: 100%;
    margin: 5px;
  }

  #gestion {
    width: 100%;
  }
}

/* === TIMELINE RESPONSIVE === */
@media only screen and (max-width: 1600px) {
  .container-timeline::after {
    left: -2.5vw;
  }
}

@media only screen and (max-width: 1300px) {
  .container-timeline::after {
    left: -2.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .container-timeline::after {
    left: -30px;
  }
}

@media only screen and (max-width: 500px) {
  .container-timeline::after {
    left: -24px;
  }
}