/**
 * TABLA DE CONTENIDOS  
 * 1.- IMPORTS
 * 2.- SINGLE PROGRAMS
 * 3.- PAGE DONDEVERNOS 
 * 4.- FORMS 
 * 5.- SINGLE VIDEO
 * 6.- SLICK HOME
 * 7.- SHORTCODES
 * 8.- COMUN
 */
/* 1.- IMPORTS */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -o-transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -o-transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -ms-transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -ms-transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  /* Legacy iOS */
  font-style: "normal";
  font-weight: 900;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  /* Legacy iOS */
  font-style: "normal";
  font-weight: "normal";
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  /* Legacy iOS */
  font-style: "normal";
  font-weight: 300;
}
@font-face {
  font-family: "Dimbo Italic";
  src: url("../fonts/hinted-DimboItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/hinted-DimboItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-DimboItalic.woff") format("woff"), url("../fonts/hinted-DimboItalic.ttf") format("truetype"), url("../fonts/hinted-DimboItalic.svg#hinted-DimboItalic") format("svg");
  /* Legacy iOS */
  font-style: "italic";
  font-weight: "normal";
}
@font-face {
  font-family: "Dimbo Regular";
  src: url("../fonts/hinted-DimboRegular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/hinted-DimboRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-DimboRegular.woff") format("woff"), url("../fonts/hinted-DimboRegular.ttf") format("truetype"), url("../fonts/hinted-DimboRegular.svg#hinted-DimboRegular") format("svg");
  /* Legacy iOS */
  font-style: "normal";
  font-weight: "normal";
}
body {
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-size: 18px!important;
  line-height: 1.2;
  /*background: $color-primary url("./../images/bg/bg.jpg") repeat fixed center top;*/
  background-color: transparent;
  margin: 0;
  padding: 0;
  /*Adjusting the Divi Page-Container Padding-Top*/
  /* posts and pages */
  /* homepage */
  /*Adjusting the Divi Page-Container Padding-Top*/
  /*RRSS*/
  /* DESTACADO HOME */
  /* /DESTACADO HOME */
  /*RRSS*/
  /*BUSCADOR*/
  /*BUSCADOR*/
  /*MENU PRINCIPAL*/
  /*MENU PRINCIPAL*/
  /*FOOTER*/
  /*FOOTER*/
  /*DESTACADO*/
  /*DESTACADO*/
  /*HOME SECCIONES*/
  /*HOME SECCIONES*/
  /*BLOG*/
  /*BLOG*/
  /*SECCIONES*/
  /*SECCIONES*/
  /*SIDEBAR BLOG*/
  /*sidebar posts*/
  /*SIDEBAR BLOG*/
  /*SHARE BUTTONS*/
}
body .mfp-bg.mfp-ready {
  z-index: 9999999;
}
body .mfp-wrap.mfp-gallery {
  z-index: 99999999;
}
body .mfp-wrap.mfp-gallery .mfp-arrow-right:before {
  margin-left: -10px;
}
body .et-social-icon a.icon {
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  background-color: #FFFFFF;
  color: #700bd8 !important;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -o-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}
body .slick-slider .slick-arrow {
  top: 50%;
  position: absolute;
  z-index: 12;
  font-size: 2rem;
}
body .slick-slider .slick-arrow.fa-chevron-left, body .slick-slider .slick-arrow.fa-arrow-left {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}
body .slick-slider .slick-arrow.fa-chevron-right, body .slick-slider .slick-arrow.fa-arrow-right {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
  -moz-transform: translateY(-50%) translateX(100%);
  -o-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
body .et_pb_post {
  padding: 20px;
  color: #666;
  background-color: #FFFFFF;
}
body .et_pb_post .entry-title {
  font-family: 'Dimbo Regular',serif;
  font-size: 2rem;
  line-height: 1.2;
}
body .et_pb_post .post-meta {
  color: #666 !important;
}
body .et_pb_post .post-meta a {
  color: #666 !important;
}
body .et_pb_post .entry-content {
  color: #666;
}
body .et_pb_post .entry-content h1, body .et_pb_post .entry-content h2, body .et_pb_post .entry-content h3, body .et_pb_post .entry-content h4, body .et_pb_post .entry-content h5, body .et_pb_post .entry-content h6 {
  color: #666;
}
body.search-results #et-main-area #left-area {
  padding-top: 20px;
}
body.search-results #et-main-area #sidebar {
  padding-top: 20px;
}
body.archive #et-main-area #main-content, body.search-no-results #et-main-area #main-content {
  display: flex;
}
body.archive #et-main-area #sidebar, body.search-no-results #et-main-area #sidebar {
  padding-top: 20px;
}
body.archive #et-main-area #left-area, body.search-no-results #et-main-area #left-area {
  padding-top: 20px;
  color: #FFFFFF;
}
body.archive #et-main-area #left-area h1, body.search-no-results #et-main-area #left-area h1 {
  color: #700bd8;
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'Gotham-Bold', serif;
  -webkit-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  -moz-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  -o-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  -ms-text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
}
body:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000025;
  z-index: -1;
}
body.custom-background {
  background-size: cover !important;
}
@media all and (min-width: 981px) {
  body #main-header {
    padding-top: 20px;
    /*@include background-btn( #7045d4,#71becb );*/
    background: #7045d4;
    background: -moz-linear-gradient(top, #7045d4 0%, #71becb 50px, #ffffff 50px, #ffffff 100%);
    background: -webkit-linear-gradient(top, #7045d4 0%, #71becb 50px, #ffffff 50px, #ffffff 100%);
    background: linear-gradient(to bottom, #7045d4 0%, #71becb 50px, #ffffff 50px, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7045d4', endColorstr='#ffffff',GradientType=0 );
  }
  body #main-header .et_search_outer {
    padding-top: 20px !important;
  }
  body #main-header #et-top-navigation {
    padding-top: 60px !important;
  }
  body #main-header .logo_container a {
    position: absolute;
    top: -40px;
  }
  body #main-header #et-top-navigation nav > ul > li > a, body #main-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px !important;
  }
}
body #main-content {
  background-image: none;
  background: #71becb;
  background: -moz-linear-gradient(top, #71becb 0%, #700bd8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #71becb), color-stop(100%, #700bd8));
  background: -webkit-linear-gradient(top, #71becb 0%, #700bd8 100%);
  background: -o-linear-gradient(top, #71becb 0%, #700bd8 100%);
  background: -ms-linear-gradient(top, #71becb 0%, #700bd8 100%);
  background: linear-gradient(to bottom, #71becb 0%, #700bd8 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#71becb, endColorstr=#700bd8, GradientType=0 )";
  min-height: calc( 100vh - 220px );
}
body .et_pb_column {
  margin-bottom: 0px !important;
}
body .single #page-container, body .page #page-container {
  padding-top: 0px !important;
}
@media only screen and (max-width: 981px) {
  body .single #page-container, body .page #page-container {
    padding-top: 0px !important;
  }
}
body #page-container {
  padding-top: 0px !important;
}
@media only screen and (max-width: 981px) {
  body #page-container {
    padding-top: 0px !important;
  }
}
@media (min-width: 980px) {
  body .destacados-home > .et_pb_column_1_2:nth-of-type(1) {
    position: relative;
  }
  body .destacados-home > .et_pb_column_1_2:nth-of-type(1) .et_pb_image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body .destacados-home > .et_pb_column_1_2:nth-of-type(1) .et_pb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
body .menu_redes {
  /*width: 110px;*/
  height: 34px;
  margin: 8px 0px 0px 8px;
  padding: 0px;
  float: right;
}
body .menu_redes ul {
  list-style: none;
  float: left;
  overflow: hidden;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body .menu_redes ul li {
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
body .menu_redes ul li a {
  display: block;
  float: left;
  width: 0px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  text-indent: -1000em;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  /* Menu relax */
}
body .menu_redes ul li a.page01 {
  background: url("./../images/sprite.png") -770px 0px no-repeat;
  width: 34px;
}
body .menu_redes ul li a.page02 {
  background: url("./../images/sprite.png") -740px 0px no-repeat;
  width: 34px;
}
body .menu_redes ul li a.page03 {
  background: url("./../images/sprite.png") -740px 0px no-repeat;
  width: 34px;
}
body #buscadorprincipal {
  float: right;
  height: 35px;
  color: #700bd8;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
body #t13nc-cse-search-box {
  display: none;
}
body #search_txt {
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #000000;
  width: 135px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  color: #700bd8;
}
body #search_bt {
  background: url("./../images/sprite.png") -649px 0px no-repeat;
  height: 32px;
  width: 32px;
  margin: 0px 0px 0px -5px;
  text-indent: -1000em;
  cursor: pointer;
  padding: 0px;
  border: none;
}
body .nav {
  font-size: 1.16em;
  text-align: center;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: right;
  clear: right;
}
body .nav ul {
  list-style: none;
  float: right;
  height: 40px;
  margin: 0px;
  padding: 0px;
}
body .nav ul li {
  float: left;
  text-align: center;
  padding: 0px;
  /* Menu current */
}
body .nav ul li a {
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  color: #700bd8;
  /* Menu relax */
  /* Menu hover */
}
body .nav ul li a.page01 {
  background: url("./../images/sprite.png") 100px 34px no-repeat;
}
body .nav ul li a.page02 {
  background: url("./../images/sprite.png") 150px 34px no-repeat;
}
body .nav ul li a.page03 {
  background: url("./../images/sprite.png") 84px 34px no-repeat;
}
body .nav ul li a.page04 {
  background: url("./../images/sprite.png") 70px 34px no-repeat;
}
body .nav ul li a.page05 {
  background: url("./../images/sprite.png") 145px 34px no-repeat;
}
body .nav ul li a.page06 {
  background: url("./../images/sprite.png") 145px 34px no-repeat;
}
body .nav ul li a.page07 {
  background: url("./../images/sprite.png") 70px 34px no-repeat;
}
body .nav ul li a:hover {
  background: url("images/sprite.png") -730px 34px no-repeat;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
body .nav ul li#current a {
  background: url("./../images/sprite.png") -730px 34px no-repeat !important;
  color: #700bd8 !important;
}
body footer#main-footer .bottom-nav {
  text-align: center;
}
body footer#main-footer .footer-logo-main {
  text-align: center;
  padding: 15px 0px 30px 0px;
}
body footer#main-footer .footer-otros-logos {
  padding: 15px 0px 30px 0px;
}
body footer#main-footer .footer-credicts {
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
}
body footer#main-footer .logos-footer {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
body footer#main-footer .logos-footer:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .destacado1_btn_mas {
  width: 80px;
  height: 22px;
  text-align: center;
  float: right;
  margin: -2px 10px 0px 0px;
}
body .destacado1_btn_mas ul {
  list-style: none;
  float: left;
  overflow: hidden;
  height: 100%;
  background: url("./../images/menu_bgx.jpg") repeat-x 0 0;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
body .destacado1_btn_mas ul li {
  float: left;
  text-align: center;
  background: url("./../images/verx.gif") no-repeat 0 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
body .destacado1_btn_mas ul li a {
  display: block;
  float: left;
  width: 100px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  text-indent: -1000em;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  /* Menu relax */
}
body .destacado1_btn_mas ul li a.page01 {
  background: url("./../images/sprite.png") -600px -80px no-repeat;
  /* Menu hover */
}
body .destacado1_btn_mas ul li a.page01:hover {
  background: url("./../images/sprite.png") -600px -110px no-repeat;
}
body .blurb_click:hover {
  cursor: pointer;
}
body #home_destacado_marco {
  background: transparent url("./../images/marco_home.png") no-repeat scroll 0 0;
  height: 130px;
  margin: 0;
  padding: 0;
  width: 230px;
  z-index: 100;
}
body .more-link {
  position: relative;
  border-width: 0px;
  overflow: hidden;
  display: inline-block;
  background-color: #509fda;
  margin-top: 27px !important;
  color: #FFFFFF;
  font-family: 'Dimbo Regular', serif;
  font-size: 27px;
  padding: 4px 50px 4px 10px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .more-link:after {
  display: none !important;
}
body .more-link:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  margin: 0px;
  opacity: 1;
  border-style: solid;
  border-color: transparent #4e72b6 #4e72b6 transparent;
  border-width: 0px 0px 100vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .more-link:hover {
  margin-left: initial !important;
  color: #FFFFFF !important;
  background-color: #4e72b6;
  padding: 4px 50px 4px 10px;
  border: 0px;
}
body .more-link:hover:before {
  border-color: transparent #509fda #509fda transparent;
}
body .entry-title {
  padding: 10px 0 10px 0px;
  color: #700bd8 !important;
}
body .entry-title:before {
  display: none;
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 15px;
  color: #700bd8;
}
body .et_pb_post .et_pb_image_container {
  margin-bottom: 0px;
}
body .et_pb_post .et_pb_image_container a {
  margin-bottom: 15px;
}
body .pagination {
  padding: 20px;
  font-family: 'Dimbo Regular',serif;
}
body .pagination a {
  position: relative;
  border-width: 0px;
  overflow: hidden;
  display: block;
  background-color: #509fda;
  margin-bottom: 27px !important;
  color: #FFFFFF;
  font-family: 'Dimbo Regular', serif;
  font-size: 27px;
  padding: 4px 50px 4px 10px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .pagination a:after {
  display: none !important;
}
body .pagination a:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  margin: 0px;
  opacity: 1;
  border-style: solid;
  border-color: transparent #4e72b6 #4e72b6 transparent;
  border-width: 0px 0px 100vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .pagination a:hover {
  margin-left: initial !important;
  color: #FFFFFF !important;
  background-color: #4e72b6;
  padding: 4px 50px 4px 10px;
  border: 0px;
}
body .pagination a:hover:before {
  border-color: transparent #509fda #509fda transparent;
}
body .et_pb_post h2 {
  margin-top: 0px;
}
body .et_pb_image_container img, body .et_pb_post a img {
  border: 2px dashed transparent;
  max-width: 100%;
  padding: 5px;
  vertical-align: bottom;
}
body .et_pb_blog_0.et_pb_module .et_pb_post {
  border-bottom: 2px solid #700bd8;
}
body .et_pb_section {
  background-color: transparent !important;
}
body .container::before {
  display: none !important;
}
body .single-project div#left-area {
  width: 65.666% !important;
}
body .single-project div#sidebar {
  width: 31.333% !important;
}
body .single-post div#left-area {
  width: 65.666% !important;
}
body .single-post div#sidebar {
  width: 31.333% !important;
}
body .archive div#left-area {
  width: 65.666% !important;
}
body .archive div#sidebar {
  width: 31.333% !important;
}
body .search div#left-area {
  width: 65.666% !important;
}
body .search div#sidebar {
  width: 31.333% !important;
}
@media only screen and (max-width: 980px) {
  body .single-project div#left-area {
    width: 100% !important;
  }
  body .single-project div#sidebar {
    width: 100% !important;
  }
  body .single-post div#left-area {
    width: 100% !important;
  }
  body .single-post div#sidebar {
    width: 100% !important;
  }
  body .archive div#left-area {
    width: 100% !important;
  }
  body .archive div#sidebar {
    width: 100% !important;
  }
  body .search div#left-area {
    width: 100% !important;
  }
  body .search div#sidebar {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  body .single-project div#left-area {
    width: 100% !important;
  }
  body .single-project div#sidebar {
    width: 100% !important;
  }
  body .single-post div#left-area {
    width: 100% !important;
  }
  body .single-post div#sidebar {
    width: 100% !important;
  }
  body .archive div#left-area {
    width: 100% !important;
  }
  body .archive div#sidebar {
    width: 100% !important;
  }
  body .search div#left-area {
    width: 100% !important;
  }
  body .search div#sidebar {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  body .single-post div#left-area {
    width: 280px !important;
  }
  body .single-project div#left-area {
    width: 280px !important;
  }
  body .single-project div#sidebar {
    width: 280px !important;
  }
  body .single-post div#sidebar {
    width: 280px !important;
  }
  body .archive div#left-area {
    width: 280px !important;
  }
  body .archive div#sidebar {
    width: 280px !important;
  }
  body .search div#left-area {
    width: 280px !important;
  }
  body .search div#sidebar {
    width: 280px !important;
  }
}
body #main-content .container {
  padding-top: 0px !important;
}
body .sharedaddy.sd-sharing-enabled {
  margin: 27px auto auto !important;
  max-width: 1200px !important;
  position: relative !important;
  width: 80% !important;
}
body .sharedaddy {
  margin: 0px !important;
  width: 100% !important;
  padding: 10px 0px;
}
body .sharedaddy ul li {
  border: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  padding: 0px;
}
body .sharedaddy ul li a {
  position: relative !important;
  padding: 0px !important;
  border: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  background: transparent !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
body .sharedaddy ul li a:before {
  line-height: 1.2 !important;
  font-size: 28px !important;
}
body .sharedaddy ul li a span {
  display: none;
}
body .sharedaddy ul li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent #700bd8 #700bd8 transparent;
  border-width: 0px 0px 100vh 100vh;
  display: none;
}
body .sharedaddy ul li.share-facebook a {
  border-color: #4e72b6 !important;
  color: #4e72b6 !important;
}
body .sharedaddy ul li.share-facebook:after {
  border-color: transparent #4e72b6 #4e72b6 transparent;
}
body .sharedaddy ul li.share-twitter a {
  border-color: #509fda !important;
  color: #509fda !important;
}
body .sharedaddy ul li.share-twitter:after {
  border-color: transparent #509fda #509fda transparent;
}
body .sharedaddy ul li.share-google-plus-1 a {
  border-color: #88092a !important;
  color: #88092a !important;
}
body .sharedaddy ul li.share-google-plus-1:after {
  border-color: transparent #88092a #88092a transparent;
}
body .sharedaddy.sd-sharing-enabled .sd-title {
  display: none !important;
}

/* /1.- IMPORTS */
/* 2.- SINGLE PROGRAMS */
/**
 * TABLA DE CONTENIDOS
 * 2.1.- SECTION SINGLE DEFAULT
 * 2.2.- SECTION SINGLE EPISODES
 * 2.3.- SECTION SINGLE EPISODE
 * 2.4.- SECTION SINGLE GAMES
 * 2.5.- SECTION SINGLE HOBBIES
 * 2.6.- SECTION SINGLE FOTOS
 * 2.7.- SECTION SINGLE VIDEOS
 * 2.8.- SECTION SINGLE PERSONAJES
 * 2.9.- SECTION SINGLE GAME
 * 2.10.- SECTION SINGLE CONTESTS
 */
body {
  /* 2.1.- SECTION SINGLE DEFAULT */
  /* /2.1.- SECTION SINGLE DEFAULT */
  /* 2.2.- SECTION SINGLE EPISODES */
  /* /2.2.- SECTION SINGLE EPISODES */
  /* 2.3.- SECTION SINGLE EPISODE */
  /* /2.3.- SECTION SINGLE EPISODE */
  /* 2.4.- SECTION SINGLE GAMES */
  /* /2.4.- SECTION SINGLE GAMES */
  /* 2.5.- SECTION SINGLE HOBBIES */
  /* /2.5.- SECTION SINGLE HOBBIES */
  /* 2.6.- SECTION SINGLE FOTOS */
  /* /2.6.- SECTION SINGLE FOTOS */
  /* 2.7.- SECTION SINGLE VIDEOS */
  /* /2.7.- SECTION SINGLE VIDEOS */
  /* 2.8.- SECTION SINGLE PERSONAJES */
  /* /2.8.- SECTION SINGLE PERSONAJES */
  /* 2.9.- SECTION SINGLE GAME */
  /* /2.9.- SECTION SINGLE GAME */
  /* 2.10.- SECTION SINGLE CONTESTS */
  /* /2.10.- SECTION SINGLE CONTESTS */
}
body .section-single-program {
  padding-top: 0;
  min-height: calc( 100vh - 220px );
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body .section-single-program .section-single-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  background-image: none;
  background: #71becb;
  background: -moz-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #71becb), color-stop(100%, rgba(80, 159, 218, 0.5)));
  background: -webkit-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -o-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -ms-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: linear-gradient(to bottom, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#71becb, endColorstr=rgba(80, 159, 218, 0.5), GradientType=0 )";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .section-single-program .section-single-program-row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #75b881;
  overflow: hidden;
  position: relative;
}
body .section-single-program .section-single-program-row-content:before {
  content: '';
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #55a563 #55a563 transparent;
  border-width: 0px 60px 200vh 100vh;
}
@media all and (max-width: 980px) {
  body .section-single-program .section-single-program-row-content:before {
    top: initial;
    bottom: 0px;
    border-width: 0px 100px 60px 30px;
  }
}
body .section-single-program .section-single-program-row-content:after {
  content: '\f054';
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  width: auto;
  color: #FFFFFF;
  font-family: 'fontawesome';
  font-size: 33px;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 980px) {
  body .section-single-program .section-single-program-row-content:after {
    top: initial;
    bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
}
body .section-single-program .section-single-program-row-content .et_pb_column_1_3 {
  padding-right: 0px;
}
body .section-single-program .section-single-program-row-content .et_pb_column_1_3 img {
  object-fit: cover;
  object-position: center center;
  height: 210px;
  width: 100%;
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 {
  display: block;
  padding-right: 50px;
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 > div {
  width: 100%;
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 > div:nth-of-type(1) {
  margin-bottom: 0;
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 > div:nth-of-type(2) {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 1.66667rem;
  line-height: 1.5;
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Dimbo Regular', serif;
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body .section-single-program .section-single-program-row-content .et_pb_column_2_3 h3 {
    padding-top: 20px;
  }
}
body .section-single-program .section-single-program-row-content .et_pb_column_2_3 .section-single-program-row-content-sinopsis {
  font-size: 1rem;
  line-height: 1.2;
  text-align: justify;
}
body .section-single-program .et_pb_button:hover {
  background-color: #FFFFFF;
}
body .section-single-program .et_pb_button:hover:after {
  color: #75b881;
}
body .section-single-program .et_pb_row {
  padding: 27px 20px !important;
}
body .section-single-program .et_pb_row .et_pb_row {
  width: 100%;
}
body .section-single-program .section-single-program-nav nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
body .section-single-program .section-single-program-nav nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  background: transparent;
  margin: 10px;
  border: 0px;
  color: #700bd8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
  padding: 45px;
  color: #700bd8;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1):hover {
  color: currentColor();
}
@media (max-width: 1109px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 35px;
  }
}
@media (max-width: 959px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 25px;
  }
}
@media (max-width: 814px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 50px;
  }
}
@media (max-width: 629px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 40px;
  }
}
@media (max-width: 559px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 20px;
  }
}
@media (max-width: 409px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(1) {
    padding: 25px;
  }
}
body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(2) {
  color: #FFFFFF;
  padding: 10px 5px;
  font-family: 'Dimbo Regular',serif;
  text-transform: uppercase;
  font-size: 2.60vw;
  line-height: 1;
}
@media (min-width: 1201px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(2) {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body .section-single-program .section-single-program-nav nav ul li a:nth-of-type(2) {
    font-size: 4.60vw;
  }
}
body .section-single-program .section-single-program-nav nav ul li.active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #700bd8;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(n) a:nth-of-type(1) {
  color: #700bd8;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(n).active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:nth-child(n):hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #700bd8;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(2n) a:nth-of-type(1) {
  color: #75b881;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(2n).active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:nth-child(2n):hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #75b881;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(3n) a:nth-of-type(1) {
  color: #71becb;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(3n).active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:nth-child(3n):hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #71becb;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(4n) a:nth-of-type(1) {
  color: #509fda;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(4n).active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:nth-child(4n):hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #509fda;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(5n) a:nth-of-type(1) {
  color: #4e72b6;
}
body .section-single-program .section-single-program-nav nav ul li:nth-child(5n).active a:nth-of-type(1), body .section-single-program .section-single-program-nav nav ul li:nth-child(5n):hover a:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #4e72b6;
}
body .section-single-program .section-single-program-col-left:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  right: -4px;
  background-image: none;
  background: #700bd8;
  background: -moz-linear-gradient(top, #700bd8 0%, rgba(112, 11, 216, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #700bd8), color-stop(100%, rgba(112, 11, 216, 0)));
  background: -webkit-linear-gradient(top, #700bd8 0%, rgba(112, 11, 216, 0) 100%);
  background: -o-linear-gradient(top, #700bd8 0%, rgba(112, 11, 216, 0) 100%);
  background: -ms-linear-gradient(top, #700bd8 0%, rgba(112, 11, 216, 0) 100%);
  background: linear-gradient(to bottom, #700bd8 0%, rgba(112, 11, 216, 0) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#700bd8, endColorstr=rgba(112, 11, 216, 0), GradientType=0 )";
}
@media all and (max-width: 980px) {
  body .section-single-program .section-single-program-col-left {
    padding-bottom: 20px;
  }
  body .section-single-program .section-single-program-col-left:after {
    width: 100%;
    height: 4px;
    top: calc( 100% - 4px );
    right: 0px;
    background: rgba(112, 11, 216, 0);
    background: -moz-linear-gradient(left, rgba(112, 11, 216, 0) 0%, #700bd8 100%);
    background: -webkit-linear-gradient(left, rgba(112, 11, 216, 0) 0%, #700bd8 100%);
    background: linear-gradient(to right, rgba(112, 11, 216, 0) 0%, #700bd8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='+$colorLeft+', endColorstr='+$colorRight+',GradientType=1 );
  }
}
body .section-single-program .section-single-program-title h1 {
  font-family: 'Dimbo Regular',serif;
  font-size: 3.33333rem;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}
body .section-single-program .section-single-program-image img {
  /*height: 25vh; min-height: 250px; width: 100%;
  object-fit: cover; object-position: center center;*/
  object-position: center center;
  object-fit: contain;
  width: 100%;
}
body .section-single-program .nav-section {
  margin-top: 20px;
}
body .section-single-program .section-single-program-content {
  line-height: 1.5;
}
body .section-single-program-default {
  padding-top: 0;
}
body .section-single-program-episodes .section-single-wrap {
  padding-top: 0px;
}
body .section-single-program-episodes .section-single-wrap:before {
  display: none;
}
body .section-single-program-episodes .section-single-program-episodes-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-episodes .section-single-program-episodes-title > .et_pb_column h1 {
  font-size: 4.56556rem;
  line-height: 1.2;
  font-family: 'Dimbo Regular',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media (max-width: 980px) {
  body .section-single-program-episodes .section-single-program-episodes-title > .et_pb_column h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  body .section-single-program-episodes .section-single-program-episodes-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-episodes .section-single-program-episodes-row-content {
  background-color: #75b881;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  /*&:before{
    content: ''; width: 100%; height: 100%; position: absolute; left: 50%; top: 0;
    @include transformMe( translateX( -50% ) );
    @include background-btn-h( rgba( $color-secondary-blue-light,1),rgba($color-secondary-green,0) );
  }*/
}
body .section-single-program-episodes .section-single-program-episodes-row-content:before {
  content: '';
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #55a563 #55a563 transparent;
  border-width: 0px 60px 200vh 100vh;
}
body .section-single-program-episodes .section-single-program-episodes-row-content:hover {
  background-color: #55a563;
}
body .section-single-program-episodes .section-single-program-episodes-row-content:hover:before {
  border-color: transparent #75b881 #75b881 transparent;
}
body .section-single-program-episodes .section-single-program-episodes-row-content .cierre {
  position: absolute;
  width: 154px;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
body .section-single-program-episodes .section-single-program-episodes-row-content .cierre i {
  position: absolute;
  right: 30px;
  font-size: 33px;
  color: #FFFFFF;
}
@media all and (max-width: 980px) {
  body .section-single-program-episodes .section-single-program-episodes-row-content {
    padding-bottom: 0px !important;
  }
  body .section-single-program-episodes .section-single-program-episodes-row-content .cierre {
    height: 54px;
    width: 75px;
  }
  body .section-single-program-episodes .section-single-program-episodes-row-content .cierre i {
    right: 15px;
  }
  body .section-single-program-episodes .section-single-program-episodes-row-content:before {
    top: initial;
    bottom: 0px;
    border-width: 0px 100px 60px 30px;
  }
  body .section-single-program-episodes .section-single-program-episodes-row-content .et_pb_column_3_4 {
    padding-right: 50px;
  }
}
body .section-single-program-episodes .section-single-program-episodes-row-content .et_pb_column_1_4, body .section-single-program-episodes .section-single-program-episodes-row-content .et_pb_column_3_4 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
body .section-single-program-episodes .section-single-program-episodes-row-content .et_pb_column_1_4 h3, body .section-single-program-episodes .section-single-program-episodes-row-content .et_pb_column_3_4 h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Dimbo Regular",serif;
  font-size: 1.61111rem;
}
body .section-single-program-episodes .amc_title_default {
  font-size: 33px !important;
}
body .section-single-program-episode {
  flex-wrap: wrap;
}
body .section-single-program-episode .section-single-program-single-title h2 {
  font-family: "Dimbo Regular", serif !important;
  font-size: 33px !important;
}
body .section-single-program-episode .section-single-program-episode-image {
  margin-bottom: 27px !important;
}
body .section-single-program-episode .section-single-program-episode-columns {
  padding-top: 0px !important;
}
body .section-single-program-episode .section-single-program-episode-columns .section-single-program-episode-details {
  line-height: 1.5;
}
body .section-single-program-episode .section-single-program-episode-columns .section-single-program-episode-details strong {
  font-family: "Dimbo Regular", serif !important;
  font-size: 23px !important;
  letter-spacing: 2px;
}
body .section-single-program-episode .section-single-program-episode-columns .section-single-program-episode-passes {
  background-color: #509fda;
  padding: 10px 27px;
}
body .section-single-program-episode .section-single-program-episode-columns .section-single-program-sinopsis {
  line-height: 1.5;
  font-size: 1.2em;
}
body .section-single-program-episode .section-single-program-col-left .date {
  color: #700bd8 !important;
}
body .section-single-program-episode .section-single-program-col-left .date span {
  color: #FFFFFF !important;
}
body .section-single-program-episode .et_pb_button_module_wrapper .et_pb_button {
  position: relative;
  border-width: 0px;
  overflow: hidden;
  background-color: #509fda;
  margin-bottom: 27px !important;
  color: #FFFFFF;
  font-family: 'Dimbo Regular', serif;
  font-size: 27px;
  padding: 4px 50px 4px 10px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-episode .et_pb_button_module_wrapper .et_pb_button:after {
  display: none !important;
}
body .section-single-program-episode .et_pb_button_module_wrapper .et_pb_button:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  margin: 0px;
  opacity: 1;
  border-style: solid;
  border-color: transparent #4e72b6 #4e72b6 transparent;
  border-width: 0px 0px 100vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-episode .et_pb_button_module_wrapper .et_pb_button:hover {
  margin-left: initial !important;
  color: #FFFFFF !important;
  background-color: #4e72b6;
}
body .section-single-program-episode .et_pb_button_module_wrapper .et_pb_button:hover:before {
  border-color: transparent #509fda #509fda transparent;
}
body .section-single-program-games {
  padding-top: 0;
}
body .section-single-program-games .section-single-program-games-row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #75b881;
  overflow: hidden;
  position: relative;
}
body .section-single-program-games .section-single-program-games-row-content:before {
  content: '';
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #55a563 #55a563 transparent;
  border-width: 0px 60px 200vh 100vh;
}
@media all and (max-width: 980px) {
  body .section-single-program-games .section-single-program-games-row-content:before {
    top: initial;
    bottom: 0px;
    border-width: 0px 100px 60px 30px;
  }
}
body .section-single-program-games .section-single-program-games-row-content:after {
  content: '\f054';
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  width: auto;
  color: #FFFFFF;
  font-family: 'fontawesome';
  font-size: 33px;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 980px) {
  body .section-single-program-games .section-single-program-games-row-content:after {
    top: initial;
    bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_1_3 {
  padding-right: 0px;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_1_3 img {
  height: auto;
  width: 100%;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 {
  display: block;
  padding-right: 50px;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 > div {
  width: 100%;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 > div:nth-of-type(1) {
  margin-bottom: 0;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 > div:nth-of-type(2) {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 1.38889rem;
  line-height: 1.5;
}
body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Dimbo Regular', serif;
  font-size: 1.61111rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  body .section-single-program-games .section-single-program-games-row-content .et_pb_column_2_3 h3 {
    padding-top: 20px;
  }
}
body .section-single-program-hobbies .section-single-program-hobbies-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-hobbies .section-single-program-hobbies-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-hobbies .section-single-program-hobbies-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #71becb;
  background: -moz-linear-gradient(left, #71becb 0%, rgba(117, 184, 129, 0) 100%);
  background: -webkit-linear-gradient(left, #71becb 0%, rgba(117, 184, 129, 0) 100%);
  background: linear-gradient(to right, #71becb 0%, rgba(117, 184, 129, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='+$colorLeft+', endColorstr='+$colorRight+',GradientType=1 );
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3, body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 > div, body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 > div {
  width: 100%;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 > div.et_pb_divider:before, body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 > div.et_pb_divider:before {
  border-top-width: 4px;
  border-top-color: #700bd8;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 > div:nth-of-type(1), body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 > div:nth-of-type(1) {
  margin-bottom: 0;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 > div:nth-of-type(2), body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 > div:nth-of-type(2) {
  margin-bottom: 0;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 > div:nth-of-type(3), body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 > div:nth-of-type(3) {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_1_3 h3, body .section-single-program-hobbies .section-single-program-hobbies-row-content .et_pb_column_2_3 h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-fotos .section-single-wrap {
  max-width: 100%;
  /*para el slick*/
}
body .section-single-program-fotos .section-single-program-fotos-galeria .item {
  margin-left: 10px;
  margin-right: 10px;
}
body .section-single-program-fotos .section-single-program-fotos-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-fotos .section-single-program-fotos-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-fotos .section-single-program-fotos-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-videos .section-single-wrap {
  max-width: 100%;
  /*para el slick*/
}
body .section-single-program-videos .section-single-program-videos-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-videos .section-single-program-videos-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-videos .section-single-program-videos-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-videos .item {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .section-single-program-videos .item a {
  background-color: rgba(112, 11, 216, 0.5);
  display: block;
  padding: 50px;
}
@media (max-width: 480px) {
  body .section-single-program-videos .item a {
    padding: 50px 20px;
  }
}
body .section-single-program-cast {
  flex-wrap: wrap;
}
body .section-single-program-cast > .et_pb_row {
  padding-bottom: 0px !important;
}
body .section-single-program-cast .section-single-program-cast-item {
  background-color: #75b881;
  position: relative;
  overflow: hidden;
  margin-top: 27px;
}
body .section-single-program-cast .section-single-program-cast-item:nth-of-type(1) {
  margin-top: 0px;
}
body .section-single-program-cast .section-single-program-cast-item:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  left: 0px;
  border-style: solid;
  border-color: #55a563 transparent #55a563 #55a563;
  border-width: 54px 54px 0px 600px;
}
@media (max-width: 1199px) {
  body .section-single-program-cast .section-single-program-cast-item:before {
    border-width: 54px 54px 0px 45vw;
  }
}
body .section-single-program-cast .section-single-program-cast-item:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0;
  right: 0px;
  border-style: solid;
  border-color: #55a563 #55a563 #55a563 transparent;
  border-width: 0px 600px 54px 54px;
  visibility: visible;
}
@media (max-width: 1199px) {
  body .section-single-program-cast .section-single-program-cast-item:after {
    border-width: 0px 45vw 54px 54px;
  }
}
body .section-single-program-cast .section-single-program-cast-item .et_pb_column_1_2 .section-single-program-cast-item-image {
  padding-bottom: 27px;
}
body .section-single-program-cast .section-single-program-cast-item .et_pb_column_1_2 .section-single-program-cast-item-image img {
  width: 100%;
}
body .section-single-program-cast .section-single-program-cast-item .et_pb_column_1_2 .et_pb_text:last-of-type {
  padding-bottom: 27px;
}
body .section-single-program-cast .section-single-program-cast-item .section-single-program-cast-item-title {
  margin-bottom: 27px !important;
}
body .section-single-program-cast .section-single-program-cast-item .section-single-program-cast-item-title h3 {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-family: 'Dimbo Regular',serif;
  font-size: 33px;
  line-height: 1.2;
}
body .section-single-program-cast .slick-arrow {
  color: #FFFFFF;
}
body .section-single-program-cast .item-cast {
  padding: 20px;
}
body .section-single-program-cast .section-single-program-cast-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-cast .section-single-program-cast-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-cast .section-single-program-cast-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-game .section-single-wrap {
  max-width: 100%;
  /*para el slick*/
}
body .section-single-program-game .section-single-program-game-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-game .section-single-program-game-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-game .section-single-program-game-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-game .et_pb_button_module_wrapper .et_pb_button {
  position: relative;
  border-width: 0px;
  overflow: hidden;
  background-color: #509fda;
  margin-bottom: 27px !important;
  color: #FFFFFF;
  font-family: 'Dimbo Regular', serif;
  font-size: 27px;
  padding: 4px 50px 4px 10px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-game .et_pb_button_module_wrapper .et_pb_button:after {
  display: none !important;
}
body .section-single-program-game .et_pb_button_module_wrapper .et_pb_button:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  margin: 0px;
  opacity: 1;
  border-style: solid;
  border-color: transparent #4e72b6 #4e72b6 transparent;
  border-width: 0px 0px 100vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-game .et_pb_button_module_wrapper .et_pb_button:hover {
  margin-left: initial !important;
  color: #FFFFFF !important;
  background-color: #4e72b6;
}
body .section-single-program-game .et_pb_button_module_wrapper .et_pb_button:hover:before {
  border-color: transparent #509fda #509fda transparent;
}
body .section-single-program-game .sharedaddy {
  margin: 0px !important;
  width: 100% !important;
  padding: 10px 0px;
}
body .section-single-program-game .sharedaddy ul li {
  border: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  padding: 0px;
}
body .section-single-program-game .sharedaddy ul li a {
  position: relative !important;
  padding: 0px !important;
  border: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  background: transparent !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
body .section-single-program-game .sharedaddy ul li a:before {
  line-height: 1.2 !important;
  font-size: 28px !important;
}
body .section-single-program-game .sharedaddy ul li a span {
  display: none;
}
body .section-single-program-game .sharedaddy ul li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent #700bd8 #700bd8 transparent;
  border-width: 0px 0px 100vh 100vh;
  display: none;
}
body .section-single-program-game .sharedaddy ul li.share-facebook a {
  border-color: #4e72b6 !important;
  color: #4e72b6 !important;
}
body .section-single-program-game .sharedaddy ul li.share-facebook:after {
  border-color: transparent #4e72b6 #4e72b6 transparent;
}
body .section-single-program-game .sharedaddy ul li.share-twitter a {
  border-color: #509fda !important;
  color: #509fda !important;
}
body .section-single-program-game .sharedaddy ul li.share-twitter:after {
  border-color: transparent #509fda #509fda transparent;
}
body .section-single-program-game .sharedaddy ul li.share-google-plus-1 a {
  border-color: #88092a !important;
  color: #88092a !important;
}
body .section-single-program-game .sharedaddy ul li.share-google-plus-1:after {
  border-color: transparent #88092a #88092a transparent;
}
body .section-single-program-contests .section-single-wrap {
  max-width: 100%;
  /*para el slick*/
}
body .section-single-program-contests .section-single-program-contests-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-contests .section-single-program-contests-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-contests .section-single-program-contests-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-contests .item {
  border: 3px solid #FFFFFF;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .section-single-program-contests .item a {
  background-color: rgba(112, 11, 216, 0.5);
  /*display: block;
  padding: 80px;
  @media (max-width: 480px){
    padding: 50px 20px;
  }*/
}
body .section-single-program-contest .elem-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .section-single-program-contest .section-single-wrap {
  max-width: 100%;
  /*para el slick*/
}
body .section-single-program-contest .section-single-program-contest-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-program-contest .section-single-program-contest-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
@media (max-width: 480px) {
  body .section-single-program-contest .section-single-program-contest-title > .et_pb_column h1 {
    font-size: 2rem;
    word-break: normal;
    word-wrap: normal;
  }
}
body .section-single-program-contest .et_pb_button {
  position: relative;
  border-width: 0px;
  overflow: hidden;
  background-color: #509fda;
  margin-bottom: 27px !important;
  color: #FFFFFF;
  font-family: 'Dimbo Regular', serif;
  font-size: 27px;
  padding: 4px 50px 4px 10px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-contest .et_pb_button:after {
  display: none !important;
}
body .section-single-program-contest .et_pb_button:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  margin: 0px;
  opacity: 1;
  border-style: solid;
  border-color: transparent #4e72b6 #4e72b6 transparent;
  border-width: 0px 0px 100vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .section-single-program-contest .et_pb_button:hover {
  margin-left: initial !important;
  color: #FFFFFF !important;
  background-color: #4e72b6;
  padding: 4px 50px 4px 10px;
  border: 0px;
}
body .section-single-program-contest .et_pb_button:hover:before {
  border-color: transparent #509fda #509fda transparent;
}
body .section-single-program-contest .sharedaddy {
  margin: 0px !important;
  width: 100% !important;
  padding: 10px 0px;
}
body .section-single-program-contest .sharedaddy ul li {
  border: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  padding: 0px;
}
body .section-single-program-contest .sharedaddy ul li a {
  position: relative !important;
  padding: 0px !important;
  border: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  background: transparent !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
body .section-single-program-contest .sharedaddy ul li a:before {
  line-height: 1.2 !important;
  font-size: 28px !important;
}
body .section-single-program-contest .sharedaddy ul li a span {
  display: none;
}
body .section-single-program-contest .sharedaddy ul li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent #700bd8 #700bd8 transparent;
  border-width: 0px 0px 100vh 100vh;
  display: none;
}
body .section-single-program-contest .sharedaddy ul li.share-facebook a {
  border-color: #4e72b6 !important;
  color: #4e72b6 !important;
}
body .section-single-program-contest .sharedaddy ul li.share-facebook:after {
  border-color: transparent #4e72b6 #4e72b6 transparent;
}
body .section-single-program-contest .sharedaddy ul li.share-twitter a {
  border-color: #509fda !important;
  color: #509fda !important;
}
body .section-single-program-contest .sharedaddy ul li.share-twitter:after {
  border-color: transparent #509fda #509fda transparent;
}
body .section-single-program-contest .sharedaddy ul li.share-google-plus-1 a {
  border-color: #88092a !important;
  color: #88092a !important;
}
body .section-single-program-contest .sharedaddy ul li.share-google-plus-1:after {
  border-color: transparent #88092a #88092a transparent;
}

/* /2.- SINGLE PROGRAMS */
/* 3.- PAGE DONDEVERNOS */
/**
 * TABLA DE CONTENIDOS
 * 3.1.- PAGE DONDEVERNOS 
 */
body {
  /* 3.1.- PAGE DONDEVERNOS */
  /* /3.1.- PAGE DONDEVERNOS */
}
body .section-page-dondevernos .section-page-dondevernos-title h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'Gotham-Bold', serif;
  color: #FFFFFF;
}
body .section-page-dondevernos .section-page-dondevernos-title h1 a {
  color: currentColor();
}
body .section-page-dondevernos-fila {
  padding-top: 0;
}
body .section-page-dondevernos-fila .section-page-dondevernos-item-title h4 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: 'Gotham-Bold', serif;
}

/* /3.- PAGE DONDEVERNOS */
/* 4.- FORMS */
/**
 * TABLA DE CONTENIDOS
 * 4.1.- FORM DEFAULT
 */
body {
  /* 4.1.- FORM DEFAULT */
  /* 4.1.- FORM DEFAULT */
}
body [id^="gform_"] {
  padding: 20px 0px;
}
body [id^="gform_"]:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(117, 184, 129, 0);
  background: -moz-linear-gradient(left, rgba(117, 184, 129, 0) 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(117, 184, 129, 0) 0%, rgba(80, 159, 218, 0.5) 100%);
  background: linear-gradient(to right, rgba(117, 184, 129, 0) 0%, rgba(80, 159, 218, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='+$colorLeft+', endColorstr='+$colorRight+',GradientType=1 );
  z-index: -1;
}
body [id^="gform_"] input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  color: #700bd8;
  border: 4px solid #700bd8;
  padding: 15px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body [id^="gform_"] input[type="submit"]:hover {
  background: #700bd8;
  color: #FFFFFF;
}
body [id^="gform_"] .validation_error {
  color: #88092a;
  border-color: #88092a;
  z-index: 1;
}
body [id^="gform_"] .gform_body {
  z-index: 1;
}
body [id^="gform_"] .gform_body label {
  color: #FFFFFF;
  font-family: 'Gotham-Bold', serif;
}
body [id^="gform_"] .gform_body .gfield_description {
  color: #FFFFFF;
}
body [id^="gform_"] .gform_body .ginput_container input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  color: #700bd8;
  border: 4px solid #700bd8;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 15px;
}
body [id^="gform_"] .gform_body .ginput_container input:not([type="submit"]) {
  padding: 15px !important;
}
body [id^="gform_"] .gform_body .gfield_error label {
  color: #88092a;
}
body [id^="gform_"] .gform_body .gfield_error .gfield_description {
  color: #88092a;
}

/* /4.- FORMS */
/* 5.- SINGLE VIDEO */
/**
 * TABLA DE CONTENIDOS
 * 5.1.- MAIN
 */
body {
  /* 5.1.- MAIN */
  /* /5.1.- MAIN */
}
body .section-single-video {
  min-height: calc( 100vh - 220px );
  display: flex;
  justify-content: center;
  align-items: center;
}
body .section-single-video .section-single-wrap {
  padding: 0 !important;
}
body .section-single-video .section-single-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  background-image: none;
  background: #71becb;
  background: -moz-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #71becb), color-stop(100%, rgba(80, 159, 218, 0.5)));
  background: -webkit-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -o-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: -ms-linear-gradient(top, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  background: linear-gradient(to bottom, #71becb 0%, rgba(80, 159, 218, 0.5) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#71becb, endColorstr=rgba(80, 159, 218, 0.5), GradientType=0 )";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .section-single-video .et_pb_row {
  padding: 27px 20px !important;
}
body .section-single-video .et_pb_row .et_pb_row {
  padding: 27px 0px !important;
  width: 100%;
}
body .section-single-video .section-single-video-title > .et_pb_column {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .section-single-video .section-single-video-title > .et_pb_column h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Gotham-Bold',sans-serif;
}
body .section-single-video .et_pb_button:hover {
  background-color: #FFFFFF;
}
body .section-single-video .et_pb_button:hover:after {
  color: #75b881;
}
body .section-single-video .sharedaddy {
  margin: 0px !important;
  width: 100% !important;
  padding: 10px 0px;
}
body .section-single-video .sharedaddy ul li a {
  position: relative !important;
  padding: 0.3em 1em !important;
  border: 2px solid !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: transparent;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
body .section-single-video .sharedaddy ul li a:before {
  line-height: 1.7em !important;
}
body .section-single-video .sharedaddy ul li.share-facebook a {
  border-color: #4e72b6 !important;
  color: #4e72b6 !important;
}
body .section-single-video .sharedaddy ul li.share-twitter a {
  border-color: #509fda !important;
  color: #509fda !important;
}
body .section-single-video .sharedaddy ul li.share-google-plus-1 a {
  border-color: #88092a !important;
  color: #88092a !important;
}

/* /5.- SINGLE VIDEO */
/* 6.- SLICK HOME */
body #main-header {
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none;
}
body .slick-wrap {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) #000000;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) #000000;
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) #000000;
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) #000000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) #000000;
}
body .slick-wrap .container {
  width: 90%;
  max-width: 100%;
}
body .slick-wrap .slick-top {
  width: 100%;
  padding: 27px;
  background-color: #FFFFFF;
}
body .slick-wrap .slick-top .slick-arrow {
  color: #700bd8;
}
body .slick-wrap .slick-top .item-top {
  margin: 5px;
  display: none;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  position: relative;
}
body .slick-wrap .slick-top .item-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 13px;
  background-color: transparent;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  body .slick-wrap .slick-top .item-top a {
    -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -o-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
  }
}
body .slick-wrap .slick-top .item-top a:hover {
  background-color: rgba(112, 11, 216, 0.25);
  color: #FFFFFF;
}
body .slick-wrap .slick-top .slick-track {
  justify-content: center;
  align-content: center;
  align-items: center;
}
body .slick-wrap .slick-top .slick-track .item-top {
  display: block;
}

/* /6.- SLICK HOME */
/* 7.- SHORTCODES */
/**
 * TABLA DE CONTENIDOS
 * 7.- SHORTCODES
 *   7.1.- AMC EPISODES BY DATE
 */
/* 7.- SHORTCODES */
body {
  /* 7.1.- AMC EPISODES BY DATE */
  /* /7.1.- AMC EPISODES BY DATE */
}
body .amc_episodes_by_date {
  padding-top: 0;
  margin-top: 0;
}
body .amc_episodes_by_date > .et_pb_row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
body .amc_episodes_by_date .et_pb_row {
  width: 100%;
}
body .amc_episodes_by_date .amc_title_default {
  font-size: 33px;
  line-height: 1.25;
  margin-bottom: 29px !important;
}
body .amc_episodes_by_date .amc_episodes_by_date_data {
  background-color: #75b881;
  padding: 4px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
}
body .amc_episodes_by_date .amc_episodes_by_date_data .et_pb_column_3_4 {
  display: flex;
}
body .amc_episodes_by_date .amc_episodes_by_date_data .et_pb_column_3_4 .et_pb_text {
  display: flex;
}
body .amc_episodes_by_date .amc_episodes_by_date_data .et_pb_column_3_4 .et_pb_text .et_pb_text_inner {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Dimbo Regular", serif;
  font-size: 29px;
  line-height: 1.25;
}
body .amc_episodes_by_date .amc_episodes_by_date_data:before {
  content: '';
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #55a563 #55a563 transparent;
  border-width: 0px 60px 200vh 100vh;
}
body .amc_episodes_by_date .amc_episodes_by_date_data:hover {
  background-color: #55a563;
}
body .amc_episodes_by_date .amc_episodes_by_date_data:hover:before {
  border-color: transparent #75b881 #75b881 transparent;
}
@media all and (max-width: 980px) {
  body .amc_episodes_by_date .amc_episodes_by_date_data .et_pb_column_3_4 {
    min-height: 60px;
    padding: 15px;
  }
  body .amc_episodes_by_date .amc_episodes_by_date_data:before {
    top: initial;
    bottom: 0px;
    border-width: 0px 100px 60px 30px;
  }
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more {
  background-color: #75b881;
  color: #FFFFFF;
  font-family: 'Dimbo Regular',serif;
  font-size: 29px;
  text-transform: uppercase;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more .et_pb_text_inner {
  padding: 0px 15px;
  line-height: 1.25;
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more .et_pb_text_inner p {
  width: calc( 100% - 30px );
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more .et_pb_text_inner i {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 15px;
  line-height: calc( 29px * 1.25 );
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more:before {
  content: '';
  position: absolute;
  display: block;
  top: -100px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent #55a563 #55a563 transparent;
  border-width: 0px 60px 200vh 100vh;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more:hover {
  background-color: #55a563;
}
body .amc_episodes_by_date .amc_episodes_by_date_see_more:hover:before {
  border-color: transparent #75b881 #75b881 transparent;
}
@media all and (max-width: 980px) {
  body .amc_episodes_by_date .amc_episodes_by_date_see_more:before {
    top: initial;
    bottom: 0px;
    border-width: 0px 100px 60px 30px;
  }
}
@media all and (max-width: 480px) {
  body .amc_episodes_by_date .amc_episodes_by_date_see_more .et_pb_text_inner p {
    font-size: 20px;
  }
}

/* /7.- SHORTCODES */
/* /7.- SHORTCODES */
/* 8.- COMUN */
/**
 * TABLA DE CONTENIDOS
 * 8.- COMUN
 *   8.1.- TITLE DEFAULT
 */
/* 8.- COMUN */
body {
  /* 8.1.- TITLE DEFAULT */
  /* /8.1.- TITLE DEFAULT */
}
body .amc_title_default.et_pb_text {
  background-color: #8833d9;
  padding: 10px 18px;
  font-family: 'Dimbo Regular',serif;
  position: relative;
  overflow: hidden;
}
body .amc_title_default.et_pb_text .et_pb_text_inner {
  max-width: 85%;
}
body .amc_title_default.et_pb_text:before {
  content: '';
  background-color: #541c8c;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* /8.- COMUN */
/* /8.- COMUN */

/*# sourceMappingURL=biggs.css.map */
