@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  src: url("https://fonts.renobo.com.co/ValueSerifPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("https://fonts.renobo.com.co/ValueSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

body {
  overflow-x: hidden !important;
}

.title-projeccts {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}

.title-projeccts h2 {
  color: #003937;
  font-size: 47px;
  line-height: 41px;
  margin: 0;
  font-weight: bold;
  text-align: left;
}

.title-projeccts h2::after {
  content: none;
}

.title-projeccts h3 {
  color: #003937;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 91px;
  line-height: 80px !important;
}

.nav.nav-tabs {
  background-color: #ffffea;
  border-bottom: 0;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #6143f1;
  font-weight: bold;
  position: relative;
  border: 0;
}

.nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  background-color: #6143f1;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link:hover {
  color: #1f3637;
  background: transparent;
  border: 0;
}

.nav.nav-tabs .nav-item:last-of-type .nav-link::after {
  content: none;
}

.nav.nav-pills.nav-fill.nav-tabs-oblicua {
  background-color: #003937;
  border-radius: 9px;
  overflow: hidden;
}

.nav.nav-pills.nav-fill.nav-tabs-oblicua .nav-item .nav-link {
  color: #ffffdc;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
}

.container-project h3 {
  font-size: 35px;
  border-bottom: 0;
  font-weight: bold;
  color: #003937;
  position: relative;
  margin-bottom: 30px;
  line-height: 36px !important;
}

.container-project h3::after {
  content: none;
}

.container-project .field--name-field_benefits_of_project h3 {
  font-size: 64px;
  max-width: 430px;
  width: 100%;
  line-height: 64px !important;
}

.grid-datos > div {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1200px) {
  .grid-datos > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-datos > div .dato-general {
  flex-direction: column-reverse;
  display: flex !important;
  width: 100%;
}

.grid-datos > div .dato-general img {
  width: 100%;
  height: 50px;
  max-width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.grid-datos > div .dato-general i {
  display: none;
}

.dato-general .dato-info i {
  display: none;
}

.grid-datos > div .dato-general .dato-info {
  text-align: center;
}

.grid-datos > div .dato-general .dato-info .cifra span {
  color: #003031;
  font-size: 25px;
  font-weight: bold;
  line-height: 33px;
}

.grid-datos > div .dato-general .dato-info .titulo-cifra span {
  color: #000000;
  font-size: 15px;
  font-family: "Montserrat", serif;
  line-height: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 1200px) {
  .grid-datos > div .dato-general .dato-info .titulo-cifra span {
    font-size: 15px;
    line-height: 18px;
  }
}
/* Estilos para la función de expansión del texto */
.expandable-text .expanded-content {
  display: none;
  margin-top: 10px;
}

.expandable-text .expand-link {
  color: blue;
  cursor: pointer;
}

.expandable-text .expand-link:hover {
  text-decoration: underline;
}

footer .contact .basic__body ul {
  padding-left: 0;
  align-items: flex-start;
}

footer .contact .basic__body ul li {
  list-style: none;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  flex-direction: column;
}

footer .contact .basic__body ul li img {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 24px;
}

.page__footer .nav .nav-link {
  color: #D6D6D6;
}

footer * {
  color: #ffffec !important;
}

footer .links-footer,
.page__footer_2 .sdqs-footer,
.page__footer .links-footer {
  background: transparent !important;
}

.page__footer .container .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1200px) {
  .page__footer .container .row {
    flex-direction: column;
  }
}
.page__footer .container > .row > div {
  padding-left: 44px;
  padding-right: 80px;
  border-right: 1px solid rgba(255, 255, 236, 0.22);
  flex: 1;
  max-width: 100%;
}

.page__footer_3 .container > .row,
.page__footer_2 .container > .row {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .page__footer_3 .container > .row,
  .page__footer_2 .container > .row {
    flex-direction: column;
  }
}
footer {
  padding: 36px 0;
}

footer .oblicua-footer-section {
  padding-left: 44px;
  padding-right: 80px;
  flex: 1;
  padding-top: 15px;
}

footer .oblicua-footer-section ul li {
  display: flex;
  max-width: 450px;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: column !important;
}

footer .oblicua-footer-section ul li a {
  font-weight: bold !important;
  color: #D6D6D6;
}

footer .oblicua-footer-section ul li img {
  max-width: 100%;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.basic__body ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  padding: 0;
}

.basic__body ul li {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
  font-size: 14px;
  flex-wrap: wrap;
}

.basic__body ul li p {
  flex: 1;
  font-family: "Montserrat", serif;
}

.basic__body ul li .txt {
  flex: 1;
  font-family: "Montserrat", serif;
}

.basic__body ul li a {
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 700;
}

.basic__body ul li img {
  width: 24px;
}

.col-md-3.social-media.col-12.block {
  flex-direction: row;
  width: 100%;
}

.col-md-3.social-media.col-12.block .nav {
  flex-direction: row;
  flex-wrap: nowrap;
}

.col-md-3.social-media.col-12.block .nav li.nav-item {
  width: 25px;
}

footer {
  font-size: 13px;
}

.oblicua-footer-section .basic__body h4,
.oblicua-siguenos .basic__body h4 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  margin-bottom: 20px;
}

.oblicua-footer-section .basic__body p,
.oblicua-siguenos .basic__body p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: "Montserrat", serif;
  font-weight: 100;
}

.oblicua-footer-section .basic__body ul.oblicua-redes,
.oblicua-siguenos .basic__body ul.oblicua-redes {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
  padding: 0;
}

.oblicua-footer-section .basic__body ul.oblicua-redes li,
.oblicua-siguenos .basic__body ul.oblicua-redes li {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
  font-size: 14px;
  flex-wrap: wrap;
}

.oblicua-footer-section .basic__body ul.oblicua-redes li p,
.oblicua-siguenos .basic__body ul.oblicua-redes li p {
  flex: 1;
}

.oblicua-footer-section .basic__body ul.oblicua-redes li a,
.oblicua-siguenos .basic__body ul.oblicua-redes li a {
  font-size: 14px;
}

.oblicua-footer-section .basic__body ul.oblicua-redes li a:hover,
.oblicua-siguenos .basic__body ul.oblicua-redes li a:hover {
  opacity: 0.5;
}

.oblicua-footer-section .basic__body ul.oblicua-redes li img,
.oblicua-siguenos .basic__body ul.oblicua-redes li img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page__footer_2 .container .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .page__footer_2 .container .row {
    flex-direction: column;
  }
}
.page__footer_2 .container .row .block.block--basic {
  flex: 1;
}

aside.aside {
  background-color: #FFF;
  border-radius: 22px;
  overflow: hidden;
  padding: 23px 13px;
  max-width: 170px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  aside.aside {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  aside.aside .block.block--transparencia ul.nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
aside.aside .block.block--transparencia ul.nav li.nav-item {
  border-bottom: 1px solid #949494;
}

aside.aside .block.block--transparencia ul.nav li.nav-item a.nav-link {
  color: #949494;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}

aside.aside .block.block--transparencia ul.nav li.nav-item a.nav-link:hover {
  background-color: #005051;
  color: #FFF;
}

h2::after,
.home h2::after::after,
.container-project h2::after::after {
  content: none;
}

.home h2,
.container-project h2,
.node.page.page--full h2,
.news h2,
.eru-medios h2,
.news__body h2,
.panel-panel-inner.date-social h2,
header h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 800px;
  color: #4D4D4D;
  width: 100%;
  text-transform: none;
}

@media only screen and (max-width: 1200px) {
  .home h2,
  .container-project h2,
  .node.page.page--full h2,
  .news h2,
  .eru-medios h2,
  .news__body h2,
  .panel-panel-inner.date-social h2,
  header h2 {
    font-size: 29px !important;
    line-height: 33px !important;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
.home h2::first-letter,
.container-project h2::first-letter,
.node.page.page--full h2::first-letter,
.news h2::first-letter,
.eru-medios h2::first-letter,
.news__body h2::first-letter,
.panel-panel-inner.date-social h2::first-letter,
header h2::first-letter {
  text-transform: uppercase;
}

.home h2::after,
.container-project h2::after,
.node.page.page--full h2::after,
.news h2::after,
.eru-medios h2::after,
.news__body h2::after,
.panel-panel-inner.date-social h2::after,
header h2::after {
  content: none;
}

.home h2 span,
.container-project h2 span,
.node.page.page--full h2 span,
.news h2 span,
.eru-medios h2 span,
.news__body h2 span,
.panel-panel-inner.date-social h2 span,
header h2 span {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #003435;
}

@media only screen and (max-width: 1200px) {
  .home h2 span,
  .container-project h2 span,
  .node.page.page--full h2 span,
  .news h2 span,
  .eru-medios h2 span,
  .news__body h2 span,
  .panel-panel-inner.date-social h2 span,
  header h2 span {
    font-size: 29px !important;
    line-height: 33px !important;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
.home h3,
.container-project h3,
.node.page.page--full h3,
.news h3,
.eru-medios h3,
.news__body h3,
.panel-panel-inner.date-social h3,
header h3 {
  font-size: 40px;
  line-height: 32px !important;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 440px;
  color: #003435;
  text-transform: lowercase;
}

@media only screen and (max-width: 1200px) {
  .home h3,
  .container-project h3,
  .node.page.page--full h3,
  .news h3,
  .eru-medios h3,
  .news__body h3,
  .panel-panel-inner.date-social h3,
  header h3 {
    font-size: 22px;
    line-height: 32px !important;
    margin-bottom: 30px;
    font-weight: bold;
    max-width: 440px;
    color: #003435;
    text-transform: lowercase;
  }
}
.home h3::first-letter,
.container-project h3::first-letter,
.node.page.page--full h3::first-letter,
.news h3::first-letter,
.eru-medios h3::first-letter,
.news__body h3::first-letter,
.panel-panel-inner.date-social h3::first-letter,
header h3::first-letter {
  text-transform: uppercase;
}

.home h1,
.container-project h1,
.node.page.page--full h1,
.news h1,
.eru-medios h1,
.news__body h1,
.panel-panel-inner.date-social h1,
header h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 440px;
  color: #003435;
  text-transform: lowercase;
}

.home h1::first-letter,
.container-project h1::first-letter,
.node.page.page--full h1::first-letter,
.news h1::first-letter,
.eru-medios h1::first-letter,
.news__body h1::first-letter,
.panel-panel-inner.date-social h1::first-letter,
header h1::first-letter {
  text-transform: uppercase;
}

.home h1 b,
.home h1 strong,
.container-project h1 b,
.container-project h1 strong,
.node.page.page--full h1 b,
.node.page.page--full h1 strong,
.news h1 b,
.news h1 strong,
.eru-medios h1 b,
.eru-medios h1 strong,
.news__body h1 b,
.news__body h1 strong,
.panel-panel-inner.date-social h1 b,
.panel-panel-inner.date-social h1 strong,
header h1 b,
header h1 strong {
  font-size: 47px;
  font-weight: normal;
  display: block;
  line-height: 46px;
}

.home .video__field-media-video-file,
.container-project .video__field-media-video-file,
.node.page.page--full .video__field-media-video-file,
.news .video__field-media-video-file,
.eru-medios .video__field-media-video-file,
.news__body .video__field-media-video-file,
.panel-panel-inner.date-social .video__field-media-video-file,
header .video__field-media-video-file {
  max-width: 570px;
}

.home .video__field-media-video-file video,
.container-project .video__field-media-video-file video,
.node.page.page--full .video__field-media-video-file video,
.news .video__field-media-video-file video,
.eru-medios .video__field-media-video-file video,
.news__body .video__field-media-video-file video,
.panel-panel-inner.date-social .video__field-media-video-file video,
header .video__field-media-video-file video {
  width: 100%;
  height: 320.625px;
}

.home p img,
.container-project p img,
.node.page.page--full p img,
.news p img,
.eru-medios p img,
.news__body p img,
.panel-panel-inner.date-social p img,
header p img {
  max-width: 570px;
}

.home .page__field-attach-file a,
.home p,
.home li,
.container-project .page__field-attach-file a,
.container-project p,
.container-project li,
.node.page.page--full .page__field-attach-file a,
.node.page.page--full p,
.node.page.page--full li,
.news .page__field-attach-file a,
.news p,
.news li,
.eru-medios .page__field-attach-file a,
.eru-medios p,
.eru-medios li,
.news__body .page__field-attach-file a,
.news__body p,
.news__body li,
.panel-panel-inner.date-social .page__field-attach-file a,
.panel-panel-inner.date-social p,
.panel-panel-inner.date-social li,
header .page__field-attach-file a,
header p,
header li {
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 31px;
  color: #4D4D4D;
}

.home .page__field-attach-file a strong,
.home p strong,
.home li strong,
.container-project .page__field-attach-file a strong,
.container-project p strong,
.container-project li strong,
.node.page.page--full .page__field-attach-file a strong,
.node.page.page--full p strong,
.node.page.page--full li strong,
.news .page__field-attach-file a strong,
.news p strong,
.news li strong,
.eru-medios .page__field-attach-file a strong,
.eru-medios p strong,
.eru-medios li strong,
.news__body .page__field-attach-file a strong,
.news__body p strong,
.news__body li strong,
.panel-panel-inner.date-social .page__field-attach-file a strong,
.panel-panel-inner.date-social p strong,
.panel-panel-inner.date-social li strong,
header .page__field-attach-file a strong,
header p strong,
header li strong {
  color: #4D4D4D;
}

.home .page__field-attach-file a .icon-lists,
.home p .icon-lists,
.home li .icon-lists,
.container-project .page__field-attach-file a .icon-lists,
.node.page.page--full .page__field-attach-file a .icon-lists,
.node.page.page--full p .icon-lists,
.node.page.page--full li .icon-lists,
.news .page__field-attach-file a .icon-lists,
.news p .icon-lists,
.eru-medios .page__field-attach-file a .icon-lists,
.eru-medios p .icon-lists,
.eru-medios li .icon-lists,
.news__body .page__field-attach-file a .icon-lists,
.news__body p .icon-lists,
.news__body li .icon-lists,
.panel-panel-inner.date-social .page__field-attach-file a .icon-lists,
.panel-panel-inner.date-social p .icon-lists,
.panel-panel-inner.date-social li .icon-lists,
header .page__field-attach-file a .icon-lists,
header p .icon-lists,
header li .icon-lists {
  display: none;
}

.home .page__field-attach-file .field__label,
.container-project .page__field-attach-file .field__label,
.node.page.page--full .page__field-attach-file .field__label,
.news .page__field-attach-file .field__label,
.eru-medios .page__field-attach-file .field__label,
.news__body .page__field-attach-file .field__label,
.panel-panel-inner.date-social .page__field-attach-file .field__label,
header .page__field-attach-file .field__label {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 440px;
  color: #003435;
}

.home .page__field-attach-file a,
.container-project .page__field-attach-file a,
.node.page.page--full .page__field-attach-file a,
.news .page__field-attach-file a,
.eru-medios .page__field-attach-file a,
.news__body .page__field-attach-file a,
.panel-panel-inner.date-social .page__field-attach-file a,
header .page__field-attach-file a {
  color: #003435;
}

.home .page__field-attach-file a:hover,
.container-project .page__field-attach-file a:hover,
.node.page.page--full .page__field-attach-file a:hover,
.news .page__field-attach-file a:hover,
.eru-medios .page__field-attach-file a:hover,
.news__body .page__field-attach-file a:hover,
.panel-panel-inner.date-social .page__field-attach-file a:hover,
header .page__field-attach-file a:hover {
  color: #6143f1;
}

.home li,
.container-project li,
.node.page.page--full li,
.news li,
.eru-medios li,
.news__body li,
.panel-panel-inner.date-social li,
header li {
  color: #003435;
}

.home li a,
.container-project li a,
.node.page.page--full li a,
.news li a,
.eru-medios li a,
.news__body li a,
.panel-panel-inner.date-social li a,
header li a {
  color: #4D4D4D;
  font-weight: 600;
}

.home li a:hover,
.container-project li a:hover,
.node.page.page--full li a:hover,
.news li a:hover,
.eru-medios li a:hover,
.news__body li a:hover,
.panel-panel-inner.date-social li a:hover,
header li a:hover {
  color: #7b7979;
}

.home span,
.container-project span,
.node.page.page--full span,
.news span,
.eru-medios span,
.news__body span,
.panel-panel-inner.date-social span,
header span {
  font-size: 14px;
}

.home h2 {
  text-align: left !important;
  margin: 60px 0;
}

@media only screen and (max-width: 1200px) {
  .home h2 {
    text-align: center !important;
    margin: 50px 0 20px !important;
    height: auto;
  }
}
.btn.btn-primary {
  margin: 20px 0;
}

label {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #006b60;
}

input,
.form-control,
select,
.custom-select {
  background-color: #FFF;
  color: #006b60;
  font-family: "Montserrat", serif;
  font-weight: normal;
  font-size: 14px;
}

.custom-select {
  background: url("http://files.renobo.com.co/sites/default/files/2023-05/arrows.png") no-repeat right 0.75rem center/15px 15px #FFF;
}

.page__content .more-link,
.more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.page__content .more-link a,
.more-link a {
  align-items: center;
  background-color: #00C29D;
  border-radius: 9px;
  color: #FFF;
  display: flex;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.page__content .more-link a:hover,
.page__content .more-link a:active,
.more-link a:hover,
.more-link a:active {
  color: #fff;
  background-color: #280fa2 !important;
  border-color: #6550c8 !important;
}

.home li a.btn.btn-primary,
.home li a.btn.btn-secondary,
.container-project li a.btn.btn-primary,
.container-project li a.btn.btn-secondary,
.node.page.page--full li a.btn.btn-primary,
.node.page.page--full li a.btn.btn-secondary,
.news li a.btn.btn-primary,
.news li a.btn.btn-secondary,
.eru-medios li a.btn.btn-primary,
.eru-medios li a.btn.btn-secondary,
.news__body li a.btn.btn-primary,
.news__body li a.btn.btn-secondary,
.panel-panel-inner.date-social li a.btn.btn-primary,
.panel-panel-inner.date-social li a.btn.btn-secondary,
header li a.btn.btn-primary,
header li a.btn.btn-secondary,
a.btn.btn-secondary,
a.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 9px;
  padding: 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00C29D !important;
  color: #FFF;
  border-color: #00C29D !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-primary:hover,
.btn.btn-primary:active {
  color: #fff;
  background-color: #029f83 !important;
  border-color: #029f83 !important;
}

.btn.btn-secondary {
  margin: 10px auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.btn.btn-secondary a {
  padding: 8px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #280fa2;
  border-color: #6550c8;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #280fa2;
  border-color: #6550c8;
}

thead {
  background-color: #003435;
  border-bottom: 0;
  color: white;
  text-align: center;
}

thead .views-field {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 1200px) {
  thead .views-field {
    font-size: 11px;
    line-height: 12px;
  }
}
table tr:nth-child(even) {
  background-color: #f6f6f6;
}

table tbody .views-field {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #222;
  font-family: "Montserrat", serif;
  font-weight: normal;
  padding: 30px;
}

@media only screen and (max-width: 1200px) {
  table tbody .views-field {
    padding: 20px 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.card-header {
  background-color: #003435;
  color: white;
}

.card-header .btn {
  color: white;
}

.wobble-hor-bottom {
  animation: wobble-hor-bottom 0.8s both;
}

/* ----------------------------------------------
   * Generated by Animista on 2023-5-25 11:46:32
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation wobble-hor-bottom
   * ----------------------------------------
   */
@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-20px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.basic__body ul.accesibility-block {
  align-items: center;
  background-color: #594eea;
  border-bottom-right-radius: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.23);
  display: flex;
  gap: 20px;
  height: auto;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  position: fixed;
  right: 0;
  top: 15%;
  width: 3rem;
  z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .basic__body ul.accesibility-block {
    display: none;
  }
}
.basic__body ul.accesibility-block li {
  margin: 0 !important;
}

.basic__body ul.accesibility-block li a {
  margin: 0.3rem 0.5rem;
  padding: 0;
  position: relative;
}

.basic__body ul.accesibility-block li a .texto-item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  font-size: 12px;
  width: 0;
  background-color: #594eea;
  padding: 0.3rem 0.5rem;
}

.basic__body ul.accesibility-block li a:hover .texto-item {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  opacity: 1;
  width: 120px;
  padding: 0.3rem 0.5rem;
}

.accesibility-block .item-button:hover {
  background-color: #594eea;
}

.page__content .page-search h3 {
  font-size: 30px;
  line-height: 33px !important;
  color: #fff;
  font-weight: normal;
  padding: 0;
}

.page__content .page-search h3 span {
  font-size: 30px;
  line-height: 33px !important;
  color: #003031;
  font-weight: normal;
  padding: 0;
}

.page__content .page-search h3 span a {
  font-size: 30px;
  line-height: 33px !important;
  color: #003031;
  font-weight: normal;
  padding: 0;
}

.page__content .page-search h3 a {
  color: #003031;
}

.news-home h3 {
  font-size: 16px;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #fff;
  font-weight: 700;
  padding: 0;
  max-width: 100%;
}

.news-home h3 span {
  font-size: 16px;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #737373;
  font-weight: 700;
  padding: 0;
}

.news-home h3 span a {
  font-size: 16px;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #737373;
  font-weight: 700;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .news-home h3 span a {
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: "Montserrat", serif;
    color: #737373;
    font-weight: 700;
    padding: 0;
  }
}
.news-home h3 a {
  color: #737373;
}

.page__content .news-home .title-one,
.page__content .page-search .title-one {
  height: auto;
  margin: 0;
}

.pager__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.08em;
}

.page-item .page-link,
.views-field.views-field-created {
  color: #737373;
  font-family: "Montserrat", serif;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .page-item .page-link,
  .views-field.views-field-created {
    font-size: 12px;
  }
}
li.page-item.pager__item.is-active.active a.page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #006b60 !important;
  border-color: #006b60 !important;
}

.eru-medios .views-field-field-image-main img,
.eru-medios .views-field-field-cover-img img {
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.pagination {
  gap: 10px;
}

@media only screen and (max-width: 1200px) {
  .pagination {
    gap: 0;
  }
}
.page__content .news-home .title-one::after,
.page__content .page-search .title-one::after {
  content: none;
}

.text-center h2 {
  margin: 0 !important;
}

h3,
#titulo-busqueda {
  color: #006b60;
  font-family: "Montserrat", serif;
}

.views-view-grid.horizontal.cols-3.clearfix > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media only screen and (max-width: 1200px) {
  .views-view-grid.horizontal.cols-3.clearfix > .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.views-view-grid.horizontal.cols-3.clearfix > .row h3.views-field.views-field-field-url-of-the-publication.title-one {
  font-size: 16px !important;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #003031;
  font-weight: 700;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .views-view-grid.horizontal.cols-3.clearfix > .row h3.views-field.views-field-field-url-of-the-publication.title-one {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
.views-view-grid.horizontal.cols-3.clearfix > .row h3.views-field.views-field-field-url-of-the-publication.title-one a {
  font-size: 16px !important;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #003031;
  font-weight: 700;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .views-view-grid.horizontal.cols-3.clearfix > .row h3.views-field.views-field-field-url-of-the-publication.title-one a {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 {
  width: 100%;
  max-width: 100%;
}

.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-project,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project {
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 21px;
  margin-bottom: 10px;
}

.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .views-field.views-field-field-image-main img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col a img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.imagen-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-project img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project img {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5:hover img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col:hover img,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5:hover img {
  transform: scale(1.1);
}

.container.container-project.mt-5 h2 {
  text-align: left !important;
}

.container.container-project.mt-5 h2.text-center {
  text-align: left !important;
}

.container.container-project.mt-5 h2.text-center span {
  font-size: 38px !important;
  line-height: 40px !important;
  max-width: 530px;
}

.nav.nav-tabs {
  background-color: #ffffea;
  border-bottom: 0;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #6143f1;
  font-weight: bold;
  position: relative;
  border: 0;
}

.nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  background-color: #6143f1;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link:hover {
  color: #1f3637;
  background: transparent;
  border: 0;
}

.nav.nav-tabs .nav-item:last-of-type .nav-link::after {
  content: none;
}

.nav.nav-pills.nav-fill {
  background-color: #003937;
  border-radius: 9px;
  overflow: hidden;
}

.nav.nav-pills.nav-fill .nav-item {
  background-color: #003937;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .nav.nav-pills.nav-fill .nav-item {
    flex: 1 1 33.333333%;
  }
}
.nav.nav-pills.nav-fill .nav-item .nav-link {
  background-color: #003937;
  color: #ffffdc;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
}

.nav.nav-pills.nav-fill .nav-item .nav-link:hover {
  background-color: rgb(0, 48, 49);
}

@media only screen and (max-width: 1200px) {
  .nav.nav-pills.nav-fill .nav-item .nav-link {
    font-size: 14px;
  }
}
.eru-medios .tab-content,
.container-project .tab-content {
  width: 100%;
  margin: 0 auto;
}

.eru-medios .tab-content #scope .row,
.eru-medios .tab-content #status .row,
.eru-medios .tab-content #benefits .row,
.eru-medios .tab-content #regulatory .row,
.eru-medios .tab-content #description .row,
.container-project .tab-content #scope .row,
.container-project .tab-content #status .row,
.container-project .tab-content #benefits .row,
.container-project .tab-content #regulatory .row,
.container-project .tab-content #description .row {
  flex-direction: column;
}

.eru-medios .tab-content #scope .row .col-md-8.col-12,
.eru-medios .tab-content #scope .row .col-md-4.col-12,
.eru-medios .tab-content #status .row .col-md-8.col-12,
.eru-medios .tab-content #status .row .col-md-4.col-12,
.eru-medios .tab-content #benefits .row .col-md-8.col-12,
.eru-medios .tab-content #benefits .row .col-md-4.col-12,
.eru-medios .tab-content #regulatory .row .col-md-8.col-12,
.eru-medios .tab-content #regulatory .row .col-md-4.col-12,
.eru-medios .tab-content #description .row .col-md-8.col-12,
.eru-medios .tab-content #description .row .col-md-4.col-12,
.container-project .tab-content #scope .row .col-md-8.col-12,
.container-project .tab-content #scope .row .col-md-4.col-12,
.container-project .tab-content #status .row .col-md-8.col-12,
.container-project .tab-content #status .row .col-md-4.col-12,
.container-project .tab-content #benefits .row .col-md-8.col-12,
.container-project .tab-content #benefits .row .col-md-4.col-12,
.container-project .tab-content #regulatory .row .col-md-8.col-12,
.container-project .tab-content #regulatory .row .col-md-4.col-12,
.container-project .tab-content #description .row .col-md-8.col-12,
.container-project .tab-content #description .row .col-md-4.col-12 {
  flex: 1;
  max-width: 100%;
}

.eru-medios .tab-content #scope .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #scope .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #status .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #status .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #benefits .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #benefits .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #regulatory .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #regulatory .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #description .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.eru-medios .tab-content #description .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #scope .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #scope .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #status .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #status .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #benefits .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #benefits .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #regulatory .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #regulatory .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #description .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
.container-project .tab-content #description .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .eru-medios .tab-content #scope .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #scope .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #status .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #status .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #benefits .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #benefits .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #regulatory .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #regulatory .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #description .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .eru-medios .tab-content #description .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #scope .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #scope .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #status .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #status .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #benefits .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #benefits .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #regulatory .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #regulatory .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #description .row .col-md-8.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row,
  .container-project .tab-content #description .row .col-md-4.col-12 .paragraph.paragraph--type--general-data-.paragraph--view-mode--default .container.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.container-project .dato-general {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
}

.project__body {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  font-family: "Montserrat", serif;
  font-weight: 600;
  color: #222;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

@media only screen and (max-width: 1200px) {
  .project__body {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.project__body p,
.project__body li {
  font-family: "Montserrat", serif;
  font-weight: normal;
  color: #222;
  line-height: 18px;
}

.project__body .leer-mas {
  display: block;
  margin-top: 10px;
  color: #6143f1;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.project__body .leer-mas:hover {
  background: transparent;
  text-decoration: underline;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
  display: table-cell;
  height: 100%;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}

.form-item--error-message {
  color: red;
  font-size: 11px;
}

.columnas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .columnas {
    grid-template-columns: repeat(1, 1fr);
  }
}
.columnas .columna {
  background-color: #ffffea;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
}

.columnas .columna img {
  width: 100%;
}

.link-proyecto:hover {
  background-color: #006b60 !important;
  color: #fff !important;
  cursor: pointer;
}

.multimedia-arow-right,
.multimedia-arrow-left {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
}

.icono-img-dato {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5px;
}

.navbar-expand-lg .navbar-collapse {
  display: flex;
  flex-basis: auto;
  flex-direction: column-reverse;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    gap: 30px;
  }
}
.navbar-expand-lg .navbar-collapse .mr-auto {
  width: 100%;
  max-width: 1666px;
  padding: 18px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse .mr-auto {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: #003031;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse.collapse.show .mr-auto {
    left: 0;
  }
}
.navbar-nav {
  gap: 30px;
  flex: initial;
}

@media only screen and (max-width: 1200px) {
  .navbar-nav {
    width: 100%;
  }
}
.menu-principal .navbar-nav .nav-item {
  margin: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .menu-principal .navbar-nav .nav-item {
    flex-direction: column;
  }
  .menu-principal .navbar-nav .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0;
    color: #595959;
    font-weight: bold;
  }
  .menu-principal .navbar-nav .nav-item .dropdown-menu a {
    color: #595959;
    font-weight: bold;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .menu-principal .navbar-nav .nav-item .dropdown-menu a {
    font-size: 13px;
  }
}

.menu-principal .navbar-nav .nav-item.dropdown::before {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  height: 8px;
  width: 8px;
  transform: rotate(132deg) translateY(-50%);
  position: absolute;
  right: -4px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  top: 45%;
  transform-origin: top;
}

@media only screen and (max-width: 1200px) {
  .menu-principal .navbar-nav .nav-item.dropdown::before {
    right: 3px;
  }
}
.menu-principal .navbar-nav .nav-item::after {
  content: none;
}

.menu-principal .navbar-nav .nav-item:hover::after {
  content: none;
}

.menu-principal .navbar-nav .nav-item:last-of-type::after {
  content: none;
}

.menu-principal .block--theme-eru-main-menu a.nav-link {
  color: #ffffdc;
  display: flex;
  align-items: center;
  font-size: 11px !important;
  font-family: "Montserrat", serif;
  font-weight: normal;
  position: relative;
  padding: 0 10px;
  max-width: 220px;
  margin: 0;
  white-space: break-spaces;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .menu-principal .block--theme-eru-main-menu a.nav-link {
    max-width: 100%;
  }
}
.menu-principal .block--theme-eru-main-menu a.nav-link::after {
  content: "";
  background-color: #ffffdc;
  height: 45px;
  width: 1px;
  position: absolute;
  right: 0;
}

.menu-principal .block--theme-eru-main-menu a.nav-link:last-of-type::after {
  content: none;
}

@media only screen and (max-width: 1023px) {
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active,
  .menu-principal .block--theme-eru-main-menu a.nav-link {
    color: #595959;
  }
}

.menu-principal .block--theme-eru-main-menu a.nav-link:hover {
  opacity: 0.5;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .menu-principal .block--theme-eru-main-menu a.nav-link:hover {
    opacity: 1;
  }
}

.menu-principal form {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 310px;
  width: 100%;
  gap: 11px;
}

.menu-principal form img {
  width: 22px;
}

.menu-principal form input.form-control {
  background-color: #013334;
  border-radius: 20px;
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  padding: 4px 13px;
  color: #ffffdc;
}

.menu-principal form input.form-control::-moz-placeholder {
  color: #ffffdc;
}

.menu-principal form input.form-control::placeholder {
  color: #ffffdc;
}

.menu-principal form input.form-control:focus {
  color: #ffffdc;
}

.menu-principal form span {
  background-color: #013334;
  border-radius: 20px;
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 13px;
}

.menu-principal form span label {
  color: #ffffdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}

.menu-principal nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-principal nav a {
  display: block;
  color: #ffffdc;
  display: flex;
  align-items: center;
  font-size: 10px;
  position: relative;
  padding: 0 27px;
  max-width: 200px;
}

.menu-principal nav a::after {
  content: "";
  background-color: #ffffdc;
  height: 45px;
  width: 1px;
  position: absolute;
  right: 0;
}

.menu-principal nav a:last-of-type::after {
  content: none;
}

.menu-principal .menu-secundario {
  background-color: #003031;
  padding: 5px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1666px;
}

@media only screen and (max-width: 1200px) {
  .menu-principal .menu-secundario {
    display: none !important;
  }
}
.page__content .transparencia-block .col-12 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .page__content .transparencia-block .col-12 {
    flex-direction: column;
  }
}
.page__content .transparencia-block #bkg-transparencia {
  max-width: 546px;
  width: 100%;
  height: 675px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("https://files.renobo.com.co/sites/default/files/2023-05/transparenciaIcon.png");
  float: none;
  background-color: transparent !important;
}

@media only screen and (max-width: 1200px) {
  .page__content .transparencia-block #bkg-transparencia {
    background-size: contain;
    width: 100%;
    height: 100vw;
  }
}
.page__content .transparencia-block .textos {
  background-color: transparent !important;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .page__content .transparencia-block .textos {
    height: auto;
  }
}
.page__content .transparencia-block .textos h2 {
  font-family: "Montserrat", serif;
  color: #013334 !important;
  line-height: 37px !important;
  max-width: 530px;
  font-size: 38px !important;
  font-weight: 100;
  text-transform: none;
  margin: 0 !important;
}

.page__content .transparencia-block .textos h2:last-of-type {
  margin-bottom: 15px !important;
}

.page__content .transparencia-block .textos h2::first-letter {
  text-transform: uppercase;
}

.page__content .transparencia-block .textos h2 strong {
  text-transform: none;
  line-height: 40px !important;
  font-size: 46px !important;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .page__content .transparencia-block .textos h2 strong {
    font-size: 30px;
  }
}
.page__content .transparencia-block .textos p a {
  align-items: center;
  background-color: #6143f1;
  border-radius: 9px;
  color: #ffffdc;
  display: flex;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row {
  justify-content: center;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item {
  flex: 0 0 25%;
  max-width: 25%;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

@media only screen and (max-width: 1200px) {
  .paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    align-items: center;
    justify-content: center;
  }
}
.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item a {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item a span.title {
  color: #003937;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", serif;
  display: block;
  font-weight: 700;
  text-align: center;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item a span.description.d-none.d-sm-block {
  display: none !important;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item a:hover {
  background: transparent !important;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default .row .col-md-4.col-sm-4.col-6.link-item a:hover i {
  animation: wobble-hor-bottom 2s both;
}

.col-md-6.col-12.block .news-home.news-target.col-md-6.col-12 .views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1 .col-12.views-col.col-1 .views-field.views-field-title .field-content {
  color: #003435;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-weight: 700;
  line-height: 31px;
}

.col-md-6.col-12.block .news-home.news-target.col-md-6.col-12 .views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1 .col-12.views-col.col-1 .views-field.views-field-title a {
  line-height: 14px;
  color: #003435;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 700;
}

.col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix,
.col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix,
  .col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix {
    max-width: 100%;
  }
}
.col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div,
.col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div {
  display: flex;
  flex-direction: column;
  color: #003435;
  font-family: "Montserrat", serif;
  font-weight: bold;
  font-size: 14px;
}

.col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img,
.col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img {
  width: 100%;
  margin-bottom: 20px;
}

.col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100,
.col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100 {
  width: 100%;
}

.col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100 img,
.col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100 img {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto !important;
  display: block !important;
}

@media only screen and (max-width: 1200px) {
  .col-md-6.col-12.block .eru-medios .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100 img,
  .col-md-6.col-12.block .news-home .views-view-grid.horizontal.cols-1.clearfix .row-news.mb-4.pb-4 > div .views-field.views-field-field-cover-img .field-content.mr-3.img-thumbnail-100 img {
    height: calc(56.25vw - 20px) !important;
  }
}
.col-md-6.col-12.block .eru-medios .views-field.views-field-title .field-content,
.col-md-6.col-12.block .news-home .views-field.views-field-title .field-content {
  color: #003435;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.col-md-6.col-12.block .eru-medios .views-field.views-field-title a,
.col-md-6.col-12.block .news-home .views-field.views-field-title a {
  line-height: 14px;
  color: #003435;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 14px;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: static;
}

.container {
  max-width: 1200px;
}

.page__content .project-block .views-field-title h3.field-content {
  font-size: 14px;
  color: #003937;
  position: relative;
  font-weight: 700;
  line-height: 18px;
  z-index: 5;
  font-family: "Montserrat", serif;
}

.page__content .project-block .views-field-title h3.field-content a {
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", serif;
  color: #003937;
  position: relative;
  line-height: 18px;
  z-index: 5;
}

.block.block--theme-eru-main-menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .block.block--theme-eru-main-menu {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .block.block--theme-eru-main-menu {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .block.block--theme-eru-main-menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader::before {
  content: "";
  border: 2px solid #013334;
  animation: girar 2s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-top: 0;
  border-bottom: 0;
  border-radius: 50%;
}

.preloader::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://files.renobo.com.co/sites/default/files/2025-06/preloader.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes girar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader.fadeOut {
  opacity: 0;
}

.menu-principal .dropdown-menu li {
  height: auto !important;
}

.project-block {
  align-items: center;
  background-color: #ffffea;
  display: flex;
  gap: 44px;
  justify-content: center;
  padding: 85px 0;
}

@media only screen and (max-width: 1200px) {
  .project-block {
    padding: 30px 0;
    flex-direction: column;
  }
}
.project-block::after {
  content: "";
  background-color: #ffffea;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20vw;
  z-index: -1;
}

.project-block .left {
  max-width: 400px;
  width: 100%;
}

.project-block .left img.icon {
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .project-block .left img.icon {
    max-width: 150px;
  }
}
.project-block .left h2 {
  color: #013334;
  line-height: 50px;
  font-size: 42px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .project-block .left h2 {
    margin-bottom: 10px !important;
  }
}
.project-block .left h2 b {
  font-size: 82px;
}

@media only screen and (max-width: 1200px) {
  .project-block .left h2 b {
    margin-bottom: 10px !important;
    font-size: 52px;
  }
}
.project-block .left p {
  font-size: 28px;
  color: #013334;
  line-height: 34px;
  margin-bottom: 25px;
}

.btn {
  align-items: center;
  border-radius: 9px;
  display: flex;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.btn.purple {
  background-color: #6143f1;
  color: #ffffdc;
}

.page__header {
  margin: 0 !important;
}

#eru-slide .carousel-caption {
  left: 0 !important;
  width: 80%;
  bottom: 13%;
  padding: 0;
  margin: 0;
}

#eru-slide .carousel-caption p,
#eru-slide .carousel-caption a {
  font-size: 13px !important;
}

@media only screen and (max-width: 1200px) {
  #eru-slide .carousel-caption {
    bottom: 0;
  }
}
#eru-slide .controles {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  bottom: initial;
  width: 90%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  #eru-slide .controles {
    display: none !important;
  }
}
#eru-slide .controles .carousel-control-next,
#eru-slide .controles .carousel-control-prev {
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px;
  opacity: 1 !important;
  width: 50px !important;
}

#eru-slide .controles .carousel-control-next img,
#eru-slide .controles .carousel-control-prev img {
  width: 50px !important;
  height: 50px;
}

#playButton,
#pauseButton {
  display: none !important;
}

.carousel-indicators li {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 24px;
  padding: 0;
  width: 24px;
}

.carousel-indicators li.active,
.carousel-indicators li:hover,
.carousel-indicators li:active {
  background-color: #fff;
}

.paragraph.paragraph--type--links-of-interest.paragraph--view-mode--default {
  background-image: url("https://files.renobo.com.co/sites/default/files/2023-05/bg-hacemos.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-block {
  position: relative;
}

.project-block .views-view-grid.horizontal.cols-3.clearfix {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .project-block .views-view-grid.horizontal.cols-3.clearfix {
    flex-direction: column;
  }
}
.project-block .views-view-grid.horizontal.cols-3.clearfix > div {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .project-block .views-view-grid.horizontal.cols-3.clearfix > div {
    flex-direction: column;
  }
}
.project-block .views-view-grid.horizontal.cols-3.clearfix .col-12.col-sm-4.views-col {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  position: relative;
  flex: 1;
}

@media only screen and (max-width: 1200px) {
  .project-block .views-view-grid.horizontal.cols-3.clearfix .col-12.col-sm-4.views-col {
    padding: 0;
  }
}
.project-block .views-view-grid.horizontal.cols-3.clearfix .views-field.views-field-title.oblicua-projects {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.project-block .views-view-grid.horizontal.cols-3.clearfix .views-field.views-field-title.oblicua-projects h3 {
  margin: 0;
  padding: 0;
}

.project-block .views-view-grid.horizontal.cols-3.clearfix .views-field.views-field-title.oblicua-projects h3 a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #003937;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  z-index: 5;
  min-height: 70px;
  background: #a5e55d;
  text-transform: none !important;
}

@media only screen and (max-width: 1200px) {
  .project-block .views-view-grid.horizontal.cols-3.clearfix .views-field.views-field-title.oblicua-projects h3 a {
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 19px !important;
  }
}
.project-block .views-field.views-field-field-image {
  width: 100%;
}

.project-block .views-field.views-field-field-image .field-content.image-project a {
  width: 100%;
  display: block;
  height: 520px;
  position: relative;
}

.project-block .views-field.views-field-field-image .field-content.image-project a > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects-block-list header .left.all-projects-title {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  flex-direction: column;
}

.projects-block-list header .left.all-projects-title img {
  width: 150px;
  margin-bottom: 15px;
  display: block;
}

.projects-block-list header .left.all-projects-title h2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px !important;
}

.projects-block-list header .left.all-projects-title h2:first-of-type {
  width: 100%;
  line-height: 35px;
  max-width: 240px;
}

.projects-block-list header .left.all-projects-title h2 b,
.projects-block-list header .left.all-projects-title h2 strong {
  display: block;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .projects-block-list header .left.all-projects-title h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    font-size: 52px !important;
    line-height: 56px !important;
    margin-bottom: 30px !important;
    font-family: "Value Serif Pro" !important;
    font-weight: bold !important;
    max-width: 800px !important;
    color: #003435 !important;
    width: 100% !important;
    text-transform: lowercase !important;
  }
  .projects-block-list header .left.all-projects-title h2:first-of-type {
    width: 100% !important;
    line-height: 35px !important;
    max-width: 240px !important;
  }
  .projects-block-list header .left.all-projects-title h2 b,
  .projects-block-list header .left.all-projects-title h2 strong {
    display: block !important;
    font-family: "value serif pro" !important;
    font-weight: 300 !important;
  }
}
.projects-block-list .item-list ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .projects-block-list .item-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-block-list .item-list ul li {
  flex-direction: column;
}

.projects-block-list .item-list ul li .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.projects-block-list .item-list ul li h3 {
  border-bottom: 0;
  text-align: center;
  padding: 0 !important;
}

.projects-block-list .item-list ul li h3 a {
  align-items: center;
  background-color: rgba(15, 15, 15, 0.59);
  color: #FFF;
  justify-content: space-between;
  display: flex;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding: 5px;
  text-align: left !important;
  position: relative;
  text-align: center;
  z-index: 5;
}
.projects-block-list .item-list ul li h3 a::after {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2024-10/arrow_blue.png);
  width: 34px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.projects-block-list .item-list ul li h3::after,
.projects-block-list .item-list ul li h3#titulo-busqueda::after {
  content: none;
}

.news #eru-slide .controles,
.container-project #eru-slide .controles {
  left: 50%;
  bottom: initial;
  height: 50px;
  display: flex !important;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  bottom: initial;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .news #eru-slide .controles,
  .container-project #eru-slide .controles {
    display: none !important;
  }
}
#eru-slide .controles .carousel-control-next,
#eru-slide .controles .carousel-control-prev {
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px;
  opacity: 1 !important;
  width: 50px !important;
}

#eru-slide .controles .carousel-control-next img,
#eru-slide .controles .carousel-control-prev img {
  width: 50px !important;
  height: 50px;
  position: static;
}

#eru-slide .controles .carousel-control-prev {
  left: -80px;
}

#eru-slide .controles .carousel-control-next {
  right: -80px;
}

#photos video {
  margin: 30px auto;
  width: 100%;
  height: 675px !important;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  #photos video {
    height: 56.25vw !important;
  }
}
form.views-exposed-form {
  max-width: 580px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #carouselButtons {
    display: none;
  }
  .menu-principal .block--logo {
    height: auto;
    width: 250px;
  }
  .menu-principal .block--logo .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-target .views-field-field-cover-img .field-content,
  .image-project {
    height: 50vh;
    overflow: hidden;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .col-md-4.col-12.social-media.block {
    display: none;
  }
}
.navbar-toggler {
  z-index: 12;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .project-block .left .btn.purple {
    margin: 0 auto;
  }
  .page__content .transparencia-block .textos h2 {
    text-align: left !important;
    line-height: 41px !important;
  }
  .news-home .row-news .views-field-field-cover-img {
    display: block !important;
  }
  .news-target .views-field-field-cover-img .field-content {
    height: calc(100vw - 60px);
    overflow: hidden;
    width: calc(100vw - 60px);
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .news-target .views-field-field-cover-img .field-content .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .float-left {
    float: none !important;
  }
  footer .col-4.block.block--basic {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  img {
    width: 100%;
  }
}
.col-md-6.col-12.block .eru-medios .views-field.views-field-title .field-content,
.col-md-6.col-12.block .news-home .views-field.views-field-title .field-content {
  margin: 0 !important;
}

.project-block a.btn.purple {
  width: 100%;
  font-size: 22px;
  line-height: 22px;
}

.news-home {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1200px) {
  .news-home {
    height: auto;
    margin-bottom: 24px;
  }
}
.views-field.views-field-created {
  display: none;
}

.news-home h3,
.page-search h3 {
  margin-top: 20px;
}

.news-home h3 a,
.page-search h3 a {
  font-size: 16px !important;
  line-height: 19px !important;
  font-family: "Montserrat", serif;
  color: #737373 !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.row-news {
  border: 0 !important;
}

.project-block .left h2 {
  margin-top: 10px !important;
}

.project-block .left img.icon {
  max-width: 155px;
}

.page__content .transparencia-block .col-12 {
  display: flex !important;
  justify-content: space-around !important;
}

.page__content .transparencia-block .textos {
  background-color: transparent !important;
  height: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
  width: 100% !important;
}

.page__content .transparencia-block #bkg-transparencia {
  max-width: 546px !important;
  width: 50% !important;
  height: 400px !important;
  display: block !important;
  background-repeat: no-repeat !important;
  background-image: url("https://files.renobo.com.co/sites/default/files/2023-05/transparenciaIcon.png") !important;
  float: none !important;
  background-color: transparent !important;
  background-size: auto 100% !important;
  background-position: center !important;
}

@media only screen and (max-width: 1200px) {
  .page__content .transparencia-block #bkg-transparencia {
    display: none !important;
  }
}
.block.block--theme-eru-local-tasks.my-3 {
  display: none;
}

.page ul li,
.news ul li,
.project-content ul li {
  list-style: none;
  position: relative;
  display: flex;
  height: 100% !important;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .page ul li,
  .news ul li,
  .project-content ul li {
    flex-direction: column;
  }
}
.page ul li > div:nth-of-type(1),
.news ul li > div:nth-of-type(1),
.project-content ul li > div:nth-of-type(1) {
  flex: 1;
}

.page ul li > div:nth-of-type(1) div,
.news ul li > div:nth-of-type(1) div,
.project-content ul li > div:nth-of-type(1) div {
  height: 100%;
}

.page ul li > div:nth-of-type(1) div .img-fluid,
.news ul li > div:nth-of-type(1) div .img-fluid,
.project-content ul li > div:nth-of-type(1) div .img-fluid {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .block .news-home {
    height: auto;
  }
}
.btn.btn-primary.news__field-attach-file {
  margin: 0 auto 0 0;
}

.news__node-title h2 {
  font-size: 2.4em;
  line-height: 1.1em;
}

.breadcrumb-item + .breadcrumb-item {
  max-width: 100% !important;
}

.paragraph.paragraph--type--gallery.paragraph--view-mode--default .controles {
  display: none !important;
}

.news__body a,
.project__body a {
  border-bottom: 1px solid #6143f1;
  color: #6143f1 !important;
}

.news__body a:hover,
.news__body a:focus,
.project__body a:hover,
.project__body a:focus {
  text-decoration: none;
  background-color: #6143f1;
  color: #fff !important;
  transition: background-color 0.5s;
}

.container-project .dato-general .titulo-cifra span {
  font-family: "Noi Variable Fix" !important;
}

.btn.link-proyecto {
  align-items: center;
  justify-content: center;
}

.btn.link-proyecto i {
  width: 15px !important;
  height: 15px !important;
}

.eru-medios .views-field.views-field-title a,
.news-home .views-field.views-field-title a {
  text-transform: none !important;
}

.news-home.all-news.home.eru-medios h2 b {
  font-weight: bold !important;
  display: block !important;
}

.news-home.all-news.home.eru-medios h2 {
  font-weight: 300 !important;
  display: block !important;
}

.news-home.all-news.home.eru-medios form.views-exposed-form {
  margin: 0 auto 0 0;
}

.news-home.all-news.home form.views-exposed-form {
  margin: 0 auto 0 0;
}

.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-4.views-col .field-content.image-project,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .views-field.views-field-field-image-main,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 a,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.imagen-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-medios,
.views-view-grid.horizontal.cols-3.clearfix > .row .col-12.col-sm-6.col-md-4.views-col.mb-5 .field-content.image-project {
  text-transform: none !important;
}

.page__content .news-home h3 a,
.page__content .page-search h3 a {
  text-transform: none !important;
}

.page ul li,
.news ul li,
.project-content ul li {
  flex-direction: row;
}

@media only screen and (max-width: 1200px) {
  .block--theme-eru-breadcrumbs {
    opacity: 0;
  }
  ul,
  ol {
    padding-left: 30px;
  }
}
.home li,
.container-project li,
.node.page.page--full li,
.news li,
.eru-medios li,
.news__body li,
.panel-panel-inner.date-social li,
header li {
  display: block !important;
}

.row.fila1 .link-item,
.row.fila2 .link-item {
  align-items: initial !important;
}

.row.fila1 .link-item a,
.row.fila2 .link-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.row.fila1 .link-item a .title,
.row.fila2 .link-item a .title {
  margin: 0 !important;
}

.row.fila1 .link-item a img,
.row.fila2 .link-item a img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer img {
  max-width: 30%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.project__field-benefits-of-project ul {
  list-style: disc;
  padding-left: 25px;
}

.project__field-benefits-of-project ul li {
  list-style: disc;
  display: list-item !important;
}

.embed-responsive.embed-responsive-16by9.remote-video__field-media-oembed-video {
  max-width: 570px;
  width: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1 {
  padding-bottom: 1.5rem !important;
  margin-bottom: 1.2rem !important;
}

.views-view-grid.horizontal.cols-1.clearfix .views-field.views-field-field-cover-img {
  margin-bottom: 20px;
}

.cardProject .views-view-grid .col-12.col-sm-6.col-md-4.views-col {
  float: none;
  max-width: 100%;
}

.page__content .news-home .title-one,
.page__content .page-search .title-one {
  height: 60px !important;
}

#description .oblicua-flex {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 800px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #description .oblicua-flex {
    min-height: auto;
  }
}
#description .oblicua-flex .project__field-intern-img {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #description .oblicua-flex .project__field-intern-img {
    width: 100%;
  }
}
#description .oblicua-flex::after {
  content: "";
  max-width: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: rgba(0, 57, 55, 0.3);
}

@media only screen and (max-width: 1200px) {
  #description .oblicua-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
#description .oblicua-flex img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  #description .oblicua-flex img {
    position: relative;
    top: initial;
    width: 100%;
    height: auto;
  }
}
#description .oblicua-flex .right {
  width: 100%;
  padding: 0 20px;
  max-width: 560px;
  margin: 0 auto 0 0;
}

#benefits .oblicua-flex {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  gap: 90px;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  #benefits .oblicua-flex {
    flex-direction: column;
  }
}
#benefits .oblicua-flex .left,
#benefits .oblicua-flex .right {
  flex: 1;
}

#benefits .oblicua-flex .right {
  position: sticky;
  top: 180px;
}

#benefits .oblicua-flex .left img,
#benefits .oblicua-flex .right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  #benefits .oblicua-flex .left img,
  #benefits .oblicua-flex .right img {
    display: none;
  }
}
#scope .oblicua-flex,
#regulatory .oblicua-flex {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  gap: 90px;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  #scope .oblicua-flex,
  #regulatory .oblicua-flex {
    flex-direction: column;
  }
}
#scope .oblicua-flex img,
#regulatory .oblicua-flex img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1200px) {
  #scope img {
    display: none;
  }
}
.oblicua-flex {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.oblicua-flex .left {
  flex: 1;
}

.grid-datos {
  padding: 50px 0;
}

@media only screen and (max-width: 1200px) {
  .container.container-project.mt-5 h2 {
    margin-bottom: 15px !important;
  }
}
.container.container-project.mt-5 {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.container.container-project.mt-5 #myTab {
  margin: 0 auto;
  width: fit-content;
}
.container.container-project.mt-5 #myTab li.nav-item a {
  padding: 10px 20px;
  font-size: 14px;
}

.btn.link-proyecto {
  border: 1px dashed #003031;
}
.btn.link-proyecto i.link-ico {
  margin: 0 !important;
}
.btn.link-proyecto i.link-ico::before {
  margin: 0 !important;
  color: #003031;
}
.btn.link-proyecto:hover {
  background-color: #003031;
}

#myTabContent .tab-pane h2 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 10px;
  font-weight: bold;
  max-width: 800px;
  color: #003435;
  width: 100%;
  text-transform: none;
}
#myTabContent .tab-pane h3 {
  font-size: 30px !important;
  line-height: 30px !important;
  margin-bottom: 10px;
  color: #003435;
  width: 100%;
  text-transform: none;
  padding: 0;
}
#myTabContent .tab-pane ul {
  list-style: none;
}
#myTabContent .tab-pane ul li {
  list-style: none;
}
#myTabContent .tab-pane ul li i.icon-lists::before {
  color: #6143f1;
  top: 11px !important;
}

.project__field-location .dato-general i {
  display: none;
}

#description,
#scope,
#benefits,
#status,
#photos,
#regulatory {
  padding: 20px 0;
}

#scope,
#benefits,
#status,
#photos,
#regulatory {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

#description .oblicua-general_data,
#description .oblicua-description {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.oblicua-banner img {
  width: 100%;
}

.oblicua_introtxt {
  background-color: #ffffea;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.oblicua_introtxt p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.oblicua-flex {
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  gap: 15px;
}
.oblicua-flex h6 {
  margin: 0;
  border: 0;
  font-weight: bold;
}
.oblicua-flex .oblicuabtn {
  align-items: center;
  background-color: #6143f1;
  border: 1px solid #6143f1;
  border-radius: 9px;
  color: #ffffdc;
  display: flex;
  font-family: var(--font-primary);
  font-size: 13px;
  justify-content: center;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.oblicua-flex .oblicuabtn:hover {
  background-color: #280fa2;
}

.cardProject .more-link {
  text-transform: none;
  padding-bottom: 5px;
}
.cardProject .more-link a {
  align-items: center;
  background-color: #6143f1;
  border: 1px solid #6143f1;
  border-radius: 9px;
  color: #ffffdc;
  display: flex;
  font-family: var(--font-primary);
  font-size: 13px;
  justify-content: center;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.cardProject .more-link a:hover {
  background-color: #280fa2;
}

.cardProject .card-project p {
  margin-bottom: 0;
}

.cardProject .card-project h3 span a {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h3::after,
#titulo-busqueda::after {
  content: none;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #ffa800;
  position: absolute;
  left: 0;
  bottom: 0;
}

.villaJavier .separadorBodegas h3 span {
  color: #6143f1 !important;
}

.bodegas .separadorBodegas ol li::marker {
  color: #6143f1 !important;
}

.bodegas .separadorBodegas {
  padding: 20px 0;
  color: #003435;
}

.bodegas .usos h4 {
  color: #006b60;
  font-weight: 700;
  margin-bottom: 0;
  font-weight: bold;
}

.proyecto-sala-de-negocios__field-datos-generales .grid-datos > div {
  display: flex;
  flex-direction: column;
}

.separador h3,
.separador p {
  color: #fff;
}

.villaJavier .planos {
  background: transparent;
}

.proyecto-sala-de-negocios__field-benefits-of-project .news ul li img {
  margin-right: 15px;
  width: 80px;
}

.news ul {
  padding-left: 30px;
}

.proyecto-sala-de-negocios__field-ubicacion-estrategica ul {
  padding-left: 30px;
}
.proyecto-sala-de-negocios__field-ubicacion-estrategica ul li {
  display: list-item;
  list-style: disc;
}

i.icon-lists::before {
  color: #6143f1 !important;
  top: 11px !important;
}

.iframe-container {
  margin: 30px auto;
}
@media only screen and (max-width: 1200px) {
  .iframe-container iframe {
    height: 50vw;
  }
}

.project__field-contenido-incrustado {
  margin: 30px auto;
}
.project__field-contenido-incrustado p {
  max-width: 100%;
}

.oblicua-enlacesadicionales {
  margin: 50px auto;
}

.news-home.col-md-12.col-12.px-0.float-left .views-view-grid.horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  .news-home.col-md-12.col-12.px-0.float-left .views-view-grid.horizontal {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .news-home.col-md-12.col-12.px-0.float-left .views-view-grid.horizontal .title-one {
    height: auto !important;
  }
}
.news-home.col-md-12.col-12.px-0.float-left .views-view-grid.horizontal img {
  height: 310px;
}
@media only screen and (max-width: 1200px) {
  .news-home.col-md-12.col-12.px-0.float-left .views-view-grid.horizontal img {
    height: auto;
  }
}

.views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1 {
  padding: 0 !important;
  margin: 0 !important;
}

.container.news ul li {
  list-style: disc;
  display: list-item !important;
}

.content-projects-block {
  display: flex;
  gap: 120px;
  align-items: center;
}
.content-projects-block .bigbtn {
  background-color: #a3e35d;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #003a37;
}
.content-projects-block p {
  color: #163738;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
}

.project-block .left {
  max-width: 430px;
  width: 100%;
}

.project-block .left img.icon {
  width: 170px;
}

.project-block .left p {
  font-size: 42px;
  line-height: 48px;
  color: #013334;
  font-weight: 300;
}

.proyectos-nuevos #description .imageproject {
  margin-bottom: 50px;
}
.proyectos-nuevos #description .imageproject img {
  border-radius: 20px;
  overflow: hidden;
}
.proyectos-nuevos #description .grafica {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos #description .grafica {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
}
.proyectos-nuevos #description .grafica .grafica-item {
  width: 330px;
}
.proyectos-nuevos #description .grafica .grafica-item h3 {
  padding: 8px 10px;
  border-radius: 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.proyectos-nuevos #description .grafica .grafica-item ul {
  display: flex;
  width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: -1;
  padding: 0;
}
.proyectos-nuevos #description .grafica .grafica-item ul li {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: bold;
  color: #163738;
  justify-content: center;
  padding: 30px 8px 8px 8px;
  font-size: 14px;
  text-align: center;
}
.proyectos-nuevos #description .grafica .grafica-item ul li .icon-lists {
  display: none;
}
.proyectos-nuevos #description .grafica .grafica-item.estructuracion h3 {
  background-color: #594eea;
}
.proyectos-nuevos #description .grafica .grafica-item.estructuracion ul li {
  background-color: rgba(89, 78, 234, 0.4);
}
.proyectos-nuevos #description .grafica .grafica-item.estructuracion ul li:nth-of-type(2) {
  background-color: rgba(89, 78, 234, 0.8);
}
.proyectos-nuevos #description .grafica .grafica-item.ejecucion h3 {
  background-color: #035945;
}
.proyectos-nuevos #description .grafica .grafica-item.ejecucion ul li {
  background-color: rgba(3, 89, 69, 0.4);
}
.proyectos-nuevos #description .grafica .grafica-item.ejecucion ul li:nth-of-type(2) {
  background-color: rgba(3, 89, 69, 0.8);
}
.proyectos-nuevos #description .grafica .grafica-item.cierre h3 {
  background-color: #afe951;
}
.proyectos-nuevos #description .grafica .grafica-item.cierre ul li {
  background-color: rgba(175, 233, 81, 0.4);
}
.proyectos-nuevos #description .grafica .grafica-item.cierre ul li:nth-of-type(2) {
  background-color: rgba(175, 233, 81, 0.8);
}
.proyectos-nuevos .nav.nav-tabs {
  background-color: #ffffea;
  border-bottom: 0;
}
.proyectos-nuevos .nav.nav-tabs .nav-item .nav-link {
  color: #6143f1;
  font-weight: bold;
  position: relative;
  border: 0;
}
.proyectos-nuevos .nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  background-color: #6143f1;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.proyectos-nuevos .nav.nav-tabs .nav-item .nav-link.active,
.proyectos-nuevos .nav.nav-tabs .nav-item .nav-link:hover {
  color: #1f3637;
  background: transparent;
  border: 0;
}
.proyectos-nuevos .nav.nav-tabs .nav-item:last-of-type .nav-link::after {
  content: none;
}
.proyectos-nuevos .container.container-project.mt-5 #myTab,
.proyectos-nuevos .nav.nav-pills.nav-fill {
  background-color: #b5e067;
  border-radius: 9px;
  overflow: hidden;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link {
  color: #003937;
  font-size: 19px;
  font-weight: bold;
  border-radius: 9px;
  overflow: hidden;
  padding: 15px 0;
  background-color: #b5e067;
  width: 100%;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link.active,
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link:hover {
  color: #b5e067;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 9px;
  overflow: hidden;
  background-color: #003937;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link.active,
  .proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link:hover {
    font-size: 14px;
  }
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item {
  background-color: transparent;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link {
  color: #003937;
  border-radius: 0;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos .nav.nav-pills.nav-fill .nav-item .nav-link {
    font-size: 14px;
  }
}
.proyectos-nuevos #myTabContent .tab-pane .oblicua-general_data h2 {
  font-size: 35px;
  color: #005e43;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 800px;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 10px;
  text-transform: none;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 {
  margin-bottom: 50px;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 .field__label {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 800px;
  color: #003435;
  width: 100%;
  text-transform: none;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 .field__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  max-width: 640px;
  margin: 0 auto;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 .field__items .field__item {
  flex: 1 0 25%;
  /* explanation below */
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 .field__items .field__item .datos-generales-nuevos__field-cifra {
  background: #005e43;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 5px auto;
  font-weight: bold;
  color: #ffffed;
  font-size: 32px;
  width: fit-content;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-datos-generales2 .field__items .field__item .datos-generales-nuevos__field-valor {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container {
    flex-direction: column;
  }
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .left,
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .right {
  flex: 1;
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .right {
  align-items: center;
  justify-content: center;
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .proyectos-nuevos__body .field__label {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 10px;
  font-weight: bold;
  max-width: 800px;
  color: #003435;
  width: 100%;
  text-transform: none;
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .proyectos-nuevos__body p {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  text-align: justify;
}
.proyectos-nuevos #myTabContent .tab-pane .oblicuaflex-container .proyectos-nuevos__field-mapa-ubicacion img {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proyectos-nuevos #myTabContent .tab-pane .btn {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.proyectos-nuevos #myTabContent .tab-pane .btn-marco {
  color: #163738;
  border-radius: 15px;
  background-color: #ffbfbd;
  font-weight: 300;
  font-size: 22px;
  border: 1px solid transparent;
  padding: 5px;
}
.proyectos-nuevos #myTabContent .tab-pane .btn-marco:hover {
  border: 1px solid #ffbfbd;
  color: #ffbfbd;
  background-color: #ffffee;
  text-decoration: none;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-status-of-project {
  font-size: 16px;
  line-height: 22px;
  margin: 50px 0;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-status-of-project .oblicuaflex-container h2 {
  margin-bottom: 30px;
}
.proyectos-nuevos #myTabContent .tab-pane .btn-marco,
.proyectos-nuevos #myTabContent .tab-pane .btn-rel {
  margin: 15px 0;
}
.proyectos-nuevos #myTabContent .tab-pane .btn-visor,
.proyectos-nuevos #myTabContent .tab-pane .btn-rel {
  color: #ffffee;
  border-radius: 15px;
  background-color: #6143f0;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 5px;
  display: block;
  margin: 0 0 0 auto;
}
.proyectos-nuevos #myTabContent .tab-pane .btn-visor:hover,
.proyectos-nuevos #myTabContent .tab-pane .btn-rel:hover {
  border: 1px solid #6143f0;
  color: #6143f0;
  background-color: #ffffee;
  text-decoration: none;
}
.proyectos-nuevos #myTabContent .tab-pane .benefits-content {
  display: flex;
  gap: 20px;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos #myTabContent .tab-pane .benefits-content {
    flex-direction: column;
  }
}
.proyectos-nuevos #myTabContent .tab-pane .benefits-content img {
  aspect-ratio: 1/1;
}
.proyectos-nuevos #myTabContent .tab-pane .paragraph--type--contatos-proyectos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.proyectos-nuevos #myTabContent .tab-pane #status h2 {
  margin-bottom: 30px;
}
.proyectos-nuevos #myTabContent .tab-pane #status h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  color: #003435;
  margin-bottom: 0;
}
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-fecha-de-inicio,
.proyectos-nuevos #myTabContent .tab-pane .proyectos-nuevos__field-fecha-de-finalizacion {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: "Value Serif Pro" !important;
  font-weight: bold;
  color: #003435;
}
.proyectos-nuevos #myTabContent .tab-pane .charts {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos #myTabContent .tab-pane .charts {
    flex-direction: column;
  }
}
.proyectos-nuevos #myTabContent .tab-pane .charts .chart-container {
  position: relative;
  width: 30%;
  height: 480px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos #myTabContent .tab-pane .charts .chart-container {
    width: 100%;
  }
}
.proyectos-nuevos #myTabContent .tab-pane .charts .chart2-content {
  display: flex;
  flex-wrap: wrap;
}
.proyectos-nuevos #myTabContent .tab-pane .charts .chart2-content h5 {
  flex: 1;
}
.proyectos-nuevos #myTabContent .tab-pane .charts .chart2-content h3 {
  border: 0;
  background: #673afb;
  border-radius: 8px;
  color: #fff;
  padding: 5px;
  width: fit-content;
}
.proyectos-nuevos #myTabContent .tab-pane .charts .chart2-content .chart-container {
  position: relative;
  height: 480px;
  width: 100%;
}
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion {
  background-color: #fcfade;
  position: relative;
  display: flex;
  gap: 80px;
  padding: 50px 20px;
}
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion::after {
  z-index: -1;
  background-color: #fcfade;
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
}
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .left,
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .left h3,
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .right h3 {
  border: 0;
  margin-bottom: 15px;
  font-size: 19px !important;
  line-height: 19px !important;
  text-align: center;
}
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .left .proyectos-nuevos__field-valor-total-del-proyecto,
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .left .proyectos-nuevos__field-valor-ejecutado-del-proyec,
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .right .proyectos-nuevos__field-valor-total-del-proyecto,
.proyectos-nuevos #myTabContent .tab-pane .valores_inversion .right .proyectos-nuevos__field-valor-ejecutado-del-proyec {
  color: #673afb;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.proyectos-nuevos .scope-container {
  display: flex;
  padding: 50px 0;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos .scope-container {
    flex-direction: column;
  }
}
.proyectos-nuevos .scope-container .proyectos-nuevos__field-scope-of-project {
  flex: 1;
}
.proyectos-nuevos .scope-container img {
  max-width: 500px;
  width: 100%;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .field__item {
  margin-bottom: 30px;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .name {
  background-color: #265a46;
  width: 100%;
  padding: 5px;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .name .contatos-proyectos__field-nombre-contratista-o-inter {
  font-size: 23px;
  font-weight: bold;
  color: #ffffdd;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .data {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos .proyectos-nuevos__field-contratos .data {
    flex-direction: column;
  }
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .number,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .estado,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .documento {
  display: flex;
  align-items: center;
  gap: 10px;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .number .icon img,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .estado .icon img,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .documento .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .proyectos-nuevos .proyectos-nuevos__field-contratos .data .number .icon img,
  .proyectos-nuevos .proyectos-nuevos__field-contratos .data .estado .icon img,
  .proyectos-nuevos .proyectos-nuevos__field-contratos .data .documento .icon img {
    display: block !important;
  }
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .number .txt,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .estado .txt,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .documento .txt {
  padding: 5px;
  background-color: #ffffdd;
  color: #000;
  font-weight: 300;
}
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .number .txt strong,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .estado .txt strong,
.proyectos-nuevos .proyectos-nuevos__field-contratos .data .documento .txt strong {
  color: #000;
  display: block;
  font-weight: 300;
}

.proyectos-nuevos .nav.nav-pills.nav-fill {
  background-color: #b5e067;
  border-radius: 9px;
  overflow: visible;
  position: relative;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item:last-of-type {
  background: white;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item:last-of-type a {
  padding: 7px 0;
}
.proyectos-nuevos .nav.nav-pills.nav-fill .nav-item:last-of-type a img {
  width: 45px;
}

.tab-content {
  padding: 40px 0;
}

.proyectos-nuevos__field-scope-of-project {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  text-align: justify;
}

.proyectos-nuevos__field-benefits-of-project li {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  text-align: justify;
}

#myTabContent .tab-pane#status h2 {
  margin-bottom: 30px;
}
#myTabContent .tab-pane#status h4 {
  margin: 0;
}

.container-fluid.news {
  max-width: 740px;
}

.container.news > .row {
  flex-direction: column;
}
.container.news > .row > .col-md-9 {
  max-width: 100%;
}

.d-flex.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.bog_escucha {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.bog_escucha::after {
  content: "";
  display: block;
  background: url(https://renobo.com.co//sites/default/files/2024-01/0f5072a8-932a-4149-aee2-47c61c170a84-TICKET.hs_file_upload-Logo-Bta-te-escucha-blanco.png);
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page__content .news-home .title-one {
  height: auto !important;
}

.page__content .news-home .views-field-created {
  display: block !important;
  margin-bottom: 20px;
  margin-top: 10px;
}

.container-fluid.news .container.news .row .col-md-3.col-12.radix-layouts-sidebar.panel-panel {
  max-width: 27% !important;
}

@media screen and (max-width: 768px) {
  .container-fluid.news .container.news .row .col-md-3.col-12.radix-layouts-sidebar.panel-panel {
    max-width: 100% !important;
  }
}
/* #B5E169 */
/* #345A47 */
.splide {
  align-self: flex-end;
}

.views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1 {
  padding: 10px !important;
}

.news-landings {
  background-color: #255b46;
}
.news-landings .views-view-grid.horizontal {
  padding: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .news-landings .views-view-grid.horizontal {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.news-landings .views-view-grid.horizontal .views-row {
  border: 1px solid #c5e472;
  padding: 10px;
}
.news-landings .views-view-grid.horizontal .views-row .views-col {
  padding: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.news-landings .title-one a {
  color: #fff !important;
}

.page.landing-especiales-v2 .block--webform,
.urbanismo-temporal .block--webform {
  background-image: url(/sites/default/files/2024-04/papel.jpg);
  background-size: 100vw 50vh;
  background-repeat: repeat-y;
  background-position: center center;
  padding-bottom: 170px;
}
.page.landing-especiales-v2 .block--webform h2,
.urbanismo-temporal .block--webform h2 {
  text-align: center;
  margin-bottom: 30px;
}
.page.landing-especiales-v2 .block--webform form,
.urbanismo-temporal .block--webform form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.page.landing-especiales-v2 .block--webform form input,
.page.landing-especiales-v2 .block--webform form .form-control,
.page.landing-especiales-v2 .block--webform form select,
.page.landing-especiales-v2 .block--webform form .custom-select,
.urbanismo-temporal .block--webform form input,
.urbanismo-temporal .block--webform form .form-control,
.urbanismo-temporal .block--webform form select,
.urbanismo-temporal .block--webform form .custom-select {
  background-color: #fff;
}

#special-landings,
#special-landings-v2 {
  padding-bottom: 250px;
  background-image: url(/sites/default/files/2024-04/papel.jpg);
  background-size: 100vw 50vh;
  background-repeat: repeat-y;
  background-position: center center;
}
#special-landings .splide__slide img,
#special-landings-v2 .splide__slide img {
  aspect-ratio: initial;
}
#special-landings #down,
#special-landings-v2 #down {
  margin: 30px auto;
  width: 100px;
  display: block;
}
#special-landings #down img,
#special-landings-v2 #down img {
  width: 100%;
  object-fit: contain;
}
#special-landings .banner,
#special-landings-v2 .banner {
  background: #013334;
  display: flex;
  justify-content: center;
  gap: 420px;
  padding-left: 60px;
  height: 70vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #special-landings .banner,
  #special-landings-v2 .banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
}
#special-landings .banner .text,
#special-landings-v2 .banner .text {
  align-self: center;
}
@media only screen and (max-width: 768px) {
  #special-landings .banner .text,
  #special-landings-v2 .banner .text {
    align-self: center;
    width: 100%;
  }
}
#special-landings .banner .landing-especiales-v2__field-subtitle,
#special-landings .banner .landings-especiales__field-subtitle,
#special-landings .banner p,
#special-landings-v2 .banner .landing-especiales-v2__field-subtitle,
#special-landings-v2 .banner .landings-especiales__field-subtitle,
#special-landings-v2 .banner p {
  color: #ffffff;
  font-size: 29px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #special-landings .banner .landing-especiales-v2__field-subtitle,
  #special-landings .banner .landings-especiales__field-subtitle,
  #special-landings .banner p,
  #special-landings-v2 .banner .landing-especiales-v2__field-subtitle,
  #special-landings-v2 .banner .landings-especiales__field-subtitle,
  #special-landings-v2 .banner p {
    font-size: 22px;
  }
}
#special-landings .banner .landings-especiales-v2__field-imagen-banner,
#special-landings .banner .landings-especiales__field-imagen-banner,
#special-landings-v2 .banner .landings-especiales-v2__field-imagen-banner,
#special-landings-v2 .banner .landings-especiales__field-imagen-banner {
  align-self: flex-end;
}
#special-landings .banner #firstPart,
#special-landings-v2 .banner #firstPart {
  background-color: #afe951;
  font-size: 120px;
  line-height: 125px;
  color: #013334;
  border-radius: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #special-landings .banner #firstPart,
  #special-landings-v2 .banner #firstPart {
    font-size: 55px;
    line-height: 55px;
  }
}
#special-landings .banner #secondPart,
#special-landings-v2 .banner #secondPart {
  font-size: 120px;
  line-height: 125px;
  background-color: #013334;
  color: #afe951;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #special-landings .banner #secondPart,
  #special-landings-v2 .banner #secondPart {
    font-size: 55px;
    line-height: 55px;
  }
}
#special-landings .banner h1,
#special-landings-v2 .banner h1 {
  display: none;
}
#special-landings .description,
#special-landings-v2 .description {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 20px;
}
#special-landings .description h2,
#special-landings-v2 .description h2 {
  text-align: center;
  font-weight: bold;
  color: #345a47;
}
#special-landings .description .desc-p,
#special-landings-v2 .description .desc-p {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #special-landings .description .desc-p,
  #special-landings-v2 .description .desc-p {
    column-count: 1;
  }
}
#special-landings .description p,
#special-landings-v2 .description p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #003937;
}
#special-landings .temporal,
#special-landings-v2 .temporal {
  margin: 30px auto;
}
#special-landings .temporal img,
#special-landings-v2 .temporal img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
#special-landings h2,
#special-landings-v2 h2 {
  text-align: center;
  color: #345a47;
}
#special-landings .map,
#special-landings-v2 .map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#special-landings .map g#suba,
#special-landings .map g#engativa,
#special-landings .map g#fontibon,
#special-landings .map g#kennedy,
#special-landings .map g#puentearanda,
#special-landings .map g#teusaquillo,
#special-landings .map g#chapinero,
#special-landings .map g#usaquen,
#special-landings .map g#santafe,
#special-landings .map g#sancristobal,
#special-landings .map g#usme,
#special-landings .map g#ciudadbolivar,
#special-landings .map g#rafaeluribe,
#special-landings .map g#losmartires,
#special-landings .map g#antonionarino,
#special-landings .map g#tunjuelito,
#special-landings .map g#barriosunidos,
#special-landings-v2 .map g#suba,
#special-landings-v2 .map g#engativa,
#special-landings-v2 .map g#fontibon,
#special-landings-v2 .map g#kennedy,
#special-landings-v2 .map g#puentearanda,
#special-landings-v2 .map g#teusaquillo,
#special-landings-v2 .map g#chapinero,
#special-landings-v2 .map g#usaquen,
#special-landings-v2 .map g#santafe,
#special-landings-v2 .map g#sancristobal,
#special-landings-v2 .map g#usme,
#special-landings-v2 .map g#ciudadbolivar,
#special-landings-v2 .map g#rafaeluribe,
#special-landings-v2 .map g#losmartires,
#special-landings-v2 .map g#antonionarino,
#special-landings-v2 .map g#tunjuelito,
#special-landings-v2 .map g#barriosunidos {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #b5e169;
  cursor: pointer;
}
#special-landings .map g#suba.hasPro,
#special-landings .map g#engativa.hasPro,
#special-landings .map g#fontibon.hasPro,
#special-landings .map g#kennedy.hasPro,
#special-landings .map g#puentearanda.hasPro,
#special-landings .map g#teusaquillo.hasPro,
#special-landings .map g#chapinero.hasPro,
#special-landings .map g#usaquen.hasPro,
#special-landings .map g#santafe.hasPro,
#special-landings .map g#sancristobal.hasPro,
#special-landings .map g#usme.hasPro,
#special-landings .map g#ciudadbolivar.hasPro,
#special-landings .map g#rafaeluribe.hasPro,
#special-landings .map g#losmartires.hasPro,
#special-landings .map g#antonionarino.hasPro,
#special-landings .map g#tunjuelito.hasPro,
#special-landings .map g#barriosunidos.hasPro,
#special-landings-v2 .map g#suba.hasPro,
#special-landings-v2 .map g#engativa.hasPro,
#special-landings-v2 .map g#fontibon.hasPro,
#special-landings-v2 .map g#kennedy.hasPro,
#special-landings-v2 .map g#puentearanda.hasPro,
#special-landings-v2 .map g#teusaquillo.hasPro,
#special-landings-v2 .map g#chapinero.hasPro,
#special-landings-v2 .map g#usaquen.hasPro,
#special-landings-v2 .map g#santafe.hasPro,
#special-landings-v2 .map g#sancristobal.hasPro,
#special-landings-v2 .map g#usme.hasPro,
#special-landings-v2 .map g#ciudadbolivar.hasPro,
#special-landings-v2 .map g#rafaeluribe.hasPro,
#special-landings-v2 .map g#losmartires.hasPro,
#special-landings-v2 .map g#antonionarino.hasPro,
#special-landings-v2 .map g#tunjuelito.hasPro,
#special-landings-v2 .map g#barriosunidos.hasPro {
  color: #81aa3c;
}
#special-landings .map g#suba .text,
#special-landings .map g#engativa .text,
#special-landings .map g#fontibon .text,
#special-landings .map g#kennedy .text,
#special-landings .map g#puentearanda .text,
#special-landings .map g#teusaquillo .text,
#special-landings .map g#chapinero .text,
#special-landings .map g#usaquen .text,
#special-landings .map g#santafe .text,
#special-landings .map g#sancristobal .text,
#special-landings .map g#usme .text,
#special-landings .map g#ciudadbolivar .text,
#special-landings .map g#rafaeluribe .text,
#special-landings .map g#losmartires .text,
#special-landings .map g#antonionarino .text,
#special-landings .map g#tunjuelito .text,
#special-landings .map g#barriosunidos .text,
#special-landings-v2 .map g#suba .text,
#special-landings-v2 .map g#engativa .text,
#special-landings-v2 .map g#fontibon .text,
#special-landings-v2 .map g#kennedy .text,
#special-landings-v2 .map g#puentearanda .text,
#special-landings-v2 .map g#teusaquillo .text,
#special-landings-v2 .map g#chapinero .text,
#special-landings-v2 .map g#usaquen .text,
#special-landings-v2 .map g#santafe .text,
#special-landings-v2 .map g#sancristobal .text,
#special-landings-v2 .map g#usme .text,
#special-landings-v2 .map g#ciudadbolivar .text,
#special-landings-v2 .map g#rafaeluribe .text,
#special-landings-v2 .map g#losmartires .text,
#special-landings-v2 .map g#antonionarino .text,
#special-landings-v2 .map g#tunjuelito .text,
#special-landings-v2 .map g#barriosunidos .text {
  color: #345a47;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  #special-landings .map g#suba .text,
  #special-landings .map g#engativa .text,
  #special-landings .map g#fontibon .text,
  #special-landings .map g#kennedy .text,
  #special-landings .map g#puentearanda .text,
  #special-landings .map g#teusaquillo .text,
  #special-landings .map g#chapinero .text,
  #special-landings .map g#usaquen .text,
  #special-landings .map g#santafe .text,
  #special-landings .map g#sancristobal .text,
  #special-landings .map g#usme .text,
  #special-landings .map g#ciudadbolivar .text,
  #special-landings .map g#rafaeluribe .text,
  #special-landings .map g#losmartires .text,
  #special-landings .map g#antonionarino .text,
  #special-landings .map g#tunjuelito .text,
  #special-landings .map g#barriosunidos .text,
  #special-landings-v2 .map g#suba .text,
  #special-landings-v2 .map g#engativa .text,
  #special-landings-v2 .map g#fontibon .text,
  #special-landings-v2 .map g#kennedy .text,
  #special-landings-v2 .map g#puentearanda .text,
  #special-landings-v2 .map g#teusaquillo .text,
  #special-landings-v2 .map g#chapinero .text,
  #special-landings-v2 .map g#usaquen .text,
  #special-landings-v2 .map g#santafe .text,
  #special-landings-v2 .map g#sancristobal .text,
  #special-landings-v2 .map g#usme .text,
  #special-landings-v2 .map g#ciudadbolivar .text,
  #special-landings-v2 .map g#rafaeluribe .text,
  #special-landings-v2 .map g#losmartires .text,
  #special-landings-v2 .map g#antonionarino .text,
  #special-landings-v2 .map g#tunjuelito .text,
  #special-landings-v2 .map g#barriosunidos .text {
    display: none;
  }
}
#special-landings .map g#suba:hover,
#special-landings .map g#engativa:hover,
#special-landings .map g#fontibon:hover,
#special-landings .map g#kennedy:hover,
#special-landings .map g#puentearanda:hover,
#special-landings .map g#teusaquillo:hover,
#special-landings .map g#chapinero:hover,
#special-landings .map g#usaquen:hover,
#special-landings .map g#santafe:hover,
#special-landings .map g#sancristobal:hover,
#special-landings .map g#usme:hover,
#special-landings .map g#ciudadbolivar:hover,
#special-landings .map g#rafaeluribe:hover,
#special-landings .map g#losmartires:hover,
#special-landings .map g#antonionarino:hover,
#special-landings .map g#tunjuelito:hover,
#special-landings .map g#barriosunidos:hover,
#special-landings-v2 .map g#suba:hover,
#special-landings-v2 .map g#engativa:hover,
#special-landings-v2 .map g#fontibon:hover,
#special-landings-v2 .map g#kennedy:hover,
#special-landings-v2 .map g#puentearanda:hover,
#special-landings-v2 .map g#teusaquillo:hover,
#special-landings-v2 .map g#chapinero:hover,
#special-landings-v2 .map g#usaquen:hover,
#special-landings-v2 .map g#santafe:hover,
#special-landings-v2 .map g#sancristobal:hover,
#special-landings-v2 .map g#usme:hover,
#special-landings-v2 .map g#ciudadbolivar:hover,
#special-landings-v2 .map g#rafaeluribe:hover,
#special-landings-v2 .map g#losmartires:hover,
#special-landings-v2 .map g#antonionarino:hover,
#special-landings-v2 .map g#tunjuelito:hover,
#special-landings-v2 .map g#barriosunidos:hover {
  color: #345a47;
}
#special-landings .map g#suba:hover .text,
#special-landings .map g#engativa:hover .text,
#special-landings .map g#fontibon:hover .text,
#special-landings .map g#kennedy:hover .text,
#special-landings .map g#puentearanda:hover .text,
#special-landings .map g#teusaquillo:hover .text,
#special-landings .map g#chapinero:hover .text,
#special-landings .map g#usaquen:hover .text,
#special-landings .map g#santafe:hover .text,
#special-landings .map g#sancristobal:hover .text,
#special-landings .map g#usme:hover .text,
#special-landings .map g#ciudadbolivar:hover .text,
#special-landings .map g#rafaeluribe:hover .text,
#special-landings .map g#losmartires:hover .text,
#special-landings .map g#antonionarino:hover .text,
#special-landings .map g#tunjuelito:hover .text,
#special-landings .map g#barriosunidos:hover .text,
#special-landings-v2 .map g#suba:hover .text,
#special-landings-v2 .map g#engativa:hover .text,
#special-landings-v2 .map g#fontibon:hover .text,
#special-landings-v2 .map g#kennedy:hover .text,
#special-landings-v2 .map g#puentearanda:hover .text,
#special-landings-v2 .map g#teusaquillo:hover .text,
#special-landings-v2 .map g#chapinero:hover .text,
#special-landings-v2 .map g#usaquen:hover .text,
#special-landings-v2 .map g#santafe:hover .text,
#special-landings-v2 .map g#sancristobal:hover .text,
#special-landings-v2 .map g#usme:hover .text,
#special-landings-v2 .map g#ciudadbolivar:hover .text,
#special-landings-v2 .map g#rafaeluribe:hover .text,
#special-landings-v2 .map g#losmartires:hover .text,
#special-landings-v2 .map g#antonionarino:hover .text,
#special-landings-v2 .map g#tunjuelito:hover .text,
#special-landings-v2 .map g#barriosunidos:hover .text {
  color: #b5e169;
}

#special-landings {
  padding: 0;
}

.block--views-block--duplicate-of-project-desarrollo-urbano-block-2 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#special-landings-v2 .map {
  overflow: auto;
}

.block--views-block--all-the-news-block-3 {
  background-color: #255b46;
  padding-bottom: 30px;
  position: relative;
}
.block--views-block--all-the-news-block-3::before {
  content: "";
  background-image: url(/sites/default/files/2024-04/newsBefore.png);
  width: 100%;
  height: 250px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -119px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .block--views-block--all-the-news-block-3::before {
    width: 100%;
    height: 100vw;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -33px;
    z-index: 0;
    pointer-events: none;
  }
}
.block--views-block--all-the-news-block-3 h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #afe951;
  font-weight: bold;
}
.block--views-block--all-the-news-block-3 a {
  font-size: 18px !important;
  color: #fff;
}
.block--views-block--all-the-news-block-3 .views-field.views-field-created {
  display: block;
}
.block--views-block--all-the-news-block-3 .views-field.views-field-created span {
  color: #afe951;
  font-weight: bold;
}

.noticias .block--views-block--all-the-news-block-3 {
  background-color: #ffffee;
  padding-bottom: 30px;
  position: relative;
}
.noticias .block--views-block--all-the-news-block-3 .news-landings {
  background-color: #ffffee;
}
.noticias .block--views-block--all-the-news-block-3::before {
  content: "";
  background-image: url(https://renobo.com.co/sites/default/files/2024-05/newsBeforeLigth.png);
  width: 100%;
  height: 250px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -119px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .noticias .block--views-block--all-the-news-block-3::before {
    width: 100%;
    height: 100vw;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -33px;
    z-index: 0;
    pointer-events: none;
  }
}
.noticias .block--views-block--all-the-news-block-3 h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #163738;
  font-weight: bold;
}
.noticias .block--views-block--all-the-news-block-3 h3 span a {
  color: #163738;
}
.noticias .block--views-block--all-the-news-block-3 a {
  font-size: 18px !important;
  color: #fff;
}
.noticias .block--views-block--all-the-news-block-3 .views-field.views-field-created {
  display: block;
}
.noticias .block--views-block--all-the-news-block-3 .views-field.views-field-created span {
  color: #afe951;
  font-weight: bold;
}

#special-landings-v2 {
  background-color: #113334;
  background-image: none;
}
#special-landings-v2 .banner {
  background-color: #afe951;
}
#special-landings-v2 .banner .landing-especiales-v2__field-subtitle {
  color: #113334;
}
#special-landings-v2 .description {
  color: #fff;
}
#special-landings-v2 .description h2 {
  color: #afe951;
}
#special-landings-v2 .description p,
#special-landings-v2 .description a,
#special-landings-v2 .description li {
  color: #fff;
}
#special-landings-v2 .description p strong,
#special-landings-v2 .description a strong,
#special-landings-v2 .description li strong {
  color: #fff;
}
#special-landings-v2 .description ul {
  padding-left: 25px;
  list-style-type: disc;
}
#special-landings-v2 .description ul li {
  list-style: disc;
  display: list-item;
}

.fancybox__content {
  width: 100%;
  background: rgba(52, 90, 71, 0.9) !important;
}
@media only screen and (max-width: 1023px) {
  .fancybox__content {
    flex-direction: column !important;
  }
}
.fancybox__content .info-localidades__field-tit {
  color: #fefcf1;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #fefcf1;
  font-weight: bold;
}
.fancybox__content .info-localidades__field-des {
  color: #fefcf1;
  font-size: 13px;
}
.fancybox__content .info-localidades__field-des a {
  color: #fefcf1 !important;
}
.fancybox__content .info-localidades__field-des a strong {
  color: #fefcf1 !important;
}
.fancybox__content .info-localidades__field-des p {
  color: #fefcf1 !important;
}
.fancybox__content .info-localidades__field-des ul {
  padding-left: 25px;
}
.fancybox__content .info-localidades__field-des li {
  color: #fefcf1 !important;
}
.fancybox__content .info-localidades__field-imagen {
  width: 100%;
}
.fancybox__content .info-localidades__field-imagen img {
  width: 100%;
  object-fit: cover;
}

.page.landing-especiales-v2 .page__content {
  margin: 0;
}
.page.landing-especiales-v2 .page__header {
  margin: 0 !important;
  display: none;
}
.page.landing-especiales-v2 .col-12 {
  padding: 0;
}

.page.landing-eventos {
  background-color: #fffdef;
  padding-bottom: 50px;
}
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 {
  max-width: 580px;
  margin: 0 auto;
  border: 0;
}
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 h2 {
  font-size: 42px;
  text-align: center;
}
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 select,
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 .custom-select {
  color: #006b60 !important;
}
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 select option,
.page.landing-eventos .page__footer .container > .row > div.block--webform-2 .custom-select option {
  color: #006b60 !important;
}
.page.landing-eventos .splideSpeakers {
  margin-bottom: 30px;
}
.page.landing-eventos .bannernosotros {
  height: 350px;
  margin-bottom: 30px;
}
.page.landing-eventos .bannernosotros h2 {
  background: rgba(255, 255, 255, 0.7);
  font-size: 45px;
  font-weight: bold;
  line-height: 40px;
  padding: 20px 360px;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .bannernosotros h2 {
    background: rgba(255, 255, 255, 0.7);
    font-size: 25px !important;
    font-weight: bold;
    line-height: 40px;
    padding: 10px;
  }
}
.page.landing-eventos .page__content {
  margin: 0;
}
.page.landing-eventos .page__header {
  margin: 0 !important;
  display: none;
}
.page.landing-eventos .col-12 {
  padding: 0;
}
.page.landing-eventos .landing-eventos__body {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .landing-eventos__body {
    padding: 0;
  }
}
.page.landing-eventos .date-count .container {
  display: flex;
  background-color: #255c46;
  position: relative;
  padding: 50px 0;
  flex-direction: column-reverse;
}
.page.landing-eventos .date-count .left,
.page.landing-eventos .date-count .right {
  flex: 1;
}
.page.landing-eventos .date-count .left {
  padding: 0 30px;
  text-align: justify;
  column-count: 2;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .date-count .left {
    column-count: 1;
    padding: 0 20px;
  }
}
.page.landing-eventos .date-count .left h1 {
  color: #afcd50;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
.page.landing-eventos .date-count .left p {
  color: #fffdef;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .date-count .left p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page.landing-eventos .date-count .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page.landing-eventos .date-count .right p {
  font-size: 31px;
  line-height: 40px;
  color: #afcd50;
}
.page.landing-eventos .date-count .right p strong,
.page.landing-eventos .date-count .right p b {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .date-count .right p {
    font-size: 23px;
    line-height: 40px;
  }
}
.page.landing-eventos .date-count .right #tiempo {
  display: flex;
  width: 90%;
  max-width: 550px;
  margin: 30px auto;
  justify-content: space-between;
  gap: 10px;
}
.page.landing-eventos .date-count .right #tiempo span {
  flex: 1;
  font-size: 35px;
  color: #255c46;
  margin: 0;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  background: #afcd50;
}
.page.landing-eventos .date-count .right #tiempo span:after {
  font-size: 12px;
  display: block;
  margin: 3px 0 -1px;
  opacity: 0.8;
  font-family: "Arial";
  font-weight: bold;
}
.page.landing-eventos .date-count .right #tiempo span:nth-of-type(1):after {
  content: "Días";
}
.page.landing-eventos .date-count .right #tiempo span:nth-of-type(2):after {
  content: "Horas";
}
.page.landing-eventos .date-count .right #tiempo span:nth-of-type(3):after {
  content: "Minutos";
}
.page.landing-eventos .date-count .right #tiempo span:nth-of-type(4):after {
  content: "Segundos";
}
.page.landing-eventos .paragraph.paragraph--type--agenda-eventos.paragraph--view-mode--default details {
  margin-bottom: 30px;
}
.page.landing-eventos .paragraph.paragraph--type--agenda-eventos.paragraph--view-mode--default details summary {
  list-style-type: "";
}
.page.landing-eventos .agenda h2 {
  text-align: center;
  padding: 20px 0;
  font-size: 42px;
  line-height: 42px;
  margin: 0;
}
.page.landing-eventos .container.speakers {
  margin: 0;
}
.page.landing-eventos .container.speakers h2 {
  background-color: #255c46;
  color: #fffdef;
  text-align: center;
  padding: 20px 0;
  font-size: 42px;
  line-height: 42px;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.page.landing-eventos .bloques-horarios__field-hora-bloque,
.page.landing-eventos .bloques-horarios__field-nombre-del-bloque {
  display: inline-block;
}
.page.landing-eventos .bloques-horarios__field-nombre-del-bloque {
  font-weight: bold;
  font-size: 25px;
}
.page.landing-eventos .splideSpeakers ul li .paragraph--type--speakers-evento {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page.landing-eventos details summary .agenda-eventos__field-titulo-agenda {
  background-color: #afcd50;
  color: #163839;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.page.landing-eventos details summary .agenda-eventos__field-titulo-agenda::after {
  background-image: url(https://renobo.com.co/sites/default/files/2024-05/arrowDetails.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: 25px;
}
.page.landing-eventos details[open] summary .agenda-eventos__field-titulo-agenda::after {
  top: 40%;
  transform: translateY(-50%) rotate(180deg);
}
.page.landing-eventos .speakers-evento__field-nombre {
  color: #163839;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .speakers-evento__field-nombre {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
.page.landing-eventos .speakers-evento__field-descrip {
  color: #163839;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos .speakers-evento__field-descrip {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.page.landing-eventos ul li div.speakers-evento__field-foto img {
  width: 250px !important;
  height: 310px !important;
  object-fit: cover !important;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .page.landing-eventos ul li div.speakers-evento__field-foto img {
    width: 50vw !important;
    height: 50vw !important;
    margin: 0 auto;
    display: block;
  }
}
.page.landing-eventos .landing-eventos__field-sobre-nosotros {
  max-width: 768px;
  margin: 0 auto;
}
.page.landing-eventos .landing-eventos__field-sobre-nosotros ul {
  padding-left: 25px;
  list-style-type: disc;
}
.page.landing-eventos .landing-eventos__field-sobre-nosotros ul li {
  list-style: disc;
  display: list-item;
}
.page.landing-eventos .landing-eventos__field-sobre-nosotros p,
.page.landing-eventos .landing-eventos__field-sobre-nosotros li {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 15px;
}
.page.landing-eventos .bloques-horarios__field-hora-bloque {
  background-color: #163839;
  color: #fffdef;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  border-radius: 10px;
  position: relative;
  margin: 20px 0 20px 52px;
  padding: 0 6px;
}
.page.landing-eventos .bloques-horarios__field-hora-bloque::before {
  display: inline-block;
  content: "";
  background-image: url(https://renobo.com.co/sites/default/files/2024-05/relojIcon.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: -40px;
}
.page.landing-eventos .bloques-horarios__field-puntos-del-bloque ul {
  padding-left: 75px;
}
.page.landing-eventos .bloques-horarios__field-puntos-del-bloque ul li {
  display: list-item;
}
.page.landing-eventos .bloques-horarios__field-puntos-del-bloque ul li::before {
  display: inline-block;
  content: "";
  background-image: url(https://renobo.com.co/sites/default/files/2024-05/listdot.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  position: absolute;
  top: 8px;
  left: -27px;
}
.page.landing-eventos .bloques-horarios__field-puntos-del-bloque p,
.page.landing-eventos .bloques-horarios__field-puntos-del-bloque li {
  font-size: 16px;
  font-weight: 200;
}
.page.landing-eventos ul li.splide__slide {
  display: block !important;
}

.project-block .views-view-grid.horizontal.cols-3.clearfix .col-12.col-sm-4.views-col {
  overflow: hidden;
}

.views-field.views-field-field-video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.views-field.views-field-field-video-hover video {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.views-field.views-field-field-video-hover:hover video {
  opacity: 1;
}

.home-banner {
  height: 100vh;
  width: 100%;
}
.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-proposito {
  display: flex;
}
.home-proposito .title {
  font-size: 27px;
  color: #646464;
  font-weight: 500;
  padding-right: 100px;
}
.home-proposito .desc {
  padding: 0 60px;
}
.home-proposito .desc-title {
  font-size: 60px;
  line-height: 68px;
  font-weight: bold;
}
.home-proposito .desc-txt {
  font-size: 60px;
  line-height: 68px;
  font-weight: 300;
}

.block.block--theme-eru-main-menu {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  padding: 0 20px;
}

nav #search-block-form > div.form-item input {
  border-color: #000;
  color: #000;
}
nav #search-block-form > div.form-item input::placeholder {
  color: #000;
}

.menu-principal {
  background: #FFF;
  width: 100%;
  box-shadow: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.menu-principal .dropdown-menu {
  background-color: #fff;
}
.menu-principal .dropdown-menu a {
  background-color: #fff;
}
.menu-principal .dropdown-item.active,
.menu-principal .dropdown-item:active {
  background-color: #006b60;
}
.menu-principal .block--theme-eru-main-menu a.nav-link {
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  position: relative;
  padding: 0 10px;
  max-width: 220px;
  margin: 0;
  white-space: break-spaces;
}
.menu-principal form input.form-control {
  background-color: #FFF;
  border-color: #000;
  color: #000;
}
.menu-principal form input.form-control::placeholder {
  color: #000;
}
.menu-principal .menu-secundario {
  background: transparent;
}
.menu-principal .navbar-nav .show > .nav-link,
.menu-principal .navbar-nav .active > .nav-link,
.menu-principal .navbar-nav .nav-link.show,
.menu-principal .navbar-nav .nav-link.active,
.menu-principal .navbar-nav .show > .nav-link,
.menu-principal .navbar-nav .active > .nav-link,
.menu-principal .navbar-nav .nav-link.show,
.menu-principal .navbar-nav .nav-link.active,
.menu-principal .block--theme-eru-main-menu a.nav-link {
  color: #595959;
  font-weight: bold;
}
.menu-principal .navbar-nav .nav-item.dropdown::before {
  content: "";
  border-top: 2px solid #595959;
  border-right: 2px solid #595959;
}
.menu-principal .block.block--theme-eru-main-menu {
  position: fixed;
  width: 100%;
  top: 45px;
  left: 0;
  padding: 5px 20px;
  background-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .menu-principal .block.block--theme-eru-main-menu {
    left: -100%;
  }
}
.menu-principal .logos {
  position: relative;
  display: flex;
}
.menu-principal .logos a {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.menu-principal .logos svg {
  width: 93px;
  height: 50px;
  color: #595959;
}
@media only screen and (max-width: 1023px) {
  .menu-principal .logos svg {
    width: 50%;
  }
}

.home-v2 .logos::after {
  left: calc(50% - 25px);
}
.home-v2 .breadcrumb {
  display: none;
}
.home-v2 .menu-principal {
  background: transparent !important;
}
.home-v2 .menu-principal .logos svg {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .home-v2 .menu-principal .logos svg {
    height: initial;
    color: #FFF;
  }
}
.home-v2 .menu-principal .navbar-nav .nav-item.dropdown::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.home-v2 .menu-principal .block.block--theme-eru-main-menu {
  background: transparent !important;
}
.home-v2 .menu-principal .block.block--theme-eru-main-menu a.nav-link {
  color: #FFF;
}
.home-v2 .menu-principal form input.form-control {
  background-color: transparent;
  color: #FFF;
}
.home-v2 .menu-principal .menu-secundario {
  background: transparent !important;
}
.home-v2 nav #search-block-form > div.form-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.home-v2 nav #search-block-form > div.form-item input {
  flex: 1;
  border-color: rgba(255, 255, 220, 0.22);
  color: #FFF;
}
.home-v2 nav #search-block-form > div.form-item input::placeholder {
  color: #FFF;
}

#home-v2 .page__content .more-link,
#home-v2 .more-link {
  justify-content: flex-end;
}
#home-v2 .page__content .more-link a,
#home-v2 .more-link a {
  background: transparent;
  color: #000;
  font-weight: bolder;
  font-size: 20px;
}
#home-v2 .page__content .more-link a:hover,
#home-v2 .more-link a:hover {
  opacity: 0.5;
  background-color: transparent !important;
  color: #000;
  border-color: transparent !important;
}
#home-v2 .page__content .more-link a::after,
#home-v2 .more-link a::after {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2024-10/arrow_blue.png);
  width: 34px;
  margin-left: 20px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#home-v2 .container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#home-v2 .home_links {
  background-color: #00C29D;
  padding: 20px;
}
#home-v2 .home_links--container {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home_links--container {
    flex-direction: column;
  }
}
#home-v2 .home_links a {
  color: #FFF;
  display: flex;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
#home-v2 .home_title {
  border-bottom: 0;
  color: #646464;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
  max-width: 340px;
  text-transform: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home_title {
    max-width: 100%;
    padding-right: 0;
  }
}
#home-v2 .home-banner {
  width: 100%;
  height: auto;
}
#home-v2 .home-banner img {
  width: 100%;
  object-fit: contain;
}
#home-v2 .home-proposito {
  display: flex;
  padding: 90px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proposito {
    flex-direction: column;
    padding: 20px;
  }
}
#home-v2 .home-proposito .home_title::after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #646464;
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  bottom: initial;
}
#home-v2 .home-proposito .desc {
  padding: 0 60px;
  max-width: 960px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proposito .desc {
    padding: 0 20px;
  }
}
#home-v2 .home-proposito .desc-title {
  font-size: 53px;
  line-height: 61px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proposito .desc-title {
    font-size: 33px;
    line-height: 31px;
  }
}
#home-v2 .home-proposito .desc-txt {
  font-size: 53px;
  line-height: 61px;
  font-weight: 300;
  color: #4D4D4D;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proposito .desc-txt {
    font-size: 33px;
    line-height: 31px;
  }
}
#home-v2 .home-proyectos {
  background: #F5F5F5;
  padding: 90px 20px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proyectos {
    padding: 20px;
  }
}
#home-v2 .home-proyectos .container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#home-v2 .home-proyectos h3,
#home-v2 .home-proyectos h4 {
  text-align: center;
  width: 100% !important;
  max-width: 100%;
}
#home-v2 .home-proyectos--container {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#home-v2 .home-proyectos .views-view-grid .grid-new {
  display: grid;
  grid-template-columns: repeat(3, 297px);
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proyectos .views-view-grid .grid-new {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div {
  position: relative;
  width: 297px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proyectos .views-view-grid .grid-new > div {
    width: 100%;
  }
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-image,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-beneficios,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-banner {
  width: 297px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-image,
  #home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-beneficios,
  #home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-banner {
    width: 100%;
  }
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-image .field-content,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-beneficios .field-content,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-banner .field-content {
  width: 100%;
  height: 100%;
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-image .field-content img,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-beneficios .field-content img,
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-field-imagen-banner .field-content img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(15, 15, 15, 0.59);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home-v2 .home-proyectos .views-view-grid .grid-new > div .views-field-title::after {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2024-10/arrow_blue.png);
  width: 34px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#home-v2 .home-metas {
  display: flex;
  background-repeat: no-repeat;
  height: 360px;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-metas {
    flex-direction: column;
    height: auto;
  }
}
#home-v2 .home-metas--container {
  display: flex;
  padding: 0 20px;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-metas--container {
    flex-direction: column;
    padding: 20px;
  }
}
#home-v2 .home-metas--container .left {
  width: 35%;
  border-right: 4px solid #FFF;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-metas--container .left {
    width: 100%;
    border-right: 0;
    border-bottom: 4px solid #FFF;
    padding: 0 0 20px;
  }
}
#home-v2 .home-metas--container .metas_title {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #FFF;
}
#home-v2 .home-metas--container .metas_subtitle {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  color: #FFF;
}
#home-v2 .home-metas--container .txt {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-metas--container .txt {
    width: 100%;
  }
}
#home-v2 .home-metas--container .txt strong {
  font-size: 25px;
  line-height: 25px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
#home-v2 .home-metas--container .txt p {
  max-width: 560px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #FFF;
}
#home-v2 .home-convocatorias {
  padding: 90px 20px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-convocatorias {
    padding: 20px;
  }
}
#home-v2 .home-convocatorias--container {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-convocatorias--container {
    flex-direction: column;
  }
}
#home-v2 .home-convocatorias--container .home_title {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-convocatorias--container .home_title {
    position: static;
  }
}
#home-v2 .home-convocatorias--container .home-v2__field-imagenes-convo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-convocatorias--container .home-v2__field-imagenes-convo {
    display: none;
  }
}
#home-v2 .home-convocatorias--container .home-v2__field-imagenes-convo .field__item:nth-of-type(1) img {
  height: 450px;
  margin-top: 160px;
}
#home-v2 .home-convocatorias--container .home-v2__field-imagenes-convo .field__item:nth-child(2) img {
  width: 520px;
}
#home-v2 .home-convocatorias--container .convocatorias {
  background-color: #00C29D;
  padding: 40px 40px;
  max-width: 360px;
  position: relative;
  transform: translateX(-100px);
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-convocatorias--container .convocatorias {
    transform: none;
  }
}
#home-v2 .home-convocatorias--container .convocatorias .views-element-container .convocatorias-list {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 50px;
}
#home-v2 .home-convocatorias--container .convocatorias .views-element-container .convocatorias-list p {
  color: #FFF;
}
#home-v2 .home-convocatorias--container .convocatorias .views-element-container .convocatorias-list:hover {
  opacity: 0.5;
}
#home-v2 .home-convocatorias--container .convocatorias a {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  font-size: 16px;
}
#home-v2 .home-convocatorias--container .convocatorias .views-field.views-field-body .field-content {
  font-size: 14px;
  position: relative;
}
#home-v2 .home-convocatorias--container .convocatorias .views-field.views-field-body .field-content::after {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/2024-10/arrow_wv2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  width: 35px;
  height: 35px;
  right: 0;
}
#home-v2 .home-noticias {
  padding: 90px 20px;
  background: #F5F5F5;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-noticias {
    padding: 20px;
  }
}
#home-v2 .home-noticias .home_title {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-noticias .home_title {
    position: static;
  }
}
#home-v2 .home-noticias--container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-noticias--container {
    flex-direction: column;
  }
}
#home-v2 .home-noticias--container .views-element-container {
  width: 70%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-noticias--container .views-element-container {
    width: 100%;
    margin: 0 auto;
  }
}
#home-v2 .home-noticias--container .views-view-grid .grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .home-noticias--container .views-view-grid .grid-new {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
#home-v2 .home-noticias--container .views-view-grid .grid-new > div .views-field.views-field-created {
  display: block;
  margin: 15px 0;
}
#home-v2 .home-noticias--container .views-view-grid .grid-new > div .views-field.views-field-created .field-content {
  display: block;
  font-size: 11px;
  color: #737373;
}
#home-v2 .home-noticias--container .views-view-grid .grid-new > div .views-field-field-cover-img .field-content {
  width: 100%;
  height: 100%;
}
#home-v2 .home-noticias--container .views-view-grid .grid-new > div .views-field-field-cover-img .field-content img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
#home-v2 .home-noticias--container .views-view-grid .grid-new > div .views-field-title {
  font-size: 18px;
  font-weight: bold;
  color: #737373;
}
#home-v2 .home-video--container {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#home-v2 .renobo-cifras {
  background-image: url(/sites/default/files/2024-10/metas-100.jpg);
  padding: 20px;
}
#home-v2 .renobo-cifras .home-v2__field-cifras {
  display: flex;
}
#home-v2 .renobo-cifras .home-v2__field-cifras .maintitle {
  position: relative;
}
#home-v2 .renobo-cifras .home-v2__field-cifras .maintitle::after {
  content: "";
  background-color: #fff;
  height: 20px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}
#home-v2 .renobo-cifras .home-v2__field-cifras .maintitle h2 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: left !important;
}
#home-v2 .renobo-cifras .home-v2__field-cifras .maintitle h3 {
  font-size: 40px;
  font-weight: 400;
  color: #FFF;
  margin: 0;
  line-height: 40px !important;
}
#home-v2 .renobo-cifras ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #home-v2 .renobo-cifras ul {
    flex-direction: column;
  }
}
#home-v2 .renobo-cifras ul li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  text-align: center;
}
#home-v2 .renobo-cifras ul li em {
  font-size: 12px;
  color: #FFF;
  background: #00c29d;
  padding: 5px;
  margin-bottom: 20px;
}
#home-v2 .renobo-cifras ul li strong {
  font-size: 70px;
  color: #FFF;
  margin-bottom: 20px;
}
#home-v2 .renobo-cifras ul li p {
  font-weight: 700;
  color: #FFF;
}

.logos svg {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #FFF;
}

.menu-principal.scrolled {
  background-color: #FFF !important;
}
.menu-principal.scrolled .block--theme-eru-main-menu a.nav-link {
  color: #595959 !important;
  font-weight: bold;
}
.menu-principal.scrolled .navbar-nav .nav-item.dropdown::before {
  content: "";
  border-top: 2px solid #595959;
  border-right: 2px solid #595959;
}
.menu-principal.scrolled .block.block--theme-eru-main-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 20px;
  background-color: #FFF !important;
}
@media only screen and (max-width: 1023px) {
  .menu-principal.scrolled .block.block--theme-eru-main-menu {
    left: -100%;
    background: transparent;
  }
}
.menu-principal.scrolled .navbar-collapse.collapse.show .block.block--theme-eru-main-menu {
  left: 0;
}
.menu-principal.scrolled .logos::after {
  left: 50%;
}
.menu-principal.scrolled .logos svg {
  width: 93px;
  height: 50px;
  color: #595959;
}
@media only screen and (max-width: 1023px) {
  .menu-principal.scrolled .logos svg {
    width: 100px;
    height: initial;
    color: #FFF;
  }
}

.navbar-collapse.collapse.show .block.block--theme-eru-main-menu {
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .navbar-collapse.collapse.show .block.block--theme-eru-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 60px 20px;
    background-color: #FFF;
  }
}

.page.landing-especiales.landing-prediosparavisvip #special-landings {
  padding-bottom: 0;
  background-image: none;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .btns a {
  color: #FFF;
  font-weight: bold;
  background: #00C29D;
  font-family: "Lato", Arial, Sans-serif;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings #down {
  margin: 30px auto;
  width: 100px;
  display: block;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings #down img {
  width: 100%;
  object-fit: contain;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner {
  background: #FFF;
  display: flex;
  justify-content: center;
  padding-left: 0;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner .text {
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner .text {
    align-self: center;
    width: 100%;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landing-especiales-v2__field-subtitle,
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landings-especiales__field-subtitle,
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner p {
  color: #ffffff;
  font-size: 29px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landing-especiales-v2__field-subtitle,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landings-especiales__field-subtitle,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner p {
    font-size: 22px;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landings-especiales-v2__field-imagen-banner,
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner .landings-especiales__field-imagen-banner {
  align-self: flex-end;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner #firstPart {
  background-color: #afe951;
  font-size: 120px;
  line-height: 125px;
  color: #006b60;
  border-radius: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner #firstPart {
    font-size: 55px;
    line-height: 55px;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner #secondPart {
  font-size: 120px;
  line-height: 125px;
  background-color: #006b60;
  color: #afe951;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .banner #secondPart {
    font-size: 55px;
    line-height: 55px;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .banner h1 {
  display: none;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .description {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 20px;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .description h1 {
  text-align: center;
  font-weight: bold;
  color: #006b60;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .description .desc-p {
  column-count: 1;
  column-gap: 20px;
  max-width: 680px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .description .desc-p {
    column-count: 1;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .description p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #595959;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .quees {
  background-color: #223659;
  color: #fdfdef;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .quees {
    flex-direction: column;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .quees h1 {
  color: #fdfdef;
  font-family: "Lato", Arial, Sans-serif;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .quees img {
  width: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .quees img {
    width: 100%;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .temporal {
  margin: 30px auto;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .temporal img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings h2 {
  text-align: center;
  color: #345a47;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #b5e169;
  cursor: pointer;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito.hasPro,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos.hasPro {
  color: #81aa3c;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos .text {
  color: #345a47;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 768px) {
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito .text,
  .page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos .text {
    display: none;
  }
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito:hover,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos:hover {
  color: #345a47;
}
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#suba:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#engativa:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#fontibon:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#kennedy:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#puentearanda:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#teusaquillo:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#chapinero:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usaquen:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#santafe:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#sancristobal:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#usme:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#ciudadbolivar:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#rafaeluribe:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#losmartires:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#antonionarino:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#tunjuelito:hover .text,
.page.landing-especiales.landing-prediosparavisvip #special-landings .map g#barriosunidos:hover .text {
  color: #b5e169;
}

.landing-reusayrevitaliza .menu-principal .block.block--theme-eru-main-menu {
  top: 70px;
}
.landing-reusayrevitaliza .menu-principal.scrolled .block.block--theme-eru-main-menu {
  top: 0;
}
.landing-reusayrevitaliza .page__content {
  margin: 0;
}
.landing-reusayrevitaliza #special-landings,
.landing-reusayrevitaliza #special-landings-v2 {
  background-image: none;
}
.landing-reusayrevitaliza #special-landings h2,
.landing-reusayrevitaliza #special-landings-v2 h2 {
  margin-bottom: 15px;
  color: #006b60;
}
.landing-reusayrevitaliza #special-landings .btns,
.landing-reusayrevitaliza #special-landings-v2 .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.landing-reusayrevitaliza #special-landings .banner,
.landing-reusayrevitaliza #special-landings-v2 .banner {
  background: none;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-left: 0;
  height: auto;
  overflow: hidden;
  align-items: center;
}
.landing-reusayrevitaliza #special-landings .video-container,
.landing-reusayrevitaliza #special-landings-v2 .video-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .video-container,
  .landing-reusayrevitaliza #special-landings-v2 .video-container {
    flex-direction: column;
    padding: 20px;
  }
}
.landing-reusayrevitaliza #special-landings .video-container .txt,
.landing-reusayrevitaliza #special-landings-v2 .video-container .txt {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .video-container .txt,
  .landing-reusayrevitaliza #special-landings-v2 .video-container .txt {
    padding: 0;
  }
}
.landing-reusayrevitaliza #special-landings .video-container .txt h2,
.landing-reusayrevitaliza #special-landings-v2 .video-container .txt h2 {
  margin-bottom: 15px;
}
.landing-reusayrevitaliza #special-landings .video-container .txt p,
.landing-reusayrevitaliza #special-landings-v2 .video-container .txt p {
  margin-bottom: 15px;
}
.landing-reusayrevitaliza #special-landings .video-container .txt a,
.landing-reusayrevitaliza #special-landings-v2 .video-container .txt a {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #FFF;
  font-weight: bold;
  background: #00C29D;
  text-transform: none !important;
  border-radius: 8px;
  text-align: center;
}
.landing-reusayrevitaliza #special-landings .video-container .txt a:hover,
.landing-reusayrevitaliza #special-landings-v2 .video-container .txt a:hover {
  text-decoration: underline;
}
.landing-reusayrevitaliza #special-landings .video-container .video,
.landing-reusayrevitaliza #special-landings-v2 .video-container .video {
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .video-container .video,
  .landing-reusayrevitaliza #special-landings-v2 .video-container .video {
    padding: 0;
  }
}
.landing-reusayrevitaliza #special-landings .video-container .video video,
.landing-reusayrevitaliza #special-landings-v2 .video-container .video video {
  width: 100%;
}
.landing-reusayrevitaliza #special-landings .texts,
.landing-reusayrevitaliza #special-landings-v2 .texts {
  background-color: #F5F5F5;
  padding: 50px 20px;
}
.landing-reusayrevitaliza #special-landings .texts .container,
.landing-reusayrevitaliza #special-landings-v2 .texts .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .texts .container,
  .landing-reusayrevitaliza #special-landings-v2 .texts .container {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.landing-reusayrevitaliza #special-landings .texts .left,
.landing-reusayrevitaliza #special-landings-v2 .texts .left {
  flex: 1;
}
.landing-reusayrevitaliza #special-landings .texts .right,
.landing-reusayrevitaliza #special-landings-v2 .texts .right {
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .texts .btns,
  .landing-reusayrevitaliza #special-landings-v2 .texts .btns {
    flex-direction: column;
  }
}
.landing-reusayrevitaliza #special-landings .texts .btns a,
.landing-reusayrevitaliza #special-landings-v2 .texts .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #FFF;
  font-weight: bold;
  background: #00C29D;
  text-transform: none !important;
  border-radius: 8px;
  text-align: center;
}
.landing-reusayrevitaliza #special-landings .texts .btns a:hover,
.landing-reusayrevitaliza #special-landings-v2 .texts .btns a:hover {
  text-decoration: underline;
}
.landing-reusayrevitaliza #special-landings .news-container,
.landing-reusayrevitaliza #special-landings-v2 .news-container {
  display: flex;
  gap: 20px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .news-container,
  .landing-reusayrevitaliza #special-landings-v2 .news-container {
    padding: 20px;
  }
}
.landing-reusayrevitaliza #special-landings .gallery,
.landing-reusayrevitaliza #special-landings-v2 .gallery {
  flex: 1;
}
.landing-reusayrevitaliza #special-landings .gallery .newsgallery img,
.landing-reusayrevitaliza #special-landings-v2 .gallery .newsgallery img {
  height: 620px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .gallery .newsgallery img,
  .landing-reusayrevitaliza #special-landings-v2 .gallery .newsgallery img {
    height: calc(100vw - 40px);
  }
}
.landing-reusayrevitaliza #special-landings .newsContent,
.landing-reusayrevitaliza #special-landings-v2 .newsContent {
  flex: 1;
}
.landing-reusayrevitaliza #special-landings .newsContent .views-field.views-field-created,
.landing-reusayrevitaliza #special-landings-v2 .newsContent .views-field.views-field-created {
  display: block;
  margin: 15px 0;
}
.landing-reusayrevitaliza #special-landings .newsContent .newsgalleryN,
.landing-reusayrevitaliza #special-landings-v2 .newsContent .newsgalleryN {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza #special-landings .newsContent .newsgalleryN,
  .landing-reusayrevitaliza #special-landings-v2 .newsContent .newsgalleryN {
    grid-template-columns: 1fr;
  }
}
.landing-reusayrevitaliza #special-landings .newsContent .newsgalleryN li,
.landing-reusayrevitaliza #special-landings-v2 .newsContent .newsgalleryN li {
  display: flex;
  flex-direction: column;
}
.landing-reusayrevitaliza .redes .container h2 {
  margin-bottom: 15px;
  color: #006b60;
  text-align: center;
}
.landing-reusayrevitaliza .landings-especiales__field-contenido-redes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .landing-reusayrevitaliza .landings-especiales__field-contenido-redes {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.landing-reusayrevitaliza .landings-especiales__field-contenido-redes .field__item {
  width: 100%;
}
.landing-reusayrevitaliza .landings-especiales__field-contenido-redes .field__item iframe {
  margin: 0 auto !important;
}
.landing-reusayrevitaliza .landings-especiales__field-contenido-redes .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.splide.bannerFinal {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.splide.bannerFinal li.splide__slide {
  max-width: 100%;
}

.liverenobo {
  max-width: 760px;
  margin: 0 auto;
}
.liverenobo ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #DEE2EA;
  padding: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .liverenobo ul li {
    grid-template-columns: 1fr;
  }
}
.liverenobo ul li div.views-field-field-livefechahora {
  margin: 0 20px 20px 0;
  min-width: 120px;
  width: 120px;
}
.liverenobo ul li div.views-field-field-livefechahora time {
  font-size: 22px;
  font-weight: 600;
  font-display: swap;
  background-color: #00C29D;
  color: #FFF;
  padding: 5px 10px;
  text-align: center;
}
.liverenobo ul li div.views-field-title span.field-content {
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.liverenobo ul li div.views-field-body {
  grid-column: 2;
}
@media only screen and (max-width: 1023px) {
  .liverenobo ul li div.views-field-body {
    grid-column: 1;
  }
}
.liverenobo ul li div.views-field-body .field-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.liverenobo ul li div.views-field-body .field-content p img {
  max-width: 550px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-content {
  padding-top: 70px;
}

.page.home-v2 #main-content {
  padding: 0;
}

header .news h2 {
  margin: 0 0 30px;
}

.row .col-md-9.col-12 {
  flex: 1;
  max-width: 100%;
}

a.descargar-ico::before {
  content: "\f56d";
  color: #008476;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  font-size: 2em;
  font-family: "Font Awesome 5 Free";
  left: auto;
}

.news-home.all-news.home .views-view-grid.horizontal.cols-2 .views-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .news-home.all-news.home .views-view-grid.horizontal.cols-2 .views-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-home.all-news.home .views-view-grid.horizontal.cols-2 .views-row .col-md-6.col-12.mb-5.views-col.col-1,
.news-home.all-news.home .views-view-grid.horizontal.cols-2 .views-row .col-md-6.col-12.mb-5.views-col.col-2 {
  max-width: 100%;
  width: 100%;
}

footer .sdqs-footer .col-3,
footer .sdqs-footer .col-2 {
  max-width: 100%;
}
footer .sdqs-footer img {
  max-width: 160px !important;
  height: 40px !important;
  object-fit: contain;
}

.transparencia-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.transparencia-links a {
  position: relative;
  color: rgb(0, 48, 49);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
}
.transparencia-links a img {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.transparencia-links a p {
  margin: 0;
  text-align: center;
}

.marketplace-reuso .block.block--theme-eru-breadcrumbs {
  display: none;
}
.marketplace-reuso .container {
  max-width: 100%;
}
.marketplace-reuso .container img {
  display: block;
  width: 100%;
}
.marketplace-reuso #main-content {
  padding: 0;
}
.marketplace-reuso #main-content .col-12 {
  padding: 0;
}

.predio-content .container {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .predio-content .container {
    flex-direction: column;
  }
}
.predio-content .container .image {
  flex: 1;
}
.predio-content .container .image a.back {
  font-size: 12px;
  margin-bottom: 10px;
}
.predio-content .container .txt {
  flex: 0.5;
}
.predio-content .container .txt .title {
  margin-bottom: 10px;
}
.predio-content .container .txt .title h2 {
  margin: 0 !important;
}
.predio-content .container .ventas {
  background-color: #22365a;
  color: #FFF;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.predio-content .container .horizontal {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .predio-content .container .horizontal {
    flex-direction: column;
  }
}
.predio-content .container .horizontal .predios-reuso__field-a,
.predio-content .container .horizontal .predios-reuso__field-area-suelo,
.predio-content .container .horizontal .predios-reuso__field-no-de-pisos {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.predio-content .container .horizontal .predios-reuso__field-a .field__item,
.predio-content .container .horizontal .predios-reuso__field-area-suelo .field__item,
.predio-content .container .horizontal .predios-reuso__field-no-de-pisos .field__item {
  font-weight: bold;
  font-size: 22px;
}
.predio-content .container .btn-interes {
  background-color: #56E19E;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.splide__slide img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .splide__slide img {
    aspect-ratio: 1/1;
  }
}

.marketplace {
  position: relative;
}
.marketplace .banner {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(87, 199, 133, 0) 100%);
  position: relative;
}
.marketplace .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(87, 199, 133, 0) 100%);
  width: 100%;
  height: 100%;
}
.marketplace .banner .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.marketplace .banner .container h2 {
  color: #FFF;
  font-size: 80px;
  max-width: 798px;
  text-transform: uppercase;
  line-height: 80px;
  margin: 0 0 40px;
}
.marketplace .banner img {
  width: 180px;
}
.marketplace .fixedBtn {
  background-color: #29AE87;
  position: fixed;
  top: 40vh;
  right: 0;
  padding: 10px 10px 10px 30px;
  align-items: center;
  gap: 15px;
  display: flex;
  border-radius: 35px 0 0 35px;
  color: #FFF;
  z-index: 99;
}
.marketplace .fixedBtn img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}
.marketplace .marketplaceList {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}
.marketplace .marketplaceList li {
  display: flex;
  border: 2px solid #DCDCDC;
  background-color: #F5F5F5;
  border-radius: 10px;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .marketplace .marketplaceList li {
    flex-direction: column;
    align-items: center;
    max-width: 389px;
    margin: 0 auto 30px;
  }
}
.marketplace .marketplaceList li .image {
  max-width: 264px;
  padding: 10px;
  flex: 1;
  overflow: hidden;
}
.marketplace .marketplaceList li .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketplace .marketplaceList li .data {
  flex: 1;
  padding: 10px;
}
.marketplace .marketplaceList li .data span {
  display: block;
  margin-bottom: 10px;
}
.marketplace .marketplaceList li .data span.name {
  font-size: 35px;
  font-weight: bold;
}
.marketplace .marketplaceList li .data .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.marketplace .marketplaceList li .data .btns span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF6A00;
  border-radius: 25px;
  background-color: #FF6A00;
  padding: 8px 20px;
  color: #757575;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: bold;
  cursor: pointer;
}
.marketplace .marketplaceList li .data .btns span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.marketplace .marketplaceList li .data .btns span:hover {
  background-color: #D6D6D6;
  color: #646B72;
}
.marketplace .marketplaceList li .data button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D6D6D6;
  border-radius: 25px;
  padding: 8px 20px;
  color: #757575;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: bold;
}
.marketplace .marketplaceList li .data button.added {
  background-color: #14b86b;
  color: white;
}
.marketplace .marketplaceList li .data button.added:hover {
  background-color: rgb(15, 138, 80.25);
}
.marketplace .marketplaceList li .data button:hover {
  background-color: #D6D6D6;
  color: #646B72;
}
.marketplace .marketplaceList li .data-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) {
  .marketplace .marketplaceList li .data-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
    width: 100%;
  }
}
.marketplace .marketplaceList li .data-grid .item {
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #EFEFEF;
  padding: 20px;
}
.marketplace .marketplaceList li .data-grid .item span,
.marketplace .marketplaceList li .data-grid .item strong {
  text-align: center;
  width: 100%;
  display: block;
}
.marketplace .marketplaceList li .data-grid .item strong {
  font-size: 20px;
  font-weight: bold;
}
.marketplace .marketplaceList li .data-grid .item span {
  font-size: 12px;
  color: #646B72;
}

.more-marketplace {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .more-marketplace {
    grid-template-columns: repeat(1, 1fr);
  }
}
.more-marketplace .view-header {
  grid-column: 1/-1;
}
.more-marketplace p {
  font-size: 12px;
}
.more-marketplace a {
  display: block;
}

.moreitems {
  padding: 20px;
}

.proyecto-sala-de-negocios .row.d-flex.align-items-center {
  flex-wrap: nowrap;
}
.proyecto-sala-de-negocios #contacto .row {
  flex-wrap: nowrap;
}

.page.reduLanding {
  background-color: #DBF0EC;
}

.reduLanding #main-content {
  padding-top: 0;
}
.reduLanding body {
  background-color: #DBF0EC;
}
.reduLanding .uppercase {
  text-transform: uppercase;
}
.reduLanding .container {
  max-width: 1200px;
  margin: 0 auto;
}
.reduLanding .banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .banner {
    height: 50vh;
    padding: 20px;
  }
}
.reduLanding .banner img {
  margin-bottom: 15px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .banner img {
    width: 80px;
  }
}
.reduLanding .banner::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.06%, rgba(0, 0, 0, 0.5) 72.61%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.reduLanding .banner h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 80px;
  line-height: 72px;
  text-transform: uppercase;
  max-width: 1200px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .banner h2 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
  }
}
.reduLanding .banner p {
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  max-width: 1200px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .banner p {
    font-size: 16px;
    line-height: 22px;
  }
}
.reduLanding .banner .container {
  position: relative;
  z-index: 2;
}
.reduLanding .desc {
  background-color: #102C43;
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .desc {
    padding: 80px 20px;
  }
}
.reduLanding .desc .container {
  display: flex;
  align-items: center;
  gap: 135px;
  color: #FFF;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .desc .container {
    flex-direction: column;
    gap: 30px;
  }
}
.reduLanding .desc .txt {
  width: 50%;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .desc .txt {
    width: 100%;
  }
}
.reduLanding .desc .txt p {
  margin-bottom: 24px;
}
.reduLanding .desc img {
  width: 80%;
  max-width: 460px;
  display: block;
}
.reduLanding .linea {
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .linea {
    padding: 20px;
  }
}
.reduLanding .linea .container h3 {
  font-weight: 700;
  color: #102C43;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 57px;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .linea .container h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.reduLanding .linea .container .splide li .paragraph.paragraph--type--redu-slides,
.reduLanding .linea .container .splide li .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .linea .container .splide li .paragraph.paragraph--type--redu-slides,
  .reduLanding .linea .container .splide li .content {
    gap: 30px;
    flex-wrap: initial;
    flex-direction: column;
  }
}
.reduLanding .linea .container .splide li img {
  width: 100%;
  max-width: 477px;
  height: 316px;
  border-width: 1px;
  border-radius: 16px;
  object-fit: cover;
}
.reduLanding .linea .container .splide li .txt {
  max-width: 420px;
  width: 100%;
}
.reduLanding .linea .container .splide li .redu-slides__field-slide-titulo,
.reduLanding .linea .container .splide li .redu-slides__field-slide-titulo p,
.reduLanding .linea .container .splide li strong {
  margin: 0;
  font-family: Montserrat;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  line-height: 22px;
  height: auto;
  margin-bottom: 15px;
  color: #102C43;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .linea .container .splide li .redu-slides__field-slide-titulo,
  .reduLanding .linea .container .splide li .redu-slides__field-slide-titulo p,
  .reduLanding .linea .container .splide li strong {
    flex-direction: column;
  }
}
.reduLanding .linea .container .splide li .redu-slides__field-slide-titulo img,
.reduLanding .linea .container .splide li .redu-slides__field-slide-titulo p img,
.reduLanding .linea .container .splide li strong img {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .linea .container .splide li .redu-slides__field-slide-titulo img,
  .reduLanding .linea .container .splide li .redu-slides__field-slide-titulo p img,
  .reduLanding .linea .container .splide li strong img {
    margin: 0 0 30px;
  }
}
.reduLanding .linea .container .splide li .redu-slides__field-slide-texto,
.reduLanding .linea .container .splide li .redu-slides__field-slide-texto p,
.reduLanding .linea .container .splide li p {
  font-family: Montserrat;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #102C43;
}
.reduLanding .linea .txt {
  width: 50%;
  font-size: 18px;
  line-height: 32px;
}
.reduLanding .linea .txt p {
  margin-bottom: 24px;
}
.reduLanding .linea img {
  width: 460px;
  display: block;
}
.reduLanding .map {
  background-color: #fff;
  padding: 40px 20px;
}
.reduLanding .map h3 {
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #102C43;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .map h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.reduLanding .map h3 strong {
  color: #29AE87;
  display: block;
}
.reduLanding .map p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.reduLanding .map .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  grid-auto-rows: 210px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .map .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reduLanding .map .container .paragraph.paragraph--type--directorio,
.reduLanding .map .container .card {
  padding: 12px 40px;
  background-color: #D7F0E8;
  border-radius: 16px;
  display: none;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio.active,
.reduLanding .map .container .card.active {
  display: block;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio .directorio__field-subtitulo-tarjeta,
.reduLanding .map .container .card .directorio__field-subtitulo-tarjeta {
  color: #102C43;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 100%;
  margin-bottom: 5px;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio .directorio__field-titulo-tarjeta,
.reduLanding .map .container .paragraph.paragraph--type--directorio .directorio__field-telefono,
.reduLanding .map .container .paragraph.paragraph--type--directorio .directorio__field-website,
.reduLanding .map .container .paragraph.paragraph--type--directorio .directorio__field-ubicacion,
.reduLanding .map .container .card .directorio__field-titulo-tarjeta,
.reduLanding .map .container .card .directorio__field-telefono,
.reduLanding .map .container .card .directorio__field-website,
.reduLanding .map .container .card .directorio__field-ubicacion {
  color: #102C43;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 5px;
  height: auto;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio ul,
.reduLanding .map .container .card ul {
  list-style-type: none;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio ul li,
.reduLanding .map .container .card ul li {
  color: #102C43;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 5px;
  display: block;
  height: auto;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio ul li strong,
.reduLanding .map .container .card ul li strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.reduLanding .map .container .paragraph.paragraph--type--directorio ul li img,
.reduLanding .map .container .card ul li img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.reduLanding .map .container #mapImg {
  grid-row: 1/span 3;
  grid-column: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .map .container #mapImg {
    grid-row: 1/span 1;
    grid-column: 1;
  }
}
.reduLanding .map .container #mapImg path.bolivar, .reduLanding .map .container #mapImg path.risaralda, .reduLanding .map .container #mapImg path.atlantico, .reduLanding .map .container #mapImg path.bogota, .reduLanding .map .container #mapImg path.meta, .reduLanding .map .container #mapImg path.valleDelCauca, .reduLanding .map .container #mapImg path.tolima, .reduLanding .map .container #mapImg path.antioquia, .reduLanding .map .container #mapImg path.quindio, .reduLanding .map .container #mapImg path.magdalena, .reduLanding .map .container #mapImg path.cordoba, .reduLanding .map .container #mapImg path.cesar {
  fill: #102C43;
}
.reduLanding .map .container #mapImg path.bolivar:hover, .reduLanding .map .container #mapImg path.bolivar.active, .reduLanding .map .container #mapImg path.risaralda:hover, .reduLanding .map .container #mapImg path.risaralda.active, .reduLanding .map .container #mapImg path.atlantico:hover, .reduLanding .map .container #mapImg path.atlantico.active, .reduLanding .map .container #mapImg path.bogota:hover, .reduLanding .map .container #mapImg path.bogota.active, .reduLanding .map .container #mapImg path.meta:hover, .reduLanding .map .container #mapImg path.meta.active, .reduLanding .map .container #mapImg path.valleDelCauca:hover, .reduLanding .map .container #mapImg path.valleDelCauca.active, .reduLanding .map .container #mapImg path.tolima:hover, .reduLanding .map .container #mapImg path.tolima.active, .reduLanding .map .container #mapImg path.antioquia:hover, .reduLanding .map .container #mapImg path.antioquia.active, .reduLanding .map .container #mapImg path.quindio:hover, .reduLanding .map .container #mapImg path.quindio.active, .reduLanding .map .container #mapImg path.magdalena:hover, .reduLanding .map .container #mapImg path.magdalena.active, .reduLanding .map .container #mapImg path.cordoba:hover, .reduLanding .map .container #mapImg path.cordoba.active, .reduLanding .map .container #mapImg path.cesar:hover, .reduLanding .map .container #mapImg path.cesar.active {
  fill: #29AE87;
}
.reduLanding .news {
  padding: 63px 20px 167px;
  background-color: #102C43;
}
.reduLanding .news h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
.reduLanding .news h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #29AE87;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .news h5 {
    font-size: 26px;
    line-height: 33px;
  }
}
.reduLanding .news .container .new {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .news .container .new {
    flex-direction: column;
  }
}
.reduLanding .news .container .txt {
  width: 50%;
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .news .container .txt {
    width: 100%;
  }
}
.reduLanding .news .container .txt p {
  color: #FFF;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}
.reduLanding .news .container img {
  width: 100%;
  max-width: 496px;
  height: 737px;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .news .container img {
    height: calc(100vw - 40px);
  }
}
.reduLanding .docs {
  padding: 107px 20px;
  max-width: 370px;
  width: 100%;
}
.reduLanding .docs .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .docs .container {
    gap: 30px;
  }
}
.reduLanding .docs .txt {
  max-width: 660px;
}
.reduLanding .docs svg {
  display: block;
  margin: 0 auto;
}
.reduLanding .docs h6 {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #102C43;
  padding: 0;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .docs h6 {
    text-align: center;
  }
}
.reduLanding .docs .redu-landings__field-texto-documentos,
.reduLanding .docs p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #102C43;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .docs .redu-landings__field-texto-documentos,
  .reduLanding .docs p {
    text-align: center;
  }
}
.reduLanding .docs .redu-landings__field-doc-rel .field__item {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.reduLanding .docs .redu-landings__field-doc-rel .field__item img {
  margin-right: 16px;
  width: 24px;
}
.reduLanding .block--theme-eru-breadcrumbs {
  display: none;
}
.reduLanding .page__content .col-12 {
  padding: 0;
}
.reduLanding .documentos-descargables__field-title {
  display: flex;
  align-items: center;
}
.reduLanding .documentos-descargables__field-title:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(https://renobo.com.co/sites/default/files/2025-03/Document.png);
}
.reduLanding .directorio__field-ubicacion,
.reduLanding .directorio__field-telefono,
.reduLanding .directorio__field-website {
  display: flex;
  align-items: center;
}
.reduLanding .directorio__field-ubicacion:before,
.reduLanding .directorio__field-telefono:before,
.reduLanding .directorio__field-website:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: inline-block;
}
.reduLanding .directorio__field-ubicacion::before {
  background-image: url(https://renobo.com.co/sites/default/files/2025-03/Ubicacion.png);
}
.reduLanding .directorio__field-telefono::before {
  background-image: url(https://renobo.com.co/sites/default/files/2025-03/Telefono.png);
}
.reduLanding .directorio__field-website::before {
  background-image: url(https://renobo.com.co/sites/default/files/2025-03/Website.png);
}

.node.page.page--full .organigrama-chart-mobile .guides {
  margin-bottom: 30px;
}
.node.page.page--full .organigrama-chart-mobile .guides li {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 1023px) {
  .node.page.page--full .organigrama-chart {
    display: none;
  }
}
.node.page.page--full .organigrama-chart .guides {
  margin-bottom: 30px;
}
.node.page.page--full .organigrama-chart .guides li {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 1023px) {
  .organigrama-chart {
    width: 940px;
  }
}
.organigrama-chart .guides {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  gap: 16px;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 40px;
}
.organigrama-chart .guides li {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.organigrama-chart .guides span {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.organigrama-chart .cf {
  *zoom: 1;
}
.organigrama-chart .cf:before,
.organigrama-chart .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.organigrama-chart .cf:after {
  clear: both;
}
.organigrama-chart .row {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .organigrama-chart .row {
    flex-wrap: nowrap;
  }
}
.organigrama-chart .first-line {
  position: absolute;
  left: 50%;
  top: 217px;
  transform: translateX(-50%);
}
.organigrama-chart .multi-line {
  position: absolute;
}
.organigrama-chart .multi-line svg {
  position: absolute;
  left: 50%;
  top: 177px;
  transform: translateX(-50%);
}
.organigrama-chart .multi-line svg.left-top {
  transform: none;
  left: -2.5px;
  top: 0;
}
.organigrama-chart .multi-line svg.right-top {
  transform: none;
  right: -1.2px;
  left: initial;
  top: 0;
}
.organigrama-chart .multi-line svg.left {
  transform: none;
  left: -2.5px;
}
.organigrama-chart .multi-line svg.right {
  transform: none;
  right: -1.2px;
  left: initial;
}
.organigrama-chart .multi-line svg.center-right {
  position: absolute;
  left: -1.7px;
  top: 195px;
  transform: none;
}
.organigrama-chart .multi-line svg.center-left {
  position: absolute;
  left: initial;
  right: -1.2px;
  top: 195px;
  transform: none;
}
.organigrama-chart .left-line {
  left: 38.9%;
  top: 197px;
  transform: translateX(-50%);
  position: absolute;
}
.organigrama-chart .right-line {
  right: 39%;
  top: 197px;
  transform: translateX(50%);
  position: absolute;
}
.organigrama-chart .organigrama {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.organigrama-chart .organigrama .card {
  background-color: #F5F5F5;
  border: 2px solid #DCDCDC;
  max-width: 375px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: block;
  height: initial !important;
}
.organigrama-chart .organigrama .card .top {
  display: flex;
  gap: 8px;
  padding: 16px 16px 12px;
  border-bottom: 2px solid #DCDCDC;
}
.organigrama-chart .organigrama .card .top img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.organigrama-chart .organigrama .card .top .info strong,
.organigrama-chart .organigrama .card .top .info span {
  width: 100%;
  display: block;
}
.organigrama-chart .organigrama .card .top .info strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  text-transform: capitalize;
}
.organigrama-chart .organigrama .card .top .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #646B72;
}
.organigrama-chart .organigrama .card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.organigrama-chart .organigrama .card .bottom .profile {
  font-weight: 600;
  color: #005D80;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.organigrama-chart .organigrama .card .bottom .profile:hover {
  text-decoration: underline;
}
.organigrama-chart .organigrama .card .social a {
  color: inherit;
  text-decoration: none;
}
.organigrama-chart .organigrama .card .social a svg {
  color: #9F9F9F;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.organigrama-chart .organigrama .card .social a svg:hover {
  color: #035944;
}
.organigrama-chart .organigrama .card.bottom-line > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}
.organigrama-chart .row .organigrama .card {
  position: relative;
}
.organigrama-chart .row .organigrama .card::before {
  content: none;
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #757575;
  width: 37px;
  left: -38px;
}
.organigrama-chart .row .organigrama .card:nth-child(1) {
  margin-left: 0;
}
.organigrama-chart .row .organigrama .card:nth-child(1)::after {
  position: absolute;
  top: 50%;
  height: 100%;
  background-color: #757575;
  width: 2px;
  left: -38px;
  content: none;
}
.organigrama-chart .row .organigrama .card:nth-child(1)::before {
  width: 20px;
  left: -21px;
  content: none;
}
.organigrama-chart .row:nth-of-type(1) ul.organigrama {
  margin: 0;
  position: relative;
}
.organigrama-chart .row:nth-of-type(1) ul.organigrama::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(117, 117, 117);
  width: 2px;
  height: 100px;
}
.organigrama-chart .row:nth-of-type(1) ul.organigrama li.card {
  margin: 0;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(1) .card {
  margin-left: 20px;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(1) .card::before {
  content: "";
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(1) .card:nth-of-type(1) {
  margin-left: 0;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(1) .card:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 805px;
  background-color: #757575;
  width: 2px;
  left: -19px;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(2) .card {
  margin-left: 20px;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(2) .card:nth-of-type(1) {
  margin-left: 0;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(2) .card::before {
  content: "";
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(2) .card:nth-of-type(1)::after {
  background-color: #757575;
  content: "";
  height: 601px;
  left: -19px;
  position: absolute;
  top: 50%;
  width: 2px;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(3) .card {
  margin-left: 20px;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(3) .card:nth-of-type(1) {
  margin-left: 0;
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(3) .card::before {
  content: "";
}
.organigrama-chart .row:nth-of-type(4) .organigrama:nth-of-type(3) .card:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 404px;
  background-color: #757575;
  width: 2px;
  left: -19px;
}

.organigrama-chart-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .organigrama-chart-mobile {
    display: block;
  }
}
.organigrama-chart-mobile .organigrama.zeroArray {
  margin-bottom: 12px;
}
.organigrama-chart-mobile .organigrama.firstArray {
  width: 100%;
}
.organigrama-chart-mobile .guides {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  gap: 16px;
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 40px;
  flex-wrap: wrap;
}
.organigrama-chart-mobile .guides li {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.organigrama-chart-mobile .guides span {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.organigrama-chart-mobile .row {
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .organigrama-chart-mobile .row {
    flex-wrap: nowrap;
  }
  .organigrama-chart-mobile .row.grupo1, .organigrama-chart-mobile .row.grupo2 {
    flex-direction: column;
  }
}
.organigrama-chart-mobile .organigrama {
  list-style-type: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.organigrama-chart-mobile .organigrama .card {
  background-color: #F5F5F5;
  border: 2px solid #DCDCDC;
  max-width: 375px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  display: block;
  height: initial !important;
}
.organigrama-chart-mobile .organigrama .card .top {
  display: flex;
  gap: 8px;
  padding: 16px 16px 12px;
  border-bottom: 2px solid #DCDCDC;
}
.organigrama-chart-mobile .organigrama .card .top img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.organigrama-chart-mobile .organigrama .card .top .info strong,
.organigrama-chart-mobile .organigrama .card .top .info span {
  width: 100%;
  display: block;
}
.organigrama-chart-mobile .organigrama .card .top .info strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  text-transform: capitalize;
}
.organigrama-chart-mobile .organigrama .card .top .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #646B72;
}
.organigrama-chart-mobile .organigrama .card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.organigrama-chart-mobile .organigrama .card .bottom .profile {
  font-weight: 600;
  color: #005D80;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.organigrama-chart-mobile .organigrama .card .bottom .profile:hover {
  text-decoration: underline;
}
.organigrama-chart-mobile .organigrama .card .social a {
  color: inherit;
  text-decoration: none;
}
.organigrama-chart-mobile .organigrama .card .social a svg {
  color: #9F9F9F;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.organigrama-chart-mobile .organigrama .card .social a svg:hover {
  color: #035944;
}
.organigrama-chart-mobile .organigrama .card.bottom-line > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}
.organigrama-chart-mobile .row .organigrama .card {
  position: relative;
}
.organigrama-chart-mobile .row:nth-of-type(1) ul.organigrama {
  position: relative;
}
.organigrama-chart-mobile .row:nth-of-type(1) ul.organigrama::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(117, 117, 117);
  width: 2px;
  height: 100px;
}
.organigrama-chart-mobile .row:nth-of-type(4) .organigrama:nth-of-type(1) .card::before {
  content: "";
}
.organigrama-chart-mobile .row:nth-of-type(4) .organigrama:nth-of-type(3) .card:nth-of-type(1) {
  margin-left: 0;
}
.organigrama-chart-mobile .row.grupo1 {
  background-color: #D1E3DF;
  padding: 8px 22px !important;
}
.organigrama-chart-mobile .row.grupo1 li.card {
  margin: 0 auto 10px;
}
.organigrama-chart-mobile .row.grupo2 {
  padding: 8px 22px !important;
  background: #d1e3df;
}
.organigrama-chart-mobile .row.grupo2 .organigrama {
  background-color: #CFCCE6;
}
.organigrama-chart-mobile .row.grupo2 .organigrama li.card.bottom-line {
  width: 90%;
  margin: 0 auto 10px;
}
.organigrama-chart-mobile .row.grupo2 .organigrama li.card.bottom-line:first-of-type {
  width: 100%;
}

.docscont {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 1023px) {
  .docscont {
    flex-direction: column;
  }
}

.reduLanding .news .container .newsredu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .reduLanding .news .container .newsredu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reduLanding .news .container .newsredu img {
  height: 230px;
}
.reduLanding .news .container .newsredu .views-field-title {
  color: #29AE87;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  margin: 20px 0;
}
.reduLanding .news .container .newsredu .views-field-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}

.form-item-field-expedition-date-value-max,
.form-item-field-expedition-date-value-1-max,
.form-item-field-expedition-date-value-1-min,
.form-item-field-expedition-date-value-min {
  display: none;
}

.scrollmobile {
  overflow: auto;
}

.page.projectsNew .page__content.projectsNew header,
.page.projectsNew .page__content.projectsNew .titlecontainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
  z-index: 7;
  position: relative;
  margin-top: 120px;
}
.page.projectsNew .page__content.projectsNew h2 {
  color: #013334;
  font-weight: bold;
  font-size: 80px;
  font-family: "Montserrat";
  margin-bottom: 20px;
  line-height: 80px;
}
.page.projectsNew .page__content.projectsNew p {
  font-family: "Montserrat";
  color: #013334;
  font-size: 14px;
  line-height: 28px;
}
.page.projectsNew .page__content.projectsNew .project-dropdown {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-family: sans-serif;
}
.page.projectsNew .page__content.projectsNew .project-dropdown-toggle {
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  text-align: left;
}
.page.projectsNew .page__content.projectsNew .project-dropdown-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  position: absolute;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 1000;
}
.page.projectsNew .page__content.projectsNew .project-dropdown-list.open {
  max-height: 500px;
}
.page.projectsNew .page__content.projectsNew .project-dropdown-list li {
  padding: 16px;
  font-size: 17px;
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}
.page.projectsNew .page__content.projectsNew .project-dropdown-list li:hover {
  background-color: #f0f0f0;
}
.page.projectsNew .page__content.projectsNew .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
}
.page.projectsNew .page__content.projectsNew .flex-title {
  display: flex;
  gap: 70px;
}
.page.projectsNew .page__content.projectsNew .flex-title p {
  font-size: 18px;
  line-height: 32px;
  color: #013334;
}
.page.projectsNew .page__content.projectsNew .bg {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 120px;
}
.page.projectsNew .page__content.projectsNew form.views-exposed-form {
  max-width: 960px;
  display: none;
  margin: 0 auto;
}
.page.projectsNew .page__content.projectsNew .custom-select {
  max-width: 420px;
  width: 100%;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li {
  background-color: #035944;
  position: relative;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li .views-field-field-image::before {
  background-color: #356768;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li .views-field-title {
  padding-top: 32px;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li h3 {
  background-color: #035944;
  color: #FEFFF0;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li h3 a {
  background-color: #035944;
  color: #FEFFF0;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li .views-field-field-introduccion .field-content {
  color: #FEFFF0;
}
.page.projectsNew .page__content.projectsNew.actuaciones-estrategicas .projects-block-list .item-list ul li .views-field-title-1 .field-content a {
  background-color: #035944;
  border: 1px solid #FEFFF0;
}

.projects-block-list .item-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.projects-block-list .item-list ul {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 !important;
}
.projects-block-list .item-list ul li {
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 24px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.projects-block-list .item-list ul li .views-field-field-categoria {
  padding: 0 24px;
}
.projects-block-list .item-list ul li .views-field-field-categoria .field-content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.projects-block-list .item-list ul li .views-field-title-1 {
  padding: 0 24px;
}
.projects-block-list .item-list ul li .views-field-title-1 .field-content a {
  background: #035944;
  color: #FFF !important;
  border-radius: 25px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.projects-block-list .item-list ul li .views-field-title-1 .field-content a img {
  width: 20px;
}
.projects-block-list .item-list ul li .views-field-field-image {
  height: 212px;
  position: relative;
  flex: initial;
}
.projects-block-list .item-list ul li .views-field-field-image .field-content {
  z-index: 2;
  position: relative;
}
.projects-block-list .item-list ul li .views-field-field-image::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: calc(100% + 16px);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  border-radius: 0 0 116px 0;
}
.projects-block-list .item-list ul li .views-field-field-image img {
  height: 100%;
  object-fit: cover;
}
.projects-block-list .item-list ul li .views-field-field-categoria {
  font-family: "Montserrat";
  font-weight: 500;
  color: #013334;
  font-size: 24px;
  padding-top: 16px;
}
.projects-block-list .item-list ul li h3 a {
  background-color: #fff;
  padding: 0 24px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #013334;
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
  line-height: 32px;
}
.projects-block-list .item-list ul li h3 a::after {
  content: none;
}
.projects-block-list .item-list ul li .views-field-field-introduccion {
  flex: 1;
}
.projects-block-list .item-list ul li .views-field-field-introduccion .field-content {
  padding: 0 24px;
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 24px;
}

.projects-block-list .item-list ul li .views-field-field-image img {
  height: 212px !important;
}

.views-field.views-field-field-categoria-1 {
  display: none;
}

.categoria-,
.categoria-299,
.categoria-298,
.categoria-300,
.categoria-297 {
  position: relative;
}

.views-field-field-image,
.views-field-field-image,
.views-field-field-image,
.views-field-field-image {
  margin-bottom: 16px;
}

.views-field-field-image img,
.views-field-field-image img,
.views-field-field-image img,
.views-field-field-image img {
  z-index: 2;
  position: relative;
}

.categoria-::before,
.categoria-299::before,
.categoria-298::before,
.categoria-300::before,
.categoria-297::before {
  z-index: 1;
  content: "";
  width: 100%;
  height: calc(100% + 16px);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  border-radius: 0 0 116px 0;
}

.categoria-299::before {
  background-color: #004d3c;
}

.categoria-298::before {
  background-color: #6c63ff;
}

.categoria-300::before {
  background-color: #fcbf49;
}

.categoria-297::before {
  background-color: #ff6b6b;
}

@media only screen and (max-width: 1023px) {
  .projects-block-list header {
    padding: 0 20px;
  }
  .projects-block-list .item-list ul {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 0 auto;
  }
  footer .oblicua-footer-section ul li a {
    font-size: 12px !important;
  }
  .bg {
    width: 100%;
    overflow: hidden;
  }
}
.actuacionesEstrategicas {
  position: relative;
}

.actuacionesEstrategicas span {
  z-index: 5;
}

.actuacionesEstrategicas::after {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.actuacionesEstrategicas img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.actuacionesEstrategicas img:hover {
  transform: scale(1.1);
}

.EnlacesPro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  gap: 35px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .EnlacesPro {
    grid-template-columns: repeat(1, 1fr);
  }
}
.EnlacesPro header {
  display: none;
}
.EnlacesPro .views-row {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  justify-content: space-between;
  cursor: pointer;
}
.EnlacesPro .views-row > .views-field.views-field-title {
  display: none !important;
}
.EnlacesPro.gestor-inmobiliario .views-row > .views-field.views-field-title, .EnlacesPro.operador-urbano .views-row > .views-field.views-field-title {
  display: block !important;
}
.EnlacesPro .views-field.views-field-title .field-content,
.EnlacesPro .views-field.views-field-title .field-content a {
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
}
.EnlacesPro .views-field-field-fondo {
  display: none;
}
.EnlacesPro .subtitle {
  color: #FFF;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.EnlacesPro .btnGo {
  border-radius: 44px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 16px;
  gap: 8px;
  border: 1px solid #FEFFF0;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFF;
}
.EnlacesPro .views-field-field-desc {
  color: #FFF;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 60px;
}

.EnlacesPro.gestor-inmobiliario .views-row,
.EnlacesPro.operador-urbano .views-row {
  min-height: 230px;
  align-items: center;
  justify-content: center;
}
.EnlacesPro.gestor-inmobiliario .views-field-field-fondo,
.EnlacesPro.operador-urbano .views-field-field-fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.EnlacesPro.gestor-inmobiliario .views-field.views-field-title .field-content a,
.EnlacesPro.operador-urbano .views-field.views-field-title .field-content a {
  color: #006b60;
  font-size: 29px;
  line-height: 38px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.views-field.views-field-field-fondo .field-content,
.views-field.views-field-field-fondo .field-content a {
  display: block;
  height: 100%;
  cursor: pointer;
}

.views-field.views-field-field-fondo .field-content a img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-field-field-link,
.views-field-field-color-overlay {
  display: none;
}

.page__content.projectsNew.actuaciones-estrategicas {
  padding-top: 130px;
}
.pro-container .EnlacesPro .views-field.views-field-title .field-content,
.pro-container .EnlacesPro .views-field.views-field-title .field-content a,
.page__content.projectsNew .EnlacesPro .views-field.views-field-title .field-content,
.page__content.projectsNew .EnlacesPro .views-field.views-field-title .field-content a {
  color: #FFF;
}

.home-v3 #main-content {
  padding: 0;
}

#home-v3 {
  /* Estilos base */
}
#home-v3 .convocatorias-list {
  border-bottom: 1px solid #ccc;
}
#home-v3 .convocatorias-list .views-field-title {
  cursor: pointer;
  padding: 1em;
  font-weight: bold;
  position: relative;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .convocatorias-list .views-field-title {
    font-size: 16px;
    line-height: 22px;
  }
}
#home-v3 .convocatorias-list .views-field-title::after {
  content: "−";
  position: absolute;
  right: 1em;
  font-size: 1.5em;
  transition: transform 0.3s ease;
}
#home-v3 .convocatorias-list.closed .views-field-title::after {
  content: "+";
}
#home-v3 .views-field-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1em;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}
#home-v3 .views-field-body.open {
  padding: 10px 20px 50px;
}
#home-v3 .home-video {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: #000;
  overflow: hidden;
  /* 9 / 16 = 0.5625 */
}
#home-v3 .home-video::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-v3 .home-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-v3 .home-video .txts {
  display: flex;
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  #home-v3 .home-video .txts {
    flex-direction: column;
  }
}
#home-v3 .home-video .txts .left,
#home-v3 .home-video .txts .right {
  max-width: 480px;
  width: 100%;
}
#home-v3 .home-video .txts h1 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #FFF;
}
#home-v3 .home-video .txts img {
  width: 100%;
  object-fit: contain;
  max-width: 500px;
}
#home-v3 .home-video .txts h2 {
  font-family: "Montserrat";
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
#home-v3 .home-video .txts p {
  font-family: "Montserrat";
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}
#home-v3 .news {
  padding: 68px 20px;
}
#home-v3 .news .more-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px auto;
  max-width: 1200px;
}
#home-v3 .news .more-link a {
  background-color: #013334;
  padding: 8px 20px;
}
#home-v3 .news span {
  display: block;
}
#home-v3 .news h3 {
  font-family: "Montserrat";
  color: #013334;
  font-weight: 700;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 0%;
  max-width: 1200px;
  margin: 0 auto 70px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news h3 {
    font-size: 40px;
  }
}
#home-v3 .news .grid-new {
  width: 100%;
  border: 1px solid #D9D9D9;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin: 0 auto 70px;
  float: none;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new {
    grid-template-columns: 1fr;
  }
}
#home-v3 .news .grid-new.views-row.clearfix.row-1::after {
  content: none;
}
#home-v3 .news .grid-new .custom-card {
  display: flex;
  gap: 10px;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new .custom-card {
    flex-direction: column;
  }
}
#home-v3 .news .grid-new .custom-card .custom-image {
  max-width: 156px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new .custom-card .custom-image {
    max-width: 100%;
  }
}
#home-v3 .news .grid-new .custom-card .custom-image a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-v3 .news .grid-new .custom-card .custom-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-v3 .news .grid-new .custom-card .custom-summary {
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #013334;
}
#home-v3 .news .grid-new .custom-card .custom-title a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: none;
}
#home-v3 .news .grid-new .custom-card .right {
  padding: 18px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new .custom-card .right {
    width: 100%;
  }
}
#home-v3 .news .grid-new .custom-card .right p {
  display: none;
}
#home-v3 .news .grid-new > div:first-of-type {
  grid-row: span 2;
}
#home-v3 .news .grid-new > div:first-of-type .custom-summary {
  display: none;
}
#home-v3 .news .grid-new > div:first-of-type .custom-image {
  width: 50%;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new > div:first-of-type .custom-image {
    width: 100%;
    max-width: 100%;
  }
}
#home-v3 .news .grid-new > div:first-of-type .custom-image a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-v3 .news .grid-new > div:first-of-type .custom-image a img {
  width: 100%;
  height: 100%;
}
#home-v3 .news .grid-new > div:first-of-type .custom-title a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new > div:first-of-type .custom-title a {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: none;
  }
}
#home-v3 .news .grid-new > div:first-of-type p {
  font-family: "Montserrat";
  color: #013334;
  font-weight: 400;
  font-size: 18px;
  display: block;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 30px;
}
#home-v3 .news .grid-new > div:first-of-type .right {
  padding: 18px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .news .grid-new > div:first-of-type .right {
    width: 100%;
  }
}
#home-v3 .news .grid-new > div:first-of-type .right p {
  display: block;
}
#home-v3 .news .grid-new > div:first-of-type a.goTo {
  background-color: #035944;
  border: 1px solid #035944;
  padding: 0 40px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  border-radius: 25px;
  line-height: 32px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0%;
  display: flex;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  align-items: center;
  justify-content: center;
  width: fit-content;
}
#home-v3 .news .grid-new > div:first-of-type a.goTo:hover {
  background-color: #FFF;
  color: #035944;
  border: 1px solid #035944;
}
#home-v3 .news .grid-new > div:nth-of-type(2) {
  border-bottom: 1px solid #D9D9D9;
}
#home-v3 .bannerFinal {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
#home-v3 .bannerFinal img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .bannerFinal img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}
#home-v3 .bannerFinal .splide__pagination {
  bottom: 50px;
}
#home-v3 .bannerFinal .splide__pagination__page {
  background-color: #D9D9D9;
}
#home-v3 .bannerFinal .splide__pagination__page.is-active {
  background-color: #A7E85D;
}
#home-v3 .projects {
  padding: 68px 20px;
}
#home-v3 .projects h3 {
  font-family: "Montserrat";
  color: #013334;
  font-weight: 700;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 0%;
  max-width: 957px;
  margin: 0 auto 21px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .projects h3 {
    font-size: 40px;
  }
}
#home-v3 .projects > p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0%;
  max-width: 957px;
  margin: 0 auto 70px;
  width: 100%;
  color: #013334;
}
#home-v3 .enlacesInteres {
  background-color: #FEFFF0;
  padding: 50px;
  margin: 80px 0;
}
#home-v3 .enlacesInteres .container {
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .enlacesInteres .container {
    flex-direction: column;
  }
}
#home-v3 .enlacesInteres .container a {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  color: #013334;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  max-width: 220px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
#home-v3 .enlacesInteres .container a:hover img {
  transform: translateY(-10px);
}
#home-v3 .enlacesInteres .container img {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 80px;
  margin: 0 auto;
  height: 80px;
  display: block;
  object-fit: contain;
}
#home-v3 .convocatorias {
  padding: 60px 20px;
}
#home-v3 .convocatorias .container h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 0%;
  margin-bottom: 35px;
  color: #013334;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .convocatorias .container h3 {
    font-size: 40px;
  }
}
#home-v3 .convocatorias .container p {
  font-family: "Montserrat";
  color: #013334;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
}
#home-v3 .convocatorias .container p strong {
  font-family: "Montserrat";
  color: #013334;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
}
#home-v3 .convocatorias .fx {
  position: relative;
}
#home-v3 .convocatorias .fx .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .convocatorias .fx .container {
    flex-direction: column;
  }
}
#home-v3 .convocatorias .fx .container img {
  max-width: 704px;
  width: 100%;
  object-fit: cover;
  max-height: 379px;
  border-radius: 8px;
  position: relative;
  z-index: 3;
}
#home-v3 .convocatorias .fx .container p {
  font-family: "Montserrat";
  color: #4D4F4F;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  position: relative;
  z-index: 3;
}
#home-v3 .convocatorias .fx svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #home-v3 .convocatorias .fx svg {
    display: none;
  }
}

.splide.bannerFinal .splide__arrow--prev {
  left: -24px;
}
.splide.bannerFinal .splide__arrow--next {
  right: -24px;
}

.page ul.directorio-renobo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .page ul.directorio-renobo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page ul.directorio-renobo li {
  border: 1px solid rgb(0, 48, 49);
  flex-direction: column;
  padding: 10px;
  border-radius: 0.25rem;
}
.page ul.directorio-renobo li .views-field.views-field-title {
  font-weight: bold;
}
.page ul.directorio-renobo li .views-field-field-correo-institucional {
  font-style: italic;
}
.page ul.directorio-renobo li .views-field-field-cargo {
  font-style: italic;
}
.page ul.directorio-renobo li .views-field-field-dependencia {
  font-style: italic;
}

.page.actuacionesEstrategicasPage {
  position: relative;
}
.page.actuacionesEstrategicasPage::after {
  content: "";
  background-color: rgba(53, 103, 104, 0.2);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .page.actuacionesEstrategicasPage::after {
    height: 420px;
  }
}
.page.actuacionesEstrategicasPage.concurso::after {
  content: "";
  height: 500px;
}
.page.actuacionesEstrategicasPage img {
  width: 100%;
  object-fit: contain;
}
.page.actuacionesEstrategicasPage .menu-principal {
  background: transparent !important;
}
.page.actuacionesEstrategicasPage .menu-principal.scrolled .block.block--theme-eru-main-menu {
  background-color: #fff !important;
}
.page.actuacionesEstrategicasPage .menu-principal .block.block--theme-eru-main-menu {
  background: transparent !important;
}
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-subtitulo,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-introduccion,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-imagen-para-mapa,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__body,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-secciones,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-links-of-interest {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-subtitulo h2,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-introduccion h2,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-imagen-para-mapa h2,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__body h2,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-secciones h2,
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-links-of-interest h2 {
  max-width: 100%;
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  line-height: 52px;
  margin: 30px 0;
  padding: 0;
}
.page.actuacionesEstrategicasPage #main-content .descTitle {
  max-width: 768px;
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  line-height: 52px;
  margin: 30px auto;
}
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-links-of-interest {
  padding: 40px 20px;
}
.page.actuacionesEstrategicasPage #main-content .actuaciones-estrategicas__field-links-of-interest .field__label {
  max-width: 100%;
  width: 100%;
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
  margin: 30px 0;
}
.page.actuacionesEstrategicasPage .actuaciones-estrategicas__field-links-of-interest a {
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  line-height: 22px;
  margin: 30px 0;
  opacity: 1;
  padding: 5px 10px;
  width: fit-content;
}
.page.actuacionesEstrategicasPage .actuaciones-estrategicas__field-links-of-interest a::before {
  content: "";
  background-image: url(https://renobo.com.co/sites/default/files/2025-07/external-link.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.actuaciones-estrategicas.actuaciones-estrategicas--full {
  color: #013334;
  padding-top: 80px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full {
    padding: 0;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .breadcrumb {
  max-width: 980px;
  border: 0;
  margin: 0 auto 30px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .breadcrumb a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: rgb(1, 51, 52);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .breadcrumb a {
    font-size: 10px;
    line-height: 10px;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .breadcrumb a span {
  color: rgb(137, 143, 143);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .breadcrumb a span {
    font-size: 10px;
    line-height: 10px;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-pie-de-galeria {
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: 10px;
  line-height: 14px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 2px;
  padding: 0 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full h2 {
  font-weight: 900;
  font-size: 80px;
  line-height: 72px;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full p {
  font-size: 15px;
  line-height: 32px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full p strong {
  font-size: 15px;
  line-height: 32px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-subtitulo {
  max-width: 100%;
  width: 100%;
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
  margin: 30px 0;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-subtitulo {
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 30px;
    line-height: 22px;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__body {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__body p {
  font-size: 15px;
  line-height: 32px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__body strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .secciones-ae__field-texto h2 {
  max-width: 100%;
  width: 100%;
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
  margin: 30px 0;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project {
    padding: 30px 0;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project h3,
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project p,
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul,
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ol {
  max-width: 730px;
  margin: 0 auto;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project h3 {
  font-size: 36px;
  border: 0;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project p {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 30px;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul {
  padding: 0;
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul li {
  font-size: 14px;
  line-height: 24px;
  color: #013334;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 55px;
  padding: 5px 30px;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul li:nth-of-type(2n) {
  flex-direction: row;
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul li:nth-of-type(2n) {
    flex-direction: column;
  }
}
.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-benefits-of-project ul li img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.data-grid {
  padding: 30px;
  background: #FEFFF0;
}
.data-grid .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .data-grid .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.data-grid .container img {
  width: 100%;
}

/* Contenedor general */
.gal {
  position: relative;
  max-width: 980px;
  width: 100%;
  border-radius: 8px;
  margin: 30px auto;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

/* Contenedor dinámico del slider */
.gal .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* Cada imagen ocupa el 100% del ancho visible */
.gal .field__item {
  width: 100%;
  flex-shrink: 0;
}

/* Imágenes fluidas */
.gal img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Botones de navegación */
.gal .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(1, 51, 52);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  padding: 7px;
  cursor: pointer;
  z-index: 10;
}

.gal .slider-btn.prev {
  left: 10px;
}

.gal .slider-btn.next {
  right: 10px;
}

.galcopy {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgb(77, 79, 79);
  max-width: 980px;
  margin: 0 auto 30px;
}

#contrataciones h4 {
  margin-bottom: 50px;
}
#contrataciones h2 {
  margin-bottom: 30px;
}
#contrataciones .field_enlaces_adicionales h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 72px;
  max-width: 970px;
}
#contrataciones .btn.link-proyecto {
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  line-height: 22px;
  margin: 30px 0;
  opacity: 1;
  padding: 5px 10px;
  width: fit-content;
}
#contrataciones .btn.link-proyecto i.link-ico {
  display: none;
}
#contrataciones .btn.link-proyecto::before {
  content: "";
  background-image: url(https://renobo.com.co/sites/default/files/2025-07/external-link.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#contrataciones .container {
  max-width: 960px;
}
#contrataciones .contrataciones__field-procesos-de-interventoria .field__label {
  font-weight: 700;
  font-size: 44px;
  line-height: 72px;
  margin-bottom: 30px;
}
#contrataciones .contrataciones__field-procesos-de-interventoria ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  #contrataciones .contrataciones__field-procesos-de-interventoria ul {
    flex-direction: column;
  }
}
#contrataciones .contrataciones__field-procesos-de-interventoria li {
  width: calc((100% - 20px) / 3);
  /* Ajuste con gap de 10px entre columnas */
  box-sizing: border-box;
  flex-direction: column;
  /* Para que padding/border no rompan el ancho */
  padding: 10px;
  /* Opcional: espacio entre columnas */
}
@media only screen and (max-width: 1023px) {
  #contrataciones .contrataciones__field-procesos-de-interventoria li {
    width: 100%;
  }
}
#contrataciones .field_procesos_de_interventoria {
  background-color: #FEFFF0;
  padding: 86px 180px;
}
@media only screen and (max-width: 1023px) {
  #contrataciones .field_procesos_de_interventoria {
    padding: 30px 20px;
  }
}
#contrataciones .field_procesos_de_interventoria h3,
#contrataciones .field_procesos_de_interventoria p,
#contrataciones .field_procesos_de_interventoria ul,
#contrataciones .field_procesos_de_interventoria ol {
  margin: 0 auto;
}
#contrataciones .field_procesos_de_interventoria h3 {
  font-size: 36px;
  border: 0;
}
#contrataciones .field_procesos_de_interventoria p {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 30px;
}
#contrataciones .field_procesos_de_interventoria ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
#contrataciones .field_procesos_de_interventoria ul li img {
  width: 100px;
  margin: 0 auto 10px;
}
#contrataciones .field_procesos_de_interventoria ul li p {
  margin: 0;
}

#actuaciones .actuaciones-estrategicas__field-descripcion-gestion-social {
  margin-bottom: 50px;
}
#actuaciones .flag {
  margin-bottom: 30px;
}
#actuaciones .beneficios,
#actuaciones .componentes,
#actuaciones .algohistoria,
#actuaciones .datos-clave {
  margin-bottom: 50px;
}
#actuaciones .container {
  max-width: 980px;
}
#actuaciones .actuaciones-estrategicas__field-titulo-gestion-social {
  font-weight: 700;
  font-size: 31px;
  color: #013334;
  margin-bottom: 30px;
  line-height: 31px;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .actuaciones-estrategicas__field-titulo-gestion-social {
    font-size: 18px;
    line-height: 22px;
  }
}
#actuaciones .actuaciones-estrategicas__field-imagen-gestion-social {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .gal {
    height: auto;
  }
}
#actuaciones.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-subtitulo {
  max-width: 980px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin: 30px auto;
}
@media only screen and (max-width: 1023px) {
  #actuaciones.actuaciones-estrategicas.actuaciones-estrategicas--full .actuaciones-estrategicas__field-subtitulo {
    max-width: 980px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    margin: 30px auto;
  }
}
#actuaciones .flag {
  font-weight: 700;
  color: #FEFFF0;
  font-size: 44px;
  line-height: 72px;
  text-align: right;
  vertical-align: middle;
  border-radius: 0 56px 56px 0;
  width: fit-content;
  padding: 10px 60px 10px 30px;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .flag {
    font-size: 14px;
    line-height: 42px;
    white-space: nowrap;
  }
}
#actuaciones .banner {
  position: relative;
  margin-bottom: 30px;
}
#actuaciones .banner .actuaciones-estrategicas__field-t {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: 52px;
  color: #FEFFF0;
  line-height: 51px;
  bottom: 30px;
  max-width: 920px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  #actuaciones .banner .actuaciones-estrategicas__field-t {
    font-size: 18px;
    padding: 0 20px;
    line-height: 21px;
  }
}
#actuaciones .banner video {
  width: 100% !important;
  height: 520px !important;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .banner video {
    width: 100% !important;
    height: 100vw !important;
    object-fit: cover;
  }
}
#actuaciones .actuaciones-estrategicas__field-datos-claveae {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .actuaciones-estrategicas__field-datos-claveae {
    flex-direction: column;
  }
}
#actuaciones .actuaciones-estrategicas__field-datos-claveae .datos-clave__field-icono img {
  height: 80px;
  object-fit: contain;
}
#actuaciones .actuaciones-estrategicas__field-datos-claveae .datos-clave__field-value-ae {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #013334;
}
#actuaciones .actuaciones-estrategicas__field-datos-claveae .datos-clave__field-texto-ae {
  color: #4D4F4F;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
#actuaciones .datos-clave {
  background-color: rgba(254, 255, 240, 0.8);
}
#actuaciones .datos-clave .field__item {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .datos-clave .field__item {
    width: 100%;
  }
}
#actuaciones .algohistoria {
  background-color: rgba(254, 255, 240, 0.8);
  padding: 60px 0px;
}
#actuaciones .paragraph--type--algo-de-historia {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .paragraph--type--algo-de-historia {
    flex-direction: column;
  }
}
#actuaciones .paragraph--type--algo-de-historia .foto .algo-de-historia__field-fotoae img {
  width: 415px;
  height: 400px;
  object-fit: contain;
}
#actuaciones .paragraph--type--algo-de-historia .desc {
  flex: 1;
}
#actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-titulo-ah {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  color: #013334;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-titulo-ah {
    font-size: 19px;
    line-height: 30px;
  }
}
#actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-imagen-texto-destacado {
  margin: 30px 0;
  display: block;
}
#actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-texto-destacado-ah {
  font-weight: 700;
  font-size: 144px;
  line-height: 104px;
  color: transparent;
  -webkit-text-stroke: 2px #003d38;
  text-transform: uppercase;
  margin: 30px 0;
}
@media only screen and (max-width: 1023px) {
  #actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-texto-destacado-ah {
    font-size: 64px;
    line-height: 34px;
  }
}
#actuaciones .paragraph--type--algo-de-historia .desc .algo-de-historia__field-descripcionah {
  font-size: 18px;
  line-height: 32px;
}
#actuaciones .gestionsocial .container {
  max-width: 768px;
  margin: 0 auto;
}
#actuaciones .datos-clave {
  padding: 20px 0;
  margin: 70px 0;
}
#actuaciones .datos-clave span.flag {
  margin-top: -60px;
  display: block;
}
#actuaciones .actuaciones-estrategicas__field-datos-claveae small.fuente {
  display: block;
  margin: 20px 0;
}
#actuaciones .flag-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 30px;
}
#actuaciones .algohistoria .flag-container {
  max-width: 1920px;
  width: 100%;
  margin: -90px auto 50px;
}
#actuaciones small.fuente {
  display: block;
  margin: 0 0 50px;
}

.actuaciones-estrategicas__body {
  margin-bottom: 30px;
}
.actuaciones-estrategicas__body h2 {
  margin: 0 !important;
  line-height: 40px !important;
}
.actuaciones-estrategicas__body h3 {
  color: rgb(0, 48, 49);
  border: 0;
  margin: 0 0 30px;
  line-height: 22px !important;
  display: block;
  padding: 0 !important;
}
.actuaciones-estrategicas__body ul {
  list-style-type: disc;
  padding-left: 25px;
}
.actuaciones-estrategicas__body ul li {
  list-style: disc;
  display: list-item;
}

.actuaciones-estrategicas__field-componentes-del-modelo-urb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .actuaciones-estrategicas__field-componentes-del-modelo-urb {
    grid-template-columns: repeat(1, 1fr);
  }
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item {
  height: 100%;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item button {
  border: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: transparent;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .color {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50%;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .paragraph--type--componentes-del-modelo-urbano .componentes-del-modelo-urbano__field-titulocmu {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .paragraph--type--componentes-del-modelo-urbano .componentes-del-modelo-urbano__field-descripcioncmu {
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .paragraph--type--componentes-del-modelo-urbano .componentes-del-modelo-urbano__field-imagencmu {
  max-width: 400px;
  height: 196px;
  overflow: hidden;
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .paragraph--type--componentes-del-modelo-urbano .componentes-del-modelo-urbano__field-imagencmu img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.actuaciones-estrategicas__field-componentes-del-modelo-urb .field__item .paragraph--type--componentes-del-modelo-urbano:hover .componentes-del-modelo-urbano__field-imagencmu img {
  transform: scale(1.1);
}

.cmuBoxFancy .fancybox__backdrop {
  background: rgba(1, 51, 52, 0.8) !important;
}

.box-cmu {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #013334;
  padding: 32px;
}
.box-cmu .algo-de-historia__field-timeline-item .field__label {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #013334;
}
.box-cmu .componentes-del-modelo-urbano__field-imagencmu {
  margin-bottom: 16px;
}
.box-cmu .componentes-del-modelo-urbano__field-imagencmu img {
  height: 242px;
  object-fit: cover;
}
.box-cmu .componentes-del-modelo-urbano__field-titulocmu {
  font-weight: 700;
  font-size: 44px;
  line-height: 72px;
  margin-bottom: 16px;
}
.box-cmu .componentes-del-modelo-urbano__field-contenidocmu p {
  font-size: 14px;
  line-height: 22px;
}
.box-cmu .componentes-del-modelo-urbano__field-contenidocmu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.box-cmu .componentes-del-modelo-urbano__field-contenidocmu ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.box-cmu .componentes-del-modelo-urbano__field-contenidocmu ul li strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

#viewmore {
  background: #FEFFF0;
}

.viewmore {
  align-items: center;
  background-color: #035944;
  border-radius: 25px;
  border-width: 1px;
  border: 1px solid #035944;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 20px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  text-transform: uppercase;
  width: fit-content;
}
.viewmore:hover {
  background: transparent;
  color: #035944;
}

.paragraph--type--timelinecmu {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--timelinecmu {
    flex-direction: column;
  }
}
.paragraph--type--timelinecmu .division {
  width: 1px;
  height: 100px;
  margin: 0 32px;
  background-color: #000000;
}
@media only screen and (max-width: 1023px) {
  .paragraph--type--timelinecmu .division {
    width: 100%;
    height: 1px;
    margin: 32px 0;
  }
}
.paragraph--type--timelinecmu.green .year {
  background-color: #035944;
}
.paragraph--type--timelinecmu.blue .year {
  background-color: #594EEA;
}
.paragraph--type--timelinecmu .year {
  width: 88px;
  height: 88px;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--timelinecmu .year .timelinecmu__field-ano {
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  color: #FEFFF0;
}
.paragraph--type--timelinecmu .content {
  flex: 1;
}
.paragraph--type--timelinecmu .content .timelinecmu__field-textotimeline {
  font-size: 14px;
  line-height: 22px;
  color: #013334;
}

.page__field-imagen-banner-,
.concurso__field-imagen-banner- {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.page__field-title-mostrar,
.concurso__field-title-mostrar {
  max-width: 970px;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .page__field-title-mostrar,
  .concurso__field-title-mostrar {
    margin: 0;
  }
}

.page__field-subtitulo,
.concurso__field-subtitulo {
  max-width: 970px;
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .page__field-subtitulo,
  .concurso__field-subtitulo {
    margin: 0;
  }
}

.page__field-criterios-de-evaluacion,
.concurso__field-criterios-de-evaluacion {
  max-width: 730px;
  margin: 50px auto;
}
@media only screen and (max-width: 1023px) {
  .page__field-criterios-de-evaluacion,
  .concurso__field-criterios-de-evaluacion {
    padding: 30px 0;
  }
}
.page__field-criterios-de-evaluacion .field__label,
.concurso__field-criterios-de-evaluacion .field__label {
  font-weight: 700;
  font-size: 44px;
  line-height: 72px;
}
@media only screen and (max-width: 1023px) {
  .page__field-criterios-de-evaluacion .field__label,
  .concurso__field-criterios-de-evaluacion .field__label {
    font-size: 24px;
  }
}
.page__field-criterios-de-evaluacion .field__item,
.concurso__field-criterios-de-evaluacion .field__item {
  font-size: 14px;
  line-height: 24px;
  color: #013334;
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 5px 30px;
}
@media only screen and (max-width: 1023px) {
  .page__field-criterios-de-evaluacion .field__item,
  .concurso__field-criterios-de-evaluacion .field__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}
.page__field-criterios-de-evaluacion .field__item:nth-of-type(2n),
.concurso__field-criterios-de-evaluacion .field__item:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1023px) {
  .page__field-criterios-de-evaluacion .field__item:nth-of-type(2n),
  .concurso__field-criterios-de-evaluacion .field__item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.page__field-criterios-de-evaluacion .field__item img,
.concurso__field-criterios-de-evaluacion .field__item img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.page__field-criterios-de-evaluacion .field__item .content,
.concurso__field-criterios-de-evaluacion .field__item .content {
  flex: 1;
}
.page__field-criterios-de-evaluacion .field__item .content .criterios-de-evaluacion__field-title,
.concurso__field-criterios-de-evaluacion .field__item .content .criterios-de-evaluacion__field-title {
  font-weight: bold;
}

.fechasClaves .container {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .fechasClaves .container {
    flex-direction: column;
  }
}
.fechasClaves .enlaces a {
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  line-height: 22px;
  margin: 30px 0;
  background-color: #fff;
  opacity: 1;
  padding: 5px 10px;
  width: fit-content;
}
.fechasClaves .enlaces a::before {
  content: "";
  background-image: url(/sites/default/files/2025-07/external-link.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

/* Contenedor general del sitemap */
.sitemap {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #003031;
}

/* Mensaje superior */
.sitemap-message {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #003031;
  padding-bottom: 0.5rem;
  color: #003031;
}

/* Lista de primer nivel */
.sitemap .sitemap-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Elementos principales */
.sitemap .sitemap-menu > li {
  margin-bottom: 1rem;
  display: block;
  height: auto !important;
}

.sitemap .sitemap-menu > li > a {
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  color: #003031;
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s ease;
}

.sitemap .sitemap-menu > li > a:hover {
  background: #003031;
  color: #fff;
}

/* Submenús */
.sitemap .sitemap-menu ul {
  margin: 0.5rem 0 0 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #e0e0e0;
}

.sitemap .sitemap-menu ul li {
  margin: 0.3rem 0;
  display: block;
  height: auto !important;
}

.sitemap .sitemap-menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #003031;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
}

.sitemap .sitemap-menu ul li a:hover {
  background: #e0e0e0;
  color: #003031;
}

/* Ajuste responsive */
@media (max-width: 768px) {
  .sitemap {
    padding: 1rem;
  }
  .sitemap-message {
    font-size: 1rem;
  }
  .sitemap .sitemap-menu > li > a {
    font-size: 1rem;
  }
}
.page__body p a {
  color: rgb(89, 78, 234) !important;
}

.container-project .dato-general .cifra {
  height: auto;
}

.view-propuestas-concurso-zibo .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .view-propuestas-concurso-zibo .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-propuestas-concurso-zibo .view-content .propuesta-item .propuesta-titulo {
  font-size: 12px;
  border: 0;
}
.view-propuestas-concurso-zibo .view-content .propuesta-item .propuesta-autor {
  font-weight: normal;
  font-size: 12px;
  border: 0;
  font-style: italic;
  color: #999 !important;
}
.view-propuestas-concurso-zibo .view-content .propuesta-item .propuesta-imagen {
  overflow: hidden;
}
.view-propuestas-concurso-zibo .view-content .propuesta-item .propuesta-imagen img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.view-propuestas-concurso-zibo .view-content .propuesta-item:hover .propuesta-imagen img {
  transform: scale(1.1);
}

.page.actuacionesEstrategicasPage.concurso .page__body {
  max-width: 580px;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.concursoLightbox .lightbox-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 30px;
  background: #FFF;
}
@media only screen and (max-width: 1023px) {
  .concursoLightbox .lightbox-content {
    flex-direction: column;
  }
}
.concursoLightbox .lightbox-content .right {
  max-width: 630px;
}

.project.project--full .banner {
  height: 70vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.project.project--full .banner .container {
  max-width: 1200px;
  height: 100%;
  position: relative;
}
.project.project--full .banner .container .text {
  background-color: #003937;
  color: #ffffdc;
  width: fit-content;
  padding: 30px 30px 10px;
  border-radius: 8px;
  max-width: 710px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
}
.project.project--full .banner .container .text h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.project.project--full .banner .container .text h2 span {
  color: #FFF;
}
.project.project--full .banner .container .text p {
  color: #FFF;
}

.project__field-power-bi iframe {
  display: block;
  margin: 0 auto;
}

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