<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  scroll-behavior: smooth !important;
}
/********** ESPACIOS **********/
.stadium-spaces .card {
  background: #008835;
  color: white;
  display: block;
  overflow: hidden;
}
.stadium-spaces .card img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stadium-spaces .card:hover {
  background: #08c150;
}
.stadium-spaces .card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.stadium-spaces .text {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 28px;
  text-transform: uppercase;
  padding: 20px 10px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stadium-spaces .num {
  color: #003816;
}
.stadium-spaces img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stadium-spaces .tab-villamarin [class*='col-']:nth-last-child(-n+2) .card {
  opacity: 0.3;
  pointer-events: none;
}
.stadium-spaces .tab-luis [class*='col-']:not(:nth-last-child(-n+2)) .card {
  opacity: 0.3;
  pointer-events: none;
}
.stadium-spaces .menu li.act,
.stadium-spaces .menu li a:hover {
  color: #A3D4B6;
}
.stadium-spaces .menu li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.stadium-spaces .main-title {
  padding-left: 0;
}
.card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 8px solid #008835;
}
.card-detail.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.card-detail .media-responsive {
  height: 100%;
}
.card-detail .media-responsive img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-detail .img-box {
  width: 100%;
}
.card-detail .text-box {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 19px;
  text-transform: uppercase;
  color: white;
  width: 100%;
  padding: 20px 15px;
}
.card-detail .name {
  font-family: 'BetisHeadlineSieteSiete';
}
.card-detail .space {
  font-size: 54px;
  letter-spacing: 0.02em;
  margin-top: 3px;
  margin-bottom: 20px;
}
.card-detail .title {
  font-size: 32px;
}
.card-detail .info-box {
  font-size: 32px;
}
.card-detail .info-box p + p {
  margin-top: 3px;
}
.card-detail .info-box span {
  margin-left: 5px;
}
.card-detail .btn {
  font-size: 25px;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-top: 30px;
}
.card-detail .gallery {
  overflow: hidden;
}
.card-detail .gallery img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-detail .gallery:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-detail .gallery:hover .ico-gallery {
  background: white;
}
.card-detail .gallery:hover svg {
  fill: #008835;
}
.card-detail .ico-gallery {
  background: #006728;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0 6px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  z-index: 3;
}
.card-detail .ico-gallery svg {
  width: 42px;
  height: 37px;
  fill: #fff;
}
/********** EVENTOS **********/
.corporate-events .event {
  height: calc(100% - 10px);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.01em;
}
.corporate-events .text-box {
  padding: 0px 5px 0;
  position: relative;
}
.corporate-events .text-box &gt; .row {
  position: absolute;
}
.corporate-events .event-box {
  padding: 0 5px;
  height: 33%;
}
.corporate-events .event-box.custom {
  height: 50%;
}
.corporate-events .row {
  height: 100%;
}
.corporate-events .card-detail {
  border: none;
}
.corporate-events .card-detail:not(:last-of-type) .text-box {
  margin-bottom: -15px;
}
.corporate-events .card-detail:last-of-type .text-box {
  margin-bottom: -10px;
}
/********** CONTACTO **********/
.corporate-contact-header img {
  min-width: 20%;
}
.corporate-contact .btn {
  font-size: 30px;
  letter-spacing: 0.03em;
}
/********** SPONSORS **********/
.corporate-sponsors {
  background-image: url('../img/resources/backgrounds/bg_betis_02b.jpg') !important;
}
.corporate-sponsors .sponsors-wrapper img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  max-width: 200px;
}
.corporate-sponsors .sponsors-wrapper img:first-child {
  opacity: 1;
}
.corporate-sponsors .sponsors-wrapper .level-2 a {
  width: 19%;
}
/********** EXPERIENCIA **********/
.corporate-experience {
  background: #003816;
  color: white;
  padding: 80px 0;
  font-size: 20px;
  line-height: 1.2;
}
.corporate-experience img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #008835;
  border-radius: 10px;
  margin-left: 30px;
}
/********** GALERÃA **********/
.corporate-gallery .slick-slide img {
  max-height: 100%;
}
.corporate-gallery .slick-prev {
  z-index: 1;
}
.corporate-gallery .slick-dots {
  bottom: -7px;
  text-align: center;
}
/********** VÃDEO **********/
.corporate-video {
  padding: 20px;
}
.corporate-video video {
  height: 78vh;
  -o-object-fit: cover;
     object-fit: cover;
}
/***** VIP CARTUJA *****/
.hospitality {
  height: 100px;
  background-position-y: center;
  margin-top: 0;
  text-align: center;
}
.hospitality::before {
  height: 100px;
}
.hospitality h1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  text-shadow: 0px 1px 5px #000000;
}
.description-cartuja {
  background: url(../img/graphics/bg/bg_enlared.png) center;
  background-size: cover;
  position: relative;
}
.description-cartuja::before {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003816;
  opacity: 0.5;
}
.img-description {
  height: auto !important;
}
/********** RESPONSIVE **********/
@media (max-width: 1440px) {
  .stadium-spaces .text {
    font-size: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stadium-spaces .num {
    display: block;
  }
  .card-detail .title {
    font-size: 28px;
  }
  .card-detail .info-box {
    font-size: 28px;
  }
  .corporate-video video {
    height: 100%;
  }
  .corporate-experience .fs-t-1 {
    font-size: 35px;
  }
  .hospitality {
    margin-top: 49px;
  }
}
@media (max-width: 1024px) {
  .corporate-events .event {
    margin-bottom: 0;
    height: 100px;
  }
  .corporate-events .event-box {
    padding: 0;
  }
  .corporate-events .text-box &gt; .row {
    position: inherit;
  }
  .corporate-events .info-box {
    padding: 0;
  }
  .corporate-events .card-detail,
  .corporate-events .card-detail.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .corporate-events .card-detail:not(:last-of-type) .text-box {
    margin-bottom: 0;
  }
  .corporate-sponsors .sponsors-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .stadium-spaces .tab-villamarin [class*='col-']:nth-last-child(-n+2) .card {
    display: none;
  }
  .stadium-spaces .tab-luis :not(:nth-last-child(-n+2)) {
    display: none;
  }
  .corporate-experience {
    padding: 40px 0;
  }
  .corporate-experience img {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .stadium-spaces .menu li {
    margin: 0 0px;
  }
  .stadium-spaces .main-title .bold {
    display: inline-block;
  }
  .card-detail {
    border: 4px solid #008835;
  }
  .card-detail,
  .card-detail.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .card-detail .text-box {
    font-size: 20px;
  }
  .card-detail .space {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .card-detail .title {
    font-size: 21px;
  }
  .card-detail .info-box {
    font-size: 23px;
  }
  .card-detail .info-box p + p {
    margin-top: 2px;
  }
  .card-detail .btn {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .corporate-video.featured-mobile.featured-greenbox {
    padding: 0;
    margin-top: -6px;
  }
  .corporate-experience .fs-t-1 {
    font-size: 30px;
  }
  .corporate-experience .fs-t-3 {
    font-size: 22px;
  }
  .corporate-experience .box {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .hospitality h1 {
    font-size: 42px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .corporate-events .info-box {
    font-size: 20px;
  }
  .stadium-spaces .text {
    font-size: 22px;
    height: 60px;
  }
  .stadium-spaces img {
    height: 140px;
  }
  .corporate-video video {
    height: 250px;
  }
}
</pre></body></html>