<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** CABECERA **********/
.tour-header .media-responsive {
  padding-bottom: 36.25%;
}
.tour-header .media-responsive img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-header .main-title {
  font-family: 'BetisHeadlineSieteSiete';
  font-size: 5em;
  color: white;
  text-shadow: 3px 2px 16px rgba(0, 0, 0, 0.7);
}
.tour-header .second-title {
  font-family: 'BetisHeadlineOnceOnce', sans-serif;
  font-size: 42px;
  text-shadow: 0px 3px 14px #ffffff;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.tour-header .btn {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 40px;
  letter-spacing: 0.025em;
  margin-top: 50px;
}
.tour-header .text-box {
  position: absolute;
  left: 8%;
  bottom: 20%;
}
/********** TOUR INFO **********/
.tour-info .list1 {
  color: black;
  line-height: 24px;
}
.tour-info .media-responsive {
  height: 100%;
  padding-bottom: 65.25%;
  margin-bottom: -5px;
}
.tour-info .media-responsive img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.tour-info [class^="col-"] {
  width: 50%;
}
.tour-info [class^="col-"]:first-of-type {
  padding: 8%;
}
.tour-info .slick-slide &gt; div {
  margin: 0;
}
.tour-info .slick-slide img {
  max-height: unset;
  margin: 0;
}
.tour-info .slick-prev,
.tour-info .slick-next {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 3px solid white;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  top: unset;
  bottom: 0;
  z-index: 9;
}
.tour-info .slick-prev {
  right: 58px;
  left: unset;
  background-image: url(../plugins/GammaGallery/images/arrow_prev.png?v=1);
}
.tour-info .slick-next {
  right: 10px;
  background-image: url(../plugins/GammaGallery/images/arrow_next.png?v=1);
}
/****************** TARIFAS ******************/
.tour-prices {
  background: url("../img/graphics/bg/bg_enlared.png") center;
  background-size: cover;
  color: white;
}
.tour-prices .main-title {
  color: white;
}
.tour-prices .price {
  font-family: 'BetisHeadlineCincoCinco';
  font-size: 84px;
  margin-top: -12px;
}
.tour-prices .text {
  font-size: 16px;
}
.tour-prices .ticket {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: black;
}
.tour-prices .ticket-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-left: 20%;
  width: 45%;
  min-width: 300px;
}
.tour-prices .ticket-container {
  padding: 30px;
}
.tour-prices .info {
  margin-right: 30px;
}
.tour-prices [class^="col-"]:first-of-type {
  border-right: 2px solid #a0d2b3;
}
.tour-prices .btn {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 30px;
  letter-spacing: 0.025em;
}
/********** CONTACTO **********/
.contact-card .main-title {
  font-size: 60px;
}
.contact-card .box {
  width: 60%;
  padding: 40px 50px 50px;
}
.contact-card .icon-box {
  margin: 40px 0 50px;
}
.contact-card .u-ico {
  position: static;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
/********** BANNER **********/
.banner-betico {
  position: relative;
}
.banner-betico .media-responsive {
  padding-bottom: 25%;
}
.banner-betico .media-responsive img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-betico .logo {
  width: 160px;
}
.banner-betico .inner-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-betico .title {
  margin-bottom: 50px;
}
.banner-betico .main-title,
.banner-betico .title-small {
  font-size: 100px;
}
.banner-betico .title-small {
  font-family: 'BetisHeadlineCuatroCuatro';
  color: white;
}
.banner-betico .btn {
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 30px;
  letter-spacing: 0.025em;
}
.banner-betico .dp-arrow {
  border-color: #008835;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
.banner-betico img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.banner-betico:hover img {
  opacity: 0.8;
}
.banner-betico:hover .btn {
  background: #008835;
  color: white;
}
.banner-betico:hover .dp-arrow {
  border-color: white;
}
/********** CAJITAS DE INFO **********/
.tour-boxes .card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
}
.tour-boxes .card-detail .title-box,
.tour-boxes .card-detail .text-box {
  width: 100%;
}
.tour-boxes .card-detail .title-box {
  background: white;
  font-family: 'BetisHeadlineCuatroCuatro';
  font-size: 56px;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  color: #008835;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tour-boxes .card-detail .text-box {
  background: #008835;
  color: white;
  line-height: 1.4;
  padding: 10px 15px;
}
.tour-boxes .card-detail .text-box ul {
  margin-left: 25px;
  list-style-type: disc;
}
/********** RESPONSIVE **********/
@media (max-width: 1900px) {
  .tour-header .main-title {
    font-size: 4em;
  }
  .banner-betico .main-title,
  .banner-betico .title-small {
    font-size: 78px;
  }
}
@media (max-width: 1600px) {
  .tour-info .media-responsive {
    padding-bottom: 80%;
  }
  .tour-info .list1 {
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  .tour-header .main-title {
    font-size: 3em;
  }
  .tour-header .btn {
    font-size: 30px;
    margin-top: 10px;
  }
  .banner-betico .title {
    text-align: center;
    margin-bottom: 0;
  }
  .banner-betico .title-small {
    display: block;
  }
  .banner-betico .logo {
    display: none;
  }
  .tour-info [class^="col-"] {
    width: 100%;
  }
  .tour-info .media-responsive {
    padding-bottom: 35.25%;
  }
}
@media (max-width: 1024px) {
  .tour-boxes .card-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-boxes .card-detail h3 {
    font-size: 36px;
    line-height: 1.1em;
  }
}
@media (max-width: 991px) {
  .tour-header .media-responsive {
    padding-bottom: 56.25%;
  }
  .contact-card .box {
    width: 100%;
    padding: 25px 25px 30px;
  }
  .contact-card .icon-box {
    margin: 20px 0 30px;
  }
  .tour-prices .ticket-box {
    margin-left: 0;
  }
  .tour-prices [class^="col-"]:first-of-type {
    border-right: none;
  }
  .tour-info .media-responsive {
    padding: 0;
  }
  .tour-info .media-responsive img {
    position: static;
  }
  .banner-betico .main-title,
  .banner-betico .title-small {
    font-size: 54px;
  }
  .banner-betico .inner-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px;
  }
}
@media (max-width: 776px) {
  .tour-prices .ticket-box {
    margin-left: 0;
    margin: 0 auto 20px;
  }
  .tour-prices .ticket-container {
    padding: 30px 20px;
  }
  .tour-prices .price {
    font-size: 70px;
    margin-top: -5px;
  }
  .tour-header .second-title {
    font-size: 28px;
  }
  .banner-betico .main-title,
  .banner-betico .title-small {
    font-size: 50px;
  }
  .banner-betico .media-responsive {
    padding-bottom: 36%;
  }
}
@media (max-width: 480px) {
  .tour-header .media-responsive {
    padding-bottom: 100%;
  }
  .tour-header .text-box {
    bottom: 7%;
  }
  .tour-header .btn {
    margin-top: 15px;
  }
  .tour-prices .ticket-box {
    width: 100%;
    min-width: unset;
  }
  .tour-prices .info {
    margin-right: 10px;
  }
  .banner-betico .main-title,
  .banner-betico .title-small {
    font-size: 40px;
  }
  .banner-betico .media-responsive {
    padding-bottom: 64%;
  }
}
</pre></body></html>