@charset "UTF-8";
/*colores*/
/*texto y grises*/
/*tarjetas derechos (política de privacidad)*/
/*colores adicionales*/
/*tipografía*/
/*base para rem*/
header {
  padding: 20px 0;
  color: #004d40;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
body.scroll header {
  background-color: rgba(15, 87, 69, 0.7);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
body:not(.home):not(.conocenos):not(.detalle-proyecto):not(.not-found) header {
  background-color: #FCF5EE;
}
header .container {
  justify-content: space-between;
}
header .wrap-logo .logo img {
  height: 44px;
  width: auto;
}
header .burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.2s ease;
}
header .burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0B785D;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto) header .burger span {
  background-color: #462B0D;
}
header .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .burger.active span:nth-child(2) {
  opacity: 0;
}
header .burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
body.home header .burger span, body.conocenos header .burger span, body.detalle-proyecto header .burger span, body.not-found header .burger span {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  header .burger {
    display: flex;
    width: 2rem;
  }
}
header .nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 200px);
}
header .nav-wrap nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
header .nav-wrap nav a {
  color: #0B785D;
  text-decoration: none;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 4px 13px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 70px;
}
header .nav-wrap nav a:hover {
  color: #F4DF97;
  border-color: #462B0D;
}
header .nav-wrap nav a.current {
  border-color: #ffffff;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto):not(.not-found) header .nav-wrap nav a {
  color: #462B0D;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto):not(.not-found) header .nav-wrap nav a.current {
  border-color: #462B0D;
}
@media (max-width: 992px) {
  header .nav-wrap nav a {
    font-size: 1.125rem;
    color: #462B0D !important;
    border: none !important;
    border-radius: 0 !important;
  }
  header .nav-wrap nav a:hover {
    color: #0B785D !important;
  }
}
@media (max-width: 992px) {
  header .nav-wrap nav {
    column-gap: 30px;
  }
}
header .nav-wrap .lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .nav-wrap .lang a {
  color: #0B785D;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
header .nav-wrap .lang a.active {
  font-weight: 700;
}
@media (max-width: 992px) {
  header .nav-wrap {
    position: fixed;
    top: 66px;
    right: 0;
    width: 100%;
    height: calc(100vh - 75px);
    padding: 0.625rem 1.5rem 2.5rem;
    background-color: #FCF5EE;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  header .nav-wrap.active {
    opacity: 1;
    visibility: visible;
  }
  header .nav-wrap nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  header .nav-wrap nav a {
    display: block;
    padding: 1rem 0;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  header .nav-wrap nav a:last-child {
    border-bottom: none;
  }
  header .nav-wrap .lang {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 680px) {
  header {
    padding: 13px 0;
  }
  header .wrap-logo .logo img {
    height: 34px;
  }
}

#main-footer {
  background-color: #363330;
  color: #ffffff;
  padding: 4rem 5% 2rem;
  font-family: "Inter", sans-serif;
}
#main-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
#main-footer a:hover {
  opacity: 0.7;
}
#main-footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
#main-footer .footer-content .footer-brand {
  max-width: 350px;
}
#main-footer .footer-content .footer-brand h3 {
  color: #E2BC8D;
  font-family: "Vollkorn", serif;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
#main-footer .footer-content .footer-brand address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#main-footer .footer-content .nav-group h4 {
  text-transform: uppercase;
  color: #E2BC8D;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
#main-footer .footer-content .nav-group ul {
  list-style: none;
  padding: 0;
}
#main-footer .footer-content .nav-group ul li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 400;
}
#main-footer .footer-content .footer-social {
  display: flex;
  gap: 1.2rem;
  font-size: 1.2rem;
}
#main-footer .footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#main-footer .footer-bottom .container {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#main-footer .footer-bottom .logo img {
  height: 32px;
}
#main-footer .footer-bottom .legal {
  font-size: 1rem;
}
#main-footer .footer-bottom .legal a, #main-footer .footer-bottom .legal span {
  margin-right: 0;
  transition: all 0.4s ease;
}
#main-footer .footer-bottom .legal a:last-child, #main-footer .footer-bottom .legal span:last-child {
  margin-right: 0;
}
#main-footer .footer-bottom .legal a:hover {
  color: #F4DF97;
  opacity: 1;
}
#main-footer .footer-bottom .legal a:after {
  content: "•";
  margin: 0 12px;
  display: inline-block;
  color: #F4DF97;
}
@media (max-width: 992px) {
  #main-footer .footer-bottom .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #main-footer .footer-bottom .legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  #main-footer .footer-bottom .legal a:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 600px) {
  #main-footer .footer-bottom {
    column-gap: 20px;
  }
  #main-footer .footer-bottom .legal a:nth-child(2):after {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  #main-footer .footer-content {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  #main-footer {
    padding: 4rem 0 2.1875rem;
  }
}

img, iframe {
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", serif;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1B1918;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
  float: left;
}

.col-2 {
  width: 16.6666666667%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.3333333333%;
  float: left;
}

.col-5 {
  width: 41.6666666667%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-7 {
  width: 58.3333333333%;
  float: left;
}

.col-8 {
  width: 66.6666666667%;
  float: left;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-10 {
  width: 83.3333333333%;
  float: left;
}

.col-11 {
  width: 91.6666666667%;
  float: left;
}

.col-12 {
  width: 100%;
  float: left;
}

[class^=col-], [class*=" col-"] {
  box-sizing: border-box;
}
@media (max-width: 680px) {
  [class^=col-], [class*=" col-"] {
    float: none;
    width: 100%;
  }
}

.hero-img {
  position: relative;
  overflow: hidden;
}
.hero-img .hero-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
@media (max-width: 1200px) {
  .hero-img .hero-img-bg {
    width: 38%;
    height: 100%;
  }
}
@media (max-width: 680px) {
  .hero-img .hero-img-bg {
    width: 100%;
    position: relative;
    height: 325px;
    margin-bottom: 20px;
  }
}

body {
  margin: 0;
}
body.detalle-proyecto header nav a, body.detalle-proyecto header .lang a {
  color: #ffffff;
  transition: all 0.3s ease;
}
body.detalle-proyecto header nav a:hover, body.detalle-proyecto header .lang a:hover {
  color: #F4DF97;
}
body.detalle-proyecto header .lang span {
  color: #F4DF97;
}

#proyecto-hero {
  background-color: #022148;
  color: #ffffff;
  padding: 10.625rem 0 3.75rem;
}
#proyecto-hero .container {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#proyecto-hero .hero-content {
  flex: 0 1 45%;
  max-width: 37.5rem;
}
#proyecto-hero .hero-content img:first-child {
  display: block;
  max-width: 8rem;
  height: auto;
  margin-bottom: 2.5rem;
}
#proyecto-hero .hero-content h1 {
  color: #ffffff;
  font-family: "Vollkorn", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}
#proyecto-hero .hero-content > p {
  font-size: 1.5625rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 3.75rem;
  padding-left: 1rem;
  border-left: 6px solid rgba(255, 255, 255, 0.4);
}
#proyecto-hero .hero-content .meta {
  font-size: 1.125rem;
  margin: 0;
}
#proyecto-hero .hero-content .meta p {
  margin: 0 0 0.25rem;
  font-weight: 300;
}
#proyecto-hero .wrap-device {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#proyecto-hero .wrap-device img {
  max-width: 100%;
  height: auto;
  display: block;
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  #proyecto-hero .container {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  #proyecto-hero .hero-content {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.8125rem;
  }
  #proyecto-hero .hero-content img:first-child {
    margin-left: auto;
    margin-right: auto;
  }
  #proyecto-hero .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #proyecto-hero .hero-content > p {
    padding-left: 0;
    border-left: none;
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    padding-top: 1rem;
    text-align: left;
    margin-bottom: 1.625rem;
  }
  #proyecto-hero .hero-content .meta {
    text-align: left;
  }
  #proyecto-hero .wrap-device {
    flex: none;
    width: 100%;
    justify-content: center;
  }
  #proyecto-hero .wrap-device img {
    max-width: 85%;
  }
}
@media (max-width: 600px) {
  #proyecto-hero {
    padding-top: 7.5rem;
  }
  #proyecto-hero .container {
    gap: 1.5rem;
  }
  #proyecto-hero .hero-content {
    margin-bottom: 1.25rem;
  }
  #proyecto-hero .hero-content img:first-child {
    max-width: 8.75rem;
    margin-bottom: 1rem;
  }
  #proyecto-hero .hero-content h1 {
    margin-bottom: 1rem;
  }
  #proyecto-hero .hero-content > p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  #proyecto-hero .hero-content .meta {
    font-size: 1rem;
  }
  #proyecto-hero .wrap-device img {
    max-width: 95%;
    transform: scale(1);
  }
}

#proyecto-contexto {
  background-color: #ffffff;
}
#proyecto-contexto .container {
  align-items: flex-start;
}
#proyecto-contexto h2 {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 2.75rem;
  font-weight: 500;
  margin: 0 0 0.3125rem;
}
#proyecto-contexto p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #363330;
  line-height: 1.5;
  margin: 0 0 1rem;
}
#proyecto-contexto p strong {
  font-weight: 700;
}
#proyecto-contexto .col-5 {
  padding: 4.375rem 0;
  padding-right: 2.5rem;
  box-sizing: border-box;
}
#proyecto-contexto .col-5 .cliente-nombre {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
#proyecto-contexto .col-5 > p:last-of-type {
  line-height: 1.6;
  margin: 0;
}
#proyecto-contexto .col-7 {
  padding: 4.375rem 0;
  padding-left: 2.5rem;
  box-sizing: border-box;
  border-left: 1px solid #929292;
}
#proyecto-contexto .col-7 .reto-intro {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 1.5rem;
}
#proyecto-contexto .col-7 .reto-intro strong {
  font-style: italic;
}
#proyecto-contexto .col-7 > p:not(.reto-intro) {
  line-height: 1.6;
  margin: 0 0 1rem;
}
#proyecto-contexto .col-7 > p:not(.reto-intro):last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #proyecto-contexto h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  #proyecto-contexto .col-7 .cliente-nombre {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  #proyecto-contexto .col-5 .reto-intro {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 600px) {
  #proyecto-contexto {
    padding: 3.75rem 0;
  }
  #proyecto-contexto .container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #proyecto-contexto h2 {
    margin-bottom: 1rem;
  }
  #proyecto-contexto .col-7 {
    border-left: none;
    padding-left: 0;
    padding-top: 1.25rem;
  }
  #proyecto-contexto .col-5, #proyecto-contexto .col-7 {
    padding: 0;
  }
  #proyecto-contexto .col-7 .cliente-nombre {
    font-size: 1.0625rem;
  }
  #proyecto-contexto .col-7 > p:last-of-type,
  #proyecto-contexto .col-5 .reto-intro,
  #proyecto-contexto .col-5 > p:not(.reto-intro) {
    font-size: 1rem;
  }
  #proyecto-contexto .col-5 .reto-intro {
    margin-bottom: 1rem;
  }
  #proyecto-contexto .col-5 > p:not(.reto-intro) {
    margin-bottom: 1rem;
  }
}

#solucion {
  background-color: #FCF5EE;
  color: #ffffff;
  padding: 2rem 0;
}
#solucion h2 {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 2.75rem;
  font-weight: 500;
  margin: 0 0 1.5625rem;
}
#solucion ul {
  list-style: disc;
  margin: 0;
  color: #1B1918;
  padding-left: 1.5625rem;
  padding-right: 5.3125rem;
}
#solucion ul li {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
}
#solucion .col-7 .btn-ver-test {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.875rem 1.75rem;
  background-color: #0B785D;
  color: #ffffff;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.3125rem;
  transition: background-color 0.2s ease;
}
#solucion .col-7 .btn-ver-test:hover {
  background-color: rgb(7.5740458015, 82.6259541985, 64.0351145038);
}
#solucion .col-7 img {
  margin-top: 2.5rem;
  width: 17.0625rem;
}
#solucion .col-5 img {
  width: 22.375rem;
}
@media (max-width: 690px) {
  #solucion .container {
    flex-direction: column;
  }
  #solucion ul {
    padding-right: 0;
  }
  #solucion .col-5 {
    text-align: center;
  }
  #solucion .col-5 img {
    margin-top: 3.75rem;
    width: 80%;
  }
}

#logros {
  background-color: #0B785D;
  color: #ffffff;
  padding: 3.75rem 0 8.75rem;
}
#logros h2 {
  color: #F4DF97;
  font-family: "Vollkorn", serif;
  font-size: 2.75rem;
  font-weight: 500;
  margin: 0 0 1.5625rem;
}
#logros .col-6:first-child p {
  font-size: 1.6875rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 1rem;
}
#logros ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
#logros ul li strong {
  font-weight: 700;
}
@media (max-width: 690px) {
  #logros .container {
    flex-direction: column;
  }
  #logros h2 {
    font-size: 2rem;
  }
  #logros .col-6:first-child p {
    font-size: 1.375rem;
  }
}

#imagenes-proyecto {
  background-color: #FCF5EE;
  padding-bottom: 6.25rem;
}
#imagenes-proyecto .container {
  flex-direction: column;
}
#imagenes-proyecto .wrap-img-main {
  position: relative;
  margin-top: -112px;
  padding: 0 3.75rem;
}
#imagenes-proyecto .wrap-img-main img {
  width: 83%;
  height: auto;
}
#imagenes-proyecto .wrap-img-main img:last-child {
  width: 25.9375rem;
  position: absolute;
  right: 0;
  bottom: -3.125rem;
}
#imagenes-proyecto .wrap-paleta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3rem;
}
#imagenes-proyecto .wrap-paleta > p {
  flex: 0 0 100%;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: #595959;
}
#imagenes-proyecto .wrap-paleta > .col-6 {
  flex: 1 1 calc(50% - 1rem);
  min-width: 0;
  box-sizing: border-box;
}
#imagenes-proyecto .wrap-paleta > .col-6 img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  #imagenes-proyecto .wrap-img-main img:last-child {
    width: 16.25rem;
  }
}
@media (max-width: 690px) {
  #imagenes-proyecto .wrap-img-main {
    padding: 0;
  }
  #imagenes-proyecto .wrap-img-main img:last-child {
    width: 10rem;
  }
  #imagenes-proyecto .wrap-paleta .col-6 {
    flex: 0 0 100%;
  }
}

.salud-total #proyecto-hero, .app-externado #proyecto-hero, .elecciones-el-tiempo #proyecto-hero {
  background: linear-gradient(to bottom, #14A4E5, #41C4FF);
}
.salud-total #proyecto-hero .hero-content img:first-child, .app-externado #proyecto-hero .hero-content img:first-child, .elecciones-el-tiempo #proyecto-hero .hero-content img:first-child {
  max-width: 100%;
}
.salud-total #proyecto-hero .hero-content > p, .salud-total #proyecto-hero .hero-content .meta, .app-externado #proyecto-hero .hero-content > p, .app-externado #proyecto-hero .hero-content .meta, .elecciones-el-tiempo #proyecto-hero .hero-content > p, .elecciones-el-tiempo #proyecto-hero .hero-content .meta {
  color: #191919;
}
.salud-total #logros p, .app-externado #logros p, .elecciones-el-tiempo #logros p {
  padding-right: 3.75rem;
}
.salud-total #imagenes-proyecto, .app-externado #imagenes-proyecto, .elecciones-el-tiempo #imagenes-proyecto {
  padding-bottom: 0.75rem;
}
.salud-total #imagenes-proyecto .wrap-img-main img:last-child, .app-externado #imagenes-proyecto .wrap-img-main img:last-child, .elecciones-el-tiempo #imagenes-proyecto .wrap-img-main img:last-child {
  position: relative;
  right: 0;
  bottom: 0;
  width: auto;
}

.app-externado #proyecto-hero, .elecciones-el-tiempo #proyecto-hero {
  background: linear-gradient(to bottom, #00522C, #076C3D);
  padding: 7rem 0 3.75rem;
}
.app-externado #proyecto-hero .hero-content img:first-child, .elecciones-el-tiempo #proyecto-hero .hero-content img:first-child {
  max-width: 100%;
}
.app-externado #proyecto-hero .hero-content > p, .app-externado #proyecto-hero .hero-content .meta, .elecciones-el-tiempo #proyecto-hero .hero-content > p, .elecciones-el-tiempo #proyecto-hero .hero-content .meta {
  color: #ffffff;
}
.app-externado #proyecto-hero .wrap-device img, .elecciones-el-tiempo #proyecto-hero .wrap-device img {
  max-width: 350px;
  transform: scale(1.2) translateY(51px);
}
.app-externado #solucion .col-5 img, .elecciones-el-tiempo #solucion .col-5 img {
  width: auto;
}
.app-externado #imagenes-proyecto .wrap-img-main, .elecciones-el-tiempo #imagenes-proyecto .wrap-img-main {
  text-align: center;
  margin-top: -8.75rem;
}
.app-externado #imagenes-proyecto .wrap-img-main img:last-child, .elecciones-el-tiempo #imagenes-proyecto .wrap-img-main img:last-child {
  width: 600px;
}
@media (max-width: 1200px) {
  .app-externado #proyecto-hero, .elecciones-el-tiempo #proyecto-hero {
    padding-top: 8.75rem;
    padding-bottom: 0rem;
  }
  .app-externado #proyecto-hero .hero-content, .elecciones-el-tiempo #proyecto-hero .hero-content {
    margin-bottom: 0rem;
  }
  .app-externado #proyecto-hero .wrap-device, .elecciones-el-tiempo #proyecto-hero .wrap-device {
    margin-top: -5rem;
  }
  .app-externado #proyecto-hero .wrap-device img, .elecciones-el-tiempo #proyecto-hero .wrap-device img {
    width: 300px;
    transform: scale(1) translate(0, 59px);
  }
  .app-externado #imagenes-proyecto .wrap-img-main img:last-child, .elecciones-el-tiempo #imagenes-proyecto .wrap-img-main img:last-child {
    width: 450px;
  }
}
.elecciones-el-tiempo #proyecto-hero {
  background: linear-gradient(to bottom, #0862A0, #0F85D7);
}
.elecciones-el-tiempo #imagenes-proyecto .wrap-img-main img:last-child {
  max-width: 500px;
  width: 100%;
}