@-webkit-keyframes animalert {
  100% {
    background-position: -90px;
  }
}
@-moz-keyframes animalert {
  100% {
    background-position: -90px;
  }
}
@keyframes animalert {
  100% {
    background-position: -90px;
  }
}

.hidden {
  display: none;
}
.alert {
  background-color: #fb6900;
  color: white;
  text-align: center;
  padding: 27px 0 21px;
}
.alert .alert-title {
  font: 700 31px/33px "proxima";
  text-transform: uppercase;
  margin-bottom: 6px;
}
.alert .alert-title .anim-alert {
  background-image: url(../images/anim-alerta.png);
  width: 30px;
  height: 25px;
  display: inline-block;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation: animalert 1.5s steps(3) infinite;
  -ms-animation: animalert 1.5s steps(3) infinite;
  -moz-animation: animalert 1.5s steps(3) infinite;
  -webkit-animation: animalert 1.5s steps(3) infinite;
}
.alert .alert-title .text {
  margin-left: 10px;
}
.alert .alert-news-title {
  color: white;
  font: 600 21px/23px "proxima";
}
.alert .alert-news-title a {
  color: inherit;
  font: inherit;
}
.alert .alert-news-title a span {
  margin: 4px 0 0 14px;
}
.alert .alert-news-title a:hover {
  text-decoration: underline;
}
.alert.program {
  background-color: #27272b;
}
.alert.program a {
  color: #fb6900;
}
.alert.program a:hover {
  text-decoration: underline;
}
.alert.program a span {
  margin-top: 5px;
  margin-left: 5px;
}

.banner {
  width: 100%;
  display: block;
  text-align: center;
}
.banner.top-header {
  padding: 18px 0 20px;
  /*border-bottom: 1px solid #e4e5e8;
  background-color: white;*/
}
/* Lo ocultamos en la portada por solicitud de comercial el 29-08-2016 
.page-home .banner.top-header {
    display: none;
}*/
.page-home .page-builder .row-builder {
  margin-bottom: 12px;
}
.page-home .page-builder .banner {
  margin-bottom: 12px;
}
body.page-home .banner.banner-position1 {
  max-height: 250px;
}

.banner.center-banner {
  margin-bottom: 40px;
}
.banner.banner-box {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 36px 0 40px;
  margin-bottom: 16px;
}

@keyframes spiner {
  from {
    transform: rotate(0deg) translate(10px, 0) rotate(0deg);
    -ms-transform: rotate(0deg) translate(10px, 0) rotate(0deg);
    -moz-transform: rotate(0deg) translate(10px, 0) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(10px, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(10px, 0) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(10px, 0) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(10px, 0) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(10px, 0) rotate(-360deg);
  }
}
.view-more {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}

.btn,
.pager-load-more {
  border: 1px solid #fb6900;
  display: inline-block;
  text-align: center;
  font: bold 20px/56px "proxima";
  text-transform: uppercase;
  height: 56px;
  width: 260px;
  color: #fb6900;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pager-load-more {
  position: relative;
}
.btn:hover,
.pager-load-more:hover {
  border-color: transparent !important;
  color: white;
  background-color: #fb6900;
}
.btn:hover,
.pager-load-more:hover a {
  color: white;
}
.pager-load-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fb6900;
}

.ajax-progress.ajax-progress-throbber {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -15px;
}
.ajax-progress .throbber {
  background: url(../images/load.png) no-repeat center top;
  width: 21px;
  height: 21px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}

.pager-load-more.pager-load-more-empty {
  display: none;
}
.btn > span {
  position: relative;
}
.btn.loading .loading {
  opacity: 1;
}
.btn .loading {
  position: absolute;
  top: 2px;
  left: -40px;
  background-color: white;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: rotate(45deg) translate(10px, 0) rotate(-45deg);
  -ms-transform: rotate(45deg) translate(10px, 0) rotate(-45deg);
  -moz-transform: rotate(45deg) translate(10px, 0) rotate(-45deg);
  -webkit-transform: rotate(45deg) translate(10px, 0) rotate(-45deg);
  animation: spiner 0.5s linear infinite;
  -moz-animation: spiner 0.5s linear infinite;
  -webkit-animation: spiner 0.5s linear infinite;
}
.btn.btn-small {
  width: 170px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
}

@font-face {
  font-family: "icomoon";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/icomoon.eot?8kvzh1");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/icomoon.eot?8kvzh1#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/icomoon.ttf?8kvzh1") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/icomoon.woff?8kvzh1") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/icomoon.svg?8kvzh1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="svg-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.svg-messenger:before {
  content: "\e90a";
}

.svg-message:before {
  content: "\e909";
}

.svg-download:before {
  content: "\e908";
}

.svg-comment:before {
  content: "\e906";
}

.svg-search:before {
  content: "\e905";
}

.svg-home:before {
  content: "\e904";
}

.svg-movie:before {
  content: "\e907";
}

.svg-facebook:before {
  content: "\e901";
}

.svg-instagram:before {
  content: "\e902";
}

.svg-twitter:before {
  content: "\e903";
}

.svg-arrowrightcircle:before {
  content: "\e900";
}

@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-black.svg#proxima_novablack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-extrabold.svg#proxima_novaextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibold.svg#proxima_novasemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-semibolditalic.svg#proxima_novasemibold_italic")
      format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-bold.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-boldit.svg#proxima_nova_rgbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regular.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-regularitalic.svg#proxima_novaregular_italic")
      format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-light.svg#proxima_novalight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "proxima";
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.eot");
  src: url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.eot?#iefix") format("embedded-opentype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.woff2") format("woff2"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.woff") format("woff"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.ttf") format("truetype"),
    url("https://static.13.cl/7/sites/all/themes/portal/resources/fonts/proximanova-lightitalic.svg#proxima_novalight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

img#footer-iab-auditado {
  width: 90px;
  margin: auto;
  display: block;
}

.site-footer {
  background-color: #27272b;
  padding-top: 50px;
}
.site-footer h5 {
  color: #fb6900;
  text-transform: uppercase;
  font: bold 18px/20px "proxima";
  margin-bottom: 17px;
}
.site-footer a {
  color: white;
  font: 17px/19px "proxima";
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .col {
  width: 410px;
}
.site-footer .col + .col {
  width: 185px;
  margin-left: 45px;
}
.site-footer .col:first-child li {
  width: 50%;
  float: left;
}
.site-footer li {
  margin-bottom: 10px;
}
.site-footer .follow a {
  float: left;
  margin-right: 15px;
}
.site-footer .follow a [class*="icon-tw"] {
  position: relative;
  top: 1px;
}
.site-footer .follow a:hover {
  opacity: 0.6;
}
.site-footer .red-cl {
  margin-top: 38px;
}
.site-footer .red-cl .logo-list a {
}
.logo-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  width: fit-content;
  grid-gap: 20px;
}
.logo-list img {
  height: 45px;
  width: auto;
}
.site-footer .footer-bottom {
  border-top: 1px solid #1f1f22;
  padding: 18px 0 44px;
  margin-top: 40px;
}
.site-footer .footer-bottom p {
  margin: 0;
  font: 14px/16px "proxima";
  color: white;
}
.site-footer .footer-bottom a span {
  text-transform: uppercase;
  font: 11px/33px "proxima";
  margin-right: 10px;
}
.site-footer .footer-bottom a img {
  -webkit-filter: grayscale(1);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-footer .footer-bottom a:hover {
  text-decoration: none;
}
.site-footer .footer-bottom a:hover img {
  -webkit-filter: grayscale(0);
}

.section-header {
  padding: 19px 0 18px;
  background-color: #36363c;
}
.section-header .section-title {
  float: left;
  color: white;
  text-transform: uppercase;
  font: bold 40px/42px "proxima";
}

.page-freestyle .section-header {
  margin-bottom: 54px;
}
.page-freestyle .freestyle-content {
  padding-bottom: 20px;
}
.page-freestyle .freestyle-content h1,
.page-freestyle .freestyle-content h2,
.page-freestyle .freestyle-content h3 {
  color: #fb6900;
  font: 800 20px/22px "proxima";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-freestyle .freestyle-content p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 36px;
}

.page-castings .program-nav {
  margin-bottom: 48px;
}
.page-castings .mod-videos {
  margin-top: 20px;
}
.page-castings .site-footer {
  margin-top: 150px;
}

.page-home .page-builder {
  padding: 9px 0 0;
  background: black url(../reemplazable/site_background.jpg) no-repeat center top;
}

.page-news .programas_v2_cont_staff {
  padding-top: 37px !important;
}

.page-video .page-builder,
.page-video .page-builder .row {
  margin-bottom: 0 !important;
}
.page-video .view-more {
  margin: 18px 0 24px;
}

.page-videos .program-nav {
  margin-bottom: 28px;
}
.program-nav .menu li.expanded {
}
.program-nav .menu .menu {
  display: none;
  width: 300px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
}
.program-nav .menu .menu li {
  width: 100%;
  display: block;
}

.page-videos .mod-videos {
  margin-top: 20px;
}
.page-videos .view-more {
  margin: 15px 0 20px;
}
.page-videos .subpage-title {
  font: 800 32px/34px "proxima";
  text-transform: uppercase;
  margin-bottom: 22px;
}
.page-videos .row-builder .col8 > .news {
  margin-bottom: 48px;
}
.page-videos .row-builder .col8 > .news .news-data {
  height: auto;
  padding-bottom: 20px;
}
.page-videos .row-builder .col8 > .news .news-data .news-title {
  font-size: 30px;
  line-height: 34px;
}
.page-videos .row-builder .col8 .mod-list .mod-content {
  margin: 0 -16px;
}

.page-vivo .section-header {
  background-color: #fb6900;
}
.page-vivo .video-comments {
  background-color: #3f3f46;
  margin-bottom: 0;
}
.video-comments .col-main {
  background: #eff1f4;
  padding: 20px;
}
.page-vivo .mod-list .mod-header .mod-title {
  color: #fb6900;
}
.page-vivo .view-more {
  margin: 20px 0 60px;
}
.page-vivo .video-vivo-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #e2e5e8;
  padding: 10px;
  z-index: 10;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}
.page-vivo .video-vivo-sticky.active {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.page-vivo .video-vivo-sticky .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.page-vivo .video-vivo-sticky .close:hover:after,
.page-vivo .video-vivo-sticky .close:hover:before {
  background-color: #fb6900;
}
.page-vivo .video-vivo-sticky .close:after,
.page-vivo .video-vivo-sticky .close:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  width: 1px;
  height: 20px;
  background-color: #36363c;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-vivo .video-vivo-sticky .close:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-vivo .video-vivo-sticky .video-vivo {
  text-transform: uppercase;
  color: #fb6900;
  font: 700 13px/20px "proxima";
  margin-bottom: 10px;
}
.page-vivo .video-vivo-sticky .video-vivo span {
  margin-right: 6px;
}

#geobloqueo {
  width: 100%;
  height: 1px;
  background: url(https://static.13.cl/7/sites/all/themes/portal/resources/images/bggeoblock4.gif) 100% center;
  color: white;
  text-align: center;
  padding-top: 55%;
  position: absolute;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: initial;
  font: 700 24px/31px "proxima";
  top: 0;
  left: 0;
}
#geobloqueo-texto {
  width: 66%;
  padding: 0 17%;
  position: absolute;
  top: 20%;
  left: 0px;
}
#geobloqueo-texto a {
  color: #fb6900;
  cursor: pointer;
}
.page-search .site-content {
  padding-top: 37px;
}
.page-search .search-header {
  padding-bottom: 34px;
}
.page-search .search-menu {
  margin-bottom: 37px;
}
.page-search .search-menu a {
  float: left;
  font: 800 16px/41px "proxima";
  height: 41px;
  color: white;
  background-color: #b4b5b8;
  text-transform: uppercase;
  padding: 0 21px;
}
.page-search .search-menu a + a {
  margin-left: 1px;
}
.page-search .search-menu a:hover {
  background-color: #8d8e93;
}
.page-search .search-menu a.active {
  background-color: #fb6900;
}
.page-search .search-actions p {
  font-size: 18px;
  font-weight: 300;
  color: #36363c;
  margin: 0;
}
.page-search .search-actions .menu {
  position: relative;
}
.page-search .search-actions .menu strong {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.page-search .search-actions .menu strong:after,
.page-search .search-actions .menu strong:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  width: 2px;
  height: 11px;
  background-color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-search .search-actions .menu strong:before {
  right: 11px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-search .search-actions .menu ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #eff1f4;
  padding: 15px 0;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
}
.page-search .search-actions .menu ul li {
  padding: 0 24px;
  opacity: 0;
}
.page-search .search-actions .menu ul li + li {
  margin-top: 15px;
}
.page-search .search-actions .menu ul a {
  font-size: 18px;
  font-weight: bold;
  color: #36363c;
}
.page-search .search-actions .menu ul a:hover {
  color: #fb6900;
}
.page-search .search-actions .menu.active strong:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-search .search-actions .menu.active strong:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-search .search-actions .menu.active ul {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.page-search .search-actions .menu.active ul li {
  opacity: 1;
}
.page-search .search-actions .menu.active ul li + li {
  transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.page-search .search-actions .menu.active ul li + li + li {
  transition-delay: 0.23s;
  -ms-transition-delay: 0.23s;
  -moz-transition-delay: 0.23s;
  -webkit-transition-delay: 0.23s;
}
.page-search .search-actions .menu.active ul li + li + li + li {
  transition-delay: 0.26s;
  -ms-transition-delay: 0.26s;
  -moz-transition-delay: 0.26s;
  -webkit-transition-delay: 0.26s;
}
.page-search .search-actions .menu.active ul li + li + li + li + li {
  transition-delay: 0.29s;
  -ms-transition-delay: 0.29s;
  -moz-transition-delay: 0.29s;
  -webkit-transition-delay: 0.29s;
}
.page-search .search-actions .menu.active ul li + li + li + li + li + li {
  transition-delay: 0.32s;
  -ms-transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -webkit-transition-delay: 0.32s;
}
.page-search .search-actions .menu.active ul li + li + li + li + li + li + li {
  transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.page-search .view-more {
  margin: 60px 0;
}
.page-search .search-nulo p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #36363c;
  margin-bottom: 34px;
}
.page-search .search-nulo form {
  width: 100%;
  position: relative;
}
.page-search .search-nulo form input {
  border: none;
  height: 56px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #36363c;
  padding-left: 45px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-search .search-nulo form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: rgba(54, 54, 60, 0.8);
}
.page-search .search-nulo form input:-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: rgba(54, 54, 60, 0.8);
}
.page-search .search-nulo form input::-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: rgba(54, 54, 60, 0.8);
}
.page-search .search-nulo form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: rgba(54, 54, 60, 0.8);
}
.page-search .search-nulo form button {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 9px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-search .search-nulo form button:hover {
  opacity: 0.7;
}
.page-search .mod-list {
  margin-top: 45px;
}
.page-search .mod-list .mod-title {
  color: #fb6900 !important;
}

.page-program-grid .mod-list .mod-header {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-program-grid .mod-list .mod-content {
  margin: 0 !important;
}
.page-program-grid .view-more {
  margin: 40px 0 60px;
}
body.page-concursos.page-program-grid .program-box .program-data {
  width: 64%;
}
a.concursos-btn {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAAE4xWc8AAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU4REMyRTMxOTRFMTFFN0JBN0NCQzdDMkFEN0JERjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU4REMyRTQxOTRFMTFFN0JBN0NCQzdDMkFEN0JERjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NThEQzJFMTE5NEUxMUU3QkE3Q0JDN0MyQUQ3QkRGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NThEQzJFMjE5NEUxMUU3QkE3Q0JDN0MyQUQ3QkRGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqzbyO0AAAG/SURBVHjaYvz//z8DCDAxQAGY8SeDMQEggBhRpIAi8UxAIgbILgMIILgUUMAOSPUygAR+pzPshdIJAAEEVwE3Fqg0C6rlP8xUZhCDZcZ/RpjAb6DsbmSXlADxEqBgHEgAIIDAhgI5j4DsDqgCQxAGGmEE1gK1PhdEQ9ncQOwHxItBfBaY2UBTQEb/BOqcDKQ3AflCYMdA5f8C8Vcgfo/khT9wN+ADAAGEVwEj0CHLgPQFIP4GxP+AeCoQqwHdcRsk+R7IEERy5C8gxQrEiiCHoZvrAcQcQHwZ5M93MD8jY6D4ayYk4+6hOwgWt0ogO4C0KrokI9BBIF0fQS5E98p6IL0HiD9AXckAdVAo3kAACDBYNIoD2ROA2BcWtlDwHxoPIJOLgNbex6b5E5DdCpTsRDcdKAdKC0ehTjkHxNFAdTeQE/kfaPBjAyB//IC6Qg+IrwMN3IicNHACoC0ngRRy9IUDqWlYNQMluYGUFBA/AWr8jsU8TmgCQeRNkP+hdAsQ3wLiOkKuQtb8ExrDyVB+MjSwcHsJKVC4oSmAD6hJFsh+jEcPJ7JmTSCeCdTUCHIBKGSBbGwa2YH4LBDrgzgAtwzLh1ESCcsAAAAASUVORK5CYII=)
    left center no-repeat;
  padding-left: 25px;
  color: #fb6700;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.page-capitulos .view-more {
  margin-bottom: 60px;
}

.page-summary .section-header {
  margin-bottom: 43px;
  background: #fb6900;
}

.row,
.row-builder,
.row-content .view-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.row-builder {
  max-width: 1132px;
}
.row-builder .col {
  margin-left: 16px;
}

.col {
  float: left;
}
.col + .col {
  margin-left: 16px;
}
.col3 {
  width: 263px;
}
.col4 {
  width: 356px;
}
.col6 {
  width: 542px;
}
.col8 {
  width: 728px;
}
.col-main {
  width: 764px;
  float: left;
}
.col-sidebar {
  width: 300px;
  float: right;
}

.site-header {
  padding: 15px 0 0;
  background-color: white;
  position: relative;
  z-index: 3;
}
.site-header .row {
  position: relative;
}
.site-header .site-logo {
  float: left;
  position: relative;
}
.site-header .site-logo > span {
  position: absolute;
  top: 22px;
  right: 10px;
  background-color: #fb6900;
  padding: 0 0 4px 4px;
  opacity: 0;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.site-header .site-logo:hover > span {
  opacity: 1;
}
.site-header .modal {
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
}
.site-header .top-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.site-header .top-menu li {
  position: relative;
}
.site-header .top-menu li + li {
  margin-left: 12px;
}
.site-header .top-menu li:hover .modal {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.site-header .top-menu li:hover .modal li {
  opacity: 1;
}
.site-header .top-menu li:hover .modal li + li {
  transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.site-header .top-menu li:hover .modal li + li + li {
  transition-delay: 0.23s;
  -ms-transition-delay: 0.23s;
  -moz-transition-delay: 0.23s;
  -webkit-transition-delay: 0.23s;
}
.site-header .top-menu li:hover .modal li + li + li + li {
  transition-delay: 0.26s;
  -ms-transition-delay: 0.26s;
  -moz-transition-delay: 0.26s;
  -webkit-transition-delay: 0.26s;
}
.site-header .top-menu li:hover .modal li + li + li + li + li {
  transition-delay: 0.29s;
  -ms-transition-delay: 0.29s;
  -moz-transition-delay: 0.29s;
  -webkit-transition-delay: 0.29s;
}
.site-header .top-menu li:hover .modal li + li + li + li + li + li {
  transition-delay: 0.32s;
  -ms-transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -webkit-transition-delay: 0.32s;
}
.site-header .top-menu li:hover .modal li + li + li + li + li + li + li {
  transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.site-header .top-menu li:hover .caret-down:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-header .top-menu li:hover .caret-down:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header .top-menu a {
  font: 13px/15px "proxima";
  color: #36363c;
}
.site-header .top-menu a:hover {
  text-decoration: underline;
}
.site-header .top-menu a.caret-down {
  position: relative;
  padding-right: 18px;
}
.site-header .top-menu a.caret-down:after,
.site-header .top-menu a.caret-down:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 4px;
  width: 1px;
  height: 5px;
  background-color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-header .top-menu a.caret-down:before {
  right: 8px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header .top-menu .modal {
  z-index: 3;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #eff1f4;
  padding: 9px 20px 12px;
}
.site-header .top-menu .modal li {
  float: none;
  display: block;
  margin: 0 0 2px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s 0s;
  -ms-transition: all 0.2s 0s;
  -moz-transition: all 0.2s 0s;
  -webkit-transition: all 0.2s 0s;
}
.site-header li {
  float: left;
}
.site-header .site-search {
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 32px;
  z-index: 2;
  width: 1px;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-header .site-search.active {
  width: 100%;
}
.site-header .site-search fieldset {
  margin-left: 1px;
  background-color: white;
  width: 766px;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.site-header .site-search button {
  outline: none;
  position: absolute;
  top: 5px;
  left: 1px;
  padding: 0;
  background: none;
  border: none;
  font-size: 19px;
  color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-header .site-search button:hover {
  color: #fb6900;
}
.site-header .site-search input {
  width: 100%;
  padding: 0 20px 0 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid black;
  height: 32px;
  font: bold 20px/32px "proxima";
  color: #36363c;
  outline: none;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.site-header .site-search input::-webkit-input-placeholder {
  color: #4e4e57;
  font: bold 20px/32px "proxima";
}
.site-header .site-search input:-moz-placeholder {
  color: #4e4e57;
  font: bold 20px/32px "proxima";
}
.site-header .site-search input::-moz-placeholder {
  color: #4e4e57;
  font: bold 20px/32px "proxima";
}
.site-header .site-search input:-ms-input-placeholder {
  color: #4e4e57;
  font: bold 20px/32px "proxima";
}
.site-header .site-search a {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 17px;
  height: 17px;
}
.site-header .site-search a:after,
.site-header .site-search a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 20px;
  background-color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-header .site-search a:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header .site-search a:hover:after,
.site-header .site-search a:hover:before {
  background-color: #fb6900;
}
.site-header .search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
.site-header .search-button button {
  outline: none;
  float: left;
  padding: 0;
  background: none;
  border: none;
  font-size: 19px;
  color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-header .search-button button:hover {
  color: #fb6900;
}
.site-header .site-nav {
  margin: 62px 0 0 12px;
  float: left;
  position: relative;
  padding-right: 45px;
}
.site-header .site-nav li + li {
  margin-left: 26px;
}
.site-header .site-nav a {
  text-transform: uppercase;
  font: bold 20px/22px "proxima";
  color: #36363c;
}
.site-header .site-nav li:last-child a {
  display: inline-block;
  background: url(//static.13.cl/7/sites/all/themes/now/images/logo1.svg);
  overflow: hidden;
  width: 59px;
  height: 0;
  padding-top: 25px;
}
.site-header .site-nav a.active,
.site-header .site-nav a:hover {
  color: #fb6900;
}
.site-header .header-actions {
  float: right;
  margin-top: 62px;
}
.site-header .user-action,
.site-header .follow-us {
  float: left;
}
.site-header .user-action [class*="svg"],
.site-header .user-action [class*="icon"],
.site-header .follow-us [class*="svg"],
.site-header .follow-us [class*="icon"] {
  color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-header .user-action a:hover [class*="icon"],
.site-header .follow-us a:hover [class*="icon"] {
  opacity: 0.6;
}
.site-header .follow-us {
  margin-right: 20px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 17px;
}
.site-header .follow-us > span + span {
  margin-left: 13px;
}
.site-header .follow-us .follow-in a {
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 5px;
  border-radius: 2px;
  display: inline-block;
  background-color: #e02f2f;
}
.site-header .follow-us .follow-in a:hover {
  backgorund-color: #bf1d1d;
}
.site-header .follow-us .follow-in a .svg-instagram {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 4px;
  color: white;
}
.site-header .follow-us .follow-in a .text {
  position: relative;
  top: -1px;
  font-size: 12px;
  color: white;
}
.site-header .follow-us:hover > [class*="svg"] {
  color: #fb6900;
}
.site-header .follow-us:hover .modal {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.site-header .follow-us .modal {
  position: absolute;
  top: 39px;
  right: 0;
  background-color: #eff1f4;
  padding: 10px 15px 20px;
}
.site-header .follow-us .modal > div + div {
  margin-top: 10px;
}
.site-header .programs-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #eff1f4;
  display: none;
}
.site-header .programs-menu .swiper-container {
  padding: 21px 0 71px;
}
.site-header .programs-menu .swiper-pagination {
  bottom: 25px !important;
  left: 0;
  width: 100%;
}
.site-header .programs-menu .swiper-pagination .swiper-bullets {
  display: inline-block;
}
.site-header .programs-menu .swiper-pagination .swiper-btn {
  display: inline-block;
  position: relative;
  top: 1px;
  height: 18px;
  width: 10px;
  cursor: pointer;
}
.site-header .programs-menu .swiper-pagination .swiper-btn:hover:after,
.site-header .programs-menu .swiper-pagination .swiper-btn:hover:before {
  background-color: #fb6900;
}
.site-header .programs-menu .swiper-pagination .swiper-btn:after,
.site-header .programs-menu .swiper-pagination .swiper-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 12px;
  background-color: #9fa1a3;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-header .programs-menu .swiper-pagination .swiper-btn:before {
  top: 8px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header .programs-menu .swiper-pagination .swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header .programs-menu .swiper-pagination .swiper-btn-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-header .programs-menu .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #9fa1a3;
  opacity: 1;
  margin: 0 3px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.site-header .programs-menu .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #85888a;
}
.site-header .programs-menu .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fb6900;
}

.row:after,
.row-builder:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.ui-slider {
  width: 100%;
  height: 14px;
  background-color: #d5d6d9;
  border-radius: 6px;
  position: relative;
  margin: 9px 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 13px;
  height: 31px;
  background-color: black;
  border-radius: 6px;
}

/*
  MODULES LIST
*/
.mod-list {
  display: block;
  margin-bottom: 30px;
}
.mod-list + .mod-list {
  padding-top: 10px;
}
.mod-list.mod-ranking .position {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #fb6900;
  color: white;
  text-align: center;
  font: bold 16px/33px "proxima";
  z-index: 3;
}
.mod-list.mod-ranking .mod-content {
  position: relative;
}
.mod-list.mod-ranking .swiper-slide {
  position: relative;
  width: 263px !important;
}
.mod-list.mod-ranking .swiper-btn {
  position: absolute;
  top: 102px;
  left: -60px;
  width: 30px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.mod-list.mod-ranking .swiper-btn.swiper-button-disabled {
  opacity: 0.4 !important;
}
.mod-list.mod-ranking .swiper-btn:hover {
  opacity: 0.7;
}
.mod-list.mod-ranking .swiper-btn:after,
.mod-list.mod-ranking .swiper-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 12px;
  height: 35px;
  background-color: #68686d !important;
  width: 3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-list.mod-ranking .swiper-btn:before {
  top: 22px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-list.mod-ranking .swiper-btn-next {
  left: auto;
  right: -60px;
}
.mod-list.mod-ranking .swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-list.mod-ranking .swiper-btn-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-list.program .mod-header .mod-title {
  font: 800 60px/62px "proxima";
}
.mod-list.program .mod-header .mod-title time {
  display: block;
  font: normal 17px/19px "proxima";
  color: #27272b;
  text-transform: initial;
}
.mod-list.program .mod-header .mod-action a {
  margin-top: 63px;
}
.mod-list.programas_v2_cont_loultimo {
  margin: 40px 0;
}
.mod-list.programas_v2_cont_loultimo .row:last-child {
  max-width: 1132px;
}
.mod-list.programas_v2_cont_loultimo .view-more {
  margin-top: 24px;
}
.mod-list.programas_v2_cont_loultimo .news-box .news-media img {
  max-width: auto;
  height: auto;
}
.mod-list.programas_v2_cont_loultimo .banner-300x250 {
  width: 100%;
  height: 250px;
}
.mod-list .mod-header {
  margin-bottom: 17px;
}
.mod-list .mod-header .mod-title {
  text-transform: uppercase;
  color: #36363c;
  font: 800 32px/34px "proxima";
  float: left;
}
.mod-list .mod-header .mod-action {
  float: right;
}
.mod-list .mod-header .mod-action a {
  font: bold 15px/17px "proxima";
  color: #fb6900;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 13px;
}
.mod-list .mod-header .mod-action a:hover {
  color: #36363c !important;
}
.mod-list .mod-header .menu {
  position: relative;
  z-index: 2;
}
.mod-list .mod-header .menu strong {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.mod-list .mod-header .menu strong:after,
.mod-list .mod-header .menu strong:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  width: 2px;
  height: 11px;
  background-color: #36363c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-list .mod-header .menu strong:before {
  right: 11px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-list .mod-header .menu ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #eff1f4;
  padding: 15px 0;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
}
.mod-list .mod-header .menu ul li {
  padding: 0 24px;
  opacity: 0;
}
.mod-list .mod-header .menu ul li + li {
  margin-top: 15px;
}
.mod-list .mod-header .menu ul a {
  font-size: 18px;
  font-weight: bold;
  color: #36363c;
  white-space: nowrap;
}
.mod-list .mod-header .menu ul a:hover {
  color: #fb6900;
}
.mod-list .mod-header .menu.active strong:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-list .mod-header .menu.active strong:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-list .mod-header .menu.active ul {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.mod-list .mod-header .menu.active ul li {
  opacity: 1;
}
.mod-list .mod-header .menu.active ul li + li {
  transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.mod-list .mod-header .menu.active ul li + li + li {
  transition-delay: 0.23s;
  -ms-transition-delay: 0.23s;
  -moz-transition-delay: 0.23s;
  -webkit-transition-delay: 0.23s;
}
.mod-list .mod-header .menu.active ul li + li + li + li {
  transition-delay: 0.26s;
  -ms-transition-delay: 0.26s;
  -moz-transition-delay: 0.26s;
  -webkit-transition-delay: 0.26s;
}
.mod-list .mod-header .menu.active ul li + li + li + li + li {
  transition-delay: 0.29s;
  -ms-transition-delay: 0.29s;
  -moz-transition-delay: 0.29s;
  -webkit-transition-delay: 0.29s;
}
.mod-list .mod-header .menu.active ul li + li + li + li + li + li {
  transition-delay: 0.32s;
  -ms-transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -webkit-transition-delay: 0.32s;
}
.mod-list .mod-header .menu.active ul li + li + li + li + li + li + li {
  transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.mod-list.mod-videos .mod-title {
  font-size: 20px;
  line-height: 22px;
}
.mod-list.mod-videos .news-section {
  font: 700 12px/14px "proxima";
  text-transform: uppercase;
  vertical-align: top;
}
.mod-list.mod-videos .news-title {
  margin-top: 2px !important;
  font-size: 16px !important;
  line-height: 18px !important;
}

/*
  MODULES LIST VERTICAL
*/
.mod-list-vertical {
  margin-bottom: 40px;
}
.mod-list-vertical .mod-title {
  font: 800 26px/33px "proxima";
  text-transform: uppercase;
  color: #27272b;
  margin-bottom: 17px;
}
.mod-list-vertical .mod-title img {
  margin-right: 10px;
}
.mod-list-vertical .news-box .news-data {
  height: 104px !important;
  padding-top: 15px !important;
}
.mod-list-vertical .news-summary + .news-summary {
  margin-top: 21px;
}

/*
  MOD PERSONAJES
*/
.programas_v2_cont_staff {
  background-color: #dadbde;
  padding: 37px 0 56px;
  margin-bottom: 0;
}
.programas_v2_cont_staff .mod-content {
  position: relative;
}
.programas_v2_cont_staff .swiper-btn {
  position: absolute;
  top: 102px;
  left: -60px;
  width: 30px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.programas_v2_cont_staff .swiper-btn.swiper-button-disabled {
  display: none;
}
.programas_v2_cont_staff .swiper-btn.swiper-button-disabled:after,
.programas_v2_cont_staff .swiper-btn.swiper-button-disabled:before {
  background-color: #68686d !important;
}
.programas_v2_cont_staff .swiper-btn:hover {
  opacity: 0.7;
}
.programas_v2_cont_staff .swiper-btn:after,
.programas_v2_cont_staff .swiper-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 12px;
  height: 35px;
  width: 3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #68686d !important;
}
.programas_v2_cont_staff .swiper-btn:before {
  top: 22px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.programas_v2_cont_staff .swiper-btn-next {
  left: auto;
  right: -60px;
}
.programas_v2_cont_staff .swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.programas_v2_cont_staff .swiper-btn-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.programas_v2_cont_staff .swiper-slide {
  width: 263px;
}

/*
  MOD PROGRAM
*/
.mod-program {
  margin-bottom: 34px;
  min-height: 740px;
}
.mod-program .row {
  padding-top: 53px;
  padding-bottom: 16px;
}
.mod-program .mod-header {
  max-width: 550px;
  margin-bottom: 73px;
  min-height: 304px;
}
.mod-program .mod-patrocinador {
  margin-top: -20px;
  margin-bottom: 32px;
}
.mod-program .mod-patrocinador span {
  color: white;
  font: 11px/38px "proxima";
  text-transform: uppercase;
  opacity: 0.6;
  margin-right: 5px;
}
.mod-program .program-title {
  font: 800 90px/84px "proxima";
  text-transform: uppercase;
}
.mod-program .program-title a {
  color: inherit;
  font: inherit;
}
.mod-program .program-date {
  font: 22px/24px "proxima";
  margin-bottom: 23px;
  display: block;
}
.mod-program .program-excerpt {
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 21px;
}
.mod-program .news-box .news-data .news-section {
  color: #878788;
}

/*
  MOD GRILLA
*/
.mod-grilla {
  position: relative;
  height: 107px;
  background-color: white;
  margin-bottom: 46px;
  z-index: 1;
}
.mod-grilla .orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 107px;
  background-color: #fb6900;
}
.mod-grilla .row {
  position: relative;
  z-index: 2;
  background-color: white;
  height: 107px;
}
.mod-grilla .grilla-title {
  background-color: #fb6900;
  float: left;
  padding: 27px 0 0;
  width: 285px;
  height: 107px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-grilla .grilla-title h3 {
  color: white;
  text-transform: uppercase;
  font: 900 32px/32px "proxima";
  margin-bottom: 6px;
}
.mod-grilla .grilla-title a {
  color: white;
  font: 17px/19px "proxima";
}
.mod-grilla .grilla-title a:hover {
  color: #36363c;
}
.mod-grilla .grilla-slide {
  float: left;
  position: relative;
}
.mod-grilla .grilla-slide .grilla-vivo {
  float: left;
  width: 175px;
  height: 107px;
  color: #fb6900;
  padding: 14px 0 0 19px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-grilla .grilla-slide .grilla-vivo strong {
  text-transform: uppercase;
  font: bold 24px/26px "proxima";
  margin-bottom: 7px;
}
.mod-grilla .grilla-slide .grilla-vivo strong span {
  margin-right: 7px;
}
.mod-grilla .grilla-slide .grilla-vivo > span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 33px;
  padding-right: 10px;
}
.mod-grilla .grilla-slide .swiper-btn {
  position: absolute;
  width: 19px;
  height: 36px;
  top: 32px;
  z-index: 2;
  cursor: pointer;
}
.mod-grilla .grilla-slide .swiper-btn:after,
.mod-grilla .grilla-slide .swiper-btn:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -2px;
  width: 23px;
  height: 2px;
  background-color: white;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-grilla .grilla-slide .swiper-btn:before {
  top: 23px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-grilla .grilla-slide .swiper-btn:hover:after,
.mod-grilla .grilla-slide .swiper-btn:hover:before {
  background-color: #36363c;
}
.mod-grilla .grilla-slide .swiper-btn-prev {
  left: -40px;
}
.mod-grilla .grilla-slide .swiper-btn-next {
  left: auto;
  right: -40px;
}
.mod-grilla .grilla-slide .swiper-btn-next:after,
.mod-grilla .grilla-slide .swiper-btn-next:before {
  background-color: #fb6900;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mod-grilla .grilla-slide .swiper-btn-next:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mod-grilla .grilla-slide .swiper-container {
  width: 581px;
  float: left;
}
.mod-grilla .grilla-slide .swiper-container .swiper-slide {
  width: 145px;
  position: relative;
  color: #36363c;
  height: 107px;
  padding: 13px 20px 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-grilla .grilla-slide .swiper-container .swiper-slide:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #eff1f4;
}
.mod-grilla .grilla-slide .swiper-container time {
  font: bold 24px/26px "proxima";
  margin-bottom: 8px;
}
.mod-grilla .grilla-slide .swiper-container .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.mod-grilla.program {
  height: 112px;
  background-color: #72706e;
}
.mod-grilla.program .row {
  height: 112px;
  background-color: #72706e;
  padding-left: 400px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-grilla.program .orange {
  height: 112px;
}
.mod-grilla.program .grilla-title {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  height: 112px;
}
.mod-grilla.program .grilla-title p {
  margin: 0;
  color: white;
  font: 17px/19px "proxima";
}
.mod-grilla.program .grilla-dias {
  width: 100%;
}
.mod-grilla.program .grilla-dias li {
  float: left;
  width: 14.28%;
  text-align: center;
  position: relative;
  height: 112px;
  padding-top: 29px;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-grilla.program .grilla-dias li.active,
.mod-grilla.program .grilla-dias li:hover {
  background-color: #4b4a48;
}
.mod-grilla.program .grilla-dias li + li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background-color: #8b8a89;
}
.mod-grilla.program .grilla-dias li.active:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #4b4a48 transparent transparent;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.mod-grilla.program .grilla-dias li span {
  text-transform: uppercase;
  color: white;
  display: block;
  font: bold 24px/24px "proxima";
  margin-bottom: 9px;
}

/*
  MOD CASTINGS
*/
.mod-castings {
  background-color: #c8c9cc;
  color: #36363c;
  margin-bottom: 39px;
}
.mod-castings .mod-title {
  text-transform: uppercase;
  font: 800 32px/32px "proxima";
  position: relative;
  float: left;
  padding: 37px 0 0 35px;
  width: 190px;
}
.mod-castings .mod-title span {
  position: absolute;
  top: 86px;
  right: 36px;
}
.mod-castings .mod-media {
  float: left;
  margin-right: 23px;
}
.mod-castings .mod-data {
  padding: 25px 24px 0 0;
}
.mod-castings .mod-data h4 {
  font: bold 28px/32px "proxima";
  margin-bottom: 6px;
}
.mod-castings .mod-data h4 a {
  font: inherit;
  color: inherit;
}
.mod-castings .mod-data h4 a:hover {
  opacity: 0.6;
}
.mod-castings .mod-data p {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}

/*
  MOD NEWS GRID
*/
.mod-grid-news {
  background-color: #fb6900;
  padding: 32px 0 25px;
  display: block;
}
.mod-grid-news .mod-title {
  color: white;
  text-transform: uppercase;
  font: 800 32px/34px "proxima";
  margin-bottom: 27px;
}
.mod-grid-news .news-box .news-data .news-section {
  color: #a1a1a2;
}

/*
  PAGE BUILDER
*/
.page-builder {
  padding: 17px 0 0;
  background-color: black;
}
.page-builder.skin {
  background-position: center top;
  padding-top: 128px;
}
.page-builder.skin .video {
  background-color: #27272b;
  margin-bottom: 20px;
}
.page-builder.skin .video .video-row {
  padding: 0 20px 20px !important;
}
.page-builder .row-builder {
  padding: 15px;
  margin-bottom: 34px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-builder .pull-left {
  width: 785px;
}
.page-builder .pull-right {
  width: 300px;
}
.page-builder .pull-right .news-box {
  margin: 0;
  margin-bottom: 20px;
}
.page-builder .pull-right .news-box.no-photo .news-data {
  height: 275px;
}
.page-builder .pull-right .news-box.no-photo .news-data .news-title a:hover {
  color: black;
}
.page-builder .pull-right .news-box .news-data {
  background-color: #fb6900;
  padding: 11px 16px 16px;
  height: 106px;
}
.page-builder .pull-right .news-box .news-data .news-section {
  color: #28272c;
  font-size: 13px;
  margin-bottom: 7px;
}
.page-builder .pull-right .news-box .news-data .news-section:hover {
  opacity: 0.7;
}
.page-builder .pull-right .news-box .news-data .news-title {
  font-size: 22px;
  line-height: 24px;
}
.page-builder .pull-right .news-box .news-data .news-title a:hover {
  color: #36363c;
}
.page-builder .news-box.inner {
  margin-bottom: 0;
}
.page-builder .news-box.inner .news-data {
  top: 0;
  left: 0;
  padding: 75px 0 0 40px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.82) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.9)),
    color-stop(10%, rgba(0, 0, 0, 0.82)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.82) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.82) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.82) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.82) 10%, rgba(255, 255, 255, 0) 100%);
}
.page-builder .news-box.inner .news-data .news-section {
  font: bold 18px/20px "proxima";
  margin-bottom: 22px;
  opacity: 1 !important;
}
.page-builder .news-box.inner .news-data .news-title {
  font: 800 53px/48px "proxima";
  max-width: 300px;
  max-height: initial;
}
.page-builder .news-box.inner .news-data .news-excerpt {
  max-height: 60px;
  overflow: hidden;
  display: block;
  opacity: 1;
  width: 332px;
}
.page-builder .news-box.inner .news-data .news-link {
  margin-top: 41px;
  display: inline-block;
  text-transform: uppercase;
  font: bold 16px/32px "proxima";
  text-shadow: 2px 0 3px rgba(0, 0, 0, 0.31);
  color: #fb6900;
}
.page-builder .news-box.inner .news-data .news-link span {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.page-builder .swiper-pagination {
  bottom: 20px !important;
}
.page-builder .swiper-pagination .swiper-bullets {
  display: inline-block;
}
.page-builder .swiper-pagination .swiper-btn {
  display: inline-block;
  position: relative;
  top: 1px;
  height: 18px;
  width: 10px;
  cursor: pointer;
}
.page-builder .swiper-pagination .swiper-btn:hover:after,
.page-builder .swiper-pagination .swiper-btn:hover:before {
  background-color: #fb6900;
}
.page-builder .swiper-pagination .swiper-btn:after,
.page-builder .swiper-pagination .swiper-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 12px;
  background-color: white;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-builder .swiper-pagination .swiper-btn:before {
  top: 6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-builder .swiper-pagination .swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-builder .swiper-pagination .swiper-btn-next:before {
  top: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page-builder .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #9fa1a3;
  opacity: 1;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-builder .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #85888a;
}
.page-builder .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fb6900;
}
.page-builder .banner {
  margin-bottom: 21px;
}

.news span.play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
}
.news span.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 25px solid white;
  border-bottom: 14px solid transparent;
  margin: -14px 0 0 -10px;
}
.news:hover .play {
  opacity: 1;
  visibility: visible;
}
.news .news-media {
  position: relative;
}
.news .news-media .video-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #27272b;
  color: white;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  z-index: 3;
}
.news .news-title a {
  color: inherit;
  font: inherit;
}
.news-full {
  padding-top: 47px;
  color: #36363c;
}
.news-full a {
  color: #36363c;
}
.news-full-media img {
  width: 100%;
  height: auto;
}
.news-full .media_embed {
  width: 100%;
  text-align: center;
}
.news-full .media_embed iframe {
  max-width: 100%;
}
.news-full .col-sidebar .banner {
  margin-bottom: 20px;
}
.news-full .news-label {
  text-transform: uppercase;
  font: bold 15px/16px "proxima";
  display: block;
  margin-bottom: 15px;
}
.news-full .news-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 61px;
  margin-bottom: 21px;
}
.news-full .news-excerpt {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
.news-full .news-like {
  float: left;
  margin: 27px 0 14px;
}
.news-full .news-like p {
  display: inline-block;
  font: 13px/30px "roboto";
  color: #8e8d8b;
  text-transform: uppercase;
  margin-right: 4px;
}
.news-full .news-social-action {
  float: right;
  margin: 33px 0 28px;
}
.news-full .news-social-action.vertical {
  float: left;
  margin: 20px 0;
}
.news-full .news-social-action.vertical a {
  clear: both;
  margin: 0 0 8px;
}
.news-full .news-social-action a {
  float: left;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border-radius: 4px;
}
.news-full .news-social-action a:hover .cube {
  transform: translateZ(-21px) rotateY(-90deg);
  -ms-transform: translateZ(-21px) rotateY(-90deg);
  -moz-transform: translateZ(-21px) rotateY(-90deg);
  -webkit-transform: translateZ(-21px) rotateY(-90deg);
}
.news-full .news-social-action a .cube {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translateZ(21px) rotateY(0deg);
  -ms-transform: translateZ(21px) rotateY(0deg);
  -moz-transform: translateZ(21px) rotateY(0deg);
  -webkit-transform: translateZ(21px) rotateY(0deg);
  transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.news-full .news-social-action a .cube .front,
.news-full .news-social-action a .cube .right {
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  color: white;
  width: 42px;
  height: 42px;
  position: absolute;
  border-radius: 5px;
}
.news-full .news-social-action a .cube .svg-twitter {
  font-size: 17px;
}
.news-full .news-social-action a .cube .svg-messenger {
  font-size: 22px;
}
.news-full .news-social-action a .cube .svg-comment {
  font-size: 19px;
}
.news-full .news-social-action a .cube .front {
  background-color: #a3a4a6;
  transform: rotateY(0deg) translateZ(21px);
  -ms-transform: rotateY(0deg) translateZ(21px);
  -moz-transform: rotateY(0deg) translateZ(21px);
  -webkit-transform: rotateY(0deg) translateZ(21px);
}
.news-full .news-social-action a .cube .right {
  transform: rotateY(90deg) translateZ(21px);
  -ms-transform: rotateY(90deg) translateZ(21px);
  -moz-transform: rotateY(90deg) translateZ(21px);
  -webkit-transform: rotateY(90deg) translateZ(21px);
}
.news-full .news-social-action a .cube .right.svg-facebook {
  background-color: #35559c;
}
.news-full .news-social-action a .cube .right.svg-facebook:active {
  background-color: #223663;
}
.news-full .news-social-action a .cube .right.svg-twitter {
  background-color: #01a5eb;
}
.news-full .news-social-action a .cube .right.svg-twitter:active {
  background-color: #01709f;
}
.news-full .news-social-action a .cube .right.svg-messenger {
  font-size: 18px;
  background-color: #0084ff;
}
.news-full .news-social-action a .cube .right.svg-messenger:active {
  background-color: #005cb3;
}
.news-full .news-social-action a .cube .right.svg-comment {
  background-color: #595959;
}
.news-full .news-social-action a .cube .right.svg-comment:active {
  background-color: #333333;
}
.news-full .news-photogallery .swiper-fullscreen {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}
.news-full .news-photogallery .swiper-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 10;
  width: 40px;
  height: 80px;
  margin-top: -65px;
  cursor: pointer;
}
.news-full .news-photogallery .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.news-full .news-photogallery .swiper-btn.swiper-button-disabled:hover:after,
.news-full .news-photogallery .swiper-btn.swiper-button-disabled:hover:before {
  background-color: white !important;
}
.news-full .news-photogallery .swiper-btn.swiper-btn-next {
  left: auto;
  right: 10px;
}
.news-full .news-photogallery .swiper-btn.swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.news-full .news-photogallery .swiper-btn.swiper-btn-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news-full .news-photogallery .swiper-btn:after,
.news-full .news-photogallery .swiper-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 3px;
  height: 50px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}
.news-full .news-photogallery .swiper-btn:before {
  top: 34px;
  z-index: 2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.news-full .news-photogallery .video-item {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 70.81%;
}
.news-full .news-photogallery .video-item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-full .news-photogallery figcaption {
  width: 100%;
  position: relative;
  height: 48px;
  border-bottom: 1px solid #d8d8d8;
}
.news-full .news-photogallery figcaption span,
.news-full .news-photogallery figcaption p {
  margin: 0;
  font-size: 13px;
  line-height: 48px;
  color: black;
}
.news-full .news-photogallery figcaption span strong,
.news-full .news-photogallery figcaption p strong {
  color: black;
}
.news-full .news-photogallery figcaption span {
  color: #8c8c8c;
}
.news-photogallery {
  height: 590px;
}
.swiper-slide-imagen {
  background: black;
  width: 763px;
  height: 540px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.news-full .news-photogallery .swiper-slide img {
  width: auto !important;
  height: auto;
}

.news-full .news-content {
  margin-top: 36px;
  position: relative;
  padding-left: 120px;
}
.news-full .news-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
}
.news-full .news-author {
  margin-bottom: 14px;
}
.news-full .news-author .author-media {
  margin-bottom: 9px;
}
.news-full .news-author .author-media img {
  border-radius: 100%;
  display: block;
}
.news-full .news-author .author-data .author-name {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  color: #8c8c8c;
}
.news-full .news-author .author-data .author-name span {
  display: block;
  margin-bottom: 1px;
}
.news-full .news-author .author-data .author-name a {
  color: #36363c;
}
.news-full .news-author .author-data .author-name a:hover {
  text-decoration: underline;
}
.news-full .news-date {
  font-size: 13px;
  line-height: 13px;
  color: #36363c;
}
.news-full .news-body > p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 28px;
}
.news-full .news-body > p:first-child:first-letter {
  float: left;
  font-size: 94px;
  line-height: 80px;
  font-weight: normal;
  margin-right: 15px;
}
.news-full .news-body > p a {
  color: #fb6900;
}
.news-full .news-body > p a:hover {
  text-decoration: underline;
}
.news-full .news-body h1,
.news-full .news-body h2,
.news-full .news-body h3,
.news-full .news-body h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.news-full .news-body figure {
  display: block;
  display: table;
  margin-bottom: 28px;
}
.news-full .news-body img {
  width: 100%;
  height: auto;
}
.news-full .news-body figure.align-center {
  margin: 0 auto 28px;
}
.news-full .news-body figure.align-left {
  float: left;
  margin: 0 25px 20px 0;
}
.news-full .news-body figure.align-right {
  float: right;
  margin: 0 0 20px 25px;
}
.news-full .news-body figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
.news-full .news-body figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d8d8d8;
}
.news-full .news-body .news-cite,
.news-full .news-body blockquote {
  margin: 0 0 78px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding: 19px 0 18px;
}
.news-full .news-body .news-cite > p,
.news-full .news-body blockquote > p {
  margin: 0;
  text-transform: uppercase;
  font: 800 30px/36px "proxima";
}
.news-full .news-body .news-cite .share-box {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 14px;
}
.news-full .news-body .news-cite .share-box p {
  float: left;
  font-size: 13px;
  line-height: 36px;
  margin: 0 10px 0 0;
}
.news-full .news-body .news-cite .share-box a {
  margin-left: 2px;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  position: relative;
}
.news-full .news-body .news-cite .share-box a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.news-full .news-body .news-cite .share-box a.fb {
  background-color: #35559c;
}
.news-full .news-body .news-cite .share-box a.fb:hover {
  background-color: #284076;
}
.news-full .news-body .news-cite .share-box a.fb:active {
  background-color: #1b2c50;
}
.news-full .news-body .news-cite .share-box a.tw {
  background-color: #01a5eb;
}
.news-full .news-body .news-cite .share-box a.tw:hover {
  background-color: #0181b8;
}
.news-full .news-body .news-cite .share-box a.tw:active {
  background-color: #015e85;
}
.news-full .news-body .news-embed {
  width: 100%;
  display: block;
  margin-bottom: 28px;
}
.news-full .news-body .news-embed iframe {
  width: 100%;
  display: block;
}
.news-full .news-body .news-embed .embed-description {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d8d8d8;
}
.news-full .news-body .news-video {
  width: 100%;
  display: block;
  margin-bottom: 28px;
}
.news-full .news-body .news-video .video-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.news-full .news-body .news-video .video-item > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-full .news-body .news-video .video-description {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d8d8d8;
}
.news-full .news-body .poll-box {
  background: none;
  margin-bottom: 28px;
  padding: 0;
}
.news-full .news-body .poll-box .poll-section {
  display: none;
}
.news-full .news-body .poll-box .poll-title {
  font-size: 22px;
  color: #36363c;
}
.news-full .news-body .poll-box .poll-info {
  text-align: right;
}
.news-full .news-body .poll-box .poll-info p {
  font: 13px/15px "Roboto";
  color: #36363c;
  text-transform: initial;
}
.news-full .news-tag {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  font: 14px/35px "proxima";
  color: black;
  padding: 0 14px 0 20px;
  position: relative;
  border-radius: 3px;
  background-color: #d4d5d6;
  margin: 0 5px 5px 0;
}
.news-full .news-tag:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 7px;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 100%;
}
.news-full .news-tag:hover {
  background-color: #babcbd;
}
.news-full .news-tag:active {
  background-color: #a0a2a4;
}
.news-full .news-mod {
  margin-bottom: 28px;
  display: block;
}
.news-full .news-mod.comments {
  margin-bottom: 80px;
}
.news-full .news-mod .news-mod-title {
  text-transform: uppercase;
  font: 800 20px/22px "proxima";
}
.news-summary {
  overflow: hidden;
}
.news-summary.no-photo:hover .news-media img {
  -webkit-filter: brightness(1);
}
.news-summary:hover .news-media img {
  -webkit-filter: brightness(1.5);
}
.news-summary .news-media {
  float: left;
}
.news-summary .news-media img {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news-summary .news-data {
  float: right;
  width: 165px;
}
.news-summary .news-data .news-title {
  margin-top: -2px;
  color: #27272b;
  font-size: 17px;
  line-height: 21px;
}
.news-summary .news-data .news-title a:hover {
  color: #fb6900;
}
.news-summary.big .news-media {
  width: 46%;
}
.news-summary.big .news-data {
  width: 51%;
}
.news-summary.big .news-info {
  text-transform: uppercase;
  font: 12px/14px "proxima";
  color: #6f6f7a;
  margin-bottom: 12px;
}
.news-summary.big .news-info a {
  font: inherit;
  color: inherit;
}
.news-summary.big .news-info a:hover {
  color: #fb6900;
}
.news-summary.big .news-title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}
.news-summary.big .news-excerpt {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #36363c;
  margin: 0;
}
.news-summary.big + .news-summary {
  margin-top: 19px;
}
.news-box {
  margin-bottom: 16px;
}
.news-box .news-media img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news-box .news-data {
  background-color: #27272b;
  padding: 12px 16px 16px;
  height: 130px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.news-box .news-data .news-section {
  color: #fb6900;
  text-transform: uppercase;
  font: 800 12px/14px "proxima";
  display: inline-block;
  margin-bottom: 9px;
}
.news-box .news-data .news-section:hover {
  opacity: 0.7;
}
.news-box .news-data .news-title {
  color: white;
  font-size: 18px;
  line-height: 23px;
  max-height: 44px;
}
.news-box .news-data .news-title a:hover {
  color: #fb6900;
}
.news-box:hover .news-media img {
  -webkit-filter: brightness(1.5);
}
.news-box.no-photo .news-data {
  height: 249px;
}
.news-box.no-photo .news-excerpt {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.news-box.inner {
  position: relative;
}
.news-box.inner .news-data {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 120px 30px 42px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0%, transparent 22%, black 74%, black 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(22%, transparent),
    color-stop(74%, black),
    color-stop(100%, black)
  );
  background: -webkit-linear-gradient(top, transparent 0%, transparent 22%, black 74%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 22%, black 74%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 22%, black 74%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 22%, black 74%, black 100%);
}
.news-box.inner .news-section {
  font: bold 16px/18px "proxima";
}
.news-box.inner .news-title {
  color: #fb6900;
  font: 800 48px/50px "proxima";
  text-transform: uppercase;
  margin-bottom: 6px;
}
.news-box.inner .news-excerpt {
  font-size: 15px;
  line-height: 20px;
  color: white;
  margin: 0;
  opacity: 0.8;
}
.news-box.inner.featured {
  max-width: 1440px;
  margin: auto;
  display: block;
  overflow: hidden;
}
.news-box.inner.featured:hover img {
  -webkit-filter: brightness(1.2);
}
.news-box.inner.featured .news-media {
  text-align: center;
}
.news-box.inner.featured .news-media img {
  width: auto !important;
  max-width: 1440px !important;
  height: 580px !important;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.news-box.inner.featured .news-data {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 33px 30px 42px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
}
.news-box.inner.featured .news-data .news-link {
  margin-top: 20px;
}
.news-box.inner.featured .news-title {
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 53px;
}
.col4 .news-box.no-photo .news-data {
  height: 326px;
}
.col4 .news-box .news-data {
  height: 125px;
  padding-top: 8px;
}
.col4 .news-box .news-data .news-title {
  font-size: 20px;
  line-height: 24px;
}

.person-box {
  position: relative;
  overflow: hidden;
  height: 306px;
}
.person-box:hover .person-data {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.person-box .person-data {
  position: absolute;
  top: 235px;
  left: 0;
  padding: 0 15px;
  background-color: white;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.person-box .person-data .person-title {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1a17;
  height: 71px;
  position: relative;
}
.person-box .person-data .person-title a {
  color: inherit;
  font: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.person-box .person-data .person-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: black;
}
.person-box .person-data .person-link {
  text-transform: uppercase;
  font: bold 15px/17px "proxima";
  position: absolute;
  bottom: 25px;
  left: 15px;
}

.twitter-box {
  background-color: #27272b;
}

.video {
  margin-bottom: 38px;
}
.video .video-media {
  /*margin-bottom: 50px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.36%;*/
}
.video.video-live .video-media {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  height: 1px;
  padding-top: 56%;
}
#player-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  color: white;
  background: black;
  line-height: initial;
}
#player-wrapper a {
  text-decoration: underline;
  color: white;
}
body.page-en-vivo .video-live.envivo-player-ad #player-wrapper {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
body.page-en-vivo .video-live.envivo-player-ad .video-featured-left {
  width: 100%;
  margin-right: 0;
}

body.page-en-vivo .video-live.envivo-player-ad .video-featured-right {
  width: 100%;
  /*position:absolute;
  right:0;
  top:0;*/
}

body.page-en-vivo .video-live.envivo-player-ad {
  position: relative;
}

#player-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#player.yospace-player-container > div {
  width: 100%;
  height: 100%;
}
#player-wrapper #player {
  width: 100% !important;
  height: 100% !important;
}

.video .video-media .video-jwplayer {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}
.video .video-row {
  padding-right: 350px;
  position: relative;
  min-height: 250px;
}
.video .video-row .banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
.video .video-live {
  float: left;
  font: 700 13px/22px "proxima";
  color: #fb6900;
  text-transform: uppercase;
}
.video .video-live span {
  margin-right: 5px;
}
.video-data {
  padding: 20px;
  background: black;
}
.video .video-like {
  float: right;
}
.video .video-like p {
  float: left;
  text-transform: uppercase;
  color: #8e8d8b;
  font: 700 13px/22px "proxima";
  margin: 0 10px 0 0;
}
.video .video-like .fb-like {
  float: left;
}
.video .video-section {
  color: white;
  text-transform: uppercase;
  font: 700 13px/15px "proxima";
  letter-spacing: 1px;
  margin-bottom: 16px;
  float: left;
}
.video .video-time {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font: 700 13px/15px "proxima";
  letter-spacing: 1px;
  margin-left: 9px;
  margin-bottom: 16px;
  float: left;
}
.video .video-title {
  color: white;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 17px;
}
.video .video-title a {
  color: inherit;
  font: inherit;
}
.video .video-title a:hover {
  color: #fb6900;
}
.video .video-excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.video .video-excerpt img {
  max-width: 100%;
  height: auto;
}
.video .video-actions {
  color: white;
  margin-top: 33px;
}
.video .video-actions label {
  float: left;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.video .video-actions label input {
  margin-right: 7px;
}
.video .video-actions a {
  font-size: 22px;
  color: #8e8d8b;
  margin-right: 17px;
  float: left;
}
.video .video-actions a:hover {
  color: #fb6900;
}
.video .video-actions a.svg-twitter {
  font-size: 19px;
  margin-top: 2px;
  margin-right: 20px;
}
.video .pull-left {
  width: auto !important;
  margin-top: 17px;
}
.video .pull-right {
  width: auto !important;
}
.video .gif-convertor {
  display: inline-block;
  font: bold 16px/53px "proxima";
  text-transform: uppercase;
  height: 49px;
  background-color: white;
  padding: 0 48px 0 33px;
  color: black;
  cursor: pointer;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.video .gif-convertor .svg-movie {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.video-comments {
  padding: 30px 0;
  margin-bottom: 33px;
}
.video.video-live {
  margin-bottom: 0;
}
.video.video-live .video-media {
  margin-bottom: 25px;
}
.video.video-live .video-row {
  padding: 0;
  min-height: 1px;
}
.video.video-live .video-title {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 45px;
}
.video.video-live .video-actions {
  margin-top: 0;
}
.video.video-live .video-actions .pull-left {
  margin-top: 0;
}

article.video.video-featured {
  padding-top: 20px;
}
.video-featured-left {
  width: 68%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.9%;
  position: relative;
}

.video-featured-right {
  width: 27.3%;
  display: inline-block;
  vertical-align: top;
}

.video-featured-left .video-data {
  margin: 30px 0;
}

.gallery-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #dadbdf;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gallery-fullscreen.active {
  opacity: 1;
  visibility: visible;
}
.gallery-fullscreen.active .video-item {
  display: block !important;
}
.gallery-fullscreen .gallery-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 100%;
  padding: 15px 30px;
  background-color: white;
  z-index: 2;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gallery-fullscreen .gallery-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  color: #36363c;
  margin-right: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.gallery-fullscreen .gallery-actions {
  position: absolute;
  top: 15px;
  right: 30px;
}
.gallery-fullscreen .gallery-actions .gallery-share {
  float: left;
}
.gallery-fullscreen .gallery-actions .gallery-share p {
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 5px 0 0;
  float: left;
}
.gallery-fullscreen .gallery-actions .gallery-share a {
  float: left;
  height: 36px;
  width: 36px;
  color: white;
  border-radius: 4px;
  margin-left: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-facebook {
  background-color: #35569d;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-facebook:hover {
  background-color: #284177;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-facebook:active {
  background-color: #223764;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-twitter {
  font-size: 15px;
  background-color: #00a6ec;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-twitter:hover {
  background-color: #0082b9;
}
.gallery-fullscreen .gallery-actions .gallery-share a.svg-twitter:active {
  background-color: #0070a0;
}
.gallery-fullscreen .gallery-actions .gallery-close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  float: right;
  position: relative;
  margin: 3px 0 0 60px;
}
.gallery-fullscreen .gallery-actions .gallery-close:after,
.gallery-fullscreen .gallery-actions .gallery-close:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 12px;
  width: 2px;
  height: 36px;
  background-color: #36363c;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gallery-fullscreen .gallery-actions .gallery-close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.gallery-fullscreen .swiper-btn-big {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 10;
  width: 40px;
  height: 80px;
  margin-top: -65px;
  cursor: pointer;
}
.gallery-fullscreen .swiper-btn-big.swiper-button-disabled {
  opacity: 0.5;
}
.gallery-fullscreen .swiper-btn-big.swiper-button-disabled:hover:after,
.gallery-fullscreen .swiper-btn-big.swiper-button-disabled:hover:before {
  background-color: white !important;
}
.gallery-fullscreen .swiper-btn-big.swiper-btn-next {
  left: auto;
  right: 10px;
}
.gallery-fullscreen .swiper-btn-big.swiper-btn-next:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gallery-fullscreen .swiper-btn-big.swiper-btn-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.gallery-fullscreen .swiper-btn-big:after,
.gallery-fullscreen .swiper-btn-big:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 3px;
  height: 50px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}
.gallery-fullscreen .swiper-btn-big:before {
  top: 34px;
  z-index: 2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gallery-fullscreen .swiper-container {
  position: absolute;
  top: 68px;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery-fullscreen .swiper-container .swiper-slide {
  background-color: #dadbdf;
}
.gallery-fullscreen .swiper-container .swiper-btn {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid black;
  background-color: white;
  z-index: 2;
  cursor: pointer;
}
.gallery-fullscreen .swiper-container .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.gallery-fullscreen .swiper-container .swiper-btn.swiper-button-disabled:hover {
  background-color: white !important;
}
.gallery-fullscreen .swiper-container .swiper-btn:after,
.gallery-fullscreen .swiper-container .swiper-btn:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 17px;
  width: 1px;
  height: 10px;
  background-color: black;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gallery-fullscreen .swiper-container .swiper-btn:before {
  top: 16px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.gallery-fullscreen .swiper-container .swiper-btn-prev {
  right: 74px;
}
.gallery-fullscreen .swiper-container .swiper-btn-prev:after {
  left: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.gallery-fullscreen .swiper-container .swiper-btn-prev:before {
  left: 14px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gallery-fullscreen .swiper-container figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 68px;
  right: 0;
}
.gallery-fullscreen .swiper-container figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.gallery-fullscreen .swiper-container figure .video-item {
  display: none;
  width: 100%;
  height: 100%;
}
.gallery-fullscreen .swiper-container figure .video-item > * {
  width: 100%;
  height: 100%;
}
.gallery-fullscreen .swiper-container figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: white;
  padding: 15px 30px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gallery-fullscreen .swiper-container figcaption p {
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  margin-right: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.gallery-fullscreen .swiper-container figcaption p span {
  color: #717277;
}
.gallery-fullscreen .swiper-container figcaption > span {
  position: absolute;
  top: 15px;
  right: 125px;
  line-height: 36px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! Iconosur custom version */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 16px/18px "Roboto";
  background-color: #eff1f4;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  text-decoration: none;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
  padding: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* POLLS */
.poll-options {
  margin-bottom: 20px;
}
.poll-option {
  height: 44px;
  line-height: 44px;
  margin: 2px 0;
}
.poll-option .btn {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  background: #277182;
  border-radius: 4px;
}
.poll-option .btn:hover {
  background: #005969;
}
.poll-actions {
  float: right;
  margin: 15px 0 10px 0;
  text-align: right;
  width: 100%;
  font: 13px/15px "Roboto";
}

.poll-percent-wrap {
  background: #828282;
  cursor: pointer;
  display: block;
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  text-align: right;
  transition: all 0.3s 0.4s;
}
.poll-percent-wrap:hover {
  background: #828282;
  transition: all 0.3s 0s;
}
.poll-percent-wrap .poll-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 18px;
  z-index: 2;
  transition: all 0s 0.2s;
  font-weight: bold;
}
.poll-percent-wrap .poll-percent {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s 0.2s;
}
.poll-percent-wrap .poll-percent-number {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
  font: bold 17px/36px "proxima";
}

.poll-voted .poll-percent-wrap {
  cursor: default;
  background: #828282;
  transition: all 0.3s 0s;
}
.poll-voted .poll-percent-wrap .poll-text {
  left: 2%;
  transform: translate(0, 0);
}
.poll-voted .poll-percent-wrap.poll-win .poll-percent {
  background: #bfc8ca;
}
.poll-voted .poll-percent-wrap .poll-percent {
  background: #bfc8ca;
  width: 0%;
  transition: all 0.3s 0.2s;
}
.poll-voted .poll-percent-wrap .poll-percent-number {
  opacity: 1;
}
.poll-voted .poll-percent-wrap .poll-percent-number {
  color: white;
}

/* FIN POLLS */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup-main {
  top: 50%;
  opacity: 1;
  transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -webkit-transition: all 0.3s 0.2s;
}
.popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .popup-main {
  background-color: #eff1f4;
  z-index: 91;
  position: absolute;
  top: 70%;
  left: 50%;
  opacity: 0;
  padding: 32px 27px 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s 0s;
  -ms-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.popup .popup-header {
  margin-bottom: 30px;
}
.popup .popup-title {
  text-transform: uppercase;
  font: 800 32px/34px "proxima";
}
.popup .popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: -55px;
  cursor: pointer;
}
.popup .popup-close:after,
.popup .popup-close:before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: white;
  position: absolute;
  top: -3px;
  left: 11px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup .popup-close:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup-gifmaker .popup-main {
  width: 869px;
}
.popup-gifmaker form {
  float: left;
  width: 566px;
}
.popup-gifmaker fieldset {
  display: block;
  margin-bottom: 37px;
}
.popup-gifmaker label {
  text-transform: uppercase;
  display: block;
  font: 17px/19px "proxima";
  margin-bottom: 6px;
}
.popup-gifmaker select {
  border: none;
  padding: 0 10px;
  height: 38px;
  font: 15px/38px "proxima";
  width: 188px;
}
.popup-gifmaker input {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 38px;
  font: 15px/38px "proxima";
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup-gifmaker input::-webkit-input-placeholder {
  font: 15px/38px "proxima";
}
.popup-gifmaker input:-moz-placeholder {
  font: 15px/38px "proxima";
}
.popup-gifmaker input::-moz-placeholder {
  font: 15px/38px "proxima";
}
.popup-gifmaker input:-ms-input-placeholder {
  font: 15px/38px "proxima";
}
.popup-gifmaker .ui-slider {
  margin-top: 20px;
}
.popup-gifmaker .social {
  overflow: hidden;
  padding-top: 15px;
}
.popup-gifmaker .social a {
  font: 15px/22px "proxima";
  color: #36363c;
  float: left;
  margin-right: 30px;
}
.popup-gifmaker .social a:hover {
  color: black;
}
.popup-gifmaker .social a:hover:before {
  color: black;
}
.popup-gifmaker .social a:before {
  font-family: "icomoon";
  font-size: 22px;
  color: #8e8d8b;
  float: left;
  margin-right: 8px;
  position: relative;
  top: -1px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.popup-gifmaker .social a.svg-twitter:before {
  font-size: 18px;
  top: 0px;
}
.popup-gifmaker .preview {
  float: right;
  width: 178px;
}
.popup-gifmaker .preview .video {
  position: relative;
}
.popup-gifmaker .preview .video span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  let: 0;
}
.programas-header-loop {
  height: 114px;
  background: url(https://static.13.cl/7/sites/all/themes/loop/images/trama-negra.png) #333;
}
.programas-header-loop h6 {
  text-align: center;
}
.programas-header-loop h6 a {
  display: inline-block;
  background: url(https://static.13.cl/7/sites/all/themes/now/images/logo1.svg);
  overflow: hidden;
  width: 105px;
  height: 0;
  padding-top: 45px;
  margin-top: 35px;
}

.page-program .program-header {
  padding: 19px 0 18px;
}
.page-program .program-header .program-title {
  float: left;
  text-transform: uppercase;
  font: bold 40px/42px "proxima";
}
.page-program .program-header .program-date {
  float: left;
  color: white;
  font: 18px/20px "proxima";
  margin: 20px 0 0 10px;
}
.page-program .program-header .program-social {
  float: left;
  margin: 13px 0 0 23px;
}
.page-program .program-header .program-social p {
  color: inherit;
  margin: 12px 13px 0 0;
  font: 700 12px/14px "proxima";
  text-transform: uppercase;
  float: left;
}
.page-program .program-header .program-social a {
  color: inherit;
  float: left;
  font-size: 22px;
}
.page-program .program-header .program-social a:hover {
  opacity: 0.7;
}
.page-program .program-header .program-social a + a {
  margin-left: 19px;
}
.page-program .program-header .program-social a.svg-twitter,
.page-program .program-header .program-social a.svg-instagram {
  margin-top: 3px;
  font-size: 19px;
}
.page-program .program-nav li {
  float: left;
}
.page-program .program-nav li + li {
  margin-left: 30px;
  position: relative;
}
.page-program .program-nav .menu .menu li {
  margin: 0px;
}
.page-program .program-nav .menu .menu li a {
  padding: 0px 15px;
}

.page-program .program-nav li.active a:after {
  bottom: 0;
}
.page-program .program-nav a {
  text-transform: uppercase;
  color: white;
  font: 700 15px/59px "proxima";
  height: 59px;
  position: relative;
  overflow: hidden;
  display: block;
}
.page-program .program-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-program .program-nav a:hover:after {
  bottom: 0;
}
.page-program .page-builder {
  background-image: none;
  padding-top: 0;
  margin-bottom: 33px;
  overflow-x: hidden;
}
.page-program .page-builder .row {
  margin-bottom: 39px;
}
.page-program.subpage .program-nav {
  margin-bottom: 46px;
}
.page-program.subpage .person-box {
  margin-bottom: 16px;
}
.page-program.subpage .banner-box {
  background-color: #1d1a17;
}
.page-program.subpage .view-more {
  margin: 20px 0 -40px;
}
.page-program.subpage .mod-list {
  margin-bottom: 90px;
}
.page-program.subpage .mod-list .mod-header {
  margin-bottom: 30px !important;
}
.page-program .noficcionmodules {
  margin-bottom: 16px;
}

.page-program-freestyle .site-content iframe {
  display: block;
}

.program-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background-color: #dddee1;
}
.program-box:hover img {
  -webkit-filter: brightness(1.5);
}
.program-box:hover.no-photo img {
  -webkit-filter: brightness(1.1);
}
.program-box .program-date {
  width: 13.54%;
  float: left;
  text-align: center;
  font: bold 32px/34px "proxima";
  color: #36363c;
  padding-top: 19px;
}
.program-box .program-media {
  float: left;
  width: 32.36%;
}
.program-box .program-media img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.program-box .program-data {
  float: right;
  width: 52%;
  padding: 19px 0 0;
}
.program-box .program-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #36363c;
  margin-bottom: 8px;
}
.program-box .program-title a {
  font: inherit;
  color: inherit;
}
.program-box .program-title a:hover {
  color: #fb6900;
}
.program-box .program-title .live {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  font: bold 10px/20px "proxima";
  text-transform: uppercase;
  color: white;
  background-color: #fb6900;
  padding: 0 8px 0 6px;
  margin-left: 11px;
}
.program-box .program-title .live span {
  margin-top: 3px;
  margin-right: 5px;
}
.program-box .program-excerpt {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
.program-box .program-link {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #fb6900;
}
.program-box .program-link span {
  margin: 2px 3px 0 0;
}
.program-box .program-link:hover {
  text-decoration: underline;
}

.form-castings .form-title {
  font: bold 32px/34px "proxima";
  text-transform: uppercase;
  margin-bottom: 16px;
}
.form-castings .form-excerpt {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.form-castings .form-subtitle {
  font: bold 20px/24px "proxima";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-castings .form-content {
  padding-top: 40px;
}
.form-castings .form-options {
  padding-top: 15px;
  overflow: hidden;
}
.form-castings .form-options label {
  float: left;
  min-width: 125px;
  margin-right: 10px;
  font: 300 17px/19px "proxima";
  cursor: pointer;
}
.form-castings .form-options label input {
  margin-right: 10px;
  position: relative;
  left: 1px;
}
.form-castings .form-alert {
  display: block;
  width: 100%;
  text-align: center;
  font: 17px/34px "proxima";
  padding: 35px 0;
  margin-bottom: 6px;
}
.form-castings .form-alert span {
  margin-right: 30px;
}
.form-castings .form-alert.success {
  color: white;
  background-color: #bdce70;
}
.form-castings .form-alert.error {
  background-color: #ffddd6;
  color: #af1b27;
}
.form-castings fieldset {
  margin-bottom: 35px;
}
.form-castings fieldset > label {
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.form-castings fieldset .field-data {
  position: relative;
  float: left;
  clear: both;
}
.form-castings fieldset .field-data.full {
  width: 100%;
}
.form-castings fieldset .required {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
  line-height: 14px;
  color: #af1b27;
}
.form-castings fieldset .error {
  background-color: #ffddd6 !important;
}
.form-castings fieldset select,
.form-castings fieldset input[type="text"] {
  border: none;
  padding: 0 10px;
  height: 36px;
  width: 415px;
  background-color: white;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-castings fieldset textarea {
  border: none;
  padding: 10px;
  height: 120px;
  width: 100%;
  background-color: white;
  resize: none;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/**
* Swiper 3.1.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2015, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: October 10, 2015
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Franja Comercial */
.section-franjacomercial {
  width: 100%;
  height: 260px;
  margin-bottom: 28px;
  margin-top: -28px;
  display: none;
}
.page-video .section-franjacomercial,
.page-news .section-franjacomercial {
  margin-bottom: 0px;
  margin-top: 0px;
}

.vod13-chapters-current {
  opacity: 0.3;
}
#videoWrapper {
  min-height: 400px;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Fix en portal para activar posicion 300x600 lateral izquierdo */
.page-portal.page-home .banner-halfpage-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-top: 15px;
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
  bottom: 20px;
  height: 1px;
}
.page-portal.page-home .row.row-halfpage-fix {
  padding-left: 330px;
  margin-top: 20px;
}
.page-portal.page-home .mod-content .col.col3 {
  width: 24%;
}
.page-portal.page-home .mod-content .col.col3 + .col.col3 {
  margin-left: 1%;
}
.page-portal.page-home .mod-list.mod-ranking .swiper-btn {
  display: none !important;
}
.banner-halfpage-wrapper {
  position: relative;
}
.page-portal.page-home .mod-program .program-title a {
  font: 800 60px/62px "proxima";
}

/* Oas Posiciones Invisibles */
.oas-position-invisible {
  width: 100%;
  height: 0px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .page-portal.page-home section.mod.mod-program {
    background-image: none;
  }
}

@media (max-width: 1132px) {
  .page-portal.page-home section.mod.mod-program {
    background-position: right -255px top;
  }
  .page-portal.page-home .mod-program .program-title {
    line-height: 58px;
  }
  .page-portal.page-home .mod-program .program-title {
    line-height: 55px;
  }
  .page-portal.page-home .mod-program .program-title a {
    font: 800 60px/62px "proxima";
    line-height: 55px;
  }
  .page-portal.page-home .mod-content .col.col3 {
    width: 48%;
  }
  .page-portal.page-home .mod-content .news .news-title a {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.5px;
  }

  .page-portal.page-home .mod-channels-list .news.news-summary .news-media img {
    width: 100%;
    height: auto;
  }
  .page-portal.page-home .mod-channels-list .news.news-summary .news-media {
    display: none;
  }
  .page-portal.page-home .mod-channels-list .news.news-summary .news-data {
    width: 100%;
  }
  .page-portal.page-home .mod-channels-list .mod-list-vertical .mod-title {
    font: 800 14px/33px "proxima";
    text-align: center;
    font-size: 0.11111px;
    color: #eff1f4;
    line-height: 10px;
    text-indent: -400px;
    overflow: hidden;
  }
  .page-portal.page-home .mod-channels-list .mod-list-vertical .mod-title img {
    margin-right: 0;
    display: block;
    margin: auto;
  }
  .page-portal.page-home .mod-channels-list .news-box .news-data {
    height: 150px !important;
  }
}
@media (min-width: 1132px) and (max-width: 1447px) {
  .page-portal.page-home section.mod.mod-program {
    background-position: right -110px top;
  }
  .page-portal.page-home .row.row-halfpage-fix {
    max-width: calc(100% - 330px);
  }
  .page-portal.page-home .mod-program .program-title {
    line-height: 55px;
  }
  .page-portal.page-home .mod-program .program-title a {
    font: 800 60px/62px "proxima";
    line-height: 55px;
  }
  .page-portal.page-home .mod-content .news .news-title a {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.5px;
  }

  .page-portal.page-home .mod-channels-list .col.col4 {
    width: 32%;
  }
  .page-portal.page-home .mod-channels-list .mod-list-vertical .mod-title {
    font-size: 22px;
  }
  .page-portal.page-home .mod-channels-list .news-summary .news-media {
    width: 40%;
  }
  .page-portal.page-home .mod-channels-list .news-summary .news-media img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1447px) {
  .page-portal.page-home .banner-halfpage-fixed {
    left: 50% !important;
    margin-left: -1110px;
  }
  .page-portal.page-home section.mod.mod-program {
    background-position: right -40% top;
  }
  .page-portal.page-home .banner-halfpage-fixed {
    justify-content: space-around;
  }
  .page-portal.page-home .mod-program .program-title a {
    font: 800 90px/84px "proxima";
  }
}
@media (min-width: 1740px) {
  .page-portal.page-home section.mod.mod-program {
    background-position: right 30% top;
  }
}


/* Player Mini Fixed */
#player.player-fixed { position: fixed; bottom: 15px; right: 15px; width: 430px!important; z-index: 888; box-shadow: 0px 0px 45px rgba(0,0,0,.5);	-webkit-animation: slide-in-bottom 0.8s ease-in-out both;animation: slide-in-bottom 0.8s ease-in-out both;}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
