/* CDN Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap');

/* Fonts Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');


:root {
   --font-family: 'Inter Tight', sans-serif;
   --bg-color: #e7e7e7;
   --bg-color-header: #ffffff;
   --bg-color-footer: #f3f3f3;
   --bg-color-foot: #252525;
   --color-1: #252525;
   --color-2: #464646;
   --color-3: #808080;
   --color-4: #b8b8b8;
   --color-5: #cccccc;
   --color-6:rgb(245, 245, 245);
   --color-7: #ffffff;
   --orange-1: #fc5e24;
   --orange-2: #fc7d50;
   --orange-3: #fc7d50;
   --bg-color: #e7e7e7;
   --bg-color-header: #ffffff;
   --bg-color-footer: #f3f3f3;
   --bg-color-foot: #252525;
   --btn-color-gnews: #0d6efd;
   --btn-color-wsp: #25D366;
   --btn-color-tlgrm: #267ee2;
   --btn-color-gnews-hover: #347eec;
   --btn-color-wsp-hover: #32e273;
   --btn-color-tlgrm-hover: #5d98db;
}  
* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   box-sizing: border-box;
   font-family: var(--font-family);
}

/* RESET
   ========================================================================== */

html{
   height: 100%;
}
body {
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
body,
p {
    font-size: 1.25rem;
    line-height: 1.70;
    font-weight: 400;
    color: var(--text-color);
}
p{
    margin: 0px 0px 15px;
}
p iframe{
    margin-bottom: 0px;
}
iframe{
    margin-bottom: 40px !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a,
a:hover {
    color: var(--orange-1);
     -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    text-decoration: none !important;
    color: var(--color-2) !important;
}
h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h3 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h6 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 10px
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-weight: 700;
    color: var(--color-2);
    letter-spacing: -.01em;
    margin-bottom: calc(10px + .2em);
    text-decoration: none !important;
}
b,
strong {
  font-weight: bolder;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.img-fluid {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a:hover {
    text-decoration: none !important;
}
p img{
    margin-bottom: 0px !important;
}
::selection {
    background-color: var(--orange-1);
    color: var(--color-7);
}


@media(max-width:767px) {
    h1 {
        font-size: 1.84rem;
        line-height: 1.2;
        margin-bottom: 10px
  }
    h2 {
        font-size: 1.32rem;
        line-height: 1.2;
        margin-bottom: 10px
  }
    h3 {
        font-size: 1xrem;
        line-height: 1.2;
        margin-bottom: 10px
  }
    h4 {
        font-size: 0.92rem;
        line-height: 1.2;
        margin-bottom: 10px
  }
    h5 {
        font-size: 0.85rem;
        line-height: 1.2;
        margin-bottom: 10px
  }
    h6 {
        font-size: 0.72rem;
        line-height: 1.2;
        margin-bottom: 10px
  }
}
  
  
/* WP Bloc Image */
.wp-block-image .alignright,
.wp-block-image .alignright img {
    float: right !important;
    margin-left: 1em !important;
}

.wp-block-image .aligncenter,
.wp-block-image .aligncenter img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.wp-block-image .alignleft,
.wp-block-image .alignleft img {
    float: left !important;
    margin-right: 1em !important;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}


/* WP Caption */
.wp-caption {
    background: transparent;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px !important;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 4px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: all;
}

.wp-caption p ul li {
    list-style: initial;
    list-style-type: all;
}

.wp-caption p ol li {
    list-style: initial;
    list-style-type: all;
}

/* Pagination */
.pagination {
    position: relative;
    display: flex;
    list-style: none;
    border-radius: 10%;
}
.pagination .page-item .page-link {
    position: relative;
    display: flex;
    border-radius: 15%;
    padding-left: 1.240rem;
    padding-right: 1.240rem;
    text-decoration: none;
    margin: 5px;
    color: var(--color-2);
    -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    z-index: 3;
    color: var(--color-7);
    background-color: var(--orange-1);
    border-color: var(--orange-2);
}
.pagination .page-item .page-link:focus {
    box-shadow: none;
}
@media only screen and (max-width: 767px){
    .pagination .page-item .page-link {
        padding-left: 0.580rem;
        padding-right: 0.580rem;
    }
}
  
  /* Sticky Aside */
  
.side-post {
    margin-top: -18px;
}
.sticky-side {
    position: sticky;
    top: 120px;
}
.sticky-home {
 position: sticky;
 top: 120px
}

/* HEADER
   ========================================================================== */


/* Header Pub */
.bg-pub {
   background: repeating-linear-gradient(120deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 2px, transparent 0, transparent 4px);
   background-color: var(--color-6);
}
.bg-pub .pub-bars {
   align-items: center;
   display: flex !important;
   flex-direction: column;
   justify-content: center;
   position: relative;
   width: 100%;
   height: auto !important;
}

/* Navbar */
.navbar {
   padding: 18px 0;  box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.17);
}
.navbar .navbar-dark {
   background-color: var(--bg-color-header);
}
.navbar .main-logo {
   float: left;
   width: 220px;
   margin-top: 10px;
   margin-bottom: 15px;
   margin-left: 0;
   position: absolute;
   top: 20px;
   left: 50%;
   transform: translateX(-50%);
}
.navbar .form-inline {
   display: ms-flexbox;
   display: flex;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-flex-aling: center;
   align-items: center;
}
.navbar .btn {
   font-size: 0.713rem;
   text-transform: uppercase;
   background-color: var(--orange-1);
   color: var(--color-7);
}
.navbar .btn:hover {
   background-color: var(--orange-2);
   color: var(--color-7);
}
.navbar .btn-menu-2 {
   font-size: 0.713rem;
   text-transform: uppercase;
   background-color: var(--color-3);
}
.navbar .btn-menu-2:hover {
   font-size: 1.25rem;
   background-color: var(--color-3);
}
.navbar .social-menu {
   color: var(--color-4);
   border-radius: 50px;
   font-size: 1.2rem;
   transition: all 0.3s;
   padding: 11px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 2px 2px;
}
.navbar .social-menu:hover {
   transition: all 0.3s;
   background-color: var(--color-5);
   color: var(--color-2);
}
.navbar .form-inline {
   display: ms-flexbox;
   display: flex;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-flex-aling: center;
   align-items: center;
}
.navbar .btn {
   font-size: 0.813rem;
   text-transform: uppercase;
   background-color: var(--orange-1);
   color: var(--color-7);
}
.navbar .btn:hover {
   background-color: var(--orange-1);
   color: var(--color-7);
}
.navbar .btn-menu-2 {
   font-size: 0.813rem;
   text-transform: uppercase;
   background-color: var(--orange-1);
}
.navbar .btn-menu-2:hover {
   font-size: 1.25rem;
   background-color: var(--orange-2);
}
.navbar .social-menu {
   background-color: var(--color-6);
   color: var(--color-3);
   border-radius: 50px;
   font-size: 1.2rem;
   transition: all 0.3s;
   padding: 11px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 2px 2px;
}
.navbar .social-menu:hover {
   transition: all 0.3s;
   background-color: var(--color-5);
   color: var(--color-1);
}
.navbar .container-fluid {
   max-width: 1440px;
}

.btn-close {
   background-color: var(--color-3);
   color: var(--color-7);
}
.btn-close:hover {
   background-color: var(--color-3);
   color: var(--color-7);
}

@media(max-width:767px) {
   .desktop {
       display: none;
   }
   .mobile {
       display: block;
   }
   .navbar .mobile-logo {
       width: 175px;
       margin-top: 10px;
       left: 25%;
   }
}

/* Offcanvas */
.offcanvas.offcanvas-start {
   top: 0;
   left: 0;
   border: none;
}
.offcanvas.menu-lateral {
   padding: 8px 0; box-shadow: 0px 2px 36px -3px rgba(0,0,0,0.17);     
   padding-bottom: 22px;
}
.offcanvas.menu-lateral .menu-vertical {
   padding-left: 0;
   list-style: none;
   padding: 3px;
   border: none;
}
.offcanvas.menu-lateral .menu-item {
   background-color: var(--color-6);
   color: var(--color-2);
   font-weight: 600;
   border-radius: 20px;
   padding: 8px 15px;
   font-size: 1.06rem;
   margin-top: 10px;
   transition: all 0.2s;
   cursor: pointer;
}
.offcanvas.menu-lateral .menu-item:hover {
   background-color: var(--color-5);
   transition: all 0.2s;
}
.offcanvas.menu-lateral .menu-item .rrss {
   color: var(--color-7);
}
.offcanvas.menu-lateral .wsp {
   background-color: var(--btn-color-wsp);
}
.offcanvas.menu-lateral .wsp:hover {
   background-color: var(--btn-color-wsp-hover);
}
.offcanvas.menu-lateral .tlgrm {
   background-color: var(--btn-color-tlgrm);
}
.offcanvas.menu-lateral .tlgrm:hover {
   background-color: var(--btn-color-tlgrm-hover);
}
@media(max-width:767px) {
   .offcanvas.offcanvas-start {
       top: 0;
       left: 0;
       border: none;
       width: 100%;
   }
   .offcanvas .social-menu {
       background-color: var(--color-6);
       color: var(--color-3);
       font-size: 1.2rem;
       font-weight: 500;
       border-radius: 50px;
       padding: 11px;
       margin: 1px 1px;
   }
}

/* Buscador */
.search-form-wrap {
   margin-bottom: 5em;
   display: block;
}
.search-form {
  .form-group {
    position: relative;
    #s {
      padding-right: 50px;
      padding: 15px 15px;
      border: 1px solid #ccc;
      border-radius: 20px;
    }
  }
  .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}


/* HOMEPAGE
   ========================================================================== */

/* Portada 1 */
.destacado .title {
   font-size: 1.87rem;
   font-weight: 700;
   line-height: 1.2;
   color: var(--color-2);
}
.destacado .img-1 {
  position: relative;
   border-radius: 10px;
   width: 100%;
   height: 100%;
  object-fit: cover;
   aspect-ratio: 3/2;
}
.destacado .img-1 img{
   width: 100%;
   height: 100%;
}

/* Portada 2 */
.destacado .title-2 {
   font-size: 1.1rem;
   font-weight: 600;
   line-height: 1.2;
   color: var(--color-2);
}
.destacado .img-2 {
  position: relative;
   border-radius: 10px;
   width: 100%;
   height: 100%;
  object-fit: cover;
   aspect-ratio: 14/9;
}
.destacado .img-2 img{
   width: 100%;
   height: 100%;
}

/* Portada 3 */
.destacado .title-3 {
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 1.2;
   color: var(--color-2);
}
.destacado .img-3 {
  position: relative;
   border-radius: 10px;
   width: 100%;
   height: 100%;
  object-fit: cover;
   aspect-ratio: 14/9;
}
.destacado .img-portada-1 img{
   width: 100%;
   height: 100%;
}

/* Popular Post */
.destacado .post-list ol {
   list-style: none;
   counter-reset: post-list-counter;
   margin-left: 0;
}
.destacado .post-list ol li {
   counter-increment: post-list-counter;
   position: relative;
   min-height: 70px;
   color: var(--color-1);
   font-size: 18px;
   font-weight: 300;
   line-height: 24px;
   display: flex;
   padding-left: 0;
   padding-bottom: 15px;
   margin-top: 15px;
}
.destacado .post-list ol li a {
   text-decoration: none;
   font-size: .97rem;
   font-weight: 400;
   line-height: 20px;
   color: var(--color-1);
}
.destacado .post-list ol li::before {
   content: counter(post-list-counter) " ";
   height: 48px;
   color: var(--orange-1);
   font-size: 3.2rem;
   font-weight: 700;
   line-height: .9;
   flex: 0 0 19%;
   max-width: 45px;
   display: flex;
   align-items: start;
}
.destacado .post-list ol li:not(:last-child) {
   border-bottom: 1px solid #ccc
}
.destacado .post-list ul {
   list-style: none;
   margin-left: 0;
}
.destacado .post-list ul li {
   position: relative;
   min-height: 70px;
   color: var(--color-2);
   font-size: 18px;
   font-weight: 300;
   line-height: 24px;
   display: flex;
   padding-left: 0;
   padding-bottom: 15px;
   margin-top: 15px;
}
.destacado .post-list ul li a {
   display: block;
   text-decoration: none;
   font-size: 1rem;
   font-weight: bold;
   line-height: 17px;
}
.destacado .post-list ul li img {
   position: relative;
   border-radius: .2222rem;
   top: 4px;
   width: 88px;
   height: 100%;
   margin-right: 12px;
}
.destacado .post-list ul li img:hover {
   -webkit-filter: brightness(80%);
   filter: brightness(80%)
}
.destacado .post-list ul li span {
   display: block;
   font-size: 12px;
   line-height: 20px;
}
.destacado .post-list ul li::before {
   font-weight: bold;
   height: 48px;
   color: #686868;
   font-size: 40px;
   font-weight: 300;
   line-height: 1;
   flex: 0 0 19%;
   max-width: 45px;
   display: flex;
   align-items: center;
}
.destacado .post-list ul li:not(:last-child) {
   border-bottom: 1px solid #ccc;
}
.destacado .post-list ul li.upcoming-webinar-li img {
   height: auto;
}

/* Actualidad */
.actualidad .title-1 {
   font-size: 1.3rem;
   font-weight: 600;
   line-height: 1.2;
}
.actualidad .title-2 {
   font-size: 1.1rem;
   font-weight: 500;
   line-height: 1.2;
}
.actualidad  .img-wrap {
  position: relative;
   border-radius: 10px;
   width: 100%;
   height: 100%;
  object-fit: cover;
   aspect-ratio: 16/9;
}
.actualidad  .img-wrap img{
   width: 100%;
   height: 100%;
}

@media only screen and (max-width: 767px){
   /* Portada 1 */
   .destacado .title {
      font-size: 1.4rem;
      line-height: 1.2;
   }
   .destacado .img-1 {
     position: relative;
      border-radius: 10px;
      width: 100%;
      height: 100%;
     object-fit: cover;
      aspect-ratio: 3/2;
   }
   .destacado .img-1 img{
      width: 100%;
      height: 100%;
   }

   /* Portada 2 */
   .destacado .title-2 {
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.2;
      color: var(--color-2);
   }
   .destacado .img-2 {
     position: relative;
      border-radius: 10px;
      width: 100%;
      height: 100%;
     object-fit: cover;
      aspect-ratio: 14/9;
   }
   .destacado .img-2 img{
      width: 100%;
      height: 100%;
   }

   /* Portada 3 */
   .destacado .title-3 {
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.2;
      color: var(--color-2);
   }
   .destacado .img-3 {
     position: relative;
      border-radius: 10px;
      width: 100%;
      height: 100%;
     object-fit: cover;
      aspect-ratio: 14/9;
   }
   .destacado .img-portada-1 img{
      width: 100%;
      height: 100%;
   }
   /* Actualidad */
   .actualidad .title-1 {
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.2;
   }
   .actualidad .title-2 {
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.2;
   }
   .actualidad  .img-wrap {
     position: relative;
      border-radius: 10px;
      width: 100%;
      height: 100%;
     object-fit: cover;
      aspect-ratio: 16/9;
   }
   .actualidad  .img-wrap img{
      width: 100%;
      height: 100%;
   }
}

/* ARCHIVE Y SEARCH
   ========================================================================== */

.archive h1 {
    font-weight: 800;
}
.archive .img-archive {
   position: relative;
   border-radius: 10px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   aspect-ratio: 3/2;
}
.archive .img-archive img{
   width: 100%;
   height: 100%;
}
.archive h2 {
   font-size: 1.36rem;
   font-weight: 600;
   line-height: 30px;
   padding-bottom: 2px;
}
.archive h2:a hover {
   color: var(--color-3);
}
.archive .date {
   color: var(--orange-2);
}


/* SINGLE POST
   ========================================================================== */

/* ArtÃ­culo */
.post-single .sticky-side {
   position: sticky;
   top: 120px
}
.post-single .sticky-bar {
   position: sticky;
   top: 130px;
   margin-top: 0px;
   margin-bottom: 100px;
}
.post-single .main-portada {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: relative;
   border-radius: 20px;
   aspect-ratio: 16/9;
   -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
   box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}
.post-single .main-portada img {
   width: 100% !important;
}
.post-single .image-credit-wrapper {
   position: relative;
}
.post-single .image-credit-wrapper .image-credit {
   position: absolute;
   right: 15px;
   bottom: 40px;
   border-radius: 20px;
}
.post-single .image-credit {
   background: rgba(0,0,0,.7);
   color: var(--color-7);
   display: inline-block;
   font-size: 1rem;
   font-weight: 500;
   text-transform: uppercase;
   padding: 3px 10px;
   position: absolute;
   bottom: 0;
   right: 0;
}
.post-single figcaption {
   position: relative;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
}
.post-single .cat-post {
   margin-top: 32px;
   font-size: 0.97rem;
   font-weight: 800;
   text-transform: uppercase;
   margin: 24px auto 0 110px;
   color: var(--orange-1);
}
.post-single .cat-post:hover {
   color: var(--orange-2);
}
.post-single h1 {
   font-size: 2.48rem;
   font-weight: 700;
   line-height: 1.1;
   margin: 10px auto 0 110px;
}
.post-single h2 {
   font-size: 1.7em;
   line-height: 1.3;
   font-weight: 700;
   padding: 30px 0;
   margin: 25px 0 2px;
}
.post-single .meta {
   font-size: 0.73rem;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: .23px;
   margin: 0 auto 0 110px;
}
.post-single .autor {
   font-weight: 600;
   color: var(--orange-1);
}
.post-single .post-content {
   padding-top: -12px;
}
.post-single .post-content p {
   line-height: 1.5;
   font-size: 1.32rem;
   font-weight: 400;
   padding-bottom: 15px;
   color: var(--color-2);
}
.post-single .post-content strong {
   font-weight: 600;
}
.post-single ul {
   list-style: disc;
   list-style-position: inside;
   margin-bottom: 2.74rem;
}
.post-single ol {
   list-style: numeric;
   list-style-position: inside;
   padding-left: .6rem;
}
.post-single li {
   list-style: inherit;
   padding-left: .2rem;
   margin-bottom: 0.27rem;
   font-size: 1.23rem;
}
.post-single .embed-responsive {
   position: relative;
   display: block;
   height: 0;
   padding: 0;
   overflow: hidden;
   margin-top: 38px;
   padding-bottom: 62px
}
.post-single .embed-responsive .embed-responsive-item,.embed-responsive iframe {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0
}
.post-single .embed-responsive-16by9 {
   padding-bottom: 56.25%;
   margin-top: -2px;
   margin-bottom: 60px;
   border-radius: 12px;
   z-index: 1;
   -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
   box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}
.post-single .the-post-tags {
   display: flex;
   flex-wrap: wrap;
   margin-top: 32px;
   font-weight: 500;
   text-transform: uppercase;
}
.post-single .the-post-tags:last-child {
   margin-bottom: -20px;
}
.post-single .the-post-tags a {
   display: inline-block;
   margin-right: 5px;
   margin-bottom: 5px;
   padding: 0 10px;
   border: 1px solid #b8b8b8;
   font-size: 0.75rem;
   letter-spacing: .03em;
   line-height: 25px;
   border-radius: 12px;
}
.post-single .the-post-tags a {
   color: var(--color-2);
}
.post-single .the-post-tags a:hover {
   color: var(--color-2);
}
.the-post-tags a::before{
   content: '# ';
   color: var(--orange-1);
   font-weight: 600;    
}
.post-single .btn-google {
   background-color: var(--btn-color-gnews);
   border-radius: 8px;
   margin: 3px;
   padding: 3px 10px 7px;
}
.post-single .btn-google:hover {
   background-color: var(--btn-color-gnews-hover);
}
.post-single .btn-wsp {
   background-color: var(--btn-color-wsp);
   border-radius: 8px;
   margin: 3px;
   padding: 3px 10px 7px;
}
.post-single .btn-wsp:hover {
   background-color: var(--btn-color-wsp-hover);
}
.post-single .btn-tlg {
   background-color: var(--btn-color-tlgrm);
   border-radius: 8px;
   margin: 3px;
   padding: 3px 10px 7px;
}
.post-single .btn-tlg:hover {
   background-color: var(--btn-color-tlgrm-hover);
}
.post-single .wp-element-caption {
   font-size: 0.83rem;
   font-weight: 500;
   padding-top: 10px;
   padding-bottom: 15px;
   text-align: center;
   text-transform: uppercase;
}
.post-single .wp-block-image img {
   box-sizing: border-box;
   height: auto;
   border-radius: 20px;
   max-width: 100%;
   vertical-align: bottom;
   -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
   box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}

/* Social Share */
.post-single .social-bar {
   justify-content: center;
   text-align: center;
   bottom: 0;
}
.post-single .social-bar .social-item {
   display: block;
   margin: 0;
   padding: 0;
   font-size: 1.35rem;
   list-style: none;
   margin-bottom: 12px;
}
.post-single .social-bar .social-item .social-share {
   background-color: var(--color-3);
   color: var(--color-7);
   width: 40px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
   display: block;
   border-radius: 15%;
   line-height: 41px;-webkit-box-shadow: 7px 10px 12px -9px rgba(0,0,0,0.34);
-moz-box-shadow: 7px 10px 12px -9px rgba(0,0,0,0.34);
box-shadow: 7px 10px 12px -9px rgba(0,0,0,0.34);
   transition: all 0.2s;
}
.post-single .social-bar .social-item .social-share:hover {
   background-color: var(--color-4);
   transition: all 0.2s;
}

@media(max-width:767px) {
   .post-single .social-mobile {
       display: flex;
       justify-content: center;
       text-align: center;
       margin-right: 30px;
       padding-bottom: -22px;
   }
   .post-single .social-mobile .social-item {
       margin: 5px;
       padding: 0;
       font-size: 1.35rem;
       list-style: none;
       margin-bottom: 2px;
   }
   .post-single .social-mobile .social-item .social-share {
       background-color: var(--color-2);
       color: var(--color-5);
       width: 40px;
       height: 40px;
       display: block;
       border-radius: 15%;
       line-height: 43px;
       transition: all 0.2s;
   }
}

@media(max-width:767px) {
   .post-single .main-portada {
       object-fit: cover;
       aspect-ratio: 16/9;
   }
   .post-single .image-credit-wrapper .image-credit {
       position: absolute;
       right: 12px;
       bottom: 35px;
   }
   .post-single .image-credit {
       font-size: 0.76rem;
       font-weight: 500;
       padding: 4px 8px;
   }
   .post-single .cat-post {
       font-size: 0.87rem;
       margin: auto;
   }
   .post-single h1{
       font-size: 1.54rem;
       font-weight: 700;
       line-height: 1.2em;
       margin: 10px auto;
   }
   .post-single h2 {
       font-size: 1.5em;
   }
   .post-single .post-content {
       margin-top: -50px;
   }
   .post-single .post-content p {
       font-size: 1.12rem;
   }
   .post-single .meta {
       font-size: 0.72rem;
       margin: auto;
   }
   .post-single h3 {
       font-size: 1.44rem;
       line-height: 1.2;
       padding-bottom: 23px;
   }
   .post-single .social-bar-mobile {
       display: flex;
       text-align: center;
   }
   .post-single .social-bar-mobile .social-share {
       font-size: 1.4rem;
       color: var(--color-4);
       letter-spacing: 1.77rem;
   }
   .post-single ul {
       margin-bottom: 3.24rem;
   }
   .post-single ol {
       padding-left: .1rem;
   }
   .post-single li {
       margin-bottom: 0.25rem;
       font-size: 1.047rem;
   }
}



/* PÃGINA
   ========================================================================== */

.page h1 {
   font-weight: 800;
}
.page .main-portada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    aspect-ratio: 16/9;
    -webkit-box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}
.page .main-portada img {
    width: 100% !important;
}
.page h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.page h2:a hover {
    color: var(--color-3);
}
.page .date {
    color: var(--color-6);
}
.page .post-content p {
   line-height: 1.5;
   font-size: 1.32rem;
   font-weight: 400;
   padding-bottom: 15px;
   color: var(--color-2);
}   
.page .post-content strong {
   font-weight: 600;
}


/* CARTELERA TV
   ========================================================================== */
   
/* logos */
.logo-list .channels {
    padding: 6px 16px;
    width: 90px;
    border-radius: 0px;
    background-color: var(--color-7);
    -webkit-box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
    box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
    transition: all 0.3s ease;
}

.logo-list .channels:hover {
   transform: scale(1.16);
   transition: all 0.3s ease;
}
.logo-list .channels:link {
   background-color: var(--color-6);
}

/* channel name */
.channel-bars {
   display: flex;
   align-items: center;
   padding: 5px 8px;
   border-radius: 8px;
   background-color: var(--color-7);
   -webkit-box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
   -moz-box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
   box-shadow: 10px 13px 17px -5px rgba(0,0,0,0.17);
}
.channel-bars .logo {
   width: 70px!important;
   margin: 0 8px!important;
   margin-bottom: -3px
}
.channel-bars .channel-name {
   font-size: 1.56rem;
   font-weight: 700;
   line-height: 10px;
   margin-top: 12px;
   margin-left: 8px;
}
.text-disclamer {
   font-size: 0.95rem;
}

@media only screen and (max-width: 768px) {
   .logo-list .channels {
    padding: 3px 8px;
    width: 65px;
   }
   .channel-bars .logo {
       width:80px!important
   }
   .channel-bars {
       display: flex;
       align-items: center
   }
   .channel-bars .channel-name {
       font-size: 1.37rem;
       line-height: 23px;
       margin-top: 10px
   }
   .text-disclamer {
    font-size: 0.85rem;
   }
}

/* pestaÃ±as dÃ­as */
.js-tabs {
   display: flex;
   justify-content: flex-start;
   margin-bottom: 15px
}
.js-tab {
   cursor: pointer;
   border: 3px solid var(--orange-1);
   color: var(--color-2);
   font-size: 0.96rem;
   border-radius: 50px;
   padding: 4px 25px;
   display: block;
   margin-right: 15px;
   border: 2px solid var(--orange-1);
}
.js-tab--active {
   border-radius: 50px;
   background-color: var(--orange-1);
   color: var(--color-7);
}
.js-tab-item {
   padding: 2px 0 0;
   overflow: auto
}
.js-tab-item:not(:first-child) {
   display: none
}

@media only screen and (max-width: 768px) {
   .js-tab {
       font-size: 0.81rem;
       padding: 4px 25px
   }
   .js-tab--active {
       color: var(--color-7);
   }
}

/* botÃ³n telco */
.button {
   background-color: var(--color-3);
   border-radius: 20px;
   color: var(--color-7);
   font-weight: 400;
   padding: 2px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 0.75rem;
   margin: 2px 2px;
}

/* Cartelera cuerpo */
.cartelera-linea {
  display: flex;
  text-align: left;
  margin-top: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.cartelera-linea article{
   margin-bottom: 10px;
   margin-top: 0;
}
.cartelera-linea .time{
   display: flex;
   flex-direction: column;
   justify-content:center;
   min-width:128px;
   max-width:128px;
   text-align: center;
   overflow: hidden;
   margin-right:0;
   font-weight: 700;
   color: var(--color-1);
   background: var(--color-7);
}
.cartelera-linea .time .hora-inicio{
   font-size: 2rem;
}
.cartelera-linea .bg-live {
    text-transform: uppercase;
    color: var(--color-7);
    background: var(--orange-2);
    font-size: .88rem;
    font-weight: 600;
    line-height: 22px;
    border-radius: 0.45rem;
    display: inline-flex;
    padding: 0 14px 0;
    margin: 0 23px 0;
}
.cartelera-linea .picture16x9 {
   width: 55%;
   padding-bottom: 22%;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
.cartelera-linea .capaPrograma {
   display: table-cell;
   width: 100%;
   background: var(--color-7);
}
.cartelera-linea .cartelera-programa h2{
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color:#2c2c2c;
    margin-top: 11px;
    margin-bottom: -18px;
    padding-left: 15px;
    padding-right: 35px;
}
.cartelera-linea .info {
   margin: 15px;
}
.cartelera-linea .bg-genero {
   text-transform: uppercase;
   color: var(--color-7);
   background: var(--color-3);
   font-size: .8rem;
   border-radius: 2px;
   letter-spacing: -0.5px;
   padding: 3px 4px;
}
.cartelera-linea .bg-clasif {
   text-transform: uppercase;
   color: var(--color-7);
   background: var(--color-3);
   font-size: .8rem;
   border-radius: 2px;
   letter-spacing: -0.5px;
   padding: 3px 7px;
}
.cartelera-linea .bg-sub {
   text-transform: uppercase;
   color: var(--color-7);
   background: var(--color-3);
   font-size: .8rem;
   border-radius: 2px;
   letter-spacing: -0.5px;
   padding: 3px 4px;
}
.cartelera-linea .cartelera-episodio {
   font-size: 0.95rem;
   font-weight: 600;
   line-height: 17px;
   margin: 15px;
}
.cartelera-linea .cartelera-sinopsis {
   font-size: 0.87rem;
   font-weight: 500;
   line-height: 19px;
   color: var(--color-3);
   display: none;
   text-transform: none;
   padding-left: 15px;
   padding-right: 30px;
   margin-top: -11px;
}
@media(min-width: 768px) {
   .cartelera-linea .cartelera-sinopsis {
      display:block
   }
}
@media only screen and (max-width: 768px) {
   .cartelera-linea .time{
      min-width:65px;
      max-width:65px;
      text-align: center;
      overflow: hidden;
      margin-right:0;
      font-weight: 600;
      background: var(--color-7);
      color: var(--color-2);
   }
   .cartelera-linea .time .hora-inicio{
      font-size: 1.065rem;
   }
   .cartelera-linea .bg-live {
      font-size: 0.587rem;
      font-weight: 500;
      line-height: 17px;
      padding: 0 5px 0;
      margin: 0 10px 0;
   }
   .cartelera-linea .picture16x9 {
      width: 58%;
      padding-bottom: 30%;
   }
   .cartelera-linea .cartelera-programa h2{
      font-size: .97rem;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      color: var(--color-1);
      margin-top: 10px;
      margin-bottom: -20px;
      padding-left: 15px;
   }
   .cartelera-linea .info {
      margin: 15px;
   }
   .cartelera-linea .bg-genero {
      font-size: .67rem;
   }
   .cartelera-linea .bg-clasif {
      font-size: .67rem;
   }
   .cartelera-linea .bg-sub {
      font-size: .67rem;
   }
   .cartelera-linea .cartelera-episodio {
      font-size: 0.78rem;
      font-weight: 500;
      line-height: 17px;
      margin: 15px;
      margin-top: -12px;
   }
}


/* CARTELERA DEPORTES
   ========================================================================== */

.cartelera-deportes {
   display: flex;
   text-align: left;
   margin-top: 12px;
   border-radius: 4px;
   overflow: hidden;
}
.cartelera-deportes .time{
   display: flex;
   flex-direction: column;
   justify-content:center;
   min-width:128px;
   max-width:128px;
   text-align: center;
   overflow: hidden;
   margin-right:0;
   font-weight: 700;
   background: var(--color-7);
   color: var(--color-2);
}
.cartelera-deportes .time .hora-inicio{
   font-size: 2rem;
}
.cartelera-deportes .logo {
   width: 70%;
   margin: 0 20px;
   margin-top: -10px;
}
.cartelera-deportes .capaPrograma {
   display: table-cell;
   width: 100%;
   background: var(--color-7);
}
.cartelera-deportes .cartelera-programa h2{
   text-align: left;
   font-size: 1.3rem;
   letter-spacing: -0.2px;
   text-transform: uppercase;
   margin-top: 12px;
   margin-bottom: -12px;
   padding-left: 15px;
}
.cartelera-deportes .info {
   margin: 15px;
   margin-top: -2px;
}
.cartelera-deportes .dgo {
   padding: 0 16px;
}
.cartelera-deportes .bg-canal {
   text-transform: uppercase;
   color: var(--color-7);
   background: #03a9f4;
   font-size: .938rem;
   border-radius: 2px;
   letter-spacing: -0.1px;
   padding: 3px 6px;
}
.cartelera-deportes .cartelera-episodio {
   font-size: 0.95rem;
   font-weight: 600;
   line-height: 17px;
   margin: 15px;
}
@media only screen and (max-width: 768px) {
   .cartelera-deportes .time{
      min-width:95px;
      max-width:95px;
      text-align: center;
      overflow: hidden;
      margin-right:0;
      font-weight: 600;
      color: var(--color-2);
      background: var(--color-6);
   }
   .cartelera-deportes .time .hora-inicio{
      font-size: 1.6rem;
   }
   .cartelera-deportes .logo {
      width: 58%;
      margin: 0 19px;
      margin-top: -5px;
   }
   .cartelera-deportes .cartelera-programa h2{
      font-size: .97rem;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      color:var(--color-2);
      margin-top: 15px;
      margin-bottom: -15px;
      padding-left: 15px;
   }
   .cartelera-deportes .info {
      margin: 15px;
      margin-top: -4px;
   }
   .cartelera-deportes .bg-canal {
      font-size: .87rem;
   }
   .cartelera-deportes .cartelera-episodio {
      font-size: 0.79rem;
      font-weight: 500;
      line-height: 17px;
      margin: 15px;
   }
}

/* TABLA RATING NOTAS
   ========================================================================== */

.tableContainer {
   border-radius: 16px;
   border: 1px solid #e5e5e5;
   overflow: hidden
  }
.listadoTabla {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%
}
.listadoTabla tbody tr td,.listadoTabla thead tr th {
    color: #333;
    padding: 10px;
    text-align: center;
}
.listadoTabla thead tr th {
    background-color: #d6d6d6;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600
}
.listadoTabla thead tr th+th {
    border-left: 1px solid #e5e5e5
}
.listadoTabla tbody tr+tr {
    border-top: 1px solid #d8d8d8
}
.listadoTabla .rat1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 16px;
}
.listadoTabla .rat2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
}
.listadoTabla .channels {
    width: 60px;
    height: 60px;
}
@media only screen and (max-width: 767px) {
   .listadoTabla .rat1 {
      font-size: 20px;
      font-weight: 800;
      line-height: 17px;
   }
   .listadoTabla .rat2 {
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
   }
   .listadoTabla .channels {
      width: 45px;
      height: 45px;
   }
}    


/* 404
   ========================================================================== */





/* FOOTER
   ========================================================================== */

footer {
    margin-top: auto;
}
.big-footer {
    background-color: var(--bg-color-footer);
}
.big-footer .logo-footer{
    width: 45%;
}
.big-footer .social-footer{
    color: var(--color-1);
    width: 42px;
    font-size: 1.25rem;
    margin-top: 15px;
}
.big-footer .social-footer:hover{
    color:var(--color-2);
}
.big-footer p{
    font-size: 1.063rem;
    margin-top: 15px;
    line-height: 28px;
    color: var(--text-color);
}
.big-footer .titulo{
    font-size: 1.063rem;
    font-weight: 700;
    text-transform: uppercase;
}
.big-footer .link{
    color: var(--color-1);
    font-size: 0.96rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    transition: all 0.4s ease 0s;
}
.big-footer .link a{
    color: var(--color-2);
}
.big-footer .link a:hover{
    color: var(--color-2);
}
.bg-darkness {
    background-color: var(--bg-color-foot);
}
.copy {
    color: var(--text-color-white);
    font-size: 1rem;
    margin-top: 8px;
}

@media only screen and (max-width: 575px){
    .big-footer{
        text-align: center;
    }
    .big-footer .social-footer{
        margin-left: 34px;
    }
    .copy {
        color: var(--text-color-white);
        font-size: 0.93rem;
    }
}
