@charset "UTF-8";
.btn-blue {
  background-color: #1C69D4;
  min-height: 52px;
  line-height: 52px;
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: "BMWNextMedium";
}

.link {
  color: #1C69D4;
  text-decoration: underline;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Opciones($prop): color, background-color,opacity,..., all */
/*PlaceHolder*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: "BMWNextLight";
  src: url(fonts/BMWTypeNext-Light.woff2) format("woff2"), url(fonts/BMWTypeNext-Light.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextLight-Bold";
  src: url(fonts/BMWTypeNextLight-Bold.woff2) format("woff2"), url(fonts/BMWTypeNextLight-Bold.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextLight-Italic";
  src: url(fonts/BMWTypeNextLight-Italic.woff2) format("woff2"), url(fonts/BMWTypeNextLight-Italic.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextLight-Bold-Italic";
  src: url(fonts/BMWTypeNextLight-BoldItalic.woff2) format("woff2"), url(fonts/BMWTypeNextLight-BoldItalic.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextMedium";
  src: url(fonts/BMWTypeNext-Medium.woff2) format("woff2"), url(fonts/BMWTypeNext-Medium.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextMedium-Bold";
  src: url(fonts/BMWTypeNextMedium-Bold.woff2) format("woff2"), url(fonts/BMWTypeNextMedium-Bold.woff) format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "BMWNextMedium-Italic";
  src: url(fonts/BMWTypeNextMedium-Italic.woff2) format("woff2"), url(fonts/BMWTypeNextMedium-Italic.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextMedium-Bold-Italic";
  src: url(fonts/BMWTypeNextMedium-BoldItalic.woff2) format("woff2"), url(fonts/BMWTypeNextMedium-BoldItalic.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BMWNextBold";
  src: url(fonts/BMWTypeNext-Bold.woff2) format("woff2"), url(fonts/BMWTypeNext-Bold.woff) format("woff");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "BMWNextLight";
}

* {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #1C69D4;
}

a {
  color: inherit;
  text-decoration: none;
}

/*
  container emergap
*/
#container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width : 525px) {
  .wrapper {
    width: 90%;
  }
}

.infowinpopup {
  background-color: #f6f6f6;
  padding: 15px;
  width: 190px;
}
.infowinpopup .puestopopup {
  line-height: 1.3;
  font-size: 0.8rem;
  color: #253746 !important;
  font-family: BMWNextMedium !important;
  line-height: 1.4;
  margin-bottom: 10px;
}
.infowinpopup .fechapopup {
  font-size: 0.7rem;
  margin-bottom: 13px;
}
.infowinpopup .buttonpopup {
  pointer-events: auto;
  position: relative;
  z-index: 5;
  font-family: BMWNextMedium !important;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white !important;
  background-color: #1c69d4;
  border: none;
  padding: 16px 13px;
  width: 100%;
  height: 28px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  margin-bottom: 10px;
}
.infowinpopup .buttonpopup::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 55%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5-5 5' stroke='white' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* P FONT */
.pFfontSize {
  font-size: 0.8854166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSize {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSize {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSize {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSize {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSize {
    font-size: 1.3541666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSize {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSize {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSize {
    font-size: 2.6692708333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSize {
    font-size: 2.9947916667vw;
  }
}

.pFfontSizeMid {
  font-size: 1.6666666667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeMid {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeMid {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeMid {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeMid {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeMid {
    font-size: 1.9270833333vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeMid {
    font-size: 1.9791666667vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeMid {
    font-size: 5.078125vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeMid {
    font-size: 5.3385416667vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeMid {
    font-size: 5.5989583333vw;
  }
}

.pFfontSizeBig {
  font-size: 2.4479166667vw;
}
@media only screen and (max-width: 1720px) {
  .pFfontSizeBig {
    font-size: 2.4479166667vw;
  }
}
@media only screen and (max-width: 1550px) {
  .pFfontSizeBig {
    font-size: 2.65625vw;
  }
}
@media only screen and (max-width: 1448px) {
  .pFfontSizeBig {
    font-size: 2.8125vw;
  }
}
@media only screen and (max-width: 1248px) {
  .pFfontSizeBig {
    font-size: 3.0208333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pFfontSizeBig {
    font-size: 3.2291666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .pFfontSizeBig {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width : 768px) {
  .pFfontSizeBig {
    font-size: 5.46875vw;
  }
}
@media only screen and (max-width : 640px) {
  .pFfontSizeBig {
    font-size: 5.9895833333vw;
  }
}
@media only screen and (max-width : 525px) {
  .pFfontSizeBig {
    font-size: 6.25vw;
  }
}

.cabecera-home {
  position: relative;
  width: 100%;
  aspect-ratio: 1728/975;
  max-height: 97vh;
  max-width: 1730px;
  margin: 0 auto 7.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width : 768px) {
  .cabecera-home {
    align-items: flex-end;
    padding-bottom: 2.5rem;
    aspect-ratio: 375/578;
    margin: 100px 0 3.125rem 0;
  }
}
.cabecera-home__content {
  margin-left: auto;
  color: white;
  width: 50%;
}
@media only screen and (max-width : 768px) {
  .cabecera-home__content {
    width: 100%;
  }
}
.cabecera-home__content h2 {
  font-family: "BMWNextMedium";
  font-size: 3rem;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width : 768px) {
  .cabecera-home__content h2 {
    font-size: 2.25rem;
    line-height: 1.15;
  }
}
.cabecera-home__content p {
  font-family: "BMWNextLight";
  font-size: 1.5rem;
  margin: 0 0 1.875rem;
}
@media only screen and (max-width : 768px) {
  .cabecera-home__content p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.cabecera-home .bck {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cabecera-home .bck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl_informacion_home {
  position: relative;
  width: 100%;
}
.blk__promo01 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 6.875rem;
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .blk__promo01 {
    margin: 0 0 3.125rem;
    flex-direction: column;
  }
}
.blk__promo01 .txt {
  width: 41.66%;
  font-family: "BMWNextLight";
  font-size: 1rem;
  color: #494949;
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .blk__promo01 .txt {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.blk__promo01 .txt h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width : 768px) {
  .blk__promo01 .txt h3 {
    font-size: 2rem;
  }
}
.blk__promo01 .txt p {
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width : 768px) {
  .blk__promo01 .txt p {
    font-size: 1rem;
  }
}
.blk__promo01 > figure {
  width: 41.66%;
}
@media only screen and (max-width : 768px) {
  .blk__promo01 > figure {
    width: 100%;
  }
}
.blk__promo01 > figure img {
  width: 100%;
  display: block;
}

.odd .blk__promo01 {
  flex-direction: row-reverse;
}
@media only screen and (max-width : 768px) {
  .odd .blk__promo01 {
    flex-direction: column;
  }
}
.odd .blk__promo01 .txt {
  text-align: right;
}
@media only screen and (max-width : 768px) {
  .odd .blk__promo01 .txt {
    text-align: left;
  }
}

.promo-slider {
  position: relative;
  width: 100%;
  margin: 0 0 6.25rem 0;
}
.promo-slider .swiper-button-next, .promo-slider .swiper-button-prev {
  color: white;
}
.promo-slider .swiper-button-next:after, .promo-slider .swiper-button-prev:after {
  font-size: 25px;
}
@media only screen and (max-width : 768px) {
  .promo-slider .swiper-button-next:after, .promo-slider .swiper-button-prev:after {
    font-size: 25px;
  }
}
.promo-slider__intro {
  font-family: "BMWNextLight";
  color: #494949;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5% 3.125rem;
}
.promo-slider__intro h2 {
  font-size: 3rem;
}
@media only screen and (max-width : 768px) {
  .promo-slider__intro h2 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}
.promo-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1529/708;
}
@media only screen and (max-width : 768px) {
  .promo-slider .swiper-slide {
    aspect-ratio: 335/254;
  }
}
.promo-slider .swiper-slide .bck {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.promo-slider .swiper-slide .bck img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.promo-slider .swiper-slide .bck::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.promo-slider .swiper-slide .txt {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.promo-slider .swiper-slide .txt h3 {
  font-family: "BMWNextMedium";
  font-size: 2.5rem;
  color: white;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .promo-slider .swiper-slide .txt h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width : 768px) {
  .promo-slider .swiper-slide .txt h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.destacado-blog {
  position: relative;
  width: 100%;
  margin: 0 0 6.25rem 0;
}
.destacado-blog__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .destacado-blog__box {
    flex-direction: column;
  }
}
.destacado-blog__intro {
  font-family: "BMWNextLight";
  max-width: 500px;
  width: 33%;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .destacado-blog__intro {
    width: 100%;
    margin-bottom: 3.75rem;
  }
}
.destacado-blog__intro h3 {
  font-size: 3rem;
  font-family: "BMWNextMedium";
  margin: 0 0 1.25rem;
}
@media only screen and (max-width : 768px) {
  .destacado-blog__intro h3 {
    font-size: 2.25rem;
  }
}
.destacado-blog__intro p {
  margin: 0 0 1.75rem;
  line-height: 1.3;
}
@media only screen and (max-width : 768px) {
  .destacado-blog__intro p {
    line-height: 1.5;
  }
}
.destacado-blog__intro > :last-child {
  margin-bottom: 0;
}
.destacado-blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
}
@media only screen and (max-width : 768px) {
  .destacado-blog__list {
    width: 100%;
  }
}
.destacado-blog__list article {
  width: calc(50% - 11px);
  margin: 0;
}
@media only screen and (max-width : 525px) {
  .destacado-blog__list article {
    width: 100%;
    margin: 0 0 5rem;
  }
}
.destacado-blog__list article:last-child {
  margin-bottom: 0;
}
.destacado-blog__list article figure {
  width: 100%;
  margin: 0 0 1.875rem;
}
.destacado-blog__list article figure img {
  display: block;
  width: 100%;
}
.destacado-blog__list article .txt .tit {
  font-size: 1.25rem;
  font-family: "BMWNextMedium";
}
.destacado-blog__list article .txt p {
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.destacado-blog__list article .txt > :last-child {
  margin-bottom: 0;
}

.destacado {
  position: relative;
  width: 100%;
  margin: 0 0 6.25rem 0;
}
.destacado__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .destacado__box {
    flex-direction: column;
  }
}
.destacado__intro {
  font-family: "BMWNextLight";
  max-width: 500px;
  width: 33%;
}
@media only screen and (max-width : 768px) {
  .destacado__intro {
    width: 100%;
    order: 2;
  }
}
.destacado__intro h3 {
  font-size: 3rem;
  font-family: "BMWNextMedium";
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
@media only screen and (max-width : 768px) {
  .destacado__intro h3 {
    font-size: 2.25rem;
    line-height: 1.2;
    text-align: center;
  }
}
.destacado__intro p {
  margin: 0 0 1.75rem;
  line-height: 1.3;
}
@media only screen and (max-width : 768px) {
  .destacado__intro p {
    text-align: center;
  }
}
.destacado__intro > :last-child {
  margin-bottom: 0;
}
.destacado__img {
  width: 58%;
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .destacado__img {
    width: 100%;
    order: 1;
    margin: 0 0 1.25rem;
  }
}
.destacado__img img {
  width: 100%;
  display: block;
}

.blog-header {
  aspect-ratio: 0 !important;
  height: auto;
}
.blog-header .blog-migas {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.blog-header .blog-migas img {
  width: 35px;
}
.blog-header .blog-migas span {
  margin-left: 10px;
  font-family: "BMWNextLight";
  color: #494949 !important;
  font-size: 1rem;
  line-height: 1.5;
}
.blog-header .header-noticia {
  position: relative;
  width: 100%;
  aspect-ratio: 63/25;
  min-height: 30.1587301587%;
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-header .blog-content {
  color: #494949 !important;
}

.noticia-interior {
  max-height: none !important;
  aspect-ratio: auto;
  display: block;
}

.page-header {
  position: relative;
  width: 100%;
  aspect-ratio: 1728/672;
  max-height: 97vh;
  max-width: 1730px;
  margin: 0 auto 4.6875rem;
  display: flex;
  padding: 7.5rem 0 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width : 768px) {
  .page-header {
    aspect-ratio: 375/453;
    margin: 100px 0 2.5rem 0;
    padding: 0;
  }
}
.page-header .bck {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-header .bck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header__content {
  margin-left: auto;
  color: white;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width : 768px) {
  .page-header__content {
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 40px 0;
  }
}
.page-header__content h2 {
  font-family: "BMWNextMedium";
  font-size: 3rem;
  margin: 0 0 0.625rem;
  letter-spacing: 0;
}
@media only screen and (max-width : 768px) {
  .page-header__content h2 {
    font-size: 2.25rem;
  }
}

.listado-ofertas-empleo {
  position: relative;
  width: 100%;
}
.listado-ofertas-empleo__intro {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.375rem;
}
.listado-ofertas-empleo__intro h2 {
  font-size: 3rem;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width : 768px) {
  .listado-ofertas-empleo__intro h2 {
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.listado-ofertas-empleo__intro p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.listado-ofertas-empleo__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px; /* solo columnas */
  row-gap: 58px; /* solo filas */
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 1024px) {
  .listado-ofertas-empleo__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 525px) {
  .listado-ofertas-empleo__list {
    grid-template-columns: 1fr;
  }
}
.listado-ofertas-empleo__list article figure {
  margin-bottom: 1.125rem;
}
.listado-ofertas-empleo__list article figure img {
  display: block;
  width: 100%;
}
.listado-ofertas-empleo__list article .txt {
  font-family: "BMWNextLight";
}
.listado-ofertas-empleo__list article .txt p.tit {
  font-family: "BMWNextMedium";
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.listado-ofertas-empleo__list article .txt p {
  line-height: 1.5;
}

.tpl_page_blogHome {
  position: relative;
  width: 100%;
  margin-bottom: calc(40px + 3.5vw);
}
.tpl_page_blogHome .resultado {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: calc(20px + 0.5vw);
}
@media (max-width: 768px) {
  .tpl_page_blogHome .resultado {
    flex-direction: column;
  }
  .tpl_page_blogHome .resultado .filtros {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .tpl_page_blogHome .resultado .listado {
    width: 100% !important;
    margin-left: 0px !important;
    aspect-ratio: 1/1;
  }
}
.tpl_page_blogHome .resultado .filtros {
  margin-right: 5px;
  width: 21%;
  display: flex;
  flex-direction: column;
  padding-right: 3px;
  border-right: 1px solid rgba(73, 73, 73, 0.3);
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .filtros {
    border-right: none;
  }
}
.tpl_page_blogHome .resultado .filtros h4 {
  margin-bottom: 0.9375rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
  font-weight: 300;
}
.tpl_page_blogHome .resultado .filtros .tema {
  width: fit-content;
  border: 1px solid #494949;
  padding: 7px 8px;
  margin-bottom: 12px;
}
.tpl_page_blogHome .resultado .filtros .tema a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.tpl_page_blogHome .resultado .filtros .tema a img {
  width: 17px;
  margin-left: 10px;
}
.tpl_page_blogHome .resultado .listado {
  width: 79%;
  margin-left: 10px;
}
.tpl_page_blogHome .resultado .listado .blogBig {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 90%;
  aspect-ratio: 10.1/5.7;
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .tpl_page_blogHome .resultado .listado .blogBig {
    width: 100%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .listado .blogBig {
    flex-direction: column;
  }
}
.tpl_page_blogHome .resultado .listado .blogBig img {
  width: 73.5%;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .listado .blogBig img {
    width: 100%;
  }
}
.tpl_page_blogHome .resultado .listado .blogBig .txt {
  margin-left: 20px;
  width: 26.5%;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .listado .blogBig .txt {
    width: 100%;
  }
}
.tpl_page_blogHome .resultado .listado .blogBig .txt .tit {
  font-size: 0.875rem;
  font-family: "BMWNextLight";
  color: #02489A;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .listado .blogBig .txt .tit {
    margin-top: 2em;
  }
}
.tpl_page_blogHome .resultado .listado .blogBig .txt p {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogHome .resultado .listado .blogBig .txt p img {
  width: 20px;
  margin-left: 10px;
}
.tpl_page_blogHome .resultado .listado .blogBig .txt p a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.tpl_page_blogHome .resultado .listado .blogList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
}
@media only screen and (max-width: 1248px) {
  .tpl_page_blogHome .resultado .listado .blogList {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogHome .resultado .listado .blogList {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.tpl_page_blogHome .resultado .listado .blogList article {
  width: 100%;
  margin: 0;
}
.tpl_page_blogHome .resultado .listado .blogList article:last-child {
  margin-bottom: 0;
}
.tpl_page_blogHome .resultado .listado .blogList article figure {
  position: relative;
  width: 100%;
  margin: 0 0 1.875rem;
}
.tpl_page_blogHome .resultado .listado .blogList article figure .minisquare {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.tpl_page_blogHome .resultado .listado .blogList article figure img {
  display: block;
  width: 100%;
}
.tpl_page_blogHome .resultado .listado .blogList article .txt .tit {
  font-size: 0.875rem;
  font-family: "BMWNextLight";
  color: #02489A;
}
.tpl_page_blogHome .resultado .listado .blogList article .txt p {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogHome .resultado .listado .blogList article .txt p img {
  width: 20px;
  margin-left: 10px;
}
.tpl_page_blogHome .resultado .listado .blogList article .txt p a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.tpl_page_blogHome .resultado .listado .loadmore {
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: fit-content;
  border: 1px solid #494949;
  padding: 0px 2px 0 15px;
  font-family: "BMWNextMedium";
}
.tpl_page_blogHome .resultado .listado .loadmore img {
  width: 40px;
}
.tpl_page_blogHome .resultado .listado .nonevisible {
  display: none;
}

.tpl_page_blogInterior {
  position: relative;
  width: 100%;
  margin-bottom: calc(40px + 3.5vw);
}
.tpl_page_blogInterior .resultado {
  width: 70%;
  position: relative;
  display: flex;
  margin-bottom: calc(10px + 0.2vw);
}
@media only screen and (max-width: 1720px) {
  .tpl_page_blogInterior .resultado {
    width: 70%;
  }
}
@media only screen and (max-width: 1550px) {
  .tpl_page_blogInterior .resultado {
    width: 75%;
  }
}
@media only screen and (max-width: 1448px) {
  .tpl_page_blogInterior .resultado {
    width: 77%;
  }
}
@media only screen and (max-width: 1248px) {
  .tpl_page_blogInterior .resultado {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl_page_blogInterior .resultado {
    width: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .tpl_page_blogInterior .resultado {
    width: 90%;
  }
}
@media only screen and (max-width : 768px) {
  .tpl_page_blogInterior .resultado {
    width: 93%;
  }
}
@media only screen and (max-width : 640px) {
  .tpl_page_blogInterior .resultado {
    width: 95%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .resultado {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tpl_page_blogInterior .resultado .filtros {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .tpl_page_blogInterior .resultado .listado {
    width: 100% !important;
    margin-left: 0px !important;
    aspect-ratio: 1/1;
  }
}
.tpl_page_blogInterior .resultado .listado {
  width: 100%;
  margin-left: 10px;
}
.tpl_page_blogInterior .resultado .listado .blogBig {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 90%;
  aspect-ratio: 10.1/5.7;
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .tpl_page_blogInterior .resultado .listado .blogBig {
    width: 100%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .resultado .listado .blogBig {
    flex-direction: column;
  }
}
.tpl_page_blogInterior .resultado .listado .blogBig .rrssshare {
  display: flex;
  flex-direction: row;
  align-self: baseline;
  margin: 0.75rem 0 0;
}
.tpl_page_blogInterior .resultado .listado .blogBig .rrssshare .rs {
  max-width: 25px;
  margin-right: 0px;
}
.tpl_page_blogInterior .resultado .listado .blogBig .rrssshare .rs img {
  width: 100%;
}
.tpl_page_blogInterior .resultado .listado .blogBig .video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.tpl_page_blogInterior .resultado .listado .blogBig .video img {
  width: 100%;
}
.tpl_page_blogInterior .resultado .listado .blogBig .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  max-width: 80px;
}
.tpl_page_blogInterior .resultado .listado .blogBig .video .play img {
  width: 100%;
}
.tpl_page_blogInterior .resultado .listado .blogBig .imagen {
  position: relative;
  width: 100%;
}
.tpl_page_blogInterior .resultado .listado .blogBig .imagen img {
  width: 100%;
  margin-bottom: 5px;
}
.tpl_page_blogInterior .resultado .listado .blogBig .imagen .leyenda {
  font-size: 0.75rem;
  font-family: "BMWNextLight";
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt {
  width: 100%;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .resultado .listado .blogBig .txt {
    width: 100%;
  }
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .fecha {
  font-size: 0.875rem;
  font-family: "BMWNextLight";
  color: #02489A;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .resultado .listado .blogBig .txt .fecha {
    margin-top: 2em;
  }
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .tit {
  margin-top: 1em;
  margin-bottom: 5px;
  font-size: 1.5625rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .blackit {
  color: black;
  font-family: "BMWNextBold" !important;
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .subtit {
  margin-bottom: 0.75em;
  font-size: 1.5625rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextLight";
  font-weight: 500;
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .subtit strong {
  font-family: "BMWNextBold";
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .descripcion {
  color: #494949;
  font-family: "BMWNextLight";
  margin-bottom: 1.1875rem;
  line-height: 1.4;
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .descripcion strong {
  font-family: "BMWNextBold";
}
.tpl_page_blogInterior .resultado .listado .blogBig .txt .descripcion a {
  text-decoration: underline;
  color: inherit;
}
.tpl_page_blogInterior .barraslider {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: calc(20px + 0.5vw);
}
.tpl_page_blogInterior .barraslider .progress {
  display: flex;
  gap: 5px;
  width: 96%;
}
@media only screen and (max-width: 1720px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 96 .tpl_page_blogInterior .barraslider .progress;
  }
}
@media only screen and (max-width: 1550px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 95%;
  }
}
@media only screen and (max-width: 1448px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 94%;
  }
}
@media only screen and (max-width: 1248px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 93%;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 92%;
  }
}
@media only screen and (max-width: 900px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 90%;
  }
}
@media only screen and (max-width : 768px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 90%;
  }
}
@media only screen and (max-width : 640px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 90%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .barraslider .progress {
    width: 90%;
  }
}
.tpl_page_blogInterior .barraslider .progress .seg {
  flex: 1;
  height: 3px;
  background: #bdbdbd;
  opacity: 0.5;
}
.tpl_page_blogInterior .barraslider .progress .seg.is-active {
  opacity: 1;
  background: #494949;
}
.tpl_page_blogInterior .barraslider .flechaIzq.is-disabled,
.tpl_page_blogInterior .barraslider .flechaDcha.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.tpl_page_blogInterior .barraslider .flechaIzq {
  cursor: pointer;
  margin-top: 1px;
  width: 15px;
}
.tpl_page_blogInterior .barraslider .flechaIzq img {
  width: 100%;
}
.tpl_page_blogInterior .barraslider .flechaDcha {
  cursor: pointer;
  margin-bottom: 1px;
  width: 15px;
  transform: rotate(180deg);
}
.tpl_page_blogInterior .barraslider .flechaDcha img {
  width: 100%;
}
.tpl_page_blogInterior .recomendados .tit {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogInterior .recomendados .blogList {
  width: 100%;
}
@media only screen and (max-width: 1248px) {
  .tpl_page_blogInterior .recomendados .blogList {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .recomendados .blogList {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.tpl_page_blogInterior .recomendados .blogList article {
  width: 100%;
  margin: 0;
}
.tpl_page_blogInterior .recomendados .blogList article:last-child {
  margin-bottom: 0;
}
.tpl_page_blogInterior .recomendados .blogList article figure {
  position: relative;
  width: 100%;
  margin: 0 0 0.625rem;
}
.tpl_page_blogInterior .recomendados .blogList article figure .minisquare {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.tpl_page_blogInterior .recomendados .blogList article figure img {
  display: block;
  width: 100%;
}
.tpl_page_blogInterior .recomendados .blogList article .txt .tit {
  font-size: 0.875rem;
  font-family: "BMWNextLight";
  color: #02489A;
}
.tpl_page_blogInterior .recomendados .blogList article .txt p {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogInterior .recomendados .blogList article .txt p img {
  width: 20px;
  margin-left: 10px;
}
.tpl_page_blogInterior .recomendados .blogList article .txt p a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.tpl_page_blogInterior .temas .tit {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #494949;
  font-family: "BMWNextMedium";
}
.tpl_page_blogInterior .temas .filtros {
  margin-right: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  padding-right: 3px;
}
@media only screen and (max-width : 525px) {
  .tpl_page_blogInterior .temas .filtros {
    border-right: none;
    width: 100%;
  }
}
.tpl_page_blogInterior .temas .filtros .tema {
  margin: 0;
  width: fit-content;
  border: 1px solid #494949;
  padding: 7px 8px;
}
.tpl_page_blogInterior .temas .filtros .tema a {
  display: flex;
  align-items: center;
}
.tpl_page_blogInterior .temas .filtros .tema a img {
  width: 17px;
  margin-left: 10px;
}

.tpl_nacionales {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(20px + 2vw);
}
.tpl_nacionales .cabecera {
  display: flex;
  margin: 0 0 1vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .tpl_nacionales .cabecera {
    margin: 0.7vw 0 1.3vw;
  }
}
@media only screen and (max-width: 1550px) {
  .tpl_nacionales .cabecera {
    margin: 0.9vw 0 1.6vw;
  }
}
@media only screen and (max-width: 1448px) {
  .tpl_nacionales .cabecera {
    margin: 1.1vw 0 1.9vw;
  }
}
@media only screen and (max-width: 1248px) {
  .tpl_nacionales .cabecera {
    margin: 1.3vw 0 2.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl_nacionales .cabecera {
    margin: 1.5vw 0 2.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .tpl_nacionales .cabecera {
    margin: 1.7vw 0 2.8vw;
  }
}
@media only screen and (max-width : 768px) {
  .tpl_nacionales .cabecera {
    margin: 1.9vw 0 3.1vw;
  }
}
@media only screen and (max-width : 640px) {
  .tpl_nacionales .cabecera {
    margin: 2.1vw 0 3.4vw;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_nacionales .cabecera {
    margin: 2.3vw 0 3.7vw;
  }
}
.tpl_nacionales .cabecera h4 {
  color: #253746;
  text-align: center;
  font-family: "BMWNextLight";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: calc(10px + 0.3vw);
}
.tpl_nacionales .cabecera h2 {
  color: #253746;
  text-align: center;
  font-size: 3rem;
  font-family: "BMWNextLight";
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
.tpl_nacionales .accordion {
  width: 100%;
  margin: auto;
  overflow: hidden;
  /*.accordion-header:hover {
      background-color: #eee;
  }*/
}
.tpl_nacionales .accordion .accordion-item {
  border-top: 1px solid #ddd;
}
.tpl_nacionales .accordion .accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.tpl_nacionales .accordion .accordion-header {
  color: #253746;
  font-family: BMWNextLight !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.8s;
  padding: 1rem 0 1rem 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.tpl_nacionales .accordion .arrow {
  margin-right: 8px;
  transition: transform 0.8s;
  transform-origin: center;
}
.tpl_nacionales .accordion .arrow img {
  max-width: 12px;
  transform: translateY(-4px);
}
.tpl_nacionales .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.4s ease, 0.4s ease;
}
.tpl_nacionales .accordion .accordion-content p {
  color: #253746;
  font-family: BMWNextLight !important;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: calc(10px + 0.5vw);
}
.tpl_nacionales .accordion .accordion-content ul {
  list-style-type: disc !important;
  margin-left: 20px;
  color: #253746;
  font-family: BMWNextLight !important;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: calc(10px + 0.5vw);
}
.tpl_nacionales .accordion .accordion-content ul strong {
  font-weight: 600;
}
.tpl_nacionales .accordion .accordion-content ul li {
  margin-bottom: 3px;
}
.tpl_nacionales .accordion .accordion-item.active .accordion-content {
  max-height: 700px;
}
.tpl_nacionales .accordion .accordion-item.active .arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .tpl_nacionales {
    padding-bottom: calc(20px + 4vw);
  }
}
@media only screen and (max-width : 525px) {
  .tpl_nacionales {
    padding-bottom: calc(20px + 6vw);
  }
}

.tpl_ofertas_empleo {
  position: relative;
  width: 100%;
  margin-bottom: calc(40px + 3.5vw);
}
.tpl_ofertas_empleo .cabecera {
  display: flex;
  margin: 0.5vw 0 1vw;
  flex-direction: column;
}
@media only screen and (max-width: 1720px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 0.7vw 0 1.3vw;
  }
}
@media only screen and (max-width: 1550px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 0.9vw 0 1.6vw;
  }
}
@media only screen and (max-width: 1448px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 1.1vw 0 1.9vw;
  }
}
@media only screen and (max-width: 1248px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 1.3vw 0 2.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 1.5vw 0 2.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 1.7vw 0 2.8vw;
  }
}
@media only screen and (max-width : 768px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 1.9vw 0 3.1vw;
  }
}
@media only screen and (max-width : 640px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 2.1vw 0 3.4vw;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_ofertas_empleo .cabecera {
    margin: 2.3vw 0 3.7vw;
  }
}
.tpl_ofertas_empleo .cabecera h4 {
  color: #253746;
  text-align: center;
  font-size: 3rem;
  font-family: "BMWNextLight";
  margin: 0 0 0.2vw;
  line-height: 1.3;
  /*text-transform: uppercase;*/
  margin-bottom: calc(10px + 0.3vw);
}
.tpl_ofertas_empleo .cabecera h2 {
  color: #253746;
  text-align: center;
  font-size: 3rem;
  font-family: "BMWNextLight";
  margin: 0 0 0.2vw;
  line-height: 1.3;
}
.tpl_ofertas_empleo .ofertas {
  margin-bottom: calc(10px + 1vw);
}
.tpl_ofertas_empleo .ofertas .selects {
  display: flex;
  gap: 20px; /* separación entre elementos */
  width: 100%;
}
@media (max-width: 768px) {
  .tpl_ofertas_empleo .ofertas .selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }
  .tpl_ofertas_empleo .ofertas .selects select,
  .tpl_ofertas_empleo .ofertas .selects button {
    width: 100%;
    flex: initial;
  }
}
.tpl_ofertas_empleo .ofertas .selects select, .tpl_ofertas_empleo .ofertas .selects button {
  flex: 1;
  color: #253746;
  font-family: BMWNextLight !important;
}
.tpl_ofertas_empleo .ofertas .selects select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 40px 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 1.2;
}
.tpl_ofertas_empleo .ofertas .button {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white !important;
  background-color: #494949;
  border: none;
  padding: 15px 20px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.tpl_ofertas_empleo .ofertas .button::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 55%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5-5 5' stroke='white' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.tpl_ofertas_empleo .orden {
  width: 30%;
  margin-bottom: calc(5px + 0.2vw);
}
@media (max-width: 768px) {
  .tpl_ofertas_empleo .orden {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tpl_ofertas_empleo .orden select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 43px;
  padding: 12px 48px 12px 12px;
  background-color: #e6e6e6; /* gris */
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23253746' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  white-space: nowrap;
  color: #253746;
  font-family: BMWNextLight !important;
  font-size: 16px;
  outline: none; /* quita borde azul */
}
.tpl_ofertas_empleo .orden select:focus {
  outline: none;
  box-shadow: none;
}
.tpl_ofertas_empleo .resultado {
  width: 100%;
  aspect-ratio: 46/30;
  position: relative;
  display: flex;
  margin-bottom: calc(20px + 0.5vw);
}
@media (max-width: 768px) {
  .tpl_ofertas_empleo .resultado {
    flex-direction: column;
  }
  .tpl_ofertas_empleo .resultado .listado {
    width: 100% !important;
    margin-bottom: 10px;
    min-height: 430px;
  }
  .tpl_ofertas_empleo .resultado .mapa {
    width: 100% !important;
    margin-left: 0px !important;
    aspect-ratio: 1/1;
  }
}
.tpl_ofertas_empleo .resultado .listado {
  height: 100%; /* <- clave */
  overflow-y: auto; /* scroll interno */
  width: 31%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding-right: 3px;
  scrollbar-gutter: stable;
}
.tpl_ofertas_empleo .resultado .listado .nonresults {
  line-height: 1.3;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.tpl_ofertas_empleo .resultado .listado .infowin {
  background-color: #f6f6f6;
  border-bottom: 1px solid #494949;
  padding: 15px;
}
.tpl_ofertas_empleo .resultado .listado .infowin .puesto {
  line-height: 1.3;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.tpl_ofertas_empleo .resultado .listado .infowin .fecha {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.tpl_ofertas_empleo .resultado .listado .infowin .button {
  pointer-events: auto;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white !important;
  background-color: #1c69d4;
  border: none;
  padding: 15px 20px;
  width: 67%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tpl_ofertas_empleo .resultado .listado .infowin .button {
    width: 35%;
  }
}
@media (max-width: 525px) {
  .tpl_ofertas_empleo .resultado .listado .infowin .button {
    width: 50%;
  }
}
.tpl_ofertas_empleo .resultado .listado .infowin .button::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 55%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5-5 5' stroke='white' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.tpl_ofertas_empleo .resultado .listado:active {
  cursor: grabbing;
}
.tpl_ofertas_empleo .resultado .listado::-webkit-scrollbar {
  width: 10px;
}
.tpl_ofertas_empleo .resultado .listado::-webkit-scrollbar-track {
  background: transparent;
}
.tpl_ofertas_empleo .resultado .listado::-webkit-scrollbar-thumb {
  opacity: 0;
}
.tpl_ofertas_empleo .resultado .listado:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}
.tpl_ofertas_empleo .resultado .listado::-webkit-scrollbar-thumb {
  background-color: #494949;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.tpl_ofertas_empleo .resultado .listado::-webkit-scrollbar-thumb:hover {
  background-color: #494949;
}
.tpl_ofertas_empleo .resultado .mapa {
  width: 69%;
  margin-left: 10px;
}
.tpl_ofertas_empleo .desarrollo {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .tpl_ofertas_empleo .desarrollo {
    flex-direction: column;
  }
  .tpl_ofertas_empleo .desarrollo .resumen {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .tpl_ofertas_empleo .desarrollo .desglose {
    width: 100% !important;
  }
}
.tpl_ofertas_empleo .desarrollo .resumen {
  width: 31.5%;
  display: flex;
  flex-direction: column;
}
.tpl_ofertas_empleo .desarrollo .resumen .provi {
  font-family: BMWNextLight !important;
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.tpl_ofertas_empleo .desarrollo .resumen .vacan {
  font-family: BMWNextLight !important;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.tpl_ofertas_empleo .desarrollo .resumen .rrss {
  display: flex;
  flex-direction: row;
}
.tpl_ofertas_empleo .desarrollo .resumen .rrss div {
  max-width: 38px;
  margin-right: 10px;
  cursor: pointer;
}
.tpl_ofertas_empleo .desarrollo .resumen .rrss div img {
  width: 100%;
}
.tpl_ofertas_empleo .desarrollo .desglose {
  width: 68.5%;
  font-family: "BMWNextLight";
  color: #494949;
}
.tpl_ofertas_empleo .desarrollo .desglose .titularPrincipal {
  margin-bottom: calc(20px + 1vw);
}
.tpl_ofertas_empleo .desarrollo .desglose .funciones {
  margin-bottom: calc(20px + 0.7vw);
}
.tpl_ofertas_empleo .desarrollo .desglose .requisitos {
  margin-bottom: calc(20px + 0.7vw);
}
.tpl_ofertas_empleo .desarrollo .desglose .ofrece {
  margin-bottom: calc(40px + 1.5vw);
}
.tpl_ofertas_empleo .desarrollo .desglose h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.tpl_ofertas_empleo .desarrollo .desglose p {
  font-size: 0.8854166667vw;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1720px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 1550px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1448px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 1248px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 1.3541666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width : 768px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width : 640px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 2.6692708333vw;
  }
}
@media only screen and (max-width : 525px) {
  .tpl_ofertas_empleo .desarrollo .desglose p {
    font-size: 2.9947916667vw;
  }
}
.tpl_ofertas_empleo .desarrollo .desglose p a {
  text-decoration: underline;
  color: #037ee7 !important;
}
.tpl_ofertas_empleo .desarrollo .desglose ul {
  list-style-type: disc !important;
  margin-left: 20px;
  color: #253746;
  font-family: BMWNextLight !important;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: calc(10px + 0.5vw);
}
.tpl_ofertas_empleo .desarrollo .desglose ul strong {
  font-weight: 600;
}
.tpl_ofertas_empleo .desarrollo .desglose ul li {
  margin-bottom: 3px;
}
.tpl_ofertas_empleo .desarrollo .desglose .inscripcion {
  font-family: BMWNextMedium !important;
  font-size: 0.8rem;
  cursor: pointer;
}
.tpl_ofertas_empleo .desarrollo .desglose .inscripcion span {
  color: white;
  padding: 13px 25px;
  background-color: #037ee7 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  min-height: 90px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  display: flex;
  max-width: 1900px;
  flex-direction: row;
}
header .linewhite {
  width: 91%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 4.5%;
}

.logo_header {
  flex-grow: 0;
  padding-left: 5%;
  padding-top: 31px;
}

.menu_desktop {
  flex-grow: 1;
  display: flex;
  width: 100%;
}

.botonera {
  position: relative;
  top: 13px;
  align-items: center;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  clip-path: polygon(0 0, 100% 0, 100% 51%, 0 51%);
}
@media only screen and (max-width: 900px) {
  .botonera {
    display: none;
  }
}

.opc {
  padding: 2px 10px 0 10px;
  text-align: center;
  font-family: BMWNextBold;
  font-size: calc(13px + 0.1vw);
  letter-spacing: 1px;
  color: white;
  transform: translateY(25px);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.opc .on {
  color: #0773ff;
}

.opc .off {
  height: 20px;
  margin-bottom: 24px;
}

.linea {
  visibility: hidden;
  width: 1px;
  height: 27px;
  background-color: #0773ff;
  opacity: 0;
}

.menu_mobile {
  display: inline-block;
  height: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
}

.burger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-right: 5vw;
  visibility: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .burger {
    visibility: visible;
  }
}

.burger span {
  width: 100%;
  height: 4px;
  border-radius: 0px;
  display: block;
  position: absolute;
  background: #494949;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin: 0px 100%;
}

.burger span:nth-child(2) {
  top: calc(50% - 2px);
}

.burger span:nth-child(3) {
  bottom: 0;
}

.menu_mobile_container {
  position: fixed;
  left: 0px;
  top: 0vh;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 99;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}

.menu_mobile_top {
  flex: 20%;
}

.menu_mobile_middle {
  flex: 70%;
}

.botonera_mobile {
  position: relative;
  bottom: -12px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}

.macara_mobile {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 51%, 0 51%);
}

.opc_mobile {
  padding: 2px 15px 0 15px;
  text-align: center;
  font-family: BMWNextBold;
  font-size: calc(16px + 0.25vw);
  letter-spacing: 3px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.opc_mobile .on {
  color: #0773ff;
}

.opc_mobile .off {
  margin-bottom: 20px;
}

.menu_mobile_botton {
  flex: 10%;
}

footer {
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
}
footer .legales {
  position: relative;
  padding: 20px 15px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
  color: #494949;
  font-family: BMWNextMedium;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer .legales .opcfootter {
  position: relative;
  margin: 10px 10px;
  text-align: center;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
