@font-face {
  font-family: "Kanit-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kanit/Kanit-Regular.woff2") format("woff2"), url("../fonts/kanit/Kanit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Kanit-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kanit/Kanit-Bold.woff2") format("woff2"), url("../fonts/kanit/Kanit-Bold.woff") format("woff");
}
@font-face {
  font-family: "Kanit-ExtraBold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/kanit/Kanit-ExtraBold.woff2") format("woff2"), url("../fonts/kanit/Kanit-ExtraBold.woff") format("woff");
}
.rec {
  font-family: "Kanit-Regular", sans-serif;
  background-color: #252629;
  background-position: center top 36%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media (max-width: 120rem) {
  .rec {
    background-position: center top 40%;
  }
}
@media (max-width: 90rem) {
  .rec {
    background-position: center top 32vw;
  }
}
@media (max-width: 64rem) {
  .rec {
    background-position: center top 17vw;
  }
}
@media (min-width: 1530px) and (max-width: 1600px) {
  .rec {
    background-position: center top 40%;
  }
}
@media (min-width: 1800px) {
  .rec {
    background-position: center top 30vw;
  }
}
@media (max-width: 40rem) {
  .rec:not(.port-int) {
    background-position: 0;
    background-image: url("../imags/rec/background4-600x1000px.png") !important;
  }
}
.rec.port-int {
  background-position: center top 20.7%;
}
@media (max-width: 90rem) {
  .rec.port-int {
    background-position: center top 32vw;
  }
}
.rec.bg-esp {
  position: relative;
}
.rec .header {
  background-color: #072034;
}
.rec .featured-header > figure:before {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2973564426) 0%, rgba(0, 0, 0, 0.1713060224) 14%, rgba(0, 0, 0, 0) 68%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2973564426) 0%, rgba(0, 0, 0, 0.1713060224) 14%, rgba(0, 0, 0, 0) 68%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2973564426) 0%, rgba(0, 0, 0, 0.1713060224) 14%, rgba(0, 0, 0, 0) 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.rec .banner_full {
  text-align: center;
  margin-bottom: 20px;
}
.rec .pan-video h1.inner-title, .rec .caption-title.inner-title, .rec .pan-video p {
  color: #004176;
  margin-top: 16px;
  line-height: 1.2;
}
.rec div:not(.banner_full) div div iframe, .rec .iframe-container iframe {
  min-width: 100%;
  width: 100%;
}
.rec .sticky-wrap.overflow-y {
  max-height: 100%;
}
.rec .container {
  margin: 0 auto;
  max-width: 1400px;
}
.rec .container-overlay {
  padding: 30px 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 64rem) {
  .rec .container-overlay {
    padding: 20px 20px 70px;
  }
}
@media (max-width: 40rem) {
  .rec .container-overlay {
    padding: 20px 0 40px;
    background-position: center;
  }
}
.rec .container-overlay .section-title h2, .rec .container-overlay .section-title h3 {
  color: white; /* Relleno */
  -webkit-text-stroke: 2px black; /* Contorno */
}
.rec .container-programacion {
  padding-bottom: 30px;
}
@media (max-width: 90rem) {
  .rec .container-programacion {
    padding: 20px;
  }
}
@media (max-width: 64rem) {
  .rec .container-programacion {
    padding: 20px;
  }
}
@media (max-width: 40rem) {
  .rec .container-programacion {
    padding: 15px;
  }
}
@media (max-width: 40rem) {
  .rec .container-programacion .tabs {
    max-width: 100%;
  }
}
.rec .featured-cols {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 64rem) {
  .rec .featured-cols {
    padding: 20px 0;
  }
}
.rec .featured-cols .section-title .title-dest {
  background-color: #e576f0;
  padding: 10px 20px;
  color: #fff;
  -webkit-text-stroke: 2px black;
}
@media (max-width: 40rem) {
  .rec .featured-cols .section-title .title-dest {
    padding: 12px 0px 15px;
  }
}
@media (max-width: 40rem) {
  .rec .featured-cols .col-md-9 {
    padding: 0;
  }
}
@media (max-width: 40rem) {
  .rec .featured-cols .col-md-9 .carousel-container {
    padding-bottom: 90px;
  }
}
@media (max-width: 40rem) {
  .rec .featured-cols .btn-red {
    position: absolute;
    bottom: 315px;
    right: 0;
    left: 0;
  }
}
.rec .btn.secondary {
  margin: 50px auto 0;
  transition: 0.3s all ease;
  border-radius: 0;
  padding: 12px 34px 16px;
  display: block;
  line-height: 1;
  font-size: 20px;
  font-family: "Kanit-ExtraBold", sans-serif;
  box-shadow: 5px 5px #000000;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-text-stroke: 2px black;
}
.rec .btn.secondary:hover {
  background-color: #00c091;
}
@media (max-width: 40rem) {
  .rec .btn.secondary {
    margin-top: 10px;
  }
}
.rec .btn.secondary.btn-yellow {
  background-color: #ffe700;
}
.rec .btn.secondary.btn-red {
  background-color: #da0081;
}
.rec .col-md-3 {
  padding: 10px;
}
.rec .card-title {
  overflow: visible;
  text-overflow: unset;
  display: block;
}
.rec .card-title:after {
  content: none;
}
.rec .media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px;
}
.rec .cont_video iframe {
  width: 100%;
}
.rec .media iframe, .rec .media object, .rec .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.rec .video-section {
  text-align: left;
  justify-content: flex-start;
  color: #004176;
  margin-bottom: 50px;
  padding: 0 1rem;
}
.rec .video-section .title-section {
  color: #004176;
  font-size: 1.8rem;
  margin: 30px 0 10px;
}
.rec .video-section p {
  font-size: 1.2rem;
  line-height: 150%;
}
.rec .carousel-container {
  position: relative;
}
.rec .carousel-container .swiper {
  max-width: 88%;
  position: static !important;
}
@media (max-width: 40rem) {
  .rec .carousel-container .swiper {
    max-width: 100%;
  }
}
.rec .swiper {
  padding: 0 15px;
}
.rec .swiper-button-prev,
.rec .swiper-button-next {
  border-radius: 0;
  background-color: #ffe700;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 44px !important;
}
.rec .swiper-button-prev:after,
.rec .swiper-button-next:after {
  content: none;
}
.rec .swiper-button-prev {
  left: 0;
  background-image: url(../imags/rec/ic-arrow-left-a.svg);
}
@media (max-width: 40rem) {
  .rec .swiper-button-prev {
    display: none;
  }
}
.rec .swiper-button-next {
  right: 0;
  background-image: url(../imags/rec/ic-arrow-right-a.svg);
}
@media (max-width: 40rem) {
  .rec .swiper-button-next {
    display: none;
  }
}
.rec .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
  display: none;
}
@media (max-width: 40rem) {
  .rec .swiper-pagination {
    display: block;
  }
}
.rec .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease;
  border-radius: 3rem;
  opacity: 1;
}
.rec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 34px;
}
.rec .section-title {
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}
.rec .section-title.section-title-l {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}
@media (max-width: 40rem) {
  .rec .section-title.section-title-l {
    justify-content: center;
  }
}
.rec .section-title h1, .rec .section-title h2, .rec .section-title h3 {
  color: #ffffff;
  font-family: "Kanit-ExtraBold", sans-serif;
  text-transform: uppercase;
  border-left: none;
  padding-left: 0;
  font-size: 26px;
  -webkit-text-stroke: 2px black;
}
.rec .section-title .title-lg {
  font-size: 50px;
  margin: 0;
}
@media (max-width: 64rem) {
  .rec .section-title .title-lg {
    font-size: 36px;
    padding: 0 20px;
  }
}
@media (max-width: 40rem) {
  .rec .section-title .title-lg {
    font-size: 30px;
  }
}
.rec .section-title .title-sm {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}
.rec .programacion {
  background-color: #00c091;
  padding: 20px;
  display: block;
  flex: 1 0 auto;
  border: 2px solid #000;
  box-shadow: 5px 5px #000000;
}
.rec .programacion .programacion-subtit {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #000000;
  font-family: "Kanit-ExtraBold", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 22px;
}
.rec .programacion .live {
  width: 15px;
  height: 15px;
  background-color: #da0081;
  border-radius: 50%;
  display: inline-block;
}
.rec .programacion .programacion-item {
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  line-height: 1;
  font-family: "Kanit-ExtraBold", sans-serif;
  -webkit-text-stroke: 2px black;
  text-transform: uppercase;
}
.rec .programacion .stage {
  padding: 5px;
  background-color: #da0081;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Kanit-Bold", sans-serif;
  -webkit-text-stroke: 0;
}
.rec .programacion .programacion-list + .programacion-list {
  margin-top: 40px;
}
.rec .programacion.table-programacion {
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
}
.rec .programacion.table-programacion table {
  border-collapse: collapse;
  empty-cells: show;
  width: 1340px;
  margin: 0 auto;
}
@media (max-width: 40rem) {
  .rec .programacion.table-programacion table {
    width: 800px;
  }
}
@media (max-width: 64rem) {
  .rec .programacion.table-programacion table {
    width: 830px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .rec .programacion.table-programacion table {
    width: 1150px;
  }
}
.rec .programacion.table-programacion thead th {
  padding-bottom: 15px;
}
.rec .programacion.table-programacion tbody tr {
  border-bottom: 1px solid #00AE99;
}
.rec .programacion.table-programacion td, .rec .programacion.table-programacion th {
  color: #ffffff;
  text-align: center;
}
.rec .programacion.table-programacion th {
  text-transform: uppercase;
  font-family: "Kanit-ExtraBold", sans-serif;
  -webkit-text-stroke: 2px black;
  font-size: 22px;
  color: #ffe700;
}
.rec .programacion.table-programacion td {
  padding: 10px;
  font-family: "Kanit-ExtraBold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px black;
}
.rec .programacion.table-programacion td:first-child {
  text-align: left;
}
@media (max-width: 40rem) {
  .rec .programacion.table-programacion td:first-child {
    width: 60px;
  }
}
@media (max-width: 64rem) {
  .rec .programacion.table-programacion td:first-child {
    width: 60px;
  }
}
.rec .programacion.table-programacion .programacion-hora {
  text-align: center;
  padding: 5px;
  background-color: #da0081;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  font-family: "Kanit-Bold", sans-serif;
  -webkit-text-stroke: 0;
}
.rec .inner-nav-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  margin: 10px auto;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container {
    flex-direction: column;
    background-color: #ffe700;
    padding: 0;
    margin: 0;
  }
}
.rec .inner-nav-container .inner-menu-trigger {
  border: none;
  padding: 20px;
  text-align: left;
  color: #000000;
  font-family: "Kanit-ExtraBold", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.rec .inner-nav-container .inner-menu-trigger:after {
  background-image: url(../imags/rec/chevron-down-b.svg);
  width: 44px;
  height: 44px;
  top: 10px;
  right: 10px;
}
.rec .inner-nav-container .inner-nav {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  max-width: fit-content;
  position: relative;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav {
    max-width: 100%;
    box-sizing: border-box;
    background: none;
    padding: 0 10px;
  }
}
.rec .inner-nav-container .inner-nav .pill {
  margin: 0 5px;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill {
    margin: 5px 0;
    width: 100%;
    text-align: left;
  }
}
.rec .inner-nav-container .inner-nav .pill.active a, .rec .inner-nav-container .inner-nav .pill:hover a {
  background-color: #ffe700;
  border: 1px solid #ffffff;
  color: #000000;
  -webkit-text-stroke: 0;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.active a, .rec .inner-nav-container .inner-nav .pill:hover a {
    background-color: #da0081;
    color: #ffffff;
  }
}
.rec .inner-nav-container .inner-nav .pill a {
  padding: 12px 24px;
  border: 1px solid transparent;
  display: block;
  color: #ffffff;
  border-radius: 0;
  line-height: 1;
  font-family: "Kanit-ExtraBold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.3s all ease;
  -webkit-text-stroke: 2px black;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill a {
    color: #000000;
    -webkit-text-stroke: 0;
  }
}
.rec .inner-nav-container .inner-nav .pill a:hover {
  background-color: #ffe700;
  color: #000000;
}
.rec .inner-nav-container .inner-nav .pill.menu > a {
  background-image: url(../imags/icons/down-blue.svg);
  padding-right: 20px;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill.menu > a {
    background-image: none;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .submenu {
  list-style: none;
  position: absolute;
  top: 55px;
  display: none;
  padding: 15px;
  margin: 0;
  width: 240px;
  background-color: #fff;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .submenu {
    width: 100%;
    position: relative;
    top: unset;
    margin: 0 auto;
    padding-top: 0px;
    display: block;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .submenu a {
  border-bottom: none;
  color: #207cf7;
  background-color: transparent;
  width: fit-content;
  margin: 2px auto;
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .submenu a {
    width: fit-content;
    background-color: transparent;
    margin: 2px auto;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu:hover a {
  background-image: url(../imags/icons/up-blue.svg);
}
@media (max-width: 64rem) {
  .rec .inner-nav-container .inner-nav .pill.menu:hover a {
    background-image: none;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu:hover .submenu {
  display: block;
}
.rec .inner-nav-container .inner-nav .pill.menu:hover .submenu a {
  background-image: none;
  padding: 5px;
  display: block;
  border-radius: 0;
}
.rec .inner-nav-container .inner-nav .pill.menu:hover .submenu a:hover {
  border-bottom: 1px solid #61CDB8;
}
.rec .inner-nav-container .inner-nav .pill.menu .cyan {
  right: -25px;
  background-color: #123549;
  border-radius: 12px;
  text-align: left;
  padding: 10px;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .cyan {
    left: 0;
    background-color: transparent;
    border-radius: none;
    text-align: left;
    padding: 0;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .cyan .link {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20.23px;
  display: block;
  width: fit-content;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .cyan .link {
    color: #207cf7;
    padding: 5px 0;
    border-radius: 0;
    display: block;
    width: fit-content;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .cyan .link a {
  color: #fff;
  background-color: transparent;
  background-image: none !important;
  border-radius: 20.23px;
  padding: 8px 15px;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .cyan .link a {
    color: #207cf7;
    padding: 5px 30px;
    border-radius: 0;
    display: block;
    width: fit-content;
    font-weight: 100;
    font-family: "Kanit-Regular", sans-serif;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .cyan .link:hover a {
  background-color: #61CDB8;
  color: #123549;
  background-image: none;
  border: none;
  border-radius: 20.23px;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .cyan .link:hover a {
    background-color: transparent;
    color: #207cf7;
    background-image: none;
    border: none;
    border-radius: 0;
    font-weight: normal;
  }
}
.rec .inner-nav-container .inner-nav .pill.menu .cyan:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  display: block;
  border-bottom: 25px solid #ffe700;
  margin-top: -25px;
  margin-left: 185px;
}
@media (max-width: 40rem) {
  .rec .inner-nav-container .inner-nav .pill.menu .cyan:before {
    display: none;
  }
}
.rec .card-lineup {
  padding: 0;
  border-radius: 0;
  background-color: #da0081;
  min-height: auto;
  transition: 0.3s all ease;
}
.rec .card-lineup:hover {
  background: #32C3E2;
}
.rec .card-lineup .card-img {
  margin: 0;
  width: 100%;
}
.rec .card-lineup .card-img img {
  max-width: 100%;
  width: 100%;
}
.rec .card-lineup .card-content {
  padding: 20px;
}
.rec .card-lineup .card-title {
  font-size: 26px;
  font-family: "Kanit-ExtraBold", saBlackf;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-text-stroke: 2px black;
}
.rec .carousel-container .swiper-wrapper {
  display: flex;
  -ms-flex-align: stretch !important;
  -moz-box-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
  height: auto !important;
}
.rec .carousel-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto !important;
}
.rec .carousel-container .swiper-slide .card-content, .rec .carousel-container .swiper-slide > a, .rec .carousel-container .swiper-slide .card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.rec .player {
  padding: 70px 0;
}
@media (max-width: 64rem) {
  .rec .player {
    padding: 40px 0;
  }
}
@media (max-width: 64rem) {
  .rec .player .row {
    display: block;
  }
}
.rec .player .section-title {
  margin-bottom: 15px;
}
.rec .player .section-title .title-sm {
  text-align: left;
  font-family: "Kanit-Bold", sans-serif;
  font-size: 32px;
}
.rec .player .col-flex {
  display: flex;
  flex-direction: column;
  padding-bottom: 17px;
}
@media (max-width: 40rem) {
  .rec .player .col-flex {
    max-width: 93%;
    width: 100%;
  }
}
.rec .player .btn.secondary {
  background: #e576f0;
  font-size: 18px;
  text-align: left;
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: "Kanit-Bold", saBlackf;
  margin-left: 0;
  -webkit-text-stroke: 0;
  color: #000000;
}
.rec .player .btn.secondary img {
  margin-left: 5px;
  width: 15px;
}
.rec .player .btn.secondary span {
  text-decoration: none;
}
.rec .player .btn.secondary:hover {
  background-color: #da0081;
}
.rec .player .programacion table {
  margin: 0;
  display: block;
  padding-left: 0;
  list-style: none;
  border-collapse: collapse;
  empty-cells: show;
}
.rec .player .programacion table tbody {
  display: flex;
  flex-direction: column;
}
.rec .player .programacion table td {
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00AE99;
}
.rec .player .programacion table .table-title td {
  border-bottom: none;
  padding-bottom: 10px;
  background: #ffd322;
}
.rec .player .programacion table .table-title.pt-40 {
  padding-top: 40px;
}
.rec .share-bar {
  position: fixed;
  right: 0;
  top: 25%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  z-index: 10000;
  padding: 0;
}
@media (max-width: 767px) {
  .rec .share-bar {
    position: relative;
    flex-direction: row;
    top: 0;
    justify-content: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rec .share-bar {
    top: 14%;
  }
}
.rec .share-bar li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rec .share-bar a {
  padding: 6px;
  display: block;
  background-color: #e576f0;
  transition: 0.3s all ease;
}
.rec .share-bar a img {
  width: 30px;
  display: block;
}
.rec .share-bar a:hover {
  background-color: #fe854c;
}
.rec .share-bar .share-bar-share {
  padding: 6px;
  background-color: #00c091;
}
.rec .tabs {
  overflow: hidden;
}
@media (max-width: 40rem) {
  .rec .tabs {
    max-width: 93%;
    margin: 0 auto;
  }
}
.rec .tabs .tab-btns {
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 64rem) {
  .rec .tabs .tab-btns {
    overflow: auto;
  }
}
@media (max-width: 40rem) {
  .rec .tabs .tab-btns {
    overflow: auto;
  }
}
.rec .tabs .tab-btns a {
  font-size: 22px;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  padding: 10px;
  transition: 0.3s all ease;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Kanit-Bold";
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 64rem) {
  .rec .tabs .tab-btns a {
    flex: 0 0 auto;
    font-size: 18px;
  }
}
@media (max-width: 40rem) {
  .rec .tabs .tab-btns a {
    flex: 0 0 auto;
  }
}
.rec .tabs .tab-btns a img {
  max-width: 170px;
}
@media (max-width: 40rem) {
  .rec .tabs .tab-btns a img {
    max-width: 120px;
  }
}
.rec .tabs .tab-btns a + a {
  margin-left: 3px;
}
.rec .tabs .tab-btns a .logo-color {
  display: block;
}
.rec .tabs .tab-btns a .logo-white {
  display: none;
}
.rec .tabs .tab-btns a.active {
  background-color: #ffe700;
}
.rec .tabs .tab-btns a:not(.active):hover {
  background-color: #32C3E2;
}
.rec .tabs .tab-btns a.tab-logo {
  font-size: 20px;
}
@media (max-width: 40rem) {
  .rec .tabs .tab-btns a.tab-logo {
    font-size: 14px;
  }
}
.rec .tabs .tab-btns a.tab-logo.active {
  background-color: #212960;
}
.rec .tabs .tab-btns a.tab-logo.active .logo-white {
  display: block;
}
.rec .tabs .tab-btns a.tab-logo.active .logo-color {
  display: none;
}
.rec .tabs .tab-btns a.tab-logo.active .txt {
  color: #ffffff;
}
.rec .tabs .tab-btns a.tab-logo.active.tab-logo__chv {
  background-color: #FF1A6A;
}
.rec .tabs .tab-content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 600ms, visibility 600ms;
}
@media (max-width: 64rem) {
  .rec .tabs .tab-content {
    padding: 0;
  }
}
.rec .tabs .tab-content .iframe-container {
  display: none;
}
.rec .tabs .tab-content.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.rec .tabs .tab-content.active .iframe-container {
  display: flex;
}
.rec .card-news {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #252629;
}
.rec .card-news .card-img {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.rec .card-news .card-img img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.rec .card-news .reprod {
  justify-content: flex-start;
  bottom: 10px;
  left: 10px;
  padding: 0;
}
.rec .card-news .reprod .cont_play {
  width: 45px;
  height: 45px;
  background-color: #da0081;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
  background-image: none;
}
.rec .card-news .reprod .cont_play:hover {
  background-color: #00c091;
  border: none;
}
.rec .card-news .reprod .cont_play:before {
  content: "";
  width: 24px;
  height: 24px;
  z-index: 2;
  background-image: url(../imags/rec/play-white.svg);
  background-position: 50%;
  background-size: 24px;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
.rec .card-news .card-content {
  padding: 20px;
}
.rec .card-news .card-content .card-date {
  color: #ffffff;
  font-size: 14px;
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Kanit-Regular", sans-serif;
}
.rec .card-news .card-content .card-title {
  color: #ffe700;
  font-family: "Kanit-Regular", saBlackf;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
  margin-top: 0;
}
.rec .card-news .card-content .card-description {
  font-family: "Kanit-Regular", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 161.9%;
}
.rec .wrap-carousel {
  position: relative;
}
.rec .ad {
  text-align: center;
  max-width: 100%;
}
.rec .ad-single {
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 333px;
}
.rec .ad-single .legend {
  color: #666666;
  display: block;
}
.rec .ad-single + .ad-single {
  margin-top: 15px;
}
.rec .ad-single .ad {
  max-width: 300px;
}
.rec .single-ad-responsive .ad-container {
  background-color: rgba(255, 255, 255, 0.1);
}
.rec.taxport {
  background-position: center top -78% !important;
}
@media (max-width: 90rem) {
  .rec.taxport {
    background-position: center top -91% !important;
  }
}
@media (max-width: 40rem) {
  .rec.taxport {
    background-position: center top -102% !important;
  }
}
.rec.taxport .no-gutters {
  padding: 12px;
}
.rec.taxport .col-md-8 {
  padding: 12px 0;
}
@media (max-width: 64rem) {
  .rec.taxport .col-md-8 {
    padding: 12px 0 90px;
  }
}
.rec.taxport .pagination {
  padding-left: 0;
}
@media (max-width: 64rem) {
  .rec.taxport .pagination {
    bottom: 720px;
    position: relative;
    margin-bottom: -40px;
  }
}
.rec.taxport .section-title {
  justify-content: center;
}
@media (max-width: 64rem) {
  .rec.taxport .section-title {
    margin-top: 20px;
  }
}
.rec.taxport .title-sm {
  padding-left: 0;
  font-size: 50px;
}
.rec.taxport .container > .row > .col-md-8, .rec.taxport .container > .row > .col-md-4 {
  margin: 0;
}
.rec.taxport .pagination .page-link {
  color: #ffffff;
  border: none;
  font-size: 20px;
  line-height: 1;
  font-family: "Kanit-Regular", sans-serif;
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 8px;
}
.rec.taxport .pagination .page-link.active {
  background-color: #ffe700;
}
.rec.taxport .pagination .page-link.active a {
  color: #1E1E1E;
}
.rec.pan-video .inner-nav-container {
  margin: 20px auto;
}
@media (max-width: 64rem) {
  .rec .pan-video .col-sm-8, .rec .pan-video .col-sm-4 {
    max-width: 100%;
  }
}
@media (max-width: 64rem) {
  .rec.port-int .col-md-4 {
    width: 100%;
  }
}
.rec.port-int .tax-container {
  padding-bottom: 20px;
}
.rec.port-int .pan-video .video-player {
  margin: 0;
  border-radius: 0;
}
.rec.port-int .pan-video .inner-title {
  color: #ffe700;
  font-family: "Kanit-ExtraBold", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.3 !important;
  -webkit-text-stroke: 2px black;
}
.rec.port-int .pan-video p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
}
.rec.port-int .pan-video p.small-text {
  font-size: 14px;
}
.rec.port-int .article.video.active {
  background-color: #ffe700;
}
.rec.port-int .article.video.active .article-title, .rec.port-int .article.video.active .article-description {
  color: #000000;
}
.rec.port-int .article.video .article-image img {
  border-radius: 0;
}
.rec.port-int .article.video .article-image .reprod .cont_play {
  background-color: #da0081;
  background-image: url(../imags/rec/play-white.svg);
  background-size: 24px;
  border: none;
  transition: 0.3s all ease;
}
.rec.port-int .article.video .article-image .reprod .cont_play:hover {
  background-color: #00c091;
}
.rec.port-int .article.video .article-title {
  font-family: "Kanit-ExtraBold", sans-serif;
  font-size: 24px;
  line-height: 1.3 !important;
}
.rec.port-int .article.video .article-description {
  font-family: "Kanit-Regular", sans-serif;
  font-size: 16px;
}
.rec.port-int .article-detail {
  max-width: 1300px;
}
.rec.port-int .article-detail h1, .rec.port-int .article-detail h2, .rec.port-int .article-detail p {
  text-align: left;
}
.rec.port-int .article-detail .swiper {
  padding: 0;
}
.rec.port-int .article-detail .section-title {
  margin-bottom: 2dvb;
}
.rec.port-int .article-detail .title-section {
  font-size: 50px;
  color: #ffe700;
}
.rec.port-int .article-detail .article-description {
  font-size: 38px;
  font-family: "Kanit-Bold", sans-serif;
  color: #ffffff;
  margin-top: 10px;
  -webkit-text-stroke: 2px black;
  line-height: 120%;
}
.rec.port-int .article-detail .date {
  font-size: 16px;
}
.rec.port-int .article-detail .portada {
  margin-top: 0;
}
.rec.port-int .article-detail .share-bar {
  position: relative;
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  z-index: 1;
  padding-left: 0;
  margin-bottom: 0;
}
.rec.port-int .article-detail .share-bar a {
  background-color: #da0081;
}
.rec.port-int .article-detail .anclas .subtitulos a {
  border: 2px solid #ffe700;
  border-radius: 0;
  font-size: 16px;
}
.rec.port-int .article-detail .anclas .subtitulos a:hover {
  background-color: #ffe700;
  color: #000000;
}
.rec.port-int .article-detail .CUERPO {
  padding-top: 0;
  /*vtxt*/
  /*/vtxt*/
}
.rec.port-int .article-detail .CUERPO strong {
  font-family: "Kanit-Bold", sans-serif !important;
}
.rec.port-int .article-detail .CUERPO a {
  color: #ffe700;
  font-size: 21px;
  line-height: 150%;
  text-decoration: underline;
  font-family: "Kanit-Bold", sans-serif !important;
}
.rec.port-int .article-detail .CUERPO a:hover {
  color: #32C3E2;
}
.rec.port-int .article-detail .CUERPO p {
  font-size: 21px;
  line-height: 150%;
  font-family: "Kanit-Regular", sans-serif !important;
}
.rec.port-int .article-detail .CUERPO ol, .rec.port-int .article-detail .CUERPO ul {
  font-size: 21px;
  line-height: 150%;
  margin: 45px 0;
  font-family: "Kanit-Regular", sans-serif !important;
}
.rec.port-int .article-detail .CUERPO blockquote {
  color: #000000;
  font-size: 26px;
  line-height: 1.7;
  padding-bottom: 10px;
  margin: 20px auto;
  max-width: 90%;
  font-family: "Kanit-ExtraBold", sans-serif;
  font-style: italic;
  background-color: #fe854c;
  padding: 20px 30px;
}
.rec.port-int .article-detail .CUERPO blockquote:after {
  content: "";
  left: 0;
  height: 6px;
  width: 70px;
  margin-top: 10px;
  position: relative;
  display: block;
  background-color: #000000;
}
.rec.port-int .article-detail .CUERPO blockquote.cita_med {
  margin-right: 40px;
}
.rec.port-int .article-detail .CUERPO .titsubtit {
  font-size: 26px;
  line-height: 150%;
}
.rec.port-int .article-detail .CUERPO .linksubtit {
  background-color: #ffe700;
}
.rec.port-int .article-detail .CUERPO .linksubtit img {
  width: 28px;
  display: block;
}
.rec.port-int .article-detail .CUERPO .subtit-sinlink {
  font-family: "Kanit-Bold", sans-serif;
}
.rec.port-int .article-detail .CUERPO .titulos {
  font-family: "Kanit-Bold", sans-serif;
}
.rec.port-int .article-detail .CUERPO .resalta {
  font-family: "Kanit-Bold", sans-serif;
  font-size: 21px;
}
.rec.port-int .article-detail .CUERPO .destacado {
  font-family: "Kanit-Bold", sans-serif;
  color: #ffe700;
}
.rec.port-int .article-detail .CUERPO .destacado-dos {
  font-family: "Kanit-Bold", sans-serif;
  font-size: 21px;
  color: #da0081;
}
.rec.port-int .article-detail .CUERPO .azul-destacado {
  font-family: "Kanit-Bold", sans-serif;
  color: #32C3E2;
  font-size: 21px;
}
.rec.port-int .article-detail .CUERPO .colorUno {
  color: #da0081;
}
.rec.port-int .article-detail .CUERPO .colorDos {
  color: #ffe700;
}
.rec.port-int .article-detail .CUERPO .colorTres {
  color: #00AE99;
}
.rec.port-int .article-detail .CUERPO .colorCuatro {
  color: #32C3E2;
}
.rec.port-int .article-detail .CUERPO .colorCuatro {
  color: #DBAFE0;
}
.rec.port-int .mySwiper2 .swiper-button-next {
  right: 20px;
}
.rec.port-int .mySwiper2 .swiper-button-prev {
  left: 20px;
}
.rec.port-int .swiper-thumbs .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  opacity: 0.5;
}
.rec.port-int .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #ffe700;
}
.rec.port-int .swiper-thumbs .swiper-slide img {
  border-radius: 0;
  overflow: visible;
}
.rec.port-int .related-posts-block {
  padding: 40px 0;
}
.rec.port-int .related-posts-block .section-title {
  margin-bottom: 20px;
}
.rec.port-int .related-posts-block .slider-03 {
  padding: 12px;
}
.rec.port-int .related-posts-block .slider-03 .card-news {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.rec.port-int .related-posts-block .slider-03 .swiper-button-next:after {
  box-shadow: none !important;
}
@media (max-width: 40rem) {
  .rec.port-int .related-posts-block .slider-03 .swiper-button-next {
    display: none;
  }
}
.rec.port-int .related-posts-block .slider-03 .swiper-button-prev:after {
  box-shadow: none !important;
}
@media (max-width: 40rem) {
  .rec.port-int .related-posts-block .slider-03 .swiper-button-prev {
    display: none;
  }
}
.rec.port-int .related-posts-block .slider-03 .swiper-button-disabled {
  opacity: 1;
}
.rec.port-int .downloads .section-title {
  justify-content: flex-start;
}
.rec.port-int .downloads ul {
  background-color: #00c092;
  border-radius: 0;
  border: 2px solid #000;
  box-shadow: 5px 5px #000000;
}
.rec.port-int .downloads .downloads__item a h3 {
  color: #000000;
  font-size: 18px;
}

.auxi {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 12px;
}

.downloads {
  margin: 20px 0;
}
.downloads .section-title {
  margin-bottom: 20px;
}
.downloads .section-title h2 {
  margin: 0;
}
.downloads ul {
  list-style: none;
  background-color: #ffe700;
  border-radius: 16px;
  padding: 20px;
  margin: 0 !important;
}
.downloads__item + .downloads__item {
  margin-top: 20px;
}
.downloads__item a {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: start;
  transition: 0.3s all ease;
  color: #f4f7e9;
}
.downloads__item a h3 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  color: #f4f7e9;
  line-height: 1.4;
  border: none;
  display: inline-block;
  font-family: "Kanit-Regular", sans-serif !important;
}
@media (max-width: 40rem) {
  .downloads__item a h3 {
    font-size: 12px;
    line-height: 1.3;
  }
}
.downloads__item a:hover {
  color: #FF1A6A;
}
.downloads__item a p {
  font-size: 0.9rem;
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 40rem) {
  .downloads__item a p {
    font-size: 0.59rem;
  }
}
.downloads__item a img {
  width: 24px;
}

.dropdown {
  width: 340px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.dropdown.toggle > input {
  display: none;
}
.dropdown.toggle > label {
  display: block;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  line-height: 1.3;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00c091;
  border: 1px solid #ffffff;
  transition: 0.3s all ease;
  cursor: pointer;
  font-family: "Kanit-Bold", saBlackf;
}
.dropdown.toggle > label::after {
  content: "" !important;
  position: absolute;
  top: 7px;
  right: 10px;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: url("../imags/rec/chevron-down-a.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  opacity: 1;
  transform: none;
}
.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #da0081;
}
.dropdown li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
  display: flex;
}
.dropdown li:first-child a {
  border-radius: 2px 2px 0 0;
}
.dropdown li:last-child a {
  border-radius: 0 0 2px 2px;
  border: none;
}
.dropdown li a {
  height: auto;
  padding: 15px 20px;
  gap: 10px;
  font-size: 20px;
  transition: 0.3s all ease;
  color: #ffffff;
  width: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  font-family: "Kanit-Regular", saBlackf;
}
.dropdown li a img {
  width: 20px;
}
.dropdown li a:hover {
  color: #000000;
  background-color: #00c091;
}
.dropdown.hover li {
  transition-delay: 300ms;
}
.dropdown.toggle > label:hover, .dropdown.toggle > input:checked ~ label {
  background-color: #da0081;
}
.dropdown.toggle > input:checked ~ label::after {
  transform: rotate(180deg);
}
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li {
  height: 49px;
}

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