:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

body,
footer {
  font-family: "Inter", sans-serif;
}

h1 {
  margin: 0;
  color: #1bee9a;
  font-size: 35px;
}

h3 {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 14px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b3b3b3;
}

.page-bg {
  position: absolute;
  top: -113px;
  right: 10px;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}

header {
  z-index: 3;
  position: relative;
  background-color: #fff !important;
}
header nav {
  background-color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 900px) {
  header nav {
    padding: 0 30px;
    display: grid;
    grid-template-columns: 35% 30% 35%;
  }
}
header nav .menu__responsive {
  display: none;
}
@media (max-width: 700px) {
  header nav .menu__responsive {
    display: block;
  }
}
header nav .menu__responsive .checkbtn {
  font-size: 30px;
  color: #031a2d;
  float: left;
  line-height: 80px;
  margin-left: 40px;
  cursor: pointer;
  display: none;
}
@media (max-width: 700px) {
  header nav .menu__responsive .checkbtn {
    display: block;
  }
}
header nav .menu__responsive ul {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--blue-bg);
  top: 80px;
  left: -100%;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
header nav .menu__responsive ul li {
  display: block;
  margin: 50px 0;
  line-height: 30px;
  font-weight: 600;
}
header nav .menu__responsive ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 500;
}
header nav .menu__responsive #check {
  display: none;
}
header nav .menu__responsive #check:checked ~ ul {
  left: 0;
  background: #031a2d;
}
header nav .main-menu {
  display: none;
}
header nav .menu__box-left {
  grid-column: 1/2;
  border-bottom: groove 0.2px #b3b3b3;
  height: 80px;
}
@media (max-width: 700px) {
  header nav .menu__box-left {
    display: none;
  }
}
header nav .menu__box-right {
  grid-column: 3/4;
  border-bottom: groove 0.2px #b3b3b3;
  height: 80px;
}
@media (max-width: 700px) {
  header nav .menu__box-right {
    display: none;
  }
}
header nav ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0;
}
header nav ul a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 1.05vw;
  font-weight: 500;
}
header nav ul a:hover {
  color: #1bee9a;
}
header nav img {
  width: 75%;
  place-self: center;
}

section {
  padding: 0 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  section {
    padding: 2% 0;
  }
}
section .section__inner {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  section .section__inner {
    max-width: 80vw;
  }
}

.historias {
  display: flex;
  margin-top: 30px;
  position: relative;
  z-index: 5;
  margin-bottom: 5%;
}
.historias .section__inner {
  display: flex;
}
@media screen and (max-width: 899.937px) {
  .historias .section__inner {
    flex-direction: column-reverse;
  }
}
.historias .historias__text {
  flex: 0 0 30vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 7vw;
}
@media screen and (max-width: 899.937px) {
  .historias .historias__text {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
  }
}
.historias .historias__text h1 {
  font-size: 3.34vw;
  line-height: 1;
}
@media (max-width: 700px) {
  .historias .historias__text h1 {
    font-size: 40px;
  }
}
.historias .historias__text p {
  color: #4d4d4d;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .historias .historias__text p {
    font-size: 1.1vw;
    line-height: 1.4;
  }
}
.historias .historias__procesos {
  position: relative;
  display: flex;
  flex-direction: column;
}
.historias .historias__procesos-icon {
  position: absolute;
  width: 3.5vw;
  left: 2vw;
}
.historias .historias__procesos span {
  position: absolute;
  background: url("../assets/article-icon-w.svg") no-repeat;
  width: 57px;
  height: 70px;
  left: 30px;
}
.historias .historias__procesos > img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.historias .historias__procesos .procesos-wp {
  padding: 5px 10px;
  background-color: #1bee9a;
}
.historias .historias__procesos .procesos-wp h3 {
  font-size: 1.6vw;
  font-weight: 900;
  text-align: end;
}
.historias .historias__procesos .procesos-leer {
  background: #031a2d;
  border-radius: 0 0 15px 15px;
  font-size: 1.1vw;
  font-weight: normal;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
}
.historias .historias__procesos .procesos-leer p {
  color: #fff;
  text-align: end;
  font-size: 1.05vw;
}
.historias .historias__procesos .procesos-leer a {
  color: #1bee9a;
  border: solid 1px #1bee9a;
  align-self: end;
  font-size: 17px;
  font-weight: 500;
  width: 16%;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 120px;
}

.boxes {
  position: relative;
  z-index: 5;
}
.boxes .boxes__menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.boxes .boxes__menu-nav .boxes__menu-left {
  display: flex;
  width: 550px;
}
.boxes .boxes__menu-nav .boxes__menu-left a {
  text-decoration: none;
}
.boxes .boxes__menu-nav .boxes__menu-left div {
  align-items: center;
  display: flex;
  margin: 0 5%;
  cursor: pointer;
}
@media screen and (max-width: 899.937px) {
  .boxes .boxes__menu-nav .boxes__menu-left div {
    margin: 0 3%;
  }
}
.boxes .boxes__menu-nav .boxes__menu-left div p {
  color: #999999;
  font-size: 1.05vw;
}
@media (max-width: 600px) {
  .boxes .boxes__menu-nav .boxes__menu-left div p {
    display: none;
  }
}
.boxes .boxes__menu-nav .boxes__menu-left .boxes__menu-infografia {
  margin-left: 0;
}
.boxes .boxes__menu-nav .boxes__menu-left span {
  width: 50px;
  height: 50px;
  margin-right: 2px;
}
.boxes .boxes__menu-nav .boxes__menu-left .infografia-icon {
  background-image: url("../assets/info-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.boxes .boxes__menu-nav .boxes__menu-left .video-icon {
  background-image: url("../assets/video-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.boxes .boxes__menu-nav .boxes__menu-left .podcast-icon {
  background-image: url("../assets/podcast-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.boxes .boxes__menu-nav .boxes__menu-left .articulo-icon {
  background-image: url("../assets/article-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.boxes .boxes__menu-nav .boxes__menu-right {
  display: flex;
}
@media (max-width: 953px) {
  .boxes .boxes__menu-nav .boxes__menu-right {
    margin-top: 20px;
  }
}
.boxes .boxes__menu-nav .boxes__menu-right a {
  position: relative;
}
.boxes .boxes__menu-nav .boxes__menu-right a span {
  background: url("../assets/search-icon-2.svg") no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
  margin-right: 0.5vw;
}
.boxes .boxes__menu-nav .boxes__menu-right a button {
  background: none;
  border: none;
  font-size: 1.1vw;
  color: #fff;
  font-weight: 500;
}
.boxes .boxes__menu-nav .boxes__menu-right {
  display: flex;
}
.boxes .boxes__menu-nav .boxes__menu-right .boxes__menu-filter {
  display: flex;
  margin-right: 10px;
}
.boxes .boxes__menu-nav .boxes__menu-right .boxes__menu-filter span {
  background: url("../assets/filter-icon.svg") no-repeat;
  width: 40px;
  height: 100%;
  margin: 10px 10px 0 0;
}
.boxes .boxes__menu-nav .boxes__menu-right .boxes__menu-filter p {
  margin-right: 5px;
  font-size: 1.1vw;
}
.boxes .boxes__menu-nav .boxes__menu-right a {
  text-decoration: none;
  padding: 13px;
  background: #1bee9a;
  color: #fff;
  border-radius: 10px;
  width: 8.5vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.boxes .filters-search {
  display: none;
  margin-top: 15px;
}
.boxes .boxes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 899.937px) {
  .boxes .boxes__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.boxes .boxes__grid div {
  min-width: 300px;
  border-radius: 15px;
  position: relative;
  display: grid;
  grid-template-rows: 65% 35%;
  background-color: #fff;
}
@break-max ($lg) {
  .boxes .boxes__grid div {
    width: 320px;
    height: 510px;
    border: solid 1px #dee2e6;
  }
}
.boxes .boxes__grid div span {
  position: absolute;
  left: 30px;
  width: 57px;
  height: 70px;
}
.boxes .boxes__grid div img {
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  grid-row: 1/2;
  object-fit: cover;
}
.boxes .boxes__grid div .desinformacion-icon {
  background: url("../assets/info-icon-2-w.svg") no-repeat;
}
.boxes .boxes__grid div .vida-digital-icon {
  background: url("../assets/video-icon-2-w.svg") no-repeat;
}
.boxes .boxes__grid div .health-tech-icon {
  background: url("../assets/podcast-icon-2-w.svg") no-repeat;
}
.boxes .boxes__grid div .grid-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.boxes .boxes__grid div .grid-text h4 {
  margin: 10px 20px;
  font-size: 1.3vw;
  color: #031a2d;
  font-weight: 900;
}
.boxes .boxes__grid div .grid-text a {
  color: #1bee9a;
  border: solid 2px #1bee9a;
  align-self: flex-start;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 0.85vw;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  margin: 0 20px;
}

.playlist {
  background: #dee2e6;
  padding-bottom: 85px;
  position: relative;
  z-index: 5;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.playlist .playlist__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 695px;
  margin-bottom: 60px;
}
.playlist .playlist__list .playlist__list-row {
  width: 100%;
  display: grid;
  grid-template-columns: 7% 84%;
  gap: 0;
  place-items: center start;
  margin-bottom: 15px;
}
.playlist .playlist__list .playlist__list-row img {
  max-width: 94px;
  height: auto;
}
.playlist .playlist__list .playlist__list-row .open-icon {
  color: #999999;
  cursor: pointer;
  font-size: 28px;
  display: flex;
}
.playlist .playlist__list .playlist__list-row .open-icon p {
  color: #999999;
  font-size: 1.45vw;
}
@media (max-width: 600px) {
  .playlist .playlist__list .playlist__list-row .open-icon p {
    font-size: 16px;
  }
}
.playlist .playlist__list .playlist__list-row .open-icon span {
  background: url("../assets/open-icon.svg") no-repeat;
  background-position: center;
  width: 25px;
  margin: 15px 10px;
}
.playlist .playlist__list .playlist__list-row .border-playlist {
  display: flex;
  border-bottom: solid 1px rgba(128, 128, 128, 0.5);
  height: 100%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 30px;
}
.playlist .playlist__list .playlist__list-row .border-playlist a {
  text-decoration: none;
}
.playlist .playlist__list .playlist__list-row .border-playlist h3 {
  color: #939ca3;
  font-size: 1.8vw;
  font-weight: 800;
}
@media screen and (max-width: 899.937px) {
  .playlist .playlist__list .playlist__list-row .border-playlist h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 599.937px) {
  .playlist .playlist__list .playlist__list-row .border-playlist h3 {
    font-size: 18px;
  }
}
.playlist .playlist__list::-webkit-scrollbar {
  width: 10px;
}
.playlist .playlist__list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background-color: #fff;
  border-radius: 10px;
}
.playlist .playlist__list::-webkit-scrollbar-thumb {
  background: #1bee9a;
  border-radius: 10px;
}
.playlist .playlist__list::-webkit-scrollbar-thumb:hover {
  background: #1bee9a;
}
.playlist .page-2,
.playlist .page-3 {
  display: none;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

.single,
.page-template-quienes-somos-template {
  overflow-x: hidden;
}
.single header nav ul li,
.page-template-quienes-somos-template header nav ul li {
  color: #6c757d;
  font-weight: 900;
}
.single .volver,
.page-template-quienes-somos-template .volver {
  position: relative;
  padding-bottom: 0;
  z-index: 5;
}
.single .volver a,
.page-template-quienes-somos-template .volver a {
  font-size: 12px;
  display: flex;
  text-decoration: none;
  color: #1bee9a;
  font-weight: 500;
  letter-spacing: 6px;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .single .volver a,
  .page-template-quienes-somos-template .volver a {
    font-size: 1.3vw;
  }
}
.single .volver a span,
.page-template-quienes-somos-template .volver a span {
  display: flex;
  background: url("../assets/volver-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-size: 25px 25px;
}
@media (max-width: 1100px) {
  .single .volver a,
  .page-template-quienes-somos-template .volver a {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .single .volver a,
  .page-template-quienes-somos-template .volver a {
    margin: 20px 0;
  }
}
.single .volver-end,
.page-template-quienes-somos-template .volver-end {
  padding-bottom: 100px;
}
.single .intro,
.page-template-quienes-somos-template .intro {
  position: relative;
  z-index: 5;
}
@media (max-width: 500px) {
  .single .intro,
  .page-template-quienes-somos-template .intro {
    display: flex;
    flex-direction: column;
  }
}
.single .intro__heading-wrapper,
.page-template-quienes-somos-template .intro__heading-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .single .intro__heading-wrapper,
  .page-template-quienes-somos-template .intro__heading-wrapper {
    flex-direction: row;
  }
}
.single .intro__heading-wrapper .article-icon,
.page-template-quienes-somos-template .intro__heading-wrapper .article-icon {
  flex: 0 0 7vw;
}
@media screen and (min-width: 900px) {
  .single .intro__header-wrapper,
  .page-template-quienes-somos-template .intro__header-wrapper {
    display: flex;
  }
}
.single .intro .article-icon,
.page-template-quienes-somos-template .intro .article-icon {
  background: url("../assets/article-bigger-img.png") no-repeat;
  display: block;
  width: 7vw;
  height: 10vw;
  margin-top: 5px;
}
@media (max-width: 500px) {
  .single .intro .article-icon,
  .page-template-quienes-somos-template .intro .article-icon {
    display: none;
  }
}
.single .intro .article-icon-responsive,
.page-template-quienes-somos-template .intro .article-icon-responsive {
  width: 40px;
}
@media screen and (min-width: 900px) {
  .single .intro .article-icon-responsive,
  .page-template-quienes-somos-template .intro .article-icon-responsive {
    width: 13.4vw;
    margin-bottom: 20px;
  }
}
.single .intro .intro__title,
.page-template-quienes-somos-template .intro .intro__title {
  padding-left: 20px;
}
@media (max-width: 500px) {
  .single .intro .intro__title,
  .page-template-quienes-somos-template .intro .intro__title {
    padding: 0;
  }
}
.single .intro .intro__title h1,
.page-template-quienes-somos-template .intro .intro__title h1 {
  color: #003459;
  line-height: 1;
  font-size: 3.7vw;
  margin-bottom: 0.5em;
}
@media (max-width: 1100px) {
  .single .intro .intro__title h1,
  .page-template-quienes-somos-template .intro .intro__title h1 {
    font-size: 38px;
  }
}
@media (max-width: 590px) {
  .single .intro .intro__title h1,
  .page-template-quienes-somos-template .intro .intro__title h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1100px) {
  .single .intro .intro__title h1 br,
  .page-template-quienes-somos-template .intro .intro__title h1 br {
    display: none;
  }
}
.single .intro .intro__title p,
.page-template-quienes-somos-template .intro .intro__title p {
  color: #6c757d;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .single .intro .intro__title p,
  .page-template-quienes-somos-template .intro .intro__title p {
    font-size: 1.4vw;
  }
}
.single .intro .intro__container-img,
.page-template-quienes-somos-template .intro .intro__container-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  flex: 0 0 70%;
}
.single .intro .intro__container-img img,
.page-template-quienes-somos-template .intro .intro__container-img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.single .intro .intro__container-img p,
.page-template-quienes-somos-template .intro .intro__container-img p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .single .intro .intro__container-img p,
  .page-template-quienes-somos-template .intro .intro__container-img p {
    font-size: 1.4vw;
  }
}
.single .intro .intro__historias-relacionadas,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 6%;
  padding-left: 30px;
  padding-right: 10%;
}
@media (max-width: 720px) {
  .single .intro .intro__historias-relacionadas,
  .page-template-quienes-somos-template .intro .intro__historias-relacionadas {
    grid-column: 1/4;
  }
}
.single .intro .intro__historias-relacionadas h2,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas h2 {
  color: #1bee9a;
  font-size: 2.05vw;
  margin: 0;
}
@media (max-width: 1100px) {
  .single .intro .intro__historias-relacionadas h2,
  .page-template-quienes-somos-template .intro .intro__historias-relacionadas h2 {
    font-size: 24px;
  }
}
.single .intro .intro__historias-relacionadas span,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas span {
  display: flex;
  width: 150px;
  border: solid 1px grey;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .single .intro .intro__historias-relacionadas span,
  .page-template-quienes-somos-template .intro .intro__historias-relacionadas span {
    display: none;
  }
}
.single .intro .intro__historias-relacionadas .historias,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas .historias {
  display: flex;
  flex-direction: column;
}
.single .intro .intro__historias-relacionadas .historias h2,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas .historias h2 {
  color: #6c757d;
  font-weight: 400;
  margin: 0;
  font-size: 1.75vw;
}
.single .intro .intro__historias-relacionadas .historias a,
.page-template-quienes-somos-template .intro .intro__historias-relacionadas .historias a {
  font-style: italic;
  color: blue;
  font-size: 1.15vw;
}
.single .article,
.page-template-quienes-somos-template .article {
  position: relative;
  z-index: 5;
}
.single .article__content,
.page-template-quienes-somos-template .article__content {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .single .article__content,
  .page-template-quienes-somos-template .article__content {
    max-width: 70%;
  }
}
.single .article__text-lg,
.page-template-quienes-somos-template .article__text-lg {
  font-size: 2.2vw;
  color: #4d4d4d;
  font-weight: normal;
}
.single .article h2,
.page-template-quienes-somos-template .article h2 {
  font-size: 21px;
  color: #4d4d4d;
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .single .article h2,
  .page-template-quienes-somos-template .article h2 {
    font-size: 3vw;
  }
}
.single .article p,
.single .article ol li,
.single .article ul,
.single .article li,
.page-template-quienes-somos-template .article p,
.page-template-quienes-somos-template .article ol li,
.page-template-quienes-somos-template .article ul,
.page-template-quienes-somos-template .article li {
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.4;
  word-wrap: break-word;
}
@media screen and (min-width: 1280px) {
  .single .article p,
  .single .article ol li,
  .single .article ul,
  .single .article li,
  .page-template-quienes-somos-template .article p,
  .page-template-quienes-somos-template .article ol li,
  .page-template-quienes-somos-template .article ul,
  .page-template-quienes-somos-template .article li {
    font-size: 1.5vw;
  }
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

header {
  background-color: var(--blue-bg);
  /* background-image: url(./assets/bg-lines.png); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  position: relative;
  padding-bottom: 2vw;
}
@media screen and (max-width: 599.937px) {
  header {
    z-index: 99;
  }
}
header .header-bg {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 0.1;
  object-fit: cover;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

footer {
  background-color: #031a2d;
  display: flex;
  flex-direction: row;
  padding: 5vw 0;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
footer .footer__inner {
  align-items: center;
  max-width: 84vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  footer .footer__inner {
    flex-direction: row;
  }
}
footer .footer__social-wrapper {
  display: flex;
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  footer .footer__social-wrapper {
    padding: 0;
  }
}

@media (max-width: 600px) {
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .javeriana-logo {
  width: 100%;
  padding: 1vw 0;
}
@media screen and (min-width: 900px) {
  footer .javeriana-logo {
    width: 20vw;
  }
}

footer .cDigitales-logo {
  place-self: center;
  width: 100%;
  padding: 1vw 0;
}
@media screen and (min-width: 900px) {
  footer .cDigitales-logo {
    width: 20vw;
  }
}

footer .line {
  height: 13vw;
  width: 1px;
  margin-right: 20px;
  background: linear-gradient(to bottom, transparent, white, transparent);
  align-self: center;
}

@media (max-width: 600px) {
  footer .line {
    display: none;
  }
}
footer .footer__social-media {
  grid-column: 4/5;
  place-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  padding-left: 20px;
}
footer .footer__social-media a {
  text-decoration: none;
}

@media (max-width: 600px) {
  footer .footer__social-media {
    border: none;
  }
}
footer .footer__social-media div {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

footer .footer__social-media img {
  width: 40px;
  margin: 0 30px 0 10px;
  cursor: pointer;
}

footer .footer__social-media p {
  font-size: 1.6vw;
  color: #fff;
  margin: 25px 0;
}

@media (max-width: 1250px) {
  footer .footer__social-media p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  footer .footer__social-media p {
    font-size: 16px;
  }
}
footer > img {
  cursor: pointer;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

.events {
  position: relative;
  z-index: 5;
  padding: 0;
}
.events__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .events__inner {
    max-width: 80vw;
    padding: 0;
  }
}
.events__title {
  color: var(--green-light);
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .events__title {
    font-size: 3.35vw;
    margin-bottom: 2.1vw;
  }
}
.events__desc {
  color: #4d4d4d;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .events__desc {
    font-size: 1.1vw;
    max-width: 70%;
    margin-bottom: 5.7vw;
  }
}
.events__desc p {
  color: #4d4d4d;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .events__desc p {
    font-size: 1.1vw;
  }
}
.events__items {
  min-height: 100vh;
}
@media screen and (min-width: 600px) {
  .events__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4.8vw;
    row-gap: 2.3vw;
  }
}
@media screen and (min-width: 900px) {
  .events__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.events__items-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 12vw, #d0dbe4 12vw);
  padding-bottom: 10.1vw;
}
.events__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .events__item {
    margin-bottom: 0;
  }
}
.events__item a {
  text-decoration: none;
}
.events__item-date {
  color: #808080;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 900px) {
  .events__item-date {
    font-size: 1.1vw;
  }
}
.events__item-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 450/217;
}
.events__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.events__item-info {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .events__item-info {
    padding: 1.2vw;
  }
}
.events__item-title {
  color: var(--blue-bg);
  font-weight: 500;
  padding-right: 1vw;
}
@media screen and (min-width: 900px) {
  .events__item-title {
    font-size: 1.1vw;
  }
}
.events__item-plus {
  width: 2.1vw;
  min-width: 20px;
  margin-left: auto;
}
.events__item-plus img {
  max-width: 100%;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

.pagination {
  width: 100%;
}
.pagination .pagination-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
}
.pagination .pagination-dots a {
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  padding: 15px 20px;
  margin: 0 5px;
  color: #9da6ae;
  font-weight: 700;
}
@media (max-width: 600px) {
  .pagination .pagination-dots a {
    padding: 5px 10px;
  }
}
.pagination .pagination-dots a:first-child {
  background-color: #1bee9a;
  color: #031a2d;
}
.pagination .pagination-dots a:nth-last-child(1) {
  padding: 15px;
  margin-right: 0;
}
@media (max-width: 600px) {
  .pagination .pagination-dots a:nth-last-child(1) {
    padding: 6px;
  }
}
.pagination .pagination-dots a:hover {
  background-color: #1bee9a;
}
.pagination .pagination-dots p {
  color: #9da6ae;
  font-weight: 700;
  padding: 0 7px;
}
.pagination.light .pagination-dots a {
  background-color: #d0dbe4;
}
.pagination.light .pagination-dots a:first-child {
  background-color: #1bee9a;
  color: #031a2d;
}
.pagination.mb {
  margin-bottom: 2vw;
}
.pagination.mt {
  margin-top: 2vw;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

/* overrides */
.page-template-contacto-template header {
  background: rgba(0, 0, 0, 0.05) !important;
}
.page-template-contacto-template header nav {
  background: transparent !important;
}

.contact {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 53%, rgba(255, 255, 255, 0.5) 53%);
  padding-bottom: 10.1vw;
  padding-top: 30px;
}
.contact__inner {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4.5vw;
    max-width: 68vw;
    padding: 0;
  }
}
.contact__title-lg {
  font-family: "Inter", "Roboto";
  font-size: 36px;
  font-weight: bold;
  color: #031a2d;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .contact__title-lg {
    font-size: 8vw;
    margin-bottom: 0.7vw;
  }
}
.contact__msg {
  font-family: "Inter", "Roboto";
  font-size: 18px;
  font-weight: 400;
  color: #031a2d;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .contact__msg {
    font-size: 1.3vw;
    padding-left: 0.5vw;
    margin-bottom: 0;
  }
}
.contact__info {
  background-image: url(../assets/contact-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10vw;
  background-position: right 2vw;
  display: none;
}
@media screen and (min-width: 900px) {
  .contact__info {
    padding-top: 100px;
    padding-top: 14vw;
    background-size: 10vw;
    display: block;
  }
}
.contact__info h5 {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", "Roboto";
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .contact__info h5 {
    font-size: 1.3vw;
    margin-bottom: 0.6vw;
  }
}
.contact__info-emails {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .contact__info-emails {
    margin-bottom: 1.8vw;
  }
}
.contact__info-emails ._icon {
  margin-right: 10px;
  padding-top: 5px;
  width: 30px;
}
@media screen and (min-width: 900px) {
  .contact__info-emails ._icon {
    width: 1.6vw;
    margin-right: 0.5vw;
    padding-top: 0.3vw;
  }
}
.contact__info-emails ._icon img {
  width: 100%;
}
.contact__info-emails p {
  margin: 0;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", "Roboto";
}
@media screen and (min-width: 900px) {
  .contact__info-emails p {
    font-size: 1.1vw;
  }
}
.contact__info-emails p a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", "Roboto";
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .contact__info-emails p a {
    font-size: 1.1vw;
  }
}
.contact__info-phones {
  display: flex;
}
.contact__info-phones ._icon {
  width: 30px;
}
@media screen and (min-width: 900px) {
  .contact__info-phones ._icon {
    margin-right: 0.5vw;
    width: 1.6vw;
  }
}
.contact__info-phones ._icon img {
  width: 100%;
}
.contact__info-phones p {
  margin: 0;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", "Roboto";
}
@media screen and (min-width: 900px) {
  .contact__info-phones p {
    font-size: 1.1vw;
  }
}
.contact__info-phones p a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", "Roboto";
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .contact__info-phones p a {
    font-size: 1.1vw;
  }
}
.contact__form-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .contact__form-item {
    margin-bottom: 1.1vw;
  }
}
.contact__form input {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Inter", "Roboto";
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 300;
  padding: 15px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .contact__form input {
    font-size: 1.3vw;
    padding: 1.2vw;
    border-radius: 0.6vw;
  }
}
.contact__form input:focus-visible {
  border-color: #1bee9a;
  outline-color: #1bee9a;
}
.contact__form select {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  font-family: "Inter", "Roboto";
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .contact__form select {
    font-size: 1.3vw;
    padding: 1.2vw;
    border-radius: 0.6vw;
  }
}
.contact__form select:focus-visible {
  border-color: #1bee9a;
  outline-color: #1bee9a;
}
.contact__form textarea {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Inter", "Roboto";
  padding: 20px;
  width: 100%;
  height: 200px;
  font-family: "Inter", "Roboto";
  font-size: 16px;
  color: #b3b3b3;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .contact__form textarea {
    font-size: 1.3vw;
    height: 17.2vw;
    border-radius: 0.6vw;
    padding: 1.2vw;
  }
}
.contact__form textarea:focus-visible {
  border-color: #1bee9a;
  outline-color: #1bee9a;
}
.contact__form button,
.contact__form input[type=submit] {
  background-color: #031a2d;
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
}
@media screen and (min-width: 900px) {
  .contact__form button,
  .contact__form input[type=submit] {
    border-radius: 0.6vw;
    font-size: 1.3vw;
    padding: 0.6vw 0.1vw;
  }
}
.contact__form-actions {
  display: flex;
  justify-content: flex-end;
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

.home2-nav {
  background-color: #f2f2f2;
  background-image: url("../assets/menu-bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10%;
  border-top: 0.8vw solid #1bee9a;
}
.home2-nav ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home2-nav ul li a {
  display: block;
  padding: 2vw 4.7vw;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  color: #6c757d;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .home2-nav ul li a {
    font-size: 1.3vw;
  }
}
.home2-nav ul li a:hover {
  color: #003459;
  background-image: url("../assets/menu-item-line.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center 80%;
}

.home2-top-banner {
  padding-bottom: 50px;
}

.home2-nuestros-ejes {
  position: relative;
  z-index: 9;
  background-image: url("../assets/ejes-bg.png");
  background-repeat: no-repeat;
  background-size: 106%;
  background-position: center top;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes {
    padding: 0 0 40px;
  }
}
.home2-nuestros-ejes a {
  text-decoration: none;
}
.home2-nuestros-ejes h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  margin-top: 0;
  line-height: 1;
  display: inline-block;
  padding: 0 1vw;
  margin-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes h2 {
    margin-bottom: 4.8vw;
  }
}
.home2-nuestros-ejes h2:after {
  display: block;
  content: "";
  background-image: url("../assets/title-underline.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 1.2vw;
  margin-top: 0.4vw;
  padding: 0 11vw;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes h2 {
    font-size: 3.1vw;
  }
}
.home2-nuestros-ejes__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  column-gap: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes__grid {
    max-width: 65%;
    row-gap: 5vw;
    column-gap: 1.1vw;
    grid-template-columns: 1fr 1fr;
  }
}
.home2-nuestros-ejes__grid-item {
  background-color: #031a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home2-nuestros-ejes__grid-item ._icon {
  max-width: 80px;
  margin-top: -35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes__grid-item ._icon {
    max-width: 6.9vw;
    margin-top: -2.5vw;
    margin-bottom: 1.4vw;
  }
}
.home2-nuestros-ejes__grid-item ._icon img {
  width: 100%;
}
.home2-nuestros-ejes__grid-item h4 {
  font-size: 24px;
  color: #1bee9a;
  padding: 0;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes__grid-item h4 {
    font-size: 1.8vw;
  }
}
.home2-nuestros-ejes__grid-item p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 0 10% 5%;
}
@media screen and (min-width: 900px) {
  .home2-nuestros-ejes__grid-item p {
    font-size: 1.2vw;
    padding: 0 6vw 1.2vw;
    margin-top: 0.5vw;
  }
}
.home2-nuestros-ejes__grid-item.v2 h4 {
  color: #ccff33;
}

.home2-conoce {
  background-image: url("../assets/home-conoce-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.home2-conoce__content {
  padding: 15vw 0 21vw 11vw;
  width: 36vw;
}
.home2-conoce__content h3 {
  color: #031a2d;
  font-size: 2.3vw;
  font-weight: 900;
  background-image: url("../assets/line-2.jpg");
  background-repeat: no-repeat;
  background-size: 9vw;
  background-position: left bottom;
  padding-bottom: 0.5vw;
}
.home2-conoce__content p {
  color: #031a2d;
  font-size: 2vw;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
}
.home2-conoce__content ._button {
  color: #031a2d;
  border-radius: 2vw;
  font-size: 1.3vw;
  text-decoration: none;
  border: 1px solid;
  padding: 0.6vw 1vw;
  font-weight: 500;
}

.home2-search {
  padding-bottom: 3vw;
}
.home2-search__inner {
  max-width: 65.5vw;
  margin: 0 auto;
}
.home2-search__input {
  color: #6c757d;
  border: 1px solid #1bee9a;
  border-radius: 3vw;
  padding: 1.5vw 2vw;
  font-size: 1.5vw;
  width: 100%;
  background-image: url("../assets/home-search-bg.jpg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 3vw;
}

.home2-media__inner {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 900px) {
  .home2-media__inner {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    padding-bottom: 2vw;
  }
}
.home2-media .media-item {
  border: 1px solid #1bee9a;
  padding: 0 30px 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
@media screen and (min-width: 900px) {
  .home2-media .media-item {
    padding: 0 1.6vw 1.6vw;
    margin: 0 2vw 2vw;
    min-width: 30%;
  }
}
.home2-media .media-item__label {
  color: #1bee9a;
  display: inline-block;
  font-size: 24px;
  background-color: #ffffff;
  padding: 0 20px;
  transform: translateY(-17px);
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .home2-media .media-item__label {
    font-size: 2.3vw;
    transform: translateY(-1.5vw);
    padding: 0 1vw;
  }
}

:root {
  --green-light: #1bee9a;
  --green-norm: #7ae582;
  --green-lime: #ccff33;
  --grey: #6c757d;
  --white: #ffffff;
  --black: #000000;
  --grey-light: #dee2e6;
  --dark-blue: #003459;
  --blue-bg: #031a2d;
  --new-blue-text-color: #003459;
}

.search-form {
  position: relative;
}
.search-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6vw;
  background-color: transparent;
  color: transparent;
  border: none;
  cursor: pointer;
}

.search-results h1 {
  margin-bottom: 1em;
  font-size: 24px;
}
@media screen and (min-width: 900px) {
  .search-results h1 {
    font-size: 3vw;
  }
}
.search-results__items {
  max-width: 80%;
  min-height: calc(100vh - 294px - 92px);
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (min-width: 900px) {
  .search-results__items {
    padding: 50px 80px;
  }
}
.search-results__item {
  padding: 30px 0;
  margin-bottom: 2vw;
}
.search-results__item a {
  text-decoration: none;
}
.search-results__item a:visited {
  color: inherit;
}
.search-results__item a:hover {
  opacity: 0.7;
}
.search-results__item h3 {
  font-size: 21px;
}
@media screen and (min-width: 900px) {
  .search-results__item h3 {
    font-size: 2vw;
  }
}
.search-results__item p {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .search-results__item p {
    font-size: 1.5vw;
  }
}

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