@media (min-width: 200px) {
  .rounded-lg {
    border-radius: 20px !important;
  }
  .rounded-xl {
    border-radius: 30px !important;
  }
  body * {
    font-family: "Raleway", sans-serif;
  }
  .bco-est--contacto h1 {
    font-weight: bold;
  }
  .bco-est--contacto .box-contact {
    background: #F2F5F6;
    overflow: hidden;
  }
  .bco-est--contacto .box-contact h2 {
    font-size: 34px;
    font-weight: normal;
  }
  .bco-est--contacto .box-contact p {
    font-size: 24px;
    font-weight: normal;
  }
  .bco-est--contacto .box-contact-img {
    margin-bottom: -50px;
  }
  .bco-est--icon-boxes .container,
  .bco-est--videos .container {
    background-color: #F2F5F6;
  }
  .bco-est--icon-boxes .container .icon-box,
  .bco-est--videos .container .icon-box {
    text-decoration: none;
    display: block;
    color: #1F2122;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.04);
    border: 2px solid transparent;
  }
  .bco-est--icon-boxes .accordion-button,
  .bco-est--videos .accordion-button {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .bco-est--icon-boxes .accordion-button:focus,
  .bco-est--videos .accordion-button:focus {
    box-shadow: none;
    border: 0;
    outline: none;
  }
  .bco-est--icon-boxes .accordion-button::after,
  .bco-est--videos .accordion-button::after {
    display: none;
  }
  .bco-est--icon-boxes .accordion-button .icon-accordion,
  .bco-est--videos .accordion-button .icon-accordion {
    width: 36px;
    height: 36px;
    transition: all 0.2s ease-in-out;
  }
  .bco-est--icon-boxes .accordion-button .icon-accordion path,
  .bco-est--videos .accordion-button .icon-accordion path {
    fill: #FF7900;
    transition: all 0.2s ease-in-out;
  }
  .bco-est--icon-boxes .accordion-button:hover,
  .bco-est--videos .accordion-button:hover {
    color: #FF4E04;
  }
  .bco-est--icon-boxes .accordion-button:hover .icon-accordion path,
  .bco-est--videos .accordion-button:hover .icon-accordion path {
    fill: #FF4E04;
  }
  .bco-est--icon-boxes .accordion-button[aria-expanded=true],
  .bco-est--videos .accordion-button[aria-expanded=true] {
    color: #1F2122;
  }
  .bco-est--icon-boxes .accordion-button[aria-expanded=true] .icon-accordion,
  .bco-est--videos .accordion-button[aria-expanded=true] .icon-accordion {
    transform: rotate(45deg);
  }
  .bco-est--icon-boxes .accordion-body,
  .bco-est--videos .accordion-body {
    border-top: 1px solid #FF7900;
  }
  .bco-est--icon-boxes .accordion-body .box-video,
  .bco-est--videos .accordion-body .box-video {
    display: flex;
    align-items: center;
  }
  .bco-est--icon-boxes .accordion-body .box-video figure,
  .bco-est--videos .accordion-body .box-video figure {
    width: 100%;
    min-width: 160px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .bco-est--icon-boxes .accordion-body .box-video figure img,
  .bco-est--icon-boxes .accordion-body .box-video figure video,
  .bco-est--videos .accordion-body .box-video figure img,
  .bco-est--videos .accordion-body .box-video figure video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .bco-est--icon-boxes .accordion-body .box-video strong,
  .bco-est--videos .accordion-body .box-video strong {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    display: block;
    text-align: left;
    width: 100%;
  }
  .bco-est--news .mini-news {
    background-color: #F2F5F6;
  }
  .bco-est--news .mini-news .row-pagination .pagination {
    justify-content: center;
  }
  .bco-est--news .mini-news .row-pagination .pagination .page-item .page-link {
    border: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .bco-est--news .mini-news .row-pagination .pagination .page-item .page-link.active {
    color: white;
    background: #676C6F;
  }
  .bco-est--news .mini-news .row-pagination .pagination .page-item:first-child .page-link,
  .bco-est--news .mini-news .row-pagination .pagination .page-item:last-child .page-link {
    background: #fff;
  }
  .bco-est--news .mini-news .row-pagination .pagination .page-item:first-child .page-link img,
  .bco-est--news .mini-news .row-pagination .pagination .page-item:last-child .page-link img {
    width: 9px;
    height: 18px;
  }
  .bco-est--news.news-detail h1 {
    font-size: 32px;
  }
  .bco-est--news.news-detail h4 {
    font-size: 22px;
    font-weight: 800;
  }
  .bco-est--news.news-detail .link-back {
    color: #FF7900;
    display: inline-block;
    text-decoration: none;
  }
  .bco-est--news.news-detail .link-back strong {
    text-decoration: underline;
  }
  .bco-est--news.news-detail .row-shared .date,
  .bco-est--news.news-detail .row-shared .icons-share {
    color: #676C6F;
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
  }
  .bco-est--news.news-detail .row-shared .icons-share {
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
  }
  .bco-est--news.news-detail .row-shared .icons-share a {
    text-decoration: none;
    display: inline-block;
  }
  .bco-est--news.news-detail .row-shared .icons-share a img {
    max-height: 22px;
  }
  .bco-est--news.news-detail .border-left {
    border-left: 1px solid #f0f1f1;
  }
  .bco-est--news.news-detail .big-card-body figure {
    max-height: 500px;
  }
  .bco-est--news.news-detail .big-card-body p {
    color: #203442;
    line-height: 1.3;
    margin-bottom: 1.6rem;
  }
  .bco-est--news.news-detail .big-card-body .paragraph-featured {
    font-size: 22px;
    font-weight: 400;
  }
  .bco-est--finanzas-videos h1 {
    font-size: 32px;
    font-weight: 800;
  }
  .bco-est--finanzas-videos h4 {
    font-size: 18px;
    font-weight: 800;
  }
  .bco-est--finanzas-videos figure {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
  .bco-est--finanzas-videos figure iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bco-est--finanzas-videos .slider-wrapper {
    position: relative;
  }
  .bco-est--finanzas-videos .slider-wrapper .slider-prev {
    transform: rotate(180deg);
  }
  .bco-est--finanzas-videos .slider-wrapper .slider-next,
  .bco-est--finanzas-videos .slider-wrapper .slider-prev {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
  }
  .bco-est--finanzas-videos .slider-wrapper .slider-next {
    right: -30px;
    left: initial;
  }
  .bco-est--home-slider .slider-wrapper {
    position: relative;
  }
  .bco-est--home-slider .slider-wrapper .slider-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
  }
  .bco-est--home-slider .slider-wrapper .slider-nav button {
    width: 24px;
    height: 4px;
    transition: all 0.2s ease-in-out;
    border: 0;
    background: #C3C7CE;
  }
  .bco-est--home-slider .slider-wrapper .slider-nav button.tns-nav-active {
    width: 60px;
    background: linear-gradient(90deg, #FF7900 0%, #E83420 100%);
  }
  .bco-est--home-slider .slider-wrapper .slider-prev {
    transform: rotate(180deg);
  }
  .bco-est--home-slider .slider-wrapper .slider-next,
  .bco-est--home-slider .slider-wrapper .slider-prev {
    border: 0;
    padding: 0;
    width: 49px;
    height: 49px;
    background: transparent;
    position: absolute;
    bottom: -15px;
    left: 10px;
    right: initial;
    z-index: 2;
  }
  .bco-est--home-slider .slider-wrapper .slider-next {
    right: 10px;
    left: initial;
  }
  .bco-est--home-slider .mySliderHome .item img {
    display: block;
    width: 100%;
  }
  .bco-est--home-slider .mySliderHome .item h2 {
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(90deg, #FF7900 0%, #E83420 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bco-est--home-slider .mySliderHome .item h5 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
  }
  .bco-est--home-slider .mySliderHome .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
  }
  .bco-est--home-slider .mySliderHome .item .btn-orange {
    color: white;
    background-color: #FF7900;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
  }
  .bco-est--news,
  .bco-est--home-news,
  .bco-est--videos {
    background-color: #F6EBD6;
  }
  .bco-est--news .btn-orange,
  .bco-est--home-news .btn-orange,
  .bco-est--videos .btn-orange {
    color: white;
    background-color: #FF7900;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 16px;
  }
  .bco-est--news h1,
  .bco-est--home-news h1,
  .bco-est--videos h1 {
    color: #343D47;
    font-size: 34px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
  }
  .bco-est--news h4,
  .bco-est--home-news h4,
  .bco-est--videos h4 {
    color: #343D47;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .bco-est--news h5,
  .bco-est--home-news h5,
  .bco-est--videos h5 {
    color: #343D47;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
  }
  .bco-est--news h3,
  .bco-est--home-news h3,
  .bco-est--videos h3 {
    color: #343D47;
    font-size: 1.125rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
  }
  .bco-est--news .big-card,
  .bco-est--home-news .big-card,
  .bco-est--videos .big-card {
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.04);
  }
  .bco-est--news .big-card figure,
  .bco-est--home-news .big-card figure,
  .bco-est--videos .big-card figure {
    border-radius: 0 20px 20px 0;
  }
  .bco-est--news .big-card figure img,
  .bco-est--home-news .big-card figure img,
  .bco-est--videos .big-card figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .bco-est--news .big-card h2,
  .bco-est--home-news .big-card h2,
  .bco-est--videos .big-card h2 {
    color: #343D47;
    font-size: 34px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
  }
  .bco-est--news .big-card-info,
  .bco-est--home-news .big-card-info,
  .bco-est--videos .big-card-info {
    padding: 60px 15px 60px 0;
  }
  .bco-est--news .big-card-info .date,
  .bco-est--home-news .big-card-info .date,
  .bco-est--videos .big-card-info .date {
    color: #343D47;
    font-size: 15px;
    margin-bottom: 1rem;
    display: inline-block;
  }
  .bco-est--news .big-card-info,
  .bco-est--home-news .big-card-info,
  .bco-est--videos .big-card-info {
    color: #343D47;
  }
  .bco-est--news .big-card-info .excerpt,
  .bco-est--home-news .big-card-info .excerpt,
  .bco-est--videos .big-card-info .excerpt {
    color: #343D47;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  .bco-est--news .big-card-info .view-more,
  .bco-est--home-news .big-card-info .view-more,
  .bco-est--videos .big-card-info .view-more {
    color: #FF7900;
    display: inline-block;
  }
  .bco-est--news .big-card-info .view-more strong,
  .bco-est--home-news .big-card-info .view-more strong,
  .bco-est--videos .big-card-info .view-more strong {
    text-decoration: underline;
  }
  .bco-est--news .medium-card,
  .bco-est--home-news .medium-card,
  .bco-est--videos .medium-card {
    transition: all 0.2s ease-in-out;
    position: relative;
    text-decoration: none;
    color: #1F2122;
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.04);
  }
  .bco-est--news .medium-card figure,
  .bco-est--home-news .medium-card figure,
  .bco-est--videos .medium-card figure {
    border-radius: 20px 20px 0 0;
    height: 225px;
  }
  .bco-est--news .medium-card figure img,
  .bco-est--home-news .medium-card figure img,
  .bco-est--videos .medium-card figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .bco-est--news .medium-card-info,
  .bco-est--home-news .medium-card-info,
  .bco-est--videos .medium-card-info {
    position: relative;
    margin-top: -10px;
    background-color: #fff;
    border-radius: 20px;
  }
  .bco-est--news .medium-card-info p,
  .bco-est--home-news .medium-card-info p,
  .bco-est--videos .medium-card-info p {
    font-size: 15px;
    color: #FF7900;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
  }
  .bco-est--news .medium-card-info p img,
  .bco-est--home-news .medium-card-info p img,
  .bco-est--videos .medium-card-info p img {
    margin-left: 5px;
  }
  .bco-est--news .medium-card:hover .overlay-bg-news,
  .bco-est--home-news .medium-card:hover .overlay-bg-news,
  .bco-est--videos .medium-card:hover .overlay-bg-news {
    opacity: 1;
  }
  .bco-est--news .small-news-card,
  .bco-est--home-news .small-news-card,
  .bco-est--videos .small-news-card {
    display: flex;
  }
  .bco-est--news .small-news-card figure,
  .bco-est--home-news .small-news-card figure,
  .bco-est--videos .small-news-card figure {
    min-width: 140px;
    height: 140px;
  }
  .bco-est--news .small-news-card figure img,
  .bco-est--home-news .small-news-card figure img,
  .bco-est--videos .small-news-card figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .bco-est--news .small-news-card-info .date,
  .bco-est--home-news .small-news-card-info .date,
  .bco-est--videos .small-news-card-info .date {
    color: #343D47;
    font-size: 15px;
    margin-bottom: 1rem;
    display: inline-block;
  }
  .bco-est--news .small-news-card-info .excerpt,
  .bco-est--home-news .small-news-card-info .excerpt,
  .bco-est--videos .small-news-card-info .excerpt {
    color: #343D47;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  .bco-est--news .small-news-card-info .view-more,
  .bco-est--home-news .small-news-card-info .view-more,
  .bco-est--videos .small-news-card-info .view-more {
    color: #FF7900;
    display: inline-block;
  }
  .bco-est--news .small-news-card-info .view-more strong,
  .bco-est--home-news .small-news-card-info .view-more strong,
  .bco-est--videos .small-news-card-info .view-more strong {
    text-decoration: underline;
  }
  .bco-est--news .overlay-bg-news,
  .bco-est--home-news .overlay-bg-news,
  .bco-est--videos .overlay-bg-news {
    background: linear-gradient(90deg, #FF7900 0%, #E83420 100%);
    height: 100%;
    opacity: 0;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  .bco-est--news .overlay-bg-news h4,
  .bco-est--home-news .overlay-bg-news h4,
  .bco-est--videos .overlay-bg-news h4 {
    color: white;
  }
  .bco-est--news .overlay-bg-news p,
  .bco-est--home-news .overlay-bg-news p,
  .bco-est--videos .overlay-bg-news p {
    line-height: 1.2;
    margin-bottom: 0;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .bco-est--news .overlay-bg-news p img,
  .bco-est--home-news .overlay-bg-news p img,
  .bco-est--videos .overlay-bg-news p img {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .bco-est--home-slider .slider-wrapper .slider-nav {
    bottom: 45px;
    padding-left: 140px;
  }
  .bco-est--home-slider .slider-wrapper .slider-next,
  .bco-est--home-slider .slider-wrapper .slider-prev {
    bottom: 50px;
    right: 70px;
    z-index: 2;
    left: initial;
  }
  .bco-est--home-slider .slider-wrapper .slider-next {
    right: 0;
  }
}
.hero-be {
  color: #343E46;
  padding-top: 50px;
}
.hero-be__item {
  display: flex;
  gap: 80px;
}
@media (max-width: 991px) {
  .hero-be__item {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-be__item__img {
  flex: 1;
}
.hero-be__item__img img {
  width: 100%;
}
.hero-be__item__text {
  flex: 1;
  padding-bottom: 70px;
}
.hero-be__item__text .overline {
  font-size: 1.5rem;
  font-weight: 700;
}
.hero-be__item__text h2 {
  background: linear-gradient(90deg, #FF7900 0%, #E83420 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.25rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .hero-be__item__text h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.hero-be__item__text p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
.hero-be .carrusel {
  position: relative;
}
.hero-be .tns-nav {
  position: absolute;
  left: calc(50% + 40px);
  bottom: 15px;
}
@media (max-width: 991px) {
  .hero-be .tns-nav {
    left: 0;
  }
}
.hero-be .tns-nav button {
  width: 24px;
  height: 4px;
  border-radius: 8px;
  background: #C3C7CE;
  border: none;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.hero-be .tns-nav button.tns-nav-active {
  background: linear-gradient(90deg, #FF7900 0%, #E83420 100%);
  width: 60px;
}
.hero-be .tns-controls {
  position: absolute;
  bottom: 15px;
  right: 0;
  display: flex;
  gap: 23px;
  z-index: 2;
}
.hero-be .tns-controls button {
  width: 49px;
  height: 49px;
  padding: 0;
  margin: 0;
  border: 1px solid #FF4E04;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-size: 0;
  transition: background-color 0.2s ease;
}
.hero-be .tns-controls button:first-child {
  background-image: url("../images/be/arrow-left-be.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.hero-be .tns-controls button:first-child:hover {
  background-color: #FF4E04;
  background-image: url("../images/be/arrow-left-be-hover.svg");
}
.hero-be .tns-controls button:last-child {
  background-image: url("../images/be/arrow-right-be.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.hero-be .tns-controls button:last-child:hover {
  background-color: #FF4E04;
  background-image: url("../images/be/arrow-right-be-hover.svg");
}

.btn-orange {
  background: #FF7900;
  border-radius: 4px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-orange:hover {
  background: #FF2318;
  color: #fff;
}

.bco-est--icon-boxes {
  padding: 0px 0px 40px;
  background: transparent;
}
.bco-est--icon-boxes .container {
  background: transparent;
}
@media (max-width: 991px) {
  .bco-est--icon-boxes {
    padding: 50px 0px 40px;
  }
}
.bco-est--icon-boxes .wrap-icon-boxes {
  border-radius: 30px;
  background: #F2F5F6;
  padding: 40px 50px;
}

.bco-est--icon-boxes .container .icon-box {
  height: 110px;
  font-size: 1.125rem;
  color: #343E46;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  text-align: left !important;
  padding: 10px 15px;
  line-height: 1.2;
}
.bco-est--icon-boxes .container .icon-box:hover {
  border: 3px solid #FF7900;
  color: #FF4E04;
}

.row.row-big {
  margin-right: -20px;
  margin-left: -20px;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.row-md {
  margin-right: -18px;
  margin-left: -18px;
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 18px;
  padding-left: 18px;
}

@media only screen and (max-width: 550px) {
  .row.row-big,
  .row.row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"],
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bco-est--home-news .wrap-big-card {
  padding-right: 50px !important;
}
@media only screen and (max-width: 991px) {
  .bco-est--home-news .wrap-big-card {
    padding-right: 20px !important;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .bco-est--home-news .wrap-big-card {
    padding-right: 15px !important;
  }
}
.bco-est--home-news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .bco-est--home-news__title {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .bco-est--home-news__title {
    flex-direction: column;
    align-items: flex-end;
  }
  .bco-est--home-news__title h2 {
    width: 100%;
  }
}
.bco-est--home-news h2 {
  color: #1F2122;
  font-size: 1.5rem;
  font-weight: 600;
}
.bco-est--home-news .btn-orange {
  height: 31px;
  min-width: 85px;
  padding: 4px 8px;
}
@media only screen and (max-width: 991px) {
  .bco-est--home-news .medium-card {
    margin-bottom: 1.5rem;
    display: block;
  }
}

.bco-est--home-news .medium-card-info {
  font-size: 1.5rem;
  padding: 20px;
}
.bco-est--home-news .medium-card-info h3 {
  margin-bottom: 6px;
  font-size: 1.5rem;
}
.bco-est--home-news .medium-card-info .fw-bold {
  font-size: 0.875rem;
  max-width: 100%;
  margin: 0 auto;
}
.bco-est--home-news .medium-card-info .fw-bold img {
  margin-left: 10px;
}

.bco-est--videos .container {
  background: transparent;
}
.bco-est--videos .accordion {
  margin-bottom: 1rem;
}
.bco-est--videos .wrap-videos {
  padding: 50px;
  border-radius: 20px;
  background: #F2F5F6;
}
@media only screen and (max-width: 991px) {
  .bco-est--videos .wrap-videos {
    padding: 40px 20px;
  }
}
.bco-est--videos h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #343E46;
}
.bco-est--videos .btn-orange {
  height: 31px;
  min-width: 85px;
  padding: 0 4px;
}
.bco-est--videos .accordion-button {
  font-size: 1.125rem;
  min-height: 82px;
  display: flex;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
.bco-est--videos .accordion-button .icon-accordion {
  min-width: 36px;
}
.bco-est--videos .box-video {
  display: flex;
  flex-direction: column;
}
.bco-est--videos .box-video figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.bco-est--videos .box-video iframe,
.bco-est--videos .box-video video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.bco-est--videos .box-video video {
  object-fit: cover;
}
.bco-est--videos .wrap-img img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .bco-est--videos .wrap-img {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.monaco-mouse-cursor-text {
  display: block !important;
}

.contenido-rel-be {
  border-left: 1px solid #E9EAEA;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .contenido-rel-be {
    padding-left: 12px;
  }
}

.bco-est--news .small-news-card-info .date {
  margin-bottom: 8px;
}

.row-noticia-destacada {
  padding-bottom: 30px;
}

.noticia-detalle {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .noticia-detalle {
    flex-direction: column;
  }
}
.noticia-detalle__content {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .noticia-detalle__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.noticia-detalle__content .row-shared {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 30px;
}
@media (max-width: 640px) {
  .noticia-detalle__content .row-shared {
    flex-direction: column;
    align-items: flex-start;
  }
  .noticia-detalle__content .row-shared .date {
    margin-bottom: 1rem;
  }
}
.noticia-detalle__content .row-shared .date {
  color: #676C6F;
  font-weight: 600;
}
.noticia-detalle__content .row-shared .icons-share {
  display: flex;
  align-items: center;
}
.noticia-detalle__content .row-shared .icons-share span {
  color: #343E46;
  font-weight: 600;
}
.noticia-detalle__content .big-card-body p {
  line-height: 1.2;
  font-size: 1rem;
}
.noticia-detalle__sidebar {
  width: 357px;
  min-width: 357px;
  border-left: 1px solid #E9EAEA;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .noticia-detalle__sidebar {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
    border: none;
  }
}

@media (max-width: 991px) {
  .bco-est--news .big-card h2 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 991px) {
  .bco-est--news .big-card {
    padding-bottom: 1rem;
    margin-bottom: 2rem !important;
  }
}

.bco-est--news .mini-news .row-pagination ul.pagination {
  gap: 1rem;
}

.bco-est--news .mini-news .row-pagination ul.pagination .page-link[aria-current=true] {
  color: white;
  background: #676C6F !important;
}

.dark-mode {
  color: #1F2122 !important;
}
.dark-mode .hero-be__item__text h2,
.dark-mode .bco-est--news .big-card-info .view-more,
.dark-mode .bco-est--news .small-news-card-info .view-more strong,
.dark-mode .bco-est--news .mini-news .row-pagination .pagination .page-item:first-child .page-link img,
.dark-mode .bco-est--news.news-detail .link-back {
  color: #1F2122 !important;
}
.dark-mode .btn-orange,
.dark-mode .hero-be .tns-nav button.tns-nav-active,
.dark-mode .bco-est--icon-boxes .wrap-icon-boxes,
.dark-mode .big-card.bg-white,
.dark-mode .bco-est--home-news .overlay-bg-news,
.dark-mode .medium-card,
.dark-mode .bco-est--home-news .medium-card-info {
  background: #1F2122 !important;
}
.dark-mode .hero-be .tns-controls button {
  border-color: #1F2122;
}
.dark-mode .bco-est--home-news .big-card-info .excerpt,
.dark-mode .bco-est--home-news .big-card-info .view-more,
.dark-mode .bco-est--home-news .big-card-info .date,
.dark-mode .bco-est--home-news .medium-card-info h3,
.dark-mode .bco-est--home-news .medium-card-info .fw-bold {
  color: #fff !important;
}
.dark-mode .bco-est--home-news,
.dark-mode .bco-est--news .big-card.bg-white {
  background: #fff !important;
}
.dark-mode .hero-be .tns-controls button,
.dark-mode .bco-est--icon-boxes .container .icon-box img,
.dark-mode .bco-est--videos .accordion-button .icon-accordion,
.dark-mode .bco-est--news .small-news-card-info .view-more img,
.dark-mode .bco-est--news .big-card-info .view-more img,
.dark-mode .bco-est--news .mini-news .row-pagination .pagination .page-item .page-link img,
.dark-mode .bco-est--news.news-detail .row-shared .icons-share a img {
  filter: grayscale(1) brightness(0);
}
.dark-mode .bco-est--home-news .big-card-info .view-more img {
  filter: brightness(0) invert(1);
}
.dark-mode .hero-be__item__text h2 {
  background: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #1F2122 !important;
  color: #1F2122 !important;
}
.dark-mode .hero-be .tns-controls button:hover {
  filter: none;
  background-color: #000;
}
.dark-mode .bco-est--icon-boxes .container .icon-box:hover {
  border-color: #666;
  color: #666 !important;
}
.dark-mode .accordion-item:first-of-type .accordion-button:hover {
  color: #666 !important;
}

img.navbar-brand__logo-mobile {
  width: 220px !important;
  padding: 0 0 0 10px;
}

a.destacado-link {
  border: 2px solid #F77800;
  border-radius: 32px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (min-width: 992px) {
  .bco-est__header__navbar .navbar-brand-container .navbar-brand__logo {
    width: 100% !important;
    margin-top: 0rem !important;
  }
  .dark-mode .bco-est__header__navbar .navbar-brand-container .navbar-brand__logo-dark {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.lager-font .bco-est--home-news .medium-card-info .fw-bold {
  font-size: 1.1rem;
}
.lager-font .btn-orange,
.lager-font .bco-est--home-news .big-card-info .view-more,
.lager-font .bco-est--news .big-card-info .view-more,
.lager-font .bco-est--news.news-detail .big-card-body p {
  font-size: 1.25rem;
}
.lager-font .bco-est--icon-boxes .container .icon-box,
.lager-font .bco-est--home-news .big-card-info .excerpt,
.lager-font .bco-est--videos .accordion-button,
.lager-font .bco-est--news .small-news-card-info .excerpt {
  font-size: 1.375rem;
}
.lager-font .hero-be__item__text .overline,
.lager-font .hero-be__item__text p,
.lager-font .bco-est--home-news .medium-card-info h3,
.lager-font .bco-est--videos h2 {
  font-size: 1.7rem;
}
.lager-font .bco-est--news.news-detail h1 {
  font-size: 2.2rem;
}
.lager-font .bco-est--news .big-card h2 {
  font-size: 2.5rem;
}
.lager-font .dark-mode .hero-be__item__text h2 {
  font-size: 3.5rem;
}/*# sourceMappingURL=styles-new-home.css.map */