body:not(.header-absoluto) .veintitres.header .search-button {
  background-color: #E55302;
}
body:not(.header-absoluto) .veintitres.header .header-bottom-part-content-right-part-link {
  color: #E55302;
}
body:not(.header-absoluto) .veintitres.header .header-bottom-part-content-right-part-link {
  border-color: #D9D9D9 !important;
}
body:not(.header-absoluto) .veintitres.header .ic-language {
  background-image: url(../../imag/master/ico_idioma2.svg) !important;
}
body:not(.header-absoluto) .veintitres.header .header-bottom-part-content-right-part-link .txt-language {
  color: #E55302 !important;
}

.veintitres .hamburger {
  display: block;
  padding: 5px;
  margin: -5px -5px -5px 30px;
  width: 45px;
  position: absolute;
  top: 21px;
  left: 26px;
  z-index: 99;
}
.veintitres .hamburger span {
  height: 2px;
  display: block;
  margin: 7px 0;
  background: #E55302;
  transition: all 0.3s;
  z-index: 99;
  border-radius: 0;
}
.veintitres .header-bottom-part.dos .container {
  position: relative;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part {
  display: flex;
  align-items: center;
  gap: 15px;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger {
  margin: -5px 30px -5px -5px;
  width: 32px;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span {
  background: #36424A;
  margin: 5px 0;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span:first-child, .veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span:last-child {
  margin-right: 0;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .main-navigation {
  position: fixed;
  background: #fff;
  z-index: 9;
  top: 97px;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  padding: 85px 0 15px;
  transform: translateX(-100%);
  transition: all 0.3s;
  max-width: 400px;
  width: 95%;
  top: 0;
}
.veintitres .header-bottom-part.dos .container .header-bottom-part-content .logo {
  position: absolute;
  left: 65px;
}
.veintitres.header-absoluto .before-top {
  top: 65px;
}
.veintitres.header-absoluto .before-top .hamburger {
  top: -32px;
}
.veintitres.header-absoluto .header {
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  z-index: 100;
}
.veintitres.header-absoluto .header .header-top-part-listing-link {
  color: #fff;
  transition: all 0.3s;
}
.veintitres.header-absoluto .header .header-top-part-listing-link:hover {
  text-decoration: underline;
}
.veintitres.header-absoluto .header .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span {
  background: #fff;
}
.veintitres.header-absoluto .header.sticky {
  background-color: #fff;
}
.veintitres.header-absoluto .header.sticky .header-top-part-listing-link {
  color: #36424A;
  transition: all 0.3s;
}
.veintitres.header-absoluto .header.sticky .header-top-part-listing-link:hover {
  color: #E55302;
  text-decoration: none;
}
.veintitres.header-absoluto .header.sticky .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span {
  background: #36424A;
}
.veintitres.header-absoluto .header.sticky .ic-language {
  background-image: url(../../imag/master/ico_idioma2.svg);
}
.veintitres.header-absoluto .header.sticky .txt-language {
  color: #E55302;
  transition: all 0.3s;
}
.veintitres.header-absoluto .header.sticky .txt-language:hover {
  color: #36424A;
}
.veintitres.header-absoluto .header.sticky .header-bottom-part-content-right-part-link {
  border-color: #D9D9D9;
}
.veintitres.header-absoluto .header.sticky .search-button {
  background-color: #E55302;
}
.veintitres.header-absoluto .header.sticky .dropbtn__menu {
  background-image: url(../../imag/ic-hamburguer.svg);
}
.veintitres.header-absoluto .dropbtn__menu {
  background-image: url(../../imag/ic-hamburguer-w.svg);
}
.veintitres .dropbtn__menu {
  width: 38px;
  height: 38px;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  border: none;
  background-color: transparent;
  background-image: url(../../imag/ic-hamburguer.svg);
  cursor: pointer;
}
.veintitres .mega-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  min-width: 820px;
  z-index: 1000;
  padding: 30px;
  top: 100%;
  gap: 0 20px;
  right: 0;
  grid-template-columns: 1fr 1fr;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.veintitres .mega-menu.show {
  display: grid;
}
.veintitres .mega-menu__row {
  gap: 15px;
  display: flex;
  flex: 1 0 auto;
}
.veintitres .mega-menu__content {
  width: 100%;
}
.veintitres .mega-menu__item {
  flex: 1 0 auto;
}
.veintitres .mega-menu__item a {
  font-size: 0.875rem;
  color: #2A485A;
  transition: 0.3s all ease;
  gap: 15px;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
  font-size: 15px;
  font-weight: 500;
}
.veintitres .mega-menu__item a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  border: none;
  background-color: transparent;
  background-image: url(../../imag/chevron-right-g.svg);
}
.veintitres .mega-menu__item a:hover {
  color: #fff;
  background-color: #E55302;
  text-decoration: none;
}
.veintitres .mega-menu__item a:hover::before {
  background-image: url(../../imag/chevron-right-w.svg);
}
.veintitres .mega-menu__item--grey a {
  background-color: rgba(54, 66, 74, 0.05);
}
.veintitres .mega-menu__item--grey a:hover {
  color: #fff;
  background-color: #2A485A;
}
.veintitres .mega-menu__item img {
  width: 14px;
}
.veintitres .mega-menu__item + .mega-menu__item {
  margin-top: 7px;
}
.veintitres.header {
  background-color: #fff;
}
.veintitres.header .header-top-part {
  background: none;
  padding: 8px 20px 0;
}
.veintitres.header .header-bottom-part-content-right-part-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 8px;
  border-radius: 3rem;
  border: 1px solid #fff;
}
.veintitres.header .header-bottom-part-content-right-part-link .ic-language {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../../imag/master/ico_idioma.svg);
  right: 0;
}
.veintitres.header .header-bottom-part-content-right-part-link .txt-language {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
.veintitres.header .header-bottom-part-content-right-part-link a.txt-language:last-child {
  border-left: 1px solid #D9D9D9;
  padding-left: 8px;
}
.veintitres.header .search-button {
  padding: 6px;
  border-radius: 50%;
}
.veintitres.sticky.before-top {
  top: 0;
}
.veintitres.sticky {
  position: fixed !important;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
}
.veintitres .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.veintitres .section-title {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #2A485A;
  font-weight: 700;
  text-transform: none;
}
.veintitres .section-title:after, .veintitres .section-title:before {
  display: none;
}
.veintitres .button-arrow {
  margin-left: 15px;
}
.veintitres .block-list-link {
  margin-right: auto;
  margin-left: revert;
  position: absolute;
  left: 0;
  bottom: 0;
}
.veintitres .news-content {
  padding: 10px 0 45px;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.veintitres .news-main-content {
  margin: 0;
}
.veintitres .news-main-content a {
  font-weight: 600;
  transition: all 0.3s;
}
.veintitres .block-list-link-icon {
  background: #fff;
  border: 1px solid #E55302;
  color: #E55302;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 300;
}
.veintitres .block-list-link-icon:hover {
  background-color: #E55302;
  color: #fff;
  border: 1px solid #E55302;
}
.veintitres .banner-title {
  text-shadow: 0px 16px 8px rgba(0, 0, 0, 0.25);
  font-size: 2.938rem;
  line-height: 3.25rem;
}
.veintitres .banner-content {
  max-width: 865px;
}
.veintitres .banner .slick-dots {
  bottom: 20px;
  justify-content: center;
}
.veintitres .box-noticias .btn.btn-primary {
  margin: 50px 0 0;
  display: table;
}
.veintitres .btn.btn-primary {
  border-radius: 0;
  background: #E55302;
  padding: 15px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  border-radius: 5px;
  transition: all 0.3s;
}
.veintitres .btn.btn-primary:hover {
  background: #36424A;
}
.veintitres .news-slider .slick-dots .slick-active button {
  width: 12px;
}
.veintitres .news-slider .slick-slide {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.veintitres .news-slider .news-block {
  box-shadow: none;
  background: none;
  display: flex;
  flex-direction: column;
}
.veintitres .box-resultados .container {
  max-width: 1420px;
  width: 100%;
  padding: 0 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.3));
}
.veintitres .box-resultados .container .box {
  width: 50%;
  padding: 60px 60px 0;
}
.veintitres .box-resultados .container .box--left {
  background: #2A485A;
  padding: 40px 60px 40px;
  border-radius: 6px 0 0 6px;
}
.veintitres .box-resultados .container .box--right {
  background: #1A303E;
  padding: 60px 60px 0;
  border-radius: 0 6px 6px 0;
}
.veintitres .box-resultados .container .box--right .row {
  align-items: stretch;
}
.veintitres .box-noticias {
  background: #ffffff;
}
.veintitres .box-resultados {
  background: #ffffff;
}
.veintitres .box-cifras, .veintitres .box-noticias {
  padding: 50px 0;
}
.veintitres .slick-arrow {
  background: #E55302;
  border-radius: 0;
  width: 53px;
  height: 53px;
  position: absolute;
  top: calc(30% - 0px);
  z-index: 2;
  transform: translateY(-50%);
  border: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.veintitres .slick-arrow:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.veintitres .slick-arrow.slick-prev {
  left: -25px;
  background-image: url(../../imag/master/arrow_2.svg);
}
.veintitres .slick-arrow.slick-next {
  right: -25px;
  background-image: url(../../imag/master/arrow_3.svg);
}
.veintitres .news-figure-head {
  overflow: hidden;
  border-radius: 6px;
}
.veintitres .news-img-head {
  border-radius: 6px;
  transition: all 0.3s;
}
.veintitres .news-img-head:hover {
  transform: scale(1.1);
}
.veintitres .wrapper, .veintitres .bg-ocre {
  background-color: #F6F7F6;
}
.veintitres .news-slider.bg-ocre {
  background-color: #FFFFFF;
  padding: 50px 0 30px;
}
.veintitres .box-cifras {
  background: #F6F7F6;
  padding: 50px 0 30px;
}
.veintitres .box-cifras .titu {
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #36424A;
  font-weight: 700;
  margin-bottom: 20px;
}
.veintitres .box-cifras .bajada {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #36424A;
  font-weight: 300;
  max-width: 80%;
}
.veintitres .box-cifras .datos {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDCDB;
}
.veintitres .box-cifras .datos:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.veintitres .box-cifras .datos .left {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.veintitres .box-cifras .datos .left picture {
  margin-right: 20px;
  min-width: 60px;
}
.veintitres .box-cifras .datos .left .box-titu .epigrafe {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  color: #36424A;
}
.veintitres .box-cifras .datos .left .box-titu .titu {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.938rem;
  line-height: 3.25rem;
  color: #36424A;
}
.veintitres .box-cifras .datos .medida {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #36424A;
}
.veintitres article.noti picture {
  margin-bottom: 12px;
  float: left;
  overflow: hidden;
  border-radius: 6px;
}
.veintitres article.noti picture img {
  max-width: 100%;
  width: auto;
  border-radius: 6px;
  transition: all 0.3s;
}
.veintitres article.noti picture img:hover {
  transform: scale(1.1);
}
.veintitres article.noti .fecha {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #7E7E7E;
  clear: both;
  margin-bottom: 4px;
  display: block;
}
.veintitres article.noti .titu {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #36424A;
  clear: both;
  margin-bottom: 20px;
  padding: 0 75px 0 0;
  max-width: 90%;
}
.veintitres article.noti .titu a {
  transition: all 0.3s;
}
.veintitres article.noti--small {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
.veintitres article.noti--small > a {
  margin-right: 20px;
  flex: 0 0 233px;
}
.veintitres article.noti--small picture {
  margin-right: 0;
  margin-bottom: 0;
  flex: 0 0 233px;
}
.veintitres article.noti--small picture img {
  max-width: 100%;
  width: auto;
}
.veintitres article.noti--small .box-titu {
  padding-bottom: 20px;
  position: relative;
  float: left;
}
.veintitres article.noti--small .box-titu .fecha {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.375rem;
  color: #7E7E7E;
  display: block;
  clear: both;
}
.veintitres article.noti--small .box-titu .titu {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #36424A;
  clear: both;
  padding: 0;
}
.veintitres .box-resultados .news-block {
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 179px;
}
.veintitres .box-resultados .news-block .news-img-head {
  border-radius: 6px;
}
.veintitres .box-resultados .news-block .news-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 10px 0 35px;
  position: relative;
}
.veintitres .box-resultados .news-block .news-content .news-main-content {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-weight: 400;
}
.veintitres .box-resultados .news-block .news-content .news-main-content a {
  color: #FFFFFF;
  transition: all 0.3s;
}
.veintitres .box-resultados .news-block .news-content .news-main-content a:hover {
  color: #E55302;
}
.veintitres .box-resultados .news-block .news-content .block-list-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.veintitres .box-resultados .box--right .col {
  padding: 0 45px 55px;
}
.veintitres .box-resultados .box--left .col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.veintitres .box-resultados .box--left .col .box-top .titu {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.veintitres .box-resultados .box--left .col .box-top .bajada {
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #FFFFFF;
}
.veintitres .box-resultados .box--left .col .box-bottom .tit {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.veintitres .box-resultados .box--left .col .box-bottom .doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
}
.veintitres .box-resultados .box--left .col .box-bottom .doc .aleft {
  display: flex;
  align-items: center;
}
.veintitres .box-resultados .box--left .col .box-bottom .doc picture {
  margin-right: 20px;
}
.veintitres .box-resultados .box--left .col .box-bottom .doc .titu {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #FFFFFF;
}
.veintitres .box-resultados .box--left .col .box-bottom a {
  font-weight: 300;
  background: #fff;
  border: 1px solid #fff;
  color: #E55302;
  border-radius: 5px;
  padding: 6px 13px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  transition: all 0.3s;
}
.veintitres .box-resultados .box--left .col .box-bottom a:hover {
  background-color: #E55302;
  color: #fff;
  border: 1px solid #E55302;
}

.bg-overlay:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 43.46%, rgba(0, 0, 0, 0.8) 97.84%);
}

.show-menu {
  overflow: hidden;
}
.show-menu .veintitres .main-navigation {
  transform: translateX(0) !important;
}
.show-menu .veintitres .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span {
  margin: -2px 0;
  background: #E55302 !important;
}

.veintitres .header-bottom-part .container {
  width: 100%;
}
.veintitres .header-bottom-border span {
  height: 10px;
  width: 33.33%;
}
.veintitres .header-bottom-border span::before, .veintitres .header-bottom-border span::after {
  width: calc(33.33% + 10px);
}
.veintitres .header-bottom-part-content-right-part {
  display: none;
}
.veintitres .main-navigation {
  flex-grow: 1;
}
.veintitres .main-navigation-container {
  margin-left: 30px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: auto !important;
  padding: 0;
}
.veintitres .main-menu {
  display: flex;
}
.veintitres .main-menu-link-icon {
  display: none;
}
.veintitres .main-menu-item + .main-menu-item {
  margin-left: 20px;
}
.veintitres .secondary-navigation {
  order: 2;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 90%;
  border-bottom: 1px solid #D9D9D9;
}
.veintitres .secondary-navigation.smaller {
  border-bottom: 0 solid #D9D9D9;
}
.veintitres .secondary-navigation-item {
  width: 100%;
  margin: 0 0 30px !important;
}
.veintitres .secondary-navigation-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
}
.veintitres .secondary-navigation-item a:hover {
  color: #E55302 !important;
}
.veintitres .secondary-navigation-item + .secondary-navigation-item {
  margin: 0 0 30px !important;
}
.veintitres .search-form-outer {
  order: 2;
  display: flex;
  align-items: center;
}
.veintitres .search-form {
  margin: 0;
  z-index: 2;
}
.veintitres .search-input {
  position: absolute;
  right: 0;
  top: -3px;
  height: 35px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  padding-right: 40px;
  margin: 0 30px 0 0;
}
.veintitres .show-search .search-input {
  opacity: 1;
  visibility: visible;
  width: 250px;
}
.veintitres .search-button {
  position: relative;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.veintitres .carousel-gal {
  padding: 30px 0;
}
.veintitres .carousel-gal .container {
  padding: 0;
}
.veintitres .carousel-gal .mySwiper2 {
  margin-bottom: 15px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.3));
}
.veintitres .carousel-gal .mySwiper2 .swiper-slide::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: rgb(217, 217, 217);
  background: -moz-linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(53, 53, 53, 0.51) 51%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(53, 53, 53, 0.51) 51%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(53, 53, 53, 0.51) 51%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d9d9",endColorstr="#000000",GradientType=1);
}
.veintitres .carousel-gal .swiper-slide {
  position: relative;
}
.veintitres .carousel-gal .swiper-slide > picture img, .veintitres .carousel-gal .swiper-slide > img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.veintitres .carousel-gal .mySwiper .swiper-slide {
  cursor: pointer;
}
.veintitres .carousel-gal .mySwiper .swiper-slide:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  transition: 0.3s all ease;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 6px;
}
.veintitres .carousel-gal .mySwiper .swiper-slide-thumb-active::before {
  background: none;
  border: 10px solid #E55302;
  border-radius: 6px;
}
.veintitres .carousel-gal .mySwiper .thumb-description {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 10px);
  z-index: 2;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.veintitres .carousel-gal__box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  gap: 40px;
  display: flex;
}
.veintitres .carousel-gal__img img {
  width: 130px;
  display: block;
}
.veintitres .carousel-gal__caption {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.56);
}
.veintitres .carousel-gal__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.veintitres .carousel-gal__description {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.veintitres .carousel-gal .btn {
  margin-top: 30px;
}
.veintitres .swiper-button-next, .veintitres .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: #fff;
  z-index: 1;
  width: 55px;
  height: 55px;
  outline: none;
  top: calc(50% - 10px);
  border-radius: 6px;
}
.veintitres .swiper-button-next::after, .veintitres .swiper-button-prev::after {
  content: none;
}
.veintitres .swiper-button-next {
  background-image: url(../../imag/master/arrow_r_w.svg);
  right: 0;
  border-radius: 6px 0 0 6px;
}
.veintitres .swiper-button-prev {
  background-image: url(../../imag/master/arrow_l_w.svg);
  left: 0;
  border-radius: 0 6px 6px 0;
}
.veintitres .swiper-button-disabled {
  opacity: 1;
}
.veintitres .footer .footer-logo {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
}
.veintitres .footer .footer-logo img {
  display: block;
}
.veintitres .footer__top {
  display: flex;
  justify-content: space-between;
}
.veintitres .footer__contact li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
.veintitres .footer__contact li + li {
  margin-top: 7px;
}
.veintitres .footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.veintitres .footer__links-listing {
  display: flex;
  align-items: center;
  gap: 6px;
}
.veintitres .footer__links-listing a {
  display: inline-block;
  color: #fff;
}
.veintitres .footer__links-listing li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.veintitres .footer__links-listing li + li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.veintitres .footer__social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.veintitres .footer__social-icons a {
  display: block;
}
.veintitres .footer__social-icons a img {
  display: block;
  width: 22px;
}
.veintitres .search-form-outer .search-form.movil {
  display: none;
}

@media (max-width: 768px) {
  .veintitres .box-noticias .row.row-cols-md-1 > .col {
    width: 50%;
  }
  .veintitres .box-cifras .bajada {
    margin-bottom: 30px;
  }
  .veintitres article.noti--small picture {
    flex: 1 0 150px;
  }
}
.movil {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .movil {
    display: block;
  }
  .desktop {
    display: none;
  }
  .veintitres .box-noticias .row.row-cols-md-1 .col {
    width: 100%;
  }
  .veintitres article.noti picture {
    margin: 0 auto;
    display: table;
    float: none;
  }
  .veintitres article.noti picture .titu {
    padding: 0;
  }
  .veintitres article.noti--small picture {
    margin-right: 20px;
  }
  .veintitres .header-bottom-part.dos .container .header-bottom-part-content .logo {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .veintitres .box-resultados .container {
    display: block;
  }
  .veintitres .box-resultados .container .box {
    width: 100%;
    padding: 20px 15px 0;
  }
  .veintitres .box-resultados .container .box--right .col {
    width: 50%;
    padding: 0 12px 55px;
  }
  .veintitres .box-resultados .container .box--left .col .box-top .bajada {
    margin-bottom: 50px;
  }
  .veintitres .search-form-outer {
    position: relative;
    display: block;
    float: none;
    clear: both;
    order: inherit;
  }
  .veintitres .header-bottom-part.dos .container .header-bottom-part-content .main-navigation {
    top: 0;
  }
  .veintitres .carousel-gal__box {
    max-width: 100%;
    gap: 5px;
    padding: 20px;
    flex-direction: column;
  }
  .veintitres .carousel-gal__description {
    display: none;
  }
  .veintitres .carousel-gal__caption {
    display: none;
  }
  .veintitres .carousel-gal__title {
    font-size: 37px;
  }
  .veintitres .carousel-gal__img img {
    width: 100px;
  }
  .veintitres .carousel-gal .btn {
    margin-top: 13px;
  }
  .veintitres .mySwiper .swiper-slide {
    width: 40%;
  }
  .veintitres .mySwiper .thumb-description {
    padding: 5px;
  }
  .veintitres .footer {
    padding: 30px 0;
  }
  .veintitres .footer .footer-logo {
    margin-bottom: 30px;
  }
  .veintitres .footer .footer-logo img {
    margin: 0 auto;
  }
  .veintitres .footer__top {
    gap: 30px;
    flex-direction: column;
  }
  .veintitres .footer__links {
    align-items: flex-start;
  }
  .veintitres .footer__links-listing {
    display: block;
  }
  .veintitres .footer__links-listing li + li {
    margin-top: 15px;
  }
  .veintitres .footer__links-listing li + li::before {
    content: none;
  }
  .veintitres .footer__social-icons {
    margin-top: 40px;
    flex: 1 0 auto;
    width: 100%;
    justify-content: center;
  }
  .veintitres .footer__social-icons a img {
    width: 30px;
  }
  .veintitres.header-absoluto .header {
    background-color: #fff;
    position: relative;
  }
  .veintitres.header-absoluto .header .header-top-part-listing-link {
    color: #36424A;
  }
  .veintitres.header-absoluto .header .header-bottom-part.dos .container .header-bottom-part-content .header-bottom-part-content-right-part .hamburger span {
    background: #36424A;
  }
  .veintitres.header-absoluto .header .txt-language {
    color: #E55302;
  }
  .veintitres.header-absoluto .header .header-bottom-part-content-right-part-link {
    border-color: #D9D9D9;
  }
  .veintitres.header-absoluto .header .header-bottom-part-content-right-part-link .ic-language {
    background-image: url(../../imag/master/ico_idioma2.svg);
  }
  .veintitres .search-form {
    display: none;
  }
  .veintitres .search-form-outer {
    width: 100%;
  }
  .veintitres .search-form-outer .search-form.movil {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #CDCDCD;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .veintitres .search-form-outer .search-form.movil .search-input {
    top: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    border: none;
    border-radius: 100px;
  }
  .veintitres .search-form-outer .search-form.movil .search-button {
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 5px 8px;
    background-color: #E55302;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .veintitres .mega-menu {
    min-width: 100%;
  }
  .veintitres .carousel-gal__box {
    max-width: 100%;
    padding: 20px 80px;
  }
  .veintitres .carousel-gal__description {
    display: none;
  }
  .veintitres .carousel-gal__caption {
    display: none;
  }
  .veintitres .carousel-gal__img img {
    width: 100px;
  }
  .veintitres .carousel-gal .btn {
    margin-top: 13px;
  }
  .veintitres .mySwiper .swiper-slide {
    width: 20%;
  }
  .veintitres .mySwiper .thumb-description {
    padding: 10px;
  }
  .veintitres .footer .container {
    padding: 0;
  }
  .veintitres .footer__top {
    gap: 30px;
  }
  .veintitres .footer__links-listing {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .veintitres .footer__links-listing li a {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  .veintitres .box-resultados .container .box--left {
    padding: 20px 30px 0 15px;
  }
  .veintitres .box-resultados .container .box--right {
    padding: 50px 15px 0 30px;
  }
  .veintitres .box-resultados .container .box--right .col {
    padding: 0 15px 55px;
  }
}
@media (max-width: 575.98px) {
  .veintitres .mega-menu {
    min-width: 100%;
  }
  .veintitres .banner-content {
    padding: 0;
  }
  .veintitres .banner-content .btn {
    width: auto;
  }
  .veintitres .banner-title {
    font-size: 2rem;
    line-height: 2.563rem;
  }
  .veintitres .section-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .veintitres .section-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  .veintitres .news-main-content-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .veintitres .box-cifras {
    padding: 60px 0 40px;
  }
  .veintitres .box-cifras .titu {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }
  .veintitres .box-cifras .bajada {
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
  .veintitres .box-cifras .datos {
    display: block;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
  }
  .veintitres .box-cifras .datos .medida {
    float: left;
    clear: both;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .veintitres .box-cifras .datos .left {
    margin-right: 0;
    margin-left: 20px;
  }
  .veintitres .box-cifras .datos .left picture {
    flex: 0 1 60px;
  }
  .veintitres .box-cifras .datos .left .box-titu .epigrafe {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .veintitres .box-cifras .datos .left .box-titu .titu {
    font-size: 2.3rem;
    line-height: 2.25rem;
  }
  .veintitres .box-noticias {
    padding: 40px 0 60px;
  }
  .veintitres .box-noticias .btn.btn-primary {
    margin: 30px auto 0;
  }
  .veintitres .section-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .veintitres article.noti {
    margin-bottom: 45px;
    overflow: hidden;
  }
  .veintitres article.noti .fecha {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 5px;
  }
  .veintitres article.noti .titu {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
  }
  .veintitres article.noti--small {
    margin-bottom: 30px;
  }
  .veintitres article.noti--small > a {
    margin-bottom: 0;
    margin-right: 0;
    flex: 1 0 160px;
  }
  .veintitres article.noti--small picture {
    margin-bottom: 0;
    flex: 1 0 160px;
  }
  .veintitres article.noti--small .box-titu {
    padding-bottom: 0;
  }
  .veintitres article.noti--small .box-titu .fecha {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .veintitres article.noti--small .box-titu .titu {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .veintitres article.noti--small .box-titu a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .veintitres .box-resultados .container .box {
    padding: 30px 15px 0;
    border-radius: 0;
  }
  .veintitres .box-resultados .container .box--left .col .box-top .titu {
    font-size: 1.875rem;
    line-height: 3.25rem;
    margin-bottom: 20px;
  }
  .veintitres .box-resultados .container .box--left .col .box-top .bajada {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 60px;
  }
  .veintitres .box-resultados .container .box--left .col .box-bottom {
    padding: 0;
  }
  .veintitres .box-resultados .container .box--left .col .box-bottom .tit {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .veintitres .box-resultados .container .box--left .col .box-bottom .doc {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .veintitres .box-resultados .container .box--left .col .box-bottom .doc .titu {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 15px;
  }
  .veintitres .box-resultados .container .box--left .col .box-bottom .doc .aleft {
    flex-direction: column;
  }
  .veintitres .carousel-gal .container .mySwiper2 {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .veintitres .header-bottom-part.dos .container .header-bottom-part-content .logo {
    left: 0;
    transform: none;
    position: relative;
  }
  .veintitres .mega-menu {
    padding: 0 15px;
    border-radius: 0;
    min-width: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    display: grid;
    overflow: auto;
    transition: max-height 0.3s ease-in-out;
    box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .veintitres .mega-menu__item + .mega-menu__item {
    margin-top: 0;
  }
  .veintitres .mega-menu__item a {
    padding: 12px 15px;
  }
  .veintitres .mega-menu.show {
    max-height: 92vh;
    height: 92vh;
  }
  .veintitres .header-top-item.movil a {
    padding: 15px;
  }
  .veintitres .mega-menu__row:last-child {
    padding-bottom: 20px;
  }
  .veintitres.header-absoluto .dropbtn__menu {
    background-image: url(../../imag/ic-hamburguer.svg);
  }
  .veintitres .dropbtn.dropbtn__menu.active {
    background-image: url(../../imag/ic-close-o.svg);
  }
}
.arrow-icon {
  fill: none;
  stroke: #E55302;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  display: block;
}

.arrow-icon--white {
  stroke: #fff;
}

.arrow-icon--circle {
  stroke: inherit;
}

.arrow-icon--arrow {
  stroke: inherit;
}

.arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.arrow-icon:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

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