@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800");
/*------------------------------------*\
    @RESET
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/*include de wakkos comentado REVISAR LUEGO*/
/*
    *{
        &,
        &::before,
        &::after {
            @include vendor(box-sizing, border-box);
        }
    }
    */
ul li {
  list-style-type: none; }
  ul li a {
    text-decoration: none; }

/* HTML5 display-role reset for older browsers */
/*------------------------------------*\
    $TIPOGRAFÍA
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

p, span {
  font-family: "Montserrat";
  color: #000000;
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 400 !important; }

h1 {
  padding-top: 30px;
  font-size: 2.2em !important;
  color: #017dd3 !important;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 3em !important; } }

h2 {
  font-size: 1.4em !important;
  padding: 20px 0 !important; }

body {
  background-color: #191A2E;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.wrapper {
  width: 100%;
  max-width: 100%; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap; }

.maincontent {
  clear: both;
  width: 100%;
  font-size: 0.8125em;
  margin: 0 auto;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 100px; }
  @media only screen and (min-width: 1024px) {
    .maincontent {
      margin-bottom: 0; } }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

.center {
  text-align: center;
  margin: auto; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 98%; }

.span_11_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_11_of_12 {
      width: 91.58%; } }

.span_10_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_10_of_12 {
      width: 83.16%; } }

.span_9_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_9_of_12 {
      width: 74.75%; } }

.span_8_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_8_of_12 {
      width: 64.3%; } }

.span_7_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_7_of_12 {
      width: 57.91%; } }

.span_6_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_6_of_12 {
      width: 48%; } }

.span_5_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_5_of_12 {
      width: 41.08%; } }

.span_4_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_4_of_12 {
      width: 31.66%; } }

.span_3_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_3_of_12 {
      width: 23%; } }

.span_2_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_2_of_12 {
      width: 15.83%; } }

.span_1_of_12 {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .span_1_of_12 {
      width: 7.416%; } }

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
#header {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 4; }

/* .holder-mobile {
  height: 54px !important;
} */
.container {
  max-width: 100vw !important; }

#header nav {
  float: right;
  width: 100% !important;
  width: calc(100% - 50px) !important; }

#header .holder-mobile {
  margin: 0 -30px !important; }

.holder .holder-mobile .logo {
  background-image: url(../images/teletica-logo-sticky.png) !important;
  width: 32px !important;
  height: 32px !important;
  background-size: 36px !important;
  background-position: center top !important;
  margin: 9px 0 0 !important; }

.main-nav li a {
  font-family: 'Montserrat', sans-serif; }

@media only screen and (max-width: 768px) {
  #header nav {
    float: right;
    width: 100%;
    width: calc(100%) !important; }
  .holder-mobile {
    height: 54px !important; }
  .holder .holder-mobile .logo {
    background-image: url(../images/m-teletica-logo-sticky.png) !important;
    width: 147px !important;
    height: 34px !important;
    background-size: 147px !important;
    background-position: center top !important;
    margin: 9px 0 0 !important; } }

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* Footer
       *******************************************************************************/
#footerMobile {
  background-image: url("../images/footer-bar.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #242426;
  width: 100%;
  padding: 50px 0;
  margin: 0px 0 0;
  display: inline-block;
  position: relative;
  background-image: none; }
  #footerMobile #year {
    color: #ffffff; }

#footerMobile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-image: -ms-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-size: 100%; }

#footerMobile .logo.teletica {
  background-image: url("../images/teletica.png");
  width: 114px;
  height: 79px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

#footerMobile .logo.teletica7 {
  background-image: url("../images/teletica7.png");
  width: 117px;
  display: inline-block;
  margin: 0 0 30px;
  height: 79px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

#footerMobile a {
  color: #afb0b4; }

#footerMobile a:hover {
  text-decoration: none;
  color: #22bab8;
  transition: all .15s ease; }

#footerMobile ul {
  list-style: none;
  padding: 0 0 15px;
  margin: 0; }

#footerMobile ul a {
  color: #afb0b4;
  font-size: 13px; }

#footerMobile ul a:hover {
  text-decoration: none; }

#footerMobile .equal-height {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0; }

#footerMobile .equal-height .col-md-2 {
  display: none; }

#footerMobile .equal-height .col-xs-12 {
  display: block; }

#footerMobile .bottom {
  border-bottom: 1px solid #2d2d2f;
  padding: 30px 0 10px;
  display: inline-block;
  text-align: center; }

#footerMobile .bottom .comscore {
  color: #999;
  font-size: 9px;
  display: inline-block;
  margin: 0 0 20px; }

#footerMobile .bottom .comscore a {
  width: 160px;
  float: left;
  text-align: center; }

#footerMobile .bottom .comscore a span {
  color: #999;
  font-size: 9px;
  display: inline-block;
  margin: 0 0 5px; }

#footerMobile .bottom .comscore a em {
  background-image: url("../images/googleAnalytics_wh.svg");
  width: 133px;
  height: 20px;
  background-size: cover;
  display: inline-block; }

#footerMobile .bottom .anuncie {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 10px; }

#footerMobile .bottom .anuncie p {
  text-transform: uppercase;
  margin: 0 0 7px; }

#footerMobile .bottom .anuncie ul {
  float: left;
  width: 100%;
  padding: 0; }

#footerMobile .bottom .anuncie ul li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #555;
  line-height: 12px; }

#footerMobile .bottom .anuncie ul li:last-child {
  margin: 0;
  padding: 0;
  border: none; }

#footerMobile .bottom .social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }

#footerMobile .bottom .social ul {
  margin: 0; }

#footerMobile .bottom .social li {
  display: inline-block;
  margin: 0 10px;
  float: initial; }

#footerMobile .bottom .social li a {
  float: left;
  border: 1px solid #5c5c5c;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  transition: all .15s ease; }

#footerMobile .bottom .social li a i {
  color: #5c5c5c;
  transition: all .15s ease; }

#footerMobile .bottom .social li a:hover i {
  color: #FFFFFF; }

#footerMobile .bottom .social li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998; }

#footerMobile .bottom .social li a.twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2; }

#footerMobile .bottom .social li a.instagram:hover {
  background-color: #36598d;
  border-color: #36598d; }

#footerMobile .bottom .social li a.youtube:hover {
  background-color: #de2825;
  border-color: #de2825; }

#footerMobile .bottom .social li a.rss:hover {
  background-color: #fe9900;
  border-color: #fe9900; }

#footerMobile .last p {
  padding: 20px 0;
  line-height: 20px;
  color: #afb0b4;
  font-size: 12px !important;
  text-align: center; }

#footerMobile .last p a {
  clear: both;
  display: inline-block;
  width: 100%; }

#footerMobile .last {
  position: relative; }

#footerMobile .last .agency {
  width: 50px;
  position: relative;
  margin: 0 auto 30px; }

#footerMobile .last .agency a {
  opacity: .5;
  transition: all .15s ease; }

#footerMobile .last .agency a:hover {
  opacity: 1; }

#footerMobile .last .agency a * {
  fill: #ffffff; }

/* Footer
    *******************************************************************************/
#footerDesktop {
  background-image: url("../images/footer-bar.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #242426;
  width: 100%;
  padding: 50px 0 0;
  margin: 0px 0 0;
  display: inline-block;
  position: relative;
  background-image: none; }
  #footerDesktop #year {
    color: #ffffff; }

#footerDesktop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-image: -ms-linear-gradient(0deg, #f8a824 25%, #f05d21 25%, #f05d21 50%, #8ac349 50%, #8ac349 75%, #22bab8 75%, #22bab8 100%);
  background-size: 100%; }

#footerDesktop .logo.teletica {
  background-image: url("../images/teletica.png");
  width: 114px;
  height: 101px;
  display: inline-block; }

#footerDesktop .logo.teletica7 {
  background-image: url("../images/teletica7.png");
  width: 117px;
  height: 108px;
  display: inline-block;
  margin: 0 0 30px; }

#footerDesktop h4 {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 11px 0 4px; }

#footerDesktop h4::after {
  content: ' ';
  height: 2px;
  width: 32px;
  background: #797a7f;
  position: absolute;
  top: 0;
  left: 0; }

#footerDesktop .noticias h4::after {
  background-color: #22bab8; }

#footerDesktop .deportes h4::after {
  background-color: #8ac349; }

#footerDesktop .estilo h4::after {
  background-color: #f8a824; }

#footerDesktop .entretenimiento h4::after {
  background-color: #f05d21; }

#footerDesktop a {
  color: #afb0b4; }

#footerDesktop a:hover {
  text-decoration: none;
  color: #22bab8;
  transition: all .15s ease; }

#footerDesktop .noticias a:hover {
  color: #22bab8; }

#footerDesktop .deportes a:hover {
  color: #8ac349; }

#footerDesktop .estilo a:hover {
  color: #f8a824; }

#footerDesktop .entretenimiento a:hover {
  color: #f05d21; }

#footerDesktop ul {
  list-style: none;
  padding: 0 0 15px;
  margin: 0; }

#footerDesktop ul a {
  color: #afb0b4;
  font-size: 13px; }

#footerDesktop ul a:hover {
  text-decoration: none; }

#footerDesktop .equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#footerDesktop .equal-height .col-md-2 {
  border-right: 1px solid #2d2d2f; }

#footerDesktop .equal-height .col-md-2:last-child {
  border: none; }

#footerDesktop .bottom {
  border-bottom: 1px solid #2d2d2f;
  padding: 30px 0; }

#footerDesktop .bottom .comscore {
  color: #999;
  font-size: 9px;
  float: left;
  margin: 0 0 5px; }

#footerDesktop .bottom .comscore a {
  width: 160px;
  float: left; }

#footerDesktop .bottom .comscore a span {
  color: #999;
  font-size: 9px;
  float: left;
  margin: 0 0 5px; }

#footerDesktop .bottom .comscore a em {
  background-image: url("../images/googleAnalytics_wh.svg");
  width: 133px;
  height: 20px;
  background-size: cover;
  float: left; }

#footerDesktop .bottom .anuncie {
  color: #999;
  font-size: 12px;
  float: left;
  margin: 0 50px 0 0; }

#footerDesktop .bottom .anuncie p {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 7px;
  padding: 0; }

#footerDesktop .bottom .anuncie ul {
  float: left;
  width: 100%;
  padding: 0; }

#footerDesktop .bottom .anuncie ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #555;
  line-height: 12px; }

#footerDesktop .bottom .anuncie ul li:last-child {
  margin: 0;
  padding: 0;
  border: none; }

#footerDesktop .bottom .social {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  overflow: hidden; }

#footerDesktop .bottom .social li {
  float: left;
  margin: 0 10px 0 0; }

#footerDesktop .bottom .social li:last-child {
  margin: 0; }

#footerDesktop .bottom .social li a {
  float: left;
  border: 1px solid #5c5c5c;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  transition: all .15s ease; }

#footerDesktop .bottom .social li a i {
  color: #5c5c5c;
  transition: all .15s ease; }

#footerDesktop .bottom .social li a:hover i {
  color: #FFFFFF; }

#footerDesktop .bottom .social li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998; }

#footerDesktop .bottom .social li a.twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2; }

#footerDesktop .bottom .social li a.instagram:hover {
  background-color: #36598d;
  border-color: #36598d; }

#footerDesktop .bottom .social li a.youtube:hover {
  background-color: #de2825;
  border-color: #de2825; }

#footerDesktop .bottom .social li a.rss:hover {
  background-color: #fe9900;
  border-color: #fe9900; }

#footerDesktop .last p {
  padding: 30px 0;
  line-height: 14px;
  color: #afb0b4;
  font-size: 12px; }

#footerDesktop .last p a {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #555; }

#footerDesktop .last {
  position: relative; }

#footerDesktop .last .agency {
  width: 50px;
  position: absolute;
  right: 15px;
  top: 25px; }

#footerDesktop .last .agency a {
  opacity: .5;
  transition: all .15s ease; }

#footerDesktop .last .agency a:hover {
  opacity: 1; }

#footerDesktop .last .agency a * {
  fill: #ffffff; }

.mobile {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .desktop {
      display: block; } }

#footerMobile {
  display: block; }
  @media only screen and (min-width: 1024px) {
    #footerMobile {
      display: none; } }

#footerDesktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    #footerDesktop {
      display: block; } }

/* --------------------------------

Buttons

-------------------------------- */
.btnContainer {
  display: inline-block;
  margin: 2em auto !important;
  width: 100%; }
  .btnContainer a {
    margin: auto !important;
    display: block !important;
    width: 80%;
    font-weight: 800 !important; }

.btn {
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  text-transform: uppercase;
  margin: auto !important;
  display: block;
  font-family: "Montserrat";
  font-weight: bold !important;
  cursor: pointer;
  font-size: 14px !important;
  width: 100%;
  max-width: 300px; }
  .btn svg {
    margin-right: 10px;
    color: #ffffff; }
  .btn span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 14px;
    font-family: "Montserrat"; }
  .btn:hover {
    text-decoration: none !important; }

.btn-1 {
  background: #017dd3;
  border: 2px solid #000000 !important; }
  .btn-1:hover {
    background: none !important;
    border: 2px solid #000000;
    color: #000000 !important; }
    .btn-1:hover span, .btn-1:hover svg {
      color: #000000; }

.btn-2 {
  background-color: #292A37;
  border: 2px solid #ffffff !important; }
  .btn-2:hover {
    background-color: inherit;
    border: 2px solid #FFA400 !important;
    color: #FFA400 !important; }
    .btn-2:hover span, .btn-2:hover svg {
      color: #ffffff !important; }

/*------------------------------------*\
    @IMAGES
\*------------------------------------*/
.graph {
  margin: 50px 0; }
  .graph img {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .graph img {
        width: 90%;
        margin: auto; } }

.headline img {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .headline img {
      width: auto; } }

/*------------------------------------*\
    @FORMS
\*------------------------------------*/
* {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  font-family: "Montserrat"; }

.formContainer {
  margin: 0 auto 50px;
  overflow: hidden;
  width: 80%; }
  .formContainer label {
    margin-bottom: 2px; }
  .formContainer input {
    color: #000000;
    margin-bottom: 20px; }
  .formContainer input[type="text"], .formContainer input[type="password"], .formContainer input[type="mail"], .formContainer input[type="number"], .formContainer input[type="tel"] {
    border: 2px solid #000000;
    border-radius: 25px !important;
    padding: 12px 15px;
    width: 100%;
    color: #333546;
    background: #ffffff !important;
    font-size: 14px; }
  .formContainer select {
    color: #000000;
    margin-bottom: 20px;
    height: 35px;
    border: 1px solid #000000 !important; }
  .formContainer textarea {
    color: #333546;
    border: 2px solid #000000 !important;
    padding: 12px 15px;
    width: 100%;
    font-size: 14px; }
  .formContainer .link p {
    text-decoration: underline;
    color: #000000; }

.acceptform span {
  font-size: 14px !important; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  z-index: 3;
  position: fixed;
  bottom: 75px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .cd-top:hover {
    background-color: black;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px; } }

/* --------------------------------

Fixed Nav - Lateral Nav

-------------------------------- */
#fixedNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 6;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-filter: transform;
  -moz-filter: transform;
  -ms-filter: transform;
  -o-filter: transform;
  filter: transform;
  -webkit-filter: 0.4s;
  -moz-filter: 0.4s;
  -ms-filter: 0.4s;
  -o-filter: 0.4s;
  filter: 0.4s; }
  #fixedNav.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px); }
  #fixedNav.is-fixed {
    position: fixed; }
  @media only screen and (min-width: 768px) {
    #fixedNav {
      display: none; } }

#cd-logo {
  display: block;
  float: left;
  padding: 10px;
  width: 25%; }
  #cd-logo img {
    display: block;
    width: 45px;
    margin: auto; }
  @media only screen and (min-width: 768px) {
    #cd-logo {
      padding: 15px 0; } }

#cd-top-nav {
  position: absolute;
  top: 0;
  left: 20%;
  width: 61%;
  height: 100%; }
  #cd-top-nav ul {
    width: 100%;
    height: 100%; }
  #cd-top-nav li {
    display: inline-block;
    width: 32%;
    padding: 11px 0 3px;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #cd-top-nav li {
        padding: 12px 0; } }
  #cd-top-nav a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
    #cd-top-nav a.current {
      background-color: #000000; }
    .no-touch #cd-top-nav a:hover {
      color: rgba(0, 0, 0, 0.7); }
    #cd-top-nav a img {
      display: block;
      width: 40px;
      margin: 0;
      padding: 0; }

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%; }
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    display: none; }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #000000;
    /* these are the upper and lower lines in the menu menu */ }
    #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0; }
    #cd-menu-trigger .cd-menu-icon::before {
      bottom: 5px; }
    #cd-menu-trigger .cd-menu-icon::after {
      top: 5px; }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(0, 0, 0, 0); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      background-color: black; }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (min-width: 768px) {
    #cd-menu-trigger {
      padding-left: 1.25em; }
      #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px; }
      #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 5;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px; }
  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none; }
  #cd-lateral-nav li a {
    display: block;
    line-height: 2em;
    padding: 2px 16px;
    color: #4B4B4B;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase; }
    #cd-lateral-nav li a:hover {
      text-decoration: none; }
    #cd-lateral-nav li a.noticias {
      color: #22bab8; }
    #cd-lateral-nav li a.deportes {
      color: #8ac349; }
    #cd-lateral-nav li a.estilovida {
      color: #f8a824; }
    #cd-lateral-nav li a.entretenimiento {
      color: #f05d21; }
    #cd-lateral-nav li a.current {
      background-color: #3a4a4d;
      color: #000000; }
    .no-touch #cd-lateral-nav li a:hover {
      color: #000000; }
  @media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0; } }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch; }

#cd-lateral-nav li .linkCorporativo {
  text-transform: uppercase;
  font-weight: 600; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */ }
  #cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.2em;
    background: url("../images/cd-plus.svg") no-repeat center center;
    background-size: 12px 12px;
    -webkit-filter: transform;
    -moz-filter: transform;
    -ms-filter: transform;
    -o-filter: transform;
    filter: transform;
    -webkit-filter: 0.2s;
    -moz-filter: 0.2s;
    -ms-filter: 0.2s;
    -o-filter: 0.2s;
    filter: 0.2s; }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    background-size: 12px 12px;
    background: url("../images/cd-plus.svg") no-repeat center center;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1.1);
    -moz-transform: translateY(-50%) rotate(45deg) scale(1.1);
    -o-transform: translateY(-50%) rotate(45deg) scale(1.1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1.1);
    transform: translateY(-50%) rotate(45deg) scale(1.1); }

#cd-lateral-nav .social li {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 1px 0; }
  #cd-lateral-nav .social li a {
    padding: 20px 16px;
    background: #191A2E; }
    #cd-lateral-nav .social li a span {
      float: left;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border-radius: 100%;
      font-size: 16px;
      cursor: pointer;
      margin: 0 12px 0 0;
      background: none; }
      #cd-lateral-nav .social li a span svg {
        color: #000000; }
    #cd-lateral-nav .social li a p {
      color: #000000;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      margin: 3px 0 0 0 !important; }
  #cd-lateral-nav .social li:nth-child(2) a span {
    font-size: 20px !important;
    margin-bottom: 59px; }

#cd-lateral-nav .socials {
  padding: 0 16px 70px; }
  #cd-lateral-nav .socials::after {
    clear: both;
    content: "";
    display: block; }
  #cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../images/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    margin-right: .5em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em; }
    #cd-lateral-nav .socials a.cd-twitter {
      background-position: 0 0; }
    #cd-lateral-nav .socials a.cd-github {
      background-position: -32px 0; }
    #cd-lateral-nav .socials a.cd-facebook {
      background-position: -64px 0; }
    #cd-lateral-nav .socials a.cd-google {
      background-position: -96px 0; }
    .no-touch #cd-lateral-nav .socials a:hover {
      background-color: #ffffff; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
        background-position: 0 -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-github {
        background-position: -32px -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
        background-position: -64px -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-google {
        background-position: -96px -32px; }

.divisor {
  background: #333546;
  height: 1px;
  width: 100%;
  margin: 0 auto 20px; }

li {
  list-style-type: none; }

.ad_image_30 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_30 {
      width: 30%; } }

.ad_image_40 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_40 {
      width: 40%; } }

.ad_image_50 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_50 {
      width: 50%; } }

.ad_image_60 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_60 {
      width: 60%; } }

.ad_image_70 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_70 {
      width: 70%; } }

.ad_image_80 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_80 {
      width: 80%; } }

.ad_image_90 {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .ad_image_90 {
      width: 90%; } }

.ad_image_100 {
  width: 100%; }

.container.w_header {
  padding: 100px 0; }

.container.no_header {
  padding: 50px 0; }

#scrollTr::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #292A37;
  background-color: #191A2E; }

#scrollTr::-webkit-scrollbar {
  width: 1px;
  background-color: #FFA400; }
  @media only screen and (min-width: 1024px) {
    #scrollTr::-webkit-scrollbar {
      width: 2px; } }

#scrollTr::-webkit-scrollbar-thumb {
  background-color: #FFA400; }

.hero {
  background: url("../images/qbt-TEXTURE.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 170px;
  margin: 50px auto 0; }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 230px;
      background-position: center -170px; } }
  @media only screen and (min-width: 1024px) {
    .hero {
      height: 280px;
      background-position: center -380px; } }
  .hero h1 {
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 150px;
    padding: 0;
    font-size: 5em !important;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        font-size: 3em !important;
        line-height: 200px; } }
    @media only screen and (min-width: 1024px) {
      .hero h1 {
        font-size: 4em !important;
        line-height: 250px; } }

.hero .row {
  margin: auto !important; }
  .hero .row .logoContainer {
    line-height: 250px;
    height: 250px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .hero .row .logoContainer {
        line-height: 200px; } }
    @media only screen and (min-width: 1024px) {
      .hero .row .logoContainer {
        line-height: 250px; } }
    .hero .row .logoContainer img {
      width: 150px;
      height: 134px;
      margin: 22px auto;
      display: block; }
      @media only screen and (min-width: 768px) {
        .hero .row .logoContainer img {
          width: 200px;
          height: 178px; } }
      @media only screen and (min-width: 1024px) {
        .hero .row .logoContainer img {
          width: 273px;
          height: 243px; } }
