* {
  box-sizing: border-box; }

a {
  text-decoration-line: none !important;
  color: inherit; }

a:hover {
  cursor: pointer; }

.asd {
  color: red; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  height: auto;
  background-color: #fff;
  position: relative;
  left: 0;
  transition: all 0.5s ease; }

.fixed-width {
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: all 0.5 ease; }

.fa-play-circle:hover {
  cursor: pointer; }

input:disabled {
  opacity: 0.5;
  cursor: auto !important; }

header {
  color: white;
  width: 100%;
  padding: 0;
  margin: 0 0 20px; }
  header .desktop-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    background-color: #004491; }
    header .desktop-nav .nav-categorias {
      display: inline-block; }
      header .desktop-nav .nav-categorias a {
        margin: 0;
        font-size: 14px;
        display: inline-block;
        padding: 6px 0;
        padding-left: 5px;
        padding-right: 5px;
        height: 90%;
        width: auto;
        text-decoration-line: none;
        color: white;
        font-weight: 100;
        letter-spacing: 0.03em; }
      header .desktop-nav .nav-categorias a:hover {
        background-color: #00a2db; }
      header .desktop-nav .nav-categorias a:active {
        background-color: #00a2db; }
    header .desktop-nav .nav-alter {
      display: inline-block;
      float: right;
      margin-top: 3px; }
      header .desktop-nav .nav-alter a {
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
        letter-spacing: 0.03em; }
  header .regularice.alerta {
    background: #ec5a5a;
    width: 100%;
    margin: 0;
    padding: 10px 0; }
    header .regularice.alerta p {
      margin: 0;
      padding: 0; }
  header .main-header {
    height: 70px;
    background: #040973; }
    header .main-header .logo {
      display: inline-block;
      margin-top: 6px;
      width: 265px;
      height: 60px;
      background: url("/assets/imagenes/telam-digital-2021.svg") no-repeat; }
    header .main-header .perfil {
      float: right;
      margin-top: 17px;
      font-size: 14px;
      padding-top: 9px;
      position: relative; }
      header .main-header .perfil i {
        margin-right: 7px;
        font-size: 16px; }
    header .main-header .perfil:hover {
      padding-bottom: 25px; }
      header .main-header .perfil:hover .menu-desplegable {
        display: block; }
  header .open.mobile {
    border: none;
    background-color: inherit;
    float: right;
    margin-top: 20px;
    color: white; }
    header .open.mobile i {
      font-size: 30px;
      background-color: inherit; }

.buscadorBig,
.buscadorSmall {
  position: relative; }
  .buscadorBig form,
  .buscadorSmall form {
    display: inline-block;
    height: 100%;
    padding: 0; }
    .buscadorBig form input,
    .buscadorSmall form input {
      border: none;
      padding-left: 5px;
      color: black;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      height: 36px;
      margin: 0;
      float: left; }
    .buscadorBig form button,
    .buscadorSmall form button {
      border: none;
      height: 36px;
      width: 40px;
      background-color: #21499d; }
      .buscadorBig form button i,
      .buscadorSmall form button i {
        color: white;
        font-size: 20px; }
  .buscadorBig .avanzado,
  .buscadorSmall .avanzado {
    margin-top: 17px;
    margin-left: 12px;
    font-size: 14px;
    padding-top: 9px;
    font-weight: 100;
    letter-spacing: 0.03em; }
    .buscadorBig .avanzado i,
    .buscadorSmall .avanzado i {
      margin-left: 4px; }

.dark-green-back {
  background-color: #006837; }

.light-green-back {
  background-color: #009245; }

.yellow,
.yellow * {
  color: yellow; }

.red,
.red * {
  color: #ff0000; }

.img-container {
  position: relative;
  background-color: #eeeeee;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden; }
  .img-container > a {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    min-height: inherit;
    max-height: inherit;
    height: inherit; }
  .img-container .carousel {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    min-height: inherit;
    max-height: inherit;
    height: inherit; }
  .img-container img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    min-height: inherit;
    max-height: inherit;
    height: inherit; }
  .img-container .jwplayer {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    min-height: inherit;
    max-height: inherit;
    height: inherit !important;
    width: 100% !important; }
  .img-container a {
    display: block; }
  .img-container video {
    width: 100%; }

.align-right {
  float: right; }

.file-options-embedded {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column; }
  .file-options-embedded a {
    position: relative;
    background-color: #00a2db;
    color: white;
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .file-options-embedded .mis-carpetas::after,
  .file-options-embedded .download::after {
    z-index: 9999;
    content: "";
    width: 80px;
    text-align: center;
    height: 0px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0);
    background-color: #00a2db;
    transition: all 0.2s ease;
    position: absolute;
    top: 7px;
    left: -90px;
    border-radius: 3px; }
  .file-options-embedded .mis-carpetas:hover::after,
  .file-options-embedded .download:hover::after {
    color: white;
    height: 20px; }
  .file-options-embedded .mis-carpetas::after {
    content: "Mis carpetas"; }
  .file-options-embedded .download::after {
    content: "Descargar"; }
  .file-options-embedded i {
    font-size: 14px; }

.bold {
  font-weight: 900; }

@media (max-width: 960px) {
  .main-menu.desktop {
    display: none; } }
@media (min-width: 960px) {
  .main-menu.mobile {
    display: none; } }

@media (max-width: 960px) {
  .open.desktop {
    display: none; } }
@media (min-width: 960px) {
  .open.mobile {
    display: none; } }

.main-menu {
  color: white;
  font-size: 11px;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease;
  z-index: 99999; }
  .main-menu.desktop {
    width: 317px;
    right: -317px;
    background-color: #003260;
    border-left: 1px solid black;
    /* border-top: 5px solid #00a2db;*/ }
  .main-menu.mobile {
    width: 217px;
    right: -217px;
    background-color: #004a97;
    border-left: 2px solid black; }
  .main-menu.show {
    overflow-y: scroll; }
    .main-menu.show.desktop {
      right: -17px; }
    .main-menu.show.mobile {
      right: -17px; }
  .main-menu .fa-angle-right,
  .main-menu .fa-angle-down {
    position: absolute;
    right: 20px; }
  .main-menu .content {
    display: none; }
  .main-menu i {
    margin-right: 10px; }
  .main-menu p,
  .main-menu a {
    margin: 0; }

.main-menu.mobile .logo {
  height: 50px;
  width: 100%;
  background-color: #00a2db; }
.main-menu.mobile .profile {
  position: relative;
  background-color: #01233d;
  font-size: 14px; }
  .main-menu.mobile .profile .name {
    padding: 10px 0;
    padding-left: 10px; }
  .main-menu.mobile .profile a {
    display: block;
    font-size: 12px;
    padding: 6px 0;
    background-color: #003260;
    padding-left: 10px; }
    .main-menu.mobile .profile a i {
      font-size: 11px; }
.main-menu.mobile .sections a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 10px;
  border-top: 1px solid black; }

.main-menu.desktop .open {
  color: white;
  padding: 0;
  position: fixed;
  top: 30%;
  right: 0%;
  border: none;
  z-index: 1; }
  .main-menu.desktop .open i,
  .main-menu.desktop .open p {
    display: block;
    margin: 0; }
  .main-menu.desktop .open i {
    background-color: #00a2db;
    font-size: 22px;
    padding: 5px 6px; }
  .main-menu.desktop .open p {
    font-size: 10px;
    background-color: #004a97;
    padding: 7px 7px; }
.main-menu.desktop .login {
  background-color: #01233d; }
  .main-menu.desktop .login p {
    display: inline-block;
    margin: 0;
    padding: 10px 0; }
  .main-menu.desktop .login p:first-child {
    float: left;
    font-size: 10px;
    font-weight: 900;
    padding-left: 10px;
    letter-spacing: 2px; }
    .main-menu.desktop .login p:first-child i {
      margin-left: 25px;
      position: relative; }
.main-menu.desktop .cat {
  border-bottom: solid 1px black; }
  .main-menu.desktop .cat > p {
    border-right: solid 5px #00a2db; }

.cat.show > p {
  background-color: #01233d; }
.cat > p {
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin: 0;
  background-color: #003260;
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 100;
  letter-spacing: 0.03em; }
  .cat > p:hover {
    background-color: #01233d; }
  .cat > p i {
    margin: 0; }
  .cat > p i:first-child {
    margin-right: 5px; }
.cat .content > div {
  padding-left: 10px; }
  .cat .content > div p {
    width: 90%;
    margin: 0;
    padding: 8px 0 8px 0;
    font-weight: 400;
    letter-spacing: 0.03em; }
.cat .content ul {
  padding: 0;
  list-style-type: none; }
  .cat .content ul .fa-angle-right,
  .cat .content ul .fa-angle-down {
    position: relative;
    right: 0; }
  .cat .content ul li {
    padding: 5px 0; }
.cat .content-header {
  width: 100%;
  padding: 10px 10px;
  margin: 0;
  background-color: #004a97; }
  .cat .content-header i {
    margin-right: 10px; }

.aviso {
  margin-bottom: 1px; }

.alerta {
  color: white; }
  .alerta.show > p {
    background-color: #EC595A;
    padding: 10px 20px;
    border-radius: 10px; }
    .alerta.show > p i {
      margin-right: 10px; }
  .alerta > p {
    background-color: #EC595A; }
  .alerta .content {
    background-color: #ec5a5a; }
  .alerta.green .content {
    background-color: #39b54a; }
  .alerta.big {
    margin: 10px auto; }
    .alerta.big .content {
      font-weight: 200;
      padding: 10px 10px;
      margin: 0; }
      .alerta.big .content i {
        margin-right: 10px; }
      .alerta.big .content p {
        margin: 0; }

main .comunicado,
main .alerta {
  margin-top: 20px;
  margin-bottom: 20px; }
  main .comunicado > p,
  main .alerta > p {
    font-size: 15px; }
  main .comunicado .content,
  main .alerta .content {
    font-size: 13px; }

.comuni.aviso {
  background-color: #00a1ff; }

.menu-desplegable {
  display: none;
  position: absolute;
  background-color: #21499d;
  z-index: 99;
  width: 200px;
  margin-top: 24px;
  box-sizing: content-box;
  right: 0px;
  padding-bottom: 5px; }
  .menu-desplegable a {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    text-align: right; }
    .menu-desplegable a:hover {
      background: #00a2db; }
  .menu-desplegable i {
    position: absolute;
    color: #21499d;
    right: 10px;
    top: -11px;
    font-size: 25px; }

.filtros-container {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  /*border-bottom: 1px solid #CCC;*/
  font-size: 14px; }
  .filtros-container .filtro-aplicado {
    color: #999999;
    background-color: #e6e6e6;
    padding: 5px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700; }
    .filtros-container .filtro-aplicado i {
      margin-right: 5px; }
  .filtros-container .idiomas {
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    float: right;
    margin-top: 12px; }
    .filtros-container .idiomas p {
      margin-left: 15px; }
    .filtros-container .idiomas a:hover {
      color: #49a2e5; }

.filtros-subrayado {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 12px; }

.section-title {
  font-size: 14px;
  color: black;
  font-weight: 700;
  display: inline;
  position: relative; }
  .section-title span {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 50px;
    height: 1px;
    border: 1px solid #000; }
  .section-title.special {
    width: 100%;
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 10px; }
    .section-title.special span {
      bottom: -1px; }

.ver-todos,
.opciones-esquineras {
  position: absolute;
  right: 0px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  top: 5px; }
  .ver-todos i,
  .opciones-esquineras i {
    color: black;
    margin-right: 5px;
    margin-left: 5px; }

.ver-todos.special {
  top: 16px; }

.opciones-esquineras {
  top: 8px;
  color: black;
  margin-left: 15px; }
  .opciones-esquineras > * {
    display: inline-block; }
  .opciones-esquineras.categorias {
    font-size: 14px;
    font-weight: 600; }
    .opciones-esquineras.categorias > p {
      margin-left: 10px; }
  .opciones-esquineras a {
    margin-left: 5px; }

i.video-play {
  position: absolute;
  color: "rgba(255,255,255,0.1)";
  font-size: 60px;
  top: 25%;
  left: 45%; }

.gradient:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }

.contenido-destacado {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  height: auto; }
  .contenido-destacado .video,
  .contenido-destacado .galeria,
  .contenido-destacado .infografia {
    overflow: hidden; }
    .contenido-destacado .video .fecha,
    .contenido-destacado .galeria .fecha,
    .contenido-destacado .infografia .fecha {
      color: white;
      font-size: 12px;
      font-weight: 100; }
  .contenido-destacado img {
    width: 100%;
    margin: 0 auto;
    display: block; }
  .contenido-destacado div {
    position: absolute;
    background-color: #666; }
  .contenido-destacado .cables {
    background: url(../../imagenes/fondo-cables-destacado.jpg) no-repeat; }
    .contenido-destacado .cables .categoria {
      top: 0;
      right: 10px;
      background-color: #48a1e1; }
    .contenido-destacado .cables .title {
      bottom: 30%; }
      .contenido-destacado .cables .title span {
        font-size: 14px; }
  .contenido-destacado .podcast {
    background: url(../../imagenes/fondo-podcast-destacado.jpg) no-repeat; }
    .contenido-destacado .podcast .categoria {
      top: 0;
      right: 10px;
      background-color: #21499d; }
    .contenido-destacado .podcast .title {
      left: 17%;
      width: 75%;
      bottom: 35%; }
    .contenido-destacado .podcast span {
      display: block;
      font-size: 12px;
      font-weight: 100; }
    .contenido-destacado .podcast i {
      position: absolute;
      left: 25px;
      top: 35%;
      font-size: 40px;
      color: #fff; }
  .contenido-destacado .galeria .categoria {
    top: 0;
    left: 10px;
    background-color: #48a1e1; }
  .contenido-destacado .video .categoria {
    top: 0;
    left: 10px;
    background-color: #21499d; }
  .contenido-destacado .infografia .categoria {
    top: 0;
    right: 10px;
    background-color: #48a1e1; }
  .contenido-destacado .categoria {
    margin: 0;
    position: absolute;
    font-size: 11px;
    padding: 8px;
    color: white;
    letter-spacing: 0.08em; }
  .contenido-destacado .title {
    color: white;
    font-size: 16px;
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 5%;
    border: none; }

.cat-menu-cont {
  position: relative; }
  .cat-menu-cont p {
    margin: 0;
    padding: 0 0 30px; }
  .cat-menu-cont:hover .desplegable {
    display: block; }
  .cat-menu-cont .desplegable {
    display: none;
    z-index: 1;
    background-color: #004a97;
    right: 0px;
    position: absolute;
    top: 25px; }
    .cat-menu-cont .desplegable > ul {
      margin: 0;
      padding: 20px 10px;
      display: inline-block; }
      .cat-menu-cont .desplegable > ul li {
        color: white;
        margin: 0;
        padding: 5px;
        display: block; }
      .cat-menu-cont .desplegable > ul li:hover {
        background-color: #00a2db;
        cursor: pointer; }
  .cat-menu-cont .serie-menu {
    width: 200px; }

.banner-cablera {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-top: 20px; }
  .banner-cablera img {
    display: block;
    margin: 0 auto; }

.banner-cablera.sin-bordes {
  border: none; }

.categoria-dia-title {
  position: absolute;
  top: -30px;
  margin: 0; }

.fecha {
  color: black;
  font-size: 10px;
  font-weight: 600;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.latest-cables {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc; }
  .latest-cables a.ocultar {
    display: none; }
  .latest-cables .title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative; }
    .latest-cables .title::after {
      position: absolute;
      content: "";
      bottom: -1px;
      left: 0;
      height: 2px;
      width: 50px;
      background-color: black; }
  .latest-cables .cables-list {
    background: #eeeeee;
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
    height: 35px;
    margin-top: 10px; }
    .latest-cables .cables-list a {
      cursor: pointer;
      color: #222222;
      text-transform: uppercase;
      margin: 0 80px; }
      .latest-cables .cables-list a:hover {
        text-decoration: none; }
    .latest-cables .cables-list .wrapper-marquee {
      height: 25px;
      text-align: left;
      position: relative;
      left: -60%;
      opacity: 0;
      line-height: 2.4em; }
    .latest-cables .cables-list .wrapper-btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 120px;
      height: 25px; }
    .latest-cables .cables-list .suscribe-btn {
      display: block;
      text-align: center;
      margin: 0;
      height: 35px;
      background: #00a3d9;
      padding: 5px 0 0 12px;
      text-indent: -10px;
      line-height: 1.6em;
      font-weight: 600;
      color: #ffffff; }

.categorias-dia {
  margin-top: 70px;
  border-top: 1px solid #e6e6e6;
  display: grid;
  grid-gap: 10px;
  position: relative;
  padding-top: 20px; }
  .categorias-dia .ver-todos {
    top: -30px; }

.temas-dia {
  display: block;
  padding-bottom: 10px; }
  .temas-dia .img-container {
    width: 100%; }
    .temas-dia .img-container img {
      width: 100%;
      height: auto;
      max-height: auto; }
  .temas-dia div {
    display: block;
    float: left; }
    .temas-dia div a {
      color: black;
      font-weight: 600;
      width: 95%;
      margin-left: auto;
      margin-right: auto; }

.marker-container {
  display: inline-block;
  float: left; }
  .marker-container span {
    color: white;
    padding: 4px 4px;
    background-color: #21499d;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 4px;
    border-radius: 5px;
    text-transform: uppercase; }

.lista-cables-background {
  width: 100%;
  background: url(../../imagenes/fondo-cables.jpg);
  height: auto;
  padding: 40px 0; }

.title {
  width: 100%; }
  .title .section-title {
    font-size: 21px;
    display: block;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    .title .section-title.bottom20 {
      margin-bottom: 20px; }

.lista-cables {
  position: relative; }
  .lista-cables .section-title.special {
    font-size: 14px;
    top: 0;
    display: inline-block;
    width: 100%; }
  @media (max-width: 630px) {
    .lista-cables .desktop {
      display: none; } }
  @media (min-width: 320px) {
    .lista-cables .mobile {
      display: block; } }
  @media (min-width: 630px) {
    .lista-cables .mobile {
      display: none; } }
  .lista-cables.sin-container {
    margin-top: 0;
    margin-bottom: 40px; }
    .lista-cables.sin-container .dT {
      border-bottom: 1px solid #999999; }

.paginator {
  padding: 10px 0 30px;
  margin-top: 10px; }
  .paginator a {
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    margin: 0;
    margin-left: -1px;
    color: #5cb7e9; }
    .paginator a:hover {
      background: #dee2e6; }
  .paginator a:active,
  .paginator a.active {
    color: #6c757c; }

.simil-table {
  width: 100%;
  color: black; }
  .simil-table .dT {
    display: table;
    /*padding-top: 30px; Lo quito por la tabla de cables en la home */
    margin-top: 9px;
    padding-bottom: 20px; }
  .simil-table .dTr {
    display: table-row;
    width: 100%; }
  .simil-table .dTHead {
    display: table-header-group;
    font-weight: 700;
    color: #666; }
    .simil-table .dTHead:first-child {
      padding-left: 5px; }
  .simil-table .dTBody {
    display: table-row-group; }
    .simil-table .dTBody .dTr:nth-child(odd) {
      background-color: #f3f3f2; }
    .simil-table .dTBody .dTr:nth-child(even) {
      background-color: #ffffff; }
    .simil-table .dTBody .dTr:hover {
      background-color: #daeffa;
      cursor: pointer; }
  .simil-table .dTr > div {
    display: table-cell;
    text-align: left;
    padding: 10px 5px; }
  .simil-table .dT p {
    display: inline;
    margin: 0;
    color: black; }
  .simil-table .dT p:not(:first-child) {
    display: inline-block;
    padding-right: 2%;
    float: right; }

.simil-table.podcast.resultados {
  font-size: 14px; }

.grandes-categorias {
  width: 100%;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.gran-cat {
  cursor: pointer;
  height: 150px;
  margin: 0 auto;
  position: relative;
  float: left;
  color: #00a2db;
  background-color: #e2e2e2;
  background-repeat: no-repeat;
  background-position: center 15px; }
  .gran-cat .titulo {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    margin-bottom: 15px; }
  .gran-cat:hover {
    background-color: #00a2db;
    color: white; }
  .gran-cat.boletin {
    background-image: url(../../imagenes/podcast/boletin_reposo.png); }
    .gran-cat.boletin:hover {
      background-image: url(../../imagenes/podcast/boletin_activo.png); }
  .gran-cat.panoramas {
    background-image: url(../../imagenes/podcast/panoramas_reposo.png); }
    .gran-cat.panoramas:hover {
      background-image: url(../../imagenes/podcast/panoramas_activo.png); }
  .gran-cat.entrevistas {
    background-image: url(../../imagenes/podcast/entrevistas_reposo.png); }
    .gran-cat.entrevistas:hover {
      background-image: url(../../imagenes/podcast/entrevistas_activo.png); }
  .gran-cat.micros {
    background-image: url(../../imagenes/podcast/micros_reposo.png); }
    .gran-cat.micros:hover {
      background-image: url(../../imagenes/podcast/micros_activo.png); }
  .gran-cat.programas {
    background-image: url(../../imagenes/podcast/programas_reposo.png); }
    .gran-cat.programas:hover {
      background-image: url(../../imagenes/podcast/programas_activo.png); }

.simil-table.podcast {
  /*.audioplayer{
    width: 25px !important;
    height: 25px !important;
    .audioplayer-playpause{
      width: 25px !important;
    }
  }*/ }
  .simil-table.podcast .dTr {
    height: 46px; }
  .simil-table.podcast .dT.info-group {
    float: right; }
  .simil-table.podcast .dT.repro-group {
    text-align: center;
    float: left; }
    .simil-table.podcast .dT.repro-group .dTr:hover {
      background-color: #f3f3f2; }
  .simil-table.podcast .dT.info-group .dTr > div {
    position: relative; }
    .simil-table.podcast .dT.info-group .dTr > div:first-child {
      width: 4%;
      text-align: center; }
    .simil-table.podcast .dT.info-group .dTr > div:nth-child(2) {
      width: 10%;
      text-align: center; }
    .simil-table.podcast .dT.info-group .dTr > div:nth-child(3) {
      width: 6%;
      text-align: center; }
    .simil-table.podcast .dT.info-group .dTr > div:nth-child(4) {
      width: 10%;
      text-align: center; }
    .simil-table.podcast .dT.info-group .dTr > div:nth-child(5) {
      width: 70%; }
  .simil-table.podcast .fa-play-circle {
    font-size: 25px; }
    .simil-table.podcast .fa-play-circle.azul {
      color: #21499d; }

.fa-play-circle.gris {
  color: #cccccc !important; }

.simil-table.cables .dTr > div:first-child {
  width: 6%; }
.simil-table.cables .dTr > div:nth-child(2) {
  width: 6%; }
.simil-table.cables .dTr > div:nth-child(3) {
  width: 10%; }
.simil-table.cables .dTr > div:nth-child(4) {
  width: 15%; }
.simil-table.cables .dTr > div:nth-child(5) {
  width: 15%;
  padding-right: 10px; }

.lista-cables .mobile {
  margin-top: 20px;
  background-color: #f3f3f2;
  width: 100%;
  padding-bottom: 20px; }
  .lista-cables .mobile div {
    padding: 10px 5px;
    padding-bottom: 0;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #fff; }
  .lista-cables .mobile .datos-cable {
    font-weight: 900; }
  .lista-cables .mobile p {
    margin: 2px 0;
    color: black;
    font-size: 12px; }

.lista {
  margin-bottom: 20px; }

.ver-mas,
.blue-button {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #00a2db;
  padding: 6px 9px;
  border-radius: 25px;
  font-size: 14px !important;
  letter-spacing: 0.03em;
  font-weight: 100 !important;
  border: none; }
  .ver-mas i,
  .blue-button i {
    margin-left: 10px; }

.blue-button.icon-right {
  margin-right: 10px; }
  .blue-button.icon-right i {
    margin-left: 0;
    margin-right: 5px; }

.submit-button {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #004a97;
  padding: 6px 9px;
  border-radius: 25px;
  font-size: 14px !important;
  letter-spacing: 0.03em;
  font-weight: 100 !important; }

.cables-desplegados {
  margin-top: 0; }
  .cables-desplegados .opciones-esquineras {
    font-size: 14px; }

.opened-cable {
  color: black;
  margin: 0;
  padding: 0;
  /*border-top: 1px solid #CCC;*/ }
  .opened-cable .metadata {
    margin-bottom: 10px; }
    .opened-cable .metadata p {
      display: inline-block;
      margin: 0; }
    .opened-cable .metadata > div:first-child {
      font-size: 12px;
      font-weight: 500; }
    .opened-cable .metadata > div:nth-child(2) {
      font-size: 14px;
      font-weight: 500; }
      .opened-cable .metadata > div:nth-child(2) div {
        display: inline-block; }
      .opened-cable .metadata > div:nth-child(2) p:nth-child(1) {
        font-weight: 600; }
      .opened-cable .metadata > div:nth-child(2) p:nth-child(2) {
        color: #00a2db; }
  .opened-cable .title {
    font-weight: 800;
    font-size: 34px;
    line-height: 1em;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc; }
  .opened-cable .content {
    margin-bottom: 20px; }
    .opened-cable .content p {
      margin: 0;
      padding: 0;
      padding-bottom: 20px;
      font-weight: 500;
      font-size: 18px; }
  .opened-cable .audioplayer {
    width: 50% !important;
    margin-bottom: 20px !important; }

.opened-cable.podcast .fecha-hora {
  margin-top: 12px;
  margin-bottom: 5px; }

.file-options {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px 20px;
  margin-bottom: 20px; }
  .file-options a {
    font-size: 17px;
    margin-right: 20px; }
  .file-options i {
    margin-right: 10px; }

.tags {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /*p:nth-child(2n+1){
        font-weight: 600;
    }*/ }
  .tags p {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .tags .apart {
    display: block;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600; }

.contenido-relacionado > p:first-child {
  font-weight: 800;
  color: #004a97;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999; }

.lista-previews {
  margin-top: 20px; }
  .lista-previews .preview-imagen,
  .lista-previews .preview-texto {
    float: left;
    display: inline-block;
    margin-bottom: 20px; }
  .lista-previews .preview-texto {
    height: 150px; }
  .lista-previews .img-container {
    height: 255px; }
  .lista-previews .clearfix.desktop {
    clear: both; }
  .lista-previews.video-previews .img-container {
    height: 215px; }
  .lista-previews video {
    width: 100% !important;
    object-fit: cover; }

.preview-imagen,
.preview-texto {
  position: relative; }
  .preview-imagen .type,
  .preview-texto .type {
    position: absolute;
    top: 0;
    color: white;
    font-size: 12px;
    font-weight: 600;
    background-color: #003260;
    padding: 10px 5px;
    margin: 0; }
  .preview-imagen .title,
  .preview-texto .title {
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 1.3em;
    border: none; }

.preview-imagen .img-container {
  margin-bottom: 10px; }
.preview-imagen .metadata {
  font-size: 11px;
  font-weight: 400;
  margin: 4px 0; }
.preview-imagen .type {
  left: 10px; }

.preview-texto {
  padding-top: 20px;
  padding-bottom: 20px; }
  .preview-texto .data,
  .preview-texto .title {
    display: inline-block;
    color: white; }
  .preview-texto .title {
    font-size: 14px; }
  .preview-texto .type {
    right: 10px; }
  .preview-texto.cables {
    background-color: #003260;
    padding-left: 30px; }
    .preview-texto.cables .type {
      background-color: #00a2db; }
    .preview-texto.cables .title {
      width: 90%; }
    .preview-texto.cables .data {
      font-size: 15px; }
  .preview-texto.podcast {
    padding-left: 80px;
    background-color: #00a2db; }
    .preview-texto.podcast .type {
      background-color: #003260; }
    .preview-texto.podcast .title {
      width: 80%;
      margin: 0 auto; }
    .preview-texto.podcast .data {
      font-size: 14px; }

.lista-fotos {
  margin-bottom: 20px; }
  .lista-fotos .lista-previews {
    margin-top: 20px; }
  .lista-fotos .title {
    font-size: 20px; }
  .lista-fotos .img-container {
    margin-bottom: 10px; }

.infografias-dia {
  margin-top: 40px;
  margin-right: 20px;
  height: 100%;
  float: left;
  position: relative; }
  .infografias-dia > div {
    border-top: 2px solid #e6e6e6;
    margin-top: 8px; }
  .infografias-dia .infografia-dia {
    overflow: hidden;
    margin-top: 20px;
    margin-right: 15px;
    position: relative;
    float: left; }
    .infografias-dia .infografia-dia img {
      max-width: 100%;
      /*max-height: 100%;*/
      margin: 0 auto;
      display: block; }
    .infografias-dia .infografia-dia div {
      position: absolute;
      bottom: 20px;
      left: 20px; }
    .infografias-dia .infografia-dia .title {
      color: white;
      width: 90%;
      border: none; }
    .infografias-dia .infografia-dia:last-child {
      margin-right: 0; }
    .infografias-dia .infografia-dia .fecha {
      color: white;
      position: relative;
      text-align: left;
      margin-bottom: 2px;
      font-weight: 100; }

.podcasts-dia {
  margin-top: 40px;
  position: relative;
  height: 100%;
  padding-top: 0;
  float: right; }
  .podcasts-dia > div {
    border-top: 2px solid #e6e6e6;
    margin-top: 8px; }
  .podcasts-dia .podcast-dia {
    border-top: 1px solid #e6e6e6;
    /*padding-top: 20px;*/
    padding-bottom: 15px;
    position: relative;
    height: 20%;
    /*.audioplayer{
          width: 30px !important;
          height: 30px !important;
          .audioplayer-playpause{
            width: 30px !important;
          }
        }*/ }
    .podcasts-dia .podcast-dia:first-child {
      margin-top: 16px;
      border: none; }
      .podcasts-dia .podcast-dia:first-child i {
        top: 5px; }
    .podcasts-dia .podcast-dia:last-child {
      padding-bottom: 0; }
    .podcasts-dia .podcast-dia p,
    .podcasts-dia .podcast-dia a {
      color: black;
      width: 80%;
      margin-left: 0;
      display: block; }
    .podcasts-dia .podcast-dia p {
      font-size: 11px;
      font-weight: 600;
      margin-bottom: 0;
      margin-top: 15px; }
    .podcasts-dia .podcast-dia a {
      margin-top: 0;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0; }
    .podcasts-dia .podcast-dia i,
    .podcasts-dia .podcast-dia .audioplayer {
      position: absolute;
      font-size: 30px;
      right: 0px;
      top: 17px;
      color: #003260; }

/*.audioplayer{
  box-shadow: none !important;
  border: none !important;
  border-radius: 50% !important;
  .audioplayer-playpause{
    background: #21499d !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
  }
  .audioplayer-volume{
    display: none !important;
  }
}*/
.ult-galerias {
  margin-top: 40px; }
  .ult-galerias > div {
    margin-top: 8px;
    border-top: 2px solid #e6e6e6;
    padding-top: 20px; }
  .ult-galerias .galeria-dia {
    float: left;
    height: 100%; }
    .ult-galerias .galeria-dia:first-child {
      margin-right: 20px; }
    .ult-galerias .galeria-dia a {
      width: 95%;
      color: black;
      margin-top: 10px; }

.ult-videos {
  margin-top: 40px;
  margin-bottom: 40px; }
  .ult-videos > div {
    margin-top: 8px;
    border-top: 2px solid #e6e6e6;
    padding-top: 20px; }
  .ult-videos .video-dia {
    float: left; }
    .ult-videos .video-dia:first-child {
      margin-right: 20px; }
    .ult-videos .video-dia img {
      background-color: #e6e6e6; }
    .ult-videos .video-dia a {
      width: 95%;
      margin-top: 10px;
      color: black; }

footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }
  footer .vert-group {
    float: left; }
    footer .vert-group p {
      color: #49a2e5;
      font-weight: 600;
      position: relative;
      border: none;
      margin: 20px 0; }
      footer .vert-group p span {
        position: absolute;
        border: 1px solid #e6e6e6;
        width: 30px;
        height: 1px;
        bottom: -10px;
        left: 0; }
    footer .vert-group div a {
      color: #666;
      display: block;
      font-size: 14px;
      font-weight: 400;
      width: max-content;
      padding: 4px 0; }
    footer .vert-group div a:hover {
      cursor: pointer; }
  footer .contact-info div {
    padding: 0 0 10px; }
  footer .contact-info p:not(.title) {
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0;
    margin: 0; }
  footer .copy-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6; }
    footer .copy-logo p.top {
      margin-top: 5px; }
    footer .copy-logo .col-1 {
      float: left;
      width: 350px;
      margin: 0 30px 0 0;
      background: url("/assets/imagenes/pipe_foot.png") right center no-repeat; }
    footer .copy-logo .col-2 {
      float: left; }
    footer .copy-logo .logo {
      display: inline-block;
      margin: 0 20px 0 0;
      width: 100px;
      float: left;
      height: 45px;
      background: url("/assets/imagenes/telam-digital-footer-2021.svg") no-repeat; }
    footer .copy-logo p {
      color: black;
      font-weight: 600;
      margin: 0;
      font-size: 12px; }

.galeria-sola .section-title,
.foto-sola .section-title {
  font-size: 21px;
  font-weight: 800; }
  .galeria-sola .section-title p,
  .foto-sola .section-title p {
    display: inline-block;
    margin-right: 10px; }
  .galeria-sola .section-title i,
  .foto-sola .section-title i {
    /*margin-right: 10px;*/ }
.galeria-sola .info,
.foto-sola .info {
  /*border-top: 1px solid #999;*/ }
  .galeria-sola .info p:first-child,
  .foto-sola .info p:first-child {
    font-size: 12px;
    margin-bottom: 0; }
  .galeria-sola .info p:nth-child(2),
  .foto-sola .info p:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
    line-height: 1.1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
  .galeria-sola .info p:nth-child(3),
  .foto-sola .info p:nth-child(3) {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px; }

.galery-title {
  font-size: 16px;
  font-weight: 700; }
  .galery-title i {
    margin-right: 10px; }

.bigImage-and-metadata {
  margin-top: 20px;
  margin-bottom: 20px; }
  .bigImage-and-metadata .jwplayer {
    display: inline-block;
    float: left; }
  .bigImage-and-metadata .image-container {
    height: auto; }
    .bigImage-and-metadata .image-container img {
      height: auto;
      min-height: auto;
      max-height: auto;
      min-width: auto;
      max-width: auto; }
  .bigImage-and-metadata .metadata {
    padding: 20px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 500; }
    .bigImage-and-metadata .metadata .categoria {
      border-bottom: 1px solid #ccc;
      margin: 0 0 10px;
      padding: 0 0 10px; }
      .bigImage-and-metadata .metadata .categoria .title,
      .bigImage-and-metadata .metadata .categoria .content {
        display: inline-block; }
        .bigImage-and-metadata .metadata .categoria .title p,
        .bigImage-and-metadata .metadata .categoria .content p {
          display: inline-block;
          vertical-align: middle; }
      .bigImage-and-metadata .metadata .categoria .title {
        font-weight: 600;
        width: 40%;
        border: none;
        float: left; }
      .bigImage-and-metadata .metadata .categoria .content {
        width: 59%; }
        .bigImage-and-metadata .metadata .categoria .content a:hover {
          color: #3fa9f5; }
    .bigImage-and-metadata .metadata .derechos {
      color: red; }
  .bigImage-and-metadata .blue-button {
    float: left;
    margin-left: 0; }
    .bigImage-and-metadata .blue-button i {
      margin-left: 0;
      margin-right: 10px; }

.formatos-disponibles > p:first-child {
  font-weight: 800;
  color: #004a97;
  font-size: 18px;
  margin-bottom: 5px; }
.formatos-disponibles div {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-left: 0px; }
  .formatos-disponibles div a {
    margin-right: 20px; }
    .formatos-disponibles div a:hover {
      color: #3fa9f5; }

.modal-container {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0; }

#ul_mis_carpetas .js-ya-seleccionada {
  text-decoration: line-through; }

.buttons-nav {
  display: inline-block; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  background-color: white;
  max-width: 400px; }
  .modal .header {
    background-color: #29abe2;
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    position: relative; }
    .modal .header p {
      margin: 0;
      padding: 10px 0; }
    .modal .header .close-modal {
      position: absolute;
      right: 10px;
      top: 13px; }
    .modal .header i:first-child {
      margin-right: 20px;
      margin-left: 10px; }
  .modal .body {
    padding: 10px; }
    .modal .body .close-modal {
      background-color: #999999; }
  .modal .section {
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px; }
    .modal .section p {
      margin: 0;
      margin-bottom: 10px; }
  .modal .input-block {
    width: 100%;
    background-color: #f2f2f2;
    min-height: 30px;
    color: #808080; }
  .modal input {
    border: none;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px; }

.mis-carpetas ul {
  margin: 0;
  list-style-type: none;
  padding: 5px 10px;
  animation: all 0.5s ease; }
  .mis-carpetas ul li {
    display: none; }
  .mis-carpetas ul li:first-child {
    display: block; }
.mis-carpetas .guardar-en {
  position: relative; }
  .mis-carpetas .guardar-en i {
    position: absolute;
    top: 10px;
    right: 10px; }
.mis-carpetas .ir-carpetas {
  font-size: 14px;
  color: #29abe2;
  margin: 15px 0; }
  .mis-carpetas .ir-carpetas i {
    margin-right: 5px; }
.mis-carpetas .rounded-button {
  color: white;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 20px; }
.mis-carpetas .save {
  background-color: #00a2db;
  margin-right: 5px; }
.mis-carpetas .save-close {
  margin: 20px 0; }
.mis-carpetas .sucess-msg .blue-button.green {
  background-color: #39b54a;
  width: 100%;
  /*font-size: 14px;*/
  text-align: center; }
.mis-carpetas .sucess-msg .fa-check {
  position: relative;
  left: -10px; }

.restaurar-cont .blue-button {
  border: none;
  padding: 5px 10px; }

.login-container {
  margin-top: 20px;
  margin-bottom: 40px; }

.contacto-comercial-banner {
  overflow: hidden;
  float: left;
  width: 69%;
  position: relative; }
  .contacto-comercial-banner .img-container {
    height: 100%; }

.datos-contacto {
  float: right;
  color: white; }
  .datos-contacto ul {
    list-style-type: none;
    padding: 0; }
  .datos-contacto .title {
    margin: 10px 0 40px;
    font-weight: 200;
    position: relative;
    border: none; }
    .datos-contacto .title::after {
      content: "";
      width: 10%;
      height: 2px;
      background-color: white;
      position: absolute;
      bottom: -20px; }
    .datos-contacto .title.special::after {
      bottom: -7px; }
    .datos-contacto .title span {
      font-weight: 700; }
  .datos-contacto ul {
    font-size: 13px;
    font-weight: 500; }
    .datos-contacto ul a {
      display: inline-block; }

.datos-contacto.grande {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  padding-left: 40px; }
  .datos-contacto.grande .title {
    font-size: 22px; }
    .datos-contacto.grande .title::after {
      left: 0; }
  .datos-contacto.grande i {
    margin-right: 10px; }

.datos-contacto.pequeno {
  text-align: right;
  position: absolute;
  background: #004995 url(../../imagenes/fondo-cables-destacado.jpg) no-repeat -240px -149px;
  top: 0;
  right: 0;
  height: 400px;
  width: 100%;
  padding: 10px 10px 10px;
  border-top: 5px solid #49a2e5; }
  .datos-contacto.pequeno .title {
    font-size: 17px; }
    .datos-contacto.pequeno .title::after {
      right: 0; }
  .datos-contacto.pequeno h5 {
    margin: 0;
    padding: 0; }
  .datos-contacto.pequeno p {
    margin: 0 0 10px 0;
    padding: 0; }
  .datos-contacto.pequeno i {
    margin-left: 10px; }

.login-site {
  background-color: #e2e2e2;
  float: right;
  padding: 20px 20px 30px;
  position: relative;
  margin-bottom: 1px; }
  .login-site .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 0;
    margin-top: 6px;
    padding-bottom: 17px; }
    .login-site .title i {
      font-size: 24px;
      margin-right: 10px;
      float: left; }
  .login-site form {
    margin-top: 15px; }
    .login-site form label {
      width: 100%;
      color: #666666;
      font-size: 15px;
      font-weight: 400;
      display: block;
      margin-bottom: 10px; }
    .login-site form select:not(.submit),
    .login-site form input:not(.submit) {
      width: 100%;
      height: 34px;
      border: none;
      background-color: white;
      margin-bottom: 15px;
      padding: 5px;
      font-size: 0.9em; }
    .login-site form .modal-opener {
      color: #00a2db;
      /*font-weight: 600;*/ }
    .login-site form .submit {
      border: none; }
  .login-site::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #00a2db;
    transition: all 0.5s ease; }
  .login-site:hover::after {
    width: 100%; }

.register-banner {
  background: url(../../imagenes/fondo-cables-destacado.jpg) no-repeat;
  color: white;
  float: right; }
  .register-banner .msg {
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    margin-bottom: 20px; }
  .register-banner .white-back {
    background-color: white;
    color: #00a2db; }

.profile-menu {
  float: left;
  width: 20%; }
  .profile-menu ul {
    padding: 0; }
  .profile-menu a {
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2; }
    .profile-menu a i {
      font-size: 13px;
      margin-right: 10px; }
      .profile-menu a i.fa-users {
        margin-right: 6px; }

.profile-settings-container > .content {
  float: right; }
  .profile-settings-container > .content .title {
    font-size: 19px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px 0; }
    .profile-settings-container > .content .title i {
      margin-right: 10px; }
  .profile-settings-container > .content .subtitle {
    font-size: 18px;
    position: relative; }

.profile-settings {
  margin-bottom: 20px; }
  .profile-settings .info {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    margin-right: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2; }
    .profile-settings .info > *:first-child {
      width: 30%;
      float: left; }
    .profile-settings .info > *:nth-child(2) {
      width: 68%;
      float: right; }
    .profile-settings .info p {
      margin: 0; }
    .profile-settings .info input {
      border: none;
      background-color: #f2f2f2;
      padding: 10px; }
  .profile-settings .info.left {
    float: left; }
  .profile-settings .info.contratacion {
    width: 99%; }
    .profile-settings .info.contratacion p {
      width: 30% !important; }
    .profile-settings .info.contratacion ul {
      width: 90% !important;
      list-style-type: none;
      font-weight: 500;
      padding-left: 0; }
      .profile-settings .info.contratacion ul i {
        margin-right: 5px; }

.content .blue-button {
  /*font-size: 15px;
  margin-right: 10px;*/ }
.content .grey {
  background-color: #b3b3b3 !important; }

.product-list {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0px; }
  .product-list thead {
    color: #808080;
    font-weight: 700;
    text-align: left; }
  .product-list tbody tr:nth-child(2n + 1) {
    background-color: #f2f2f2; }
  .product-list tbody tr:nth-child(2n) {
    background-color: white; }
  .product-list tbody tr:hover {
    background-color: #d4eff9; }
  .product-list tbody td {
    padding: 10px 2px; }
  .product-list tbody td:first-child {
    padding-left: 3px; }

.product-list.prod-serv thead th:nth-child(2) {
  text-align: center; }
.product-list.prod-serv thead th:nth-child(3) {
  text-align: center; }
.product-list.prod-serv tbody td:first-child {
  width: 40%; }
.product-list.prod-serv tbody td:nth-child(2) {
  width: 15%;
  text-align: center; }
  .product-list.prod-serv tbody td:nth-child(2) .fa-check-circle {
    color: #39b54a; }
  .product-list.prod-serv tbody td:nth-child(2) .fa-times-circle {
    color: #ec5a5a; }
.product-list.prod-serv tbody td:nth-child(3) {
  width: 35%;
  text-align: center; }
.product-list.prod-serv tbody td:nth-child(4) {
  width: 10%;
  text-align: center; }

.product-list.consumos tbody td:first-child {
  width: 40%; }
.product-list.consumos tbody td:nth-child(2) {
  width: 30%; }
.product-list.consumos tbody td:nth-child(3) {
  width: 30%; }

.product-list.contratos tbody td:first-child,
.product-list.adendas tbody td:first-child {
  width: 25%; }
.product-list.contratos tbody td:nth-child(2),
.product-list.adendas tbody td:nth-child(2) {
  width: 40%; }
.product-list.contratos tbody td:nth-child(3),
.product-list.adendas tbody td:nth-child(3) {
  width: 25%; }
.product-list.contratos tbody td:nth-child(4),
.product-list.adendas tbody td:nth-child(4) {
  width: 10%;
  text-align: center; }
  .product-list.contratos tbody td:nth-child(4) .fa-download,
  .product-list.adendas tbody td:nth-child(4) .fa-download {
    color: #004a97; }

.product-list.historial tbody td:first-child {
  width: 10%; }
.product-list.historial tbody td:nth-child(2) {
  width: 40%; }
.product-list.historial tbody td:nth-child(3) {
  width: 25%; }
.product-list.historial tbody td:nth-child(4) {
  width: 25%; }

.product-list.presupuestos tbody td:first-child {
  width: 10%; }
.product-list.presupuestos tbody td:nth-child(2) {
  width: 40%; }
.product-list.presupuestos tbody td:nth-child(3) {
  width: 40%;
  text-align: center; }
  .product-list.presupuestos tbody td:nth-child(3) .fa-download {
    color: #004a97;
    margin-right: 10px; }
  .product-list.presupuestos tbody td:nth-child(3) .blue-button.rojo {
    background-color: #ff0000; }
  .product-list.presupuestos tbody td:nth-child(3) .blue-button.verde {
    background-color: #39b54a; }

.product-list.otros-documentos tbody td:first-child {
  width: 10%; }
.product-list.otros-documentos tbody td:nth-child(2) {
  width: 40%; }
.product-list.otros-documentos tbody td:nth-child(3) {
  width: 40%;
  text-align: center; }
  .product-list.otros-documentos tbody td:nth-child(3) .fa-download {
    color: #004a97; }

.product-list.historial-facturacion tbody td:first-child {
  width: 80%; }
.product-list.historial-facturacion tbody td:nth-child(2) {
  width: 20%; }
  .product-list.historial-facturacion tbody td:nth-child(2) .fa-download {
    color: #004a97; }

.new-folder {
  margin-bottom: 20px; }
  .new-folder label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #4d4d4d; }
  .new-folder input:not(.blue-button) {
    width: 250px;
    height: 30px; }
  .new-folder .blue-button {
    margin-left: 10px;
    border: none; }

.carpetas {
  margin-bottom: 20px; }
  .carpetas > div {
    margin-bottom: 2px; }
  .carpetas .key {
    background-color: #003260;
    color: white;
    position: relative;
    border-right: 4px solid #00a2db; }
    .carpetas .key .fa-angle-left,
    .carpetas .key .fa-angle-down {
      position: absolute;
      right: 4px;
      top: 10px; }
    .carpetas .key p {
      padding: 10px 0;
      padding-left: 10px;
      margin: 0;
      font-size: 14px; }
  .carpetas .interior {
    padding-left: 10px; }
    .carpetas .interior:hover {
      background-color: #d4eff9; }
    .carpetas .interior i,
    .carpetas .interior p {
      display: inline-block; }
    .carpetas .interior p {
      font-size: 14px;
      width: 80%; }
    .carpetas .interior i:first-child {
      margin-right: 5px; }
    .carpetas .interior > div {
      position: relative; }
    .carpetas .interior .option-links {
      position: absolute;
      height: 100%;
      top: 0;
      right: 5px; }
      .carpetas .interior .option-links a {
        display: inline-block;
        margin: 25% 0; }
      .carpetas .interior .option-links .fa-download {
        color: #004a97; }
      .carpetas .interior .option-links .fa-times-circle {
        color: #ec5a5a; }

.acordion {
  transition: all 0.5s ease; }
  .acordion .interior {
    display: none; }

.categorias-gestion > a {
  font-size: 14px;
  display: block;
  padding: 10px;
  width: 100%; }
  .categorias-gestion > a:nth-child(2n + 1) {
    background-color: #f2f2f2; }
  .categorias-gestion > a:nth-child(2n) {
    background-color: white; }
  .categorias-gestion > a:hover {
    background-color: #d4eff9; }

.contratos-proceso {
  width: 100%;
  background-color: #f2f2f2;
  font-size: 15px; }
  .contratos-proceso .paso {
    width: 100%;
    padding: 20px;
    padding-left: 50px;
    position: relative; }
  .contratos-proceso .alerta {
    padding: 6px;
    border-radius: 10px;
    margin: 10px 0; }
    .contratos-proceso .alerta.verde {
      background: #39b54a; }
    .contratos-proceso .alerta.rojo {
      background: #ec5a5a; }
  .contratos-proceso .rounded-number {
    position: absolute;
    top: 10px;
    left: 5px;
    display: inline;
    color: white;
    font-size: 23px;
    padding: 2px 10px;
    border-radius: 50%;
    background-color: #004a97;
    margin-right: 10px; }
  .contratos-proceso p {
    display: inline-block;
    font-weight: 600; }
  .contratos-proceso a {
    color: #1f5ab8;
    font-weight: 600; }
  .contratos-proceso .adress {
    color: #0154b1; }
  .contratos-proceso .blue-button {
    display: inline-block;
    color: white; }
  .contratos-proceso form {
    margin-top: 10px; }
  .contratos-proceso input {
    border: none; }
    .contratos-proceso input.blue-button {
      margin-left: 10px; }
  .contratos-proceso .adress {
    display: block;
    font-size: 14px;
    margin: 4px 0; }
  .contratos-proceso .wrapper-file-upload {
    width: 100%; }
  .contratos-proceso .file-upload {
    position: relative;
    width: 300px;
    height: 30px;
    margin-bottom: 20px; }
    .contratos-proceso .file-upload .fake-upload {
      position: relative;
      overflow: hidden;
      border: 1px solid #cccccb;
      background: #ffffff;
      width: 300px;
      height: 30px;
      color: #4d4d4e;
      border-radius: 10px;
      z-index: 0;
      cursor: pointer;
      text-indent: 10px; }
      .contratos-proceso .file-upload .fake-upload::before {
        content: "\f093";
        font-family: "Font Awesome 5 Free";
        display: block;
        color: "#FFFFFF"; }
    .contratos-proceso .file-upload input.upload {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      width: 300px;
      height: 30px;
      opacity: 0;
      z-index: 1;
      filter: alpha(opacity=0); }

.volver {
  color: black;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 5px; }
  .volver i {
    margin-right: 5px; }

.mensajes-grandes {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  width: 100%; }

.mensaje-grande {
  margin: 0 auto;
  width: 80%;
  box-shadow: 10px 10px #cccccc;
  margin-bottom: 20px;
  border: 2px solid #cccccc; }
  .mensaje-grande p {
    font-size: 20px;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
  .mensaje-grande.azul {
    color: #00a2db; }
  .mensaje-grande.rojo {
    color: #ff0000; }

.avisos-editores .articulo {
  background: #e2e2e2;
  padding: 20px;
  margin-bottom: 1px; }
  .avisos-editores .articulo h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .avisos-editores .articulo h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em; }

.faqs,
.avisos-editores {
  float: left;
  margin-bottom: 40px; }
  .faqs .faq,
  .avisos-editores .faq {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }
  .faqs .question,
  .avisos-editores .question {
    color: #024a97;
    font-weight: 700;
    width: 100%;
    position: relative; }
    .faqs .question i,
    .avisos-editores .question i {
      position: absolute;
      right: 5px;
      color: #9a9c9c;
      font-size: 17px; }
  .faqs .answer,
  .avisos-editores .answer {
    background-color: #e2e2e2;
    padding: 20px 10px;
    margin: 0;
    font-size: 15px; }
    .faqs .answer a,
    .avisos-editores .answer a {
      color: #0f80d2; }

.contacto-comercial-banner-bis {
  display: block;
  height: 400px; }

.cambio-contrasena > div {
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }
.cambio-contrasena label,
.cambio-contrasena input:not(.blue-button) {
  /*font-size: 14px;
  font-weight: 600;*/
  border: none; }
.cambio-contrasena input:not(.blue-button) {
  background-color: #f2f2f2;
  height: 30px; }
.cambio-contrasena .blue-button {
  border: none; }

.avanzado23 {
  transition: all 0.5s ease;
  margin-bottom: 20px; }
  .avanzado23 .section-title i {
    position: absolute;
    right: 10px;
    top: 10px; }
  .avanzado23 .key {
    cursor: pointer; }
  .avanzado23 .interior {
    transition: all 0.5s ease; }

.buscador-avanzado form {
  position: relative;
  padding-bottom: 40px; }
.buscador-avanzado form > div {
  display: inline-block;
  margin: 5px 0 10px 0; }
.buscador-avanzado label {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-bottom: 5px; }
.buscador-avanzado input:not(.blue-button),
.buscador-avanzado select {
  background-color: #f2f2f2;
  border: none; }
.buscador-avanzado input:not(.check):not(.blue-button),
.buscador-avanzado select {
  font-size: 14px;
  width: 100%;
  height: 34px; }
.buscador-avanzado .chosen-container .chosen-single {
  height: 34px;
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: -3px; }
  .buscador-avanzado .chosen-container .chosen-single span {
    margin-top: 5px; }
.buscador-avanzado .chosen-container .chosen-drop {
  border-radius: 0; }
.buscador-avanzado select,
.buscador-avanzado input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600; }
.buscador-avanzado .fecha label {
  text-align: left; }
.buscador-avanzado .submit-reset {
  position: absolute;
  right: 0;
  bottom: 0; }
.buscador-avanzado .blue-button {
  border: none;
  /*font-weight: 500;*/ }
  .buscador-avanzado .blue-button.gris {
    background-color: #b3b3b3; }
.buscador-avanzado .buscar-en label {
  margin-bottom: 5px; }
.buscador-avanzado .buscar-en .check:not(:nth-child(2)) {
  margin-left: 15px; }

.resultados-busqueda {
  margin-bottom: 20px; }
  .resultados-busqueda .cantidad-resultados {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #f2f2f2;
    display: block;
    width: 100%;
    position: relative; }
    .resultados-busqueda .cantidad-resultados::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 2px;
      width: 40px;
      background-color: black; }
  .resultados-busqueda .categorias {
    list-style-type: none;
    padding: 0; }
    .resultados-busqueda .categorias a {
      display: inline-block;
      padding: 5px;
      font-size: 14px; }
      .resultados-busqueda .categorias a:hover, .resultados-busqueda .categorias a.active {
        background-color: #00a2db;
        color: white; }
  .resultados-busqueda .lista-cables {
    margin-top: 0; }

/* CODIGO NUEVO */
.full-module,
.triple-module,
.fourth-module {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 20px 0;
  overflow-x: hidden;
  position: relative; }

.note-module {
  float: left; }
  .full-module .note-module {
    width: 100%; }
    .full-module .note-module .info {
      width: 380px;
      float: left; }
      .full-module .note-module .info h2 {
        font-size: 1.9em;
        line-height: 1.2em;
        margin: 5px 0; }
    .full-module .note-module .img {
      width: 785px;
      height: 440px;
      overflow: hidden;
      float: right; }
  .triple-module .note-module {
    width: 382px;
    margin: 0 0 0 22px; }
    .triple-module .note-module:first-child {
      margin: 0; }
    .triple-module .note-module .img {
      width: 382px;
      height: 250px;
      overflow: hidden; }
  .fourth-module .note-module {
    width: 282px;
    margin: 0 0 0 20px; }
    .fourth-module .note-module:first-child {
      margin: 0; }
    .fourth-module .note-module .img {
      width: 282px;
      height: 194px;
      overflow: hidden; }
  .note-module h2 {
    font-size: 1.1em;
    line-height: 1.3m;
    margin: 0 0 10px 0; }
  .note-module p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 10px 0 0; }
  .note-module span {
    color: #00a2db;
    font-weight: 700;
    text-transform: uppercase; }
  .note-module img {
    display: block;
    width: 100%; }

.three-button-next,
.three-button-prev,
.fourth-button-next,
.fourth-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -22px;
  z-index: 10;
  opacity: 0;
  cursor: pointer; }
  .three-button-next i,
  .three-button-prev i,
  .fourth-button-next i,
  .fourth-button-prev i {
    color: #ffffff;
    font-size: 2em; }

.three-button-next,
.fourth-button-next {
  right: 5px;
  transition: right 1s ease; }

.three-button-prev,
.fourth-button-prev {
  left: 5px;
  transition: left 1s ease; }

.see-more {
  background: #00a2db;
  border-radius: 20px;
  padding: 7px 14px;
  color: #ffffff;
  display: block;
  width: 105px;
  position: relative;
  margin: 15px 0 0; }
  .see-more i {
    position: absolute;
    top: 10px;
    right: 10px; }

.banners-module-new {
  width: 27%;
  float: right;
  margin: 70px 0 0; }
  .banners-module-new .banner-small {
    margin: 18px 0 0; }
    .banners-module-new .banner-small img {
      width: 100%; }

.modal-container23 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0; }

.trazabilidad {
  margin: 0 0 20px;
  clear: both;
  text-align: right; }
  .trazabilidad .cable-number {
    border-right: 1px solid grey;
    width: auto;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

.edition-history {
  width: 500px;
  float: left; }
  .edition-history ul {
    margin: 0;
    padding: 0; }
  .edition-history li {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }
    .edition-history li::before {
      content: "\003E";
      padding: 0 5px; }
    .edition-history li:first-child::before {
      content: "";
      padding: 0px; }

/*COMUNICADO ACCESO CORONAVIRUS */
.leyenda {
  width: 69%;
  background-color: #005aa0;
  color: #fff;
  padding: 20px;
  float: left;
  margin-right: 10px;
  border-radius: 10px; }
  .leyenda h3 {
    margin: 0; }

.cuerpo-mensaje {
  width: 100%;
  color: #fff;
  padding: 20px;
  float: left;
  margin-right: 10px;
  border-radius: 10px; }
  .alerta .cuerpo-mensaje {
    background-color: #ec5a5a; }
  .comunicado .cuerpo-mensaje {
    background-color: #005aa0; }
  .cuerpo-mensaje h3 {
    margin: 0; }

.acceso {
  width: 29%;
  background-color: #00adda;
  color: #fff;
  padding: 20px;
  float: right;
  border-radius: 10px; }
  .acceso h4 {
    color: #ffff00;
    margin: 0; }
  .acceso p {
    color: #fff;
    margin: 13px 0 0 0; }

/* FIN CODIGO NUEVO */
/* ESPECIALES */
.modulo-especial {
  width: 838px;
  float: left;
  padding: 25px 30px;
  background: #f3f3f2;
  height: 270px; }
  .modulo-especial h1,
  .modulo-especial h2,
  .modulo-especial h3,
  .modulo-especial h4,
  .modulo-especial h5,
  .modulo-especial h6,
  .modulo-especial p {
    margin: 0 0 10px; }
  .modulo-especial .material-disp {
    font-weight: 600;
    display: block; }
    .modulo-especial .material-disp ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .modulo-especial .material-disp ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px; }
        .modulo-especial .material-disp ul li a {
          padding: 2px 8px;
          color: #fff;
          background: #00a2db;
          border-radius: 2px;
          font-weight: 700; }

/* CAJA REGISTRO USUARIOS CABLERA */
.registro .contacto-comercial-banner {
  width: 526px;
  height: 615px; }
  .registro .contacto-comercial-banner .datos-contacto ul li {
    padding: 0 50px 0 0; }
.registro .login-site {
  height: 615px;
  margin: 0;
  width: 664px;
  padding: 20px 40px 0px;
  background: #f2f2f2; }
.registro .register-title {
  color: #004a98;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0; }
.registro .register-text {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0; }
.registro .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.registro .form-input {
  width: 48%; }
.registro .form-input.codigo {
  width: 15%; }
.registro .form-input.telefono {
  width: 29%; }
.registro .form-input.pais {
  width: 22%; }
.registro .form-input.provincia {
  width: 22%; }
.registro .form-input.cod-postal {
  width: 33%; }
.registro .login-site form input:not(.submit) {
  padding: 0 10px; }
.registro .login-site form .check-terminos {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline; }
.registro .login-site form .label-check-terminos {
  display: inline;
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 5px;
  cursor: pointer; }
.registro .login-site form .submit {
  cursor: pointer;
  padding: 12px 30px;
  width: 180px; }
.registro .login-site .form-input input::placeholder {
  color: #808080;
  font-style: italic; }
.registro .login-site .form-input input.error {
  background: #ffb6b6; }
  .registro .login-site .form-input input.error::placeholder {
    color: #ffffff; }
.registro .accept-terms-box {
  margin: 0 0 15px 0; }
.registro .terminos-title {
  width: 100%;
  margin: 0 0 10px 0;
  color: #004a98;
  font-size: 13px; }
.registro .terminos-textarea {
  display: block;
  width: 100%;
  height: 67px;
  font-size: 9px;
  resize: none;
  margin: 0 0 10px 0;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  border-color: #ececec; }
.registro .disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #666666;
  width: 400px; }
.registro .already-registered {
  display: inline-block;
  width: 180px;
  padding: 12px 30px;
  color: #666666;
  background: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 100;
  text-align: center;
  margin: 0 0 0 15px; }
.registro .success-box {
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0; }
  .registro .success-box p {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 700; }
  .registro .success-box i.fas {
    color: #00a2db;
    font-size: 40px;
    margin: 0 20px 0 0; }

/* ACCESO GRATUITO */
.wrapper-acceso-gratuito {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap; }
  .wrapper-acceso-gratuito .col {
    width: 50%; }
    .wrapper-acceso-gratuito .col.grey {
      background-color: #e2e2e2 !important;
      padding: 20px; }
      .wrapper-acceso-gratuito .col.grey p {
        line-height: 1.5rem;
        margin: 20px 0 0; }
      .wrapper-acceso-gratuito .col.grey span {
        font-size: 0.7rem;
        font-weight: 600;
        display: block;
        margin-top: 20px; }
    .wrapper-acceso-gratuito .col p {
      font-size: 0.9rem; }
    .wrapper-acceso-gratuito .col .small-divider {
      width: 40px;
      height: 4px;
      background-color: #004596;
      margin: 20px 0; }
  .wrapper-acceso-gratuito .blue-alert-box {
    background: #29abe2;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px; }
    .wrapper-acceso-gratuito .blue-alert-box i {
      font-size: 2rem;
      margin-right: 10px; }
    .wrapper-acceso-gratuito .blue-alert-box i,
    .wrapper-acceso-gratuito .blue-alert-box p {
      color: #ffffff; }
    .wrapper-acceso-gratuito .blue-alert-box p {
      margin: 0 !important;
      font-size: 0.95rem; }
  .wrapper-acceso-gratuito .info-box {
    position: relative; }
    .wrapper-acceso-gratuito .info-box .image img {
      display: block;
      width: 100%; }
    .wrapper-acceso-gratuito .info-box .content {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 20px; }
      .wrapper-acceso-gratuito .info-box .content h3,
      .wrapper-acceso-gratuito .info-box .content p {
        color: #ffffff;
        font-family: "Open Sans"; }
      .wrapper-acceso-gratuito .info-box .content h3 {
        text-transform: uppercase;
        margin: 0 0 10px 0; }
      .wrapper-acceso-gratuito .info-box .content p {
        margin: 0 0 3px 0;
        font-size: 0.8rem; }

/* FIN ACCESO GRATUITO */
/* FIN CAJA REGISTRO USUARIOS CABLERA */
/* CAMBIAR CONTRASENA */
.wrapper-form {
  background-color: #EEEEEF;
  padding: 3rem 6rem;
  width: 1190px;
  margin: 2rem auto; }
  .wrapper-form .head-form h3 {
    text-align: center;
    border-bottom: 1px solid #C3C3C3;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    color: #4D4D4D; }
  .wrapper-form .row-input {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0; }
  .wrapper-form .wrapper-input {
    width: 45%; }
    .wrapper-form .wrapper-input label {
      display: block;
      margin-bottom: 10px; }
    .wrapper-form .wrapper-input input {
      width: 100%;
      display: block;
      padding: 10px;
      border: none;
      border-radius: 4px; }
      .wrapper-form .wrapper-input input::placeholder {
        font-style: italic; }
  .wrapper-form .wrapper-buttons {
    display: flex;
    justify-content: center;
    padding: 1rem 0; }
  .wrapper-form .wrapper-result-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    width: 50%;
    margin: 2rem auto; }
  .wrapper-form .info-form {
    font-style: italic;
    font-size: .85rem; }
  .wrapper-form .icon-success-form {
    border: 10px solid #ffffff;
    display: inline-block;
    border-radius: 50%; }
  .wrapper-form .icon-success-form i {
    color: #3AB54A;
    font-size: 4.7rem; }
  .wrapper-form .message {
    margin-left: 20px; }
  .wrapper-form .message p {
    font-size: 1.4rem;
    font-style: italic;
    margin: 0; }

@media (min-width: 1190px) {
  .fixed-width {
    width: 1190px; } }
@media (min-width: 1190px) and (max-width: 1490px) {
  body.main-menu-desktop {
    left: -300px; } }
@media (min-width: 1190px) {
  body.main-menu-mobile {
    left: -200px; }

  .main-header .perfil {
    display: inline-block; }
  .main-header .mobile-nav {
    display: none; }
  .main-header .menu-button {
    display: none; }

  .ultimos-cables-single .cable {
    font-size: 15px; }
  .ultimos-cables-single p {
    width: 90%; }
  .ultimos-cables-single a {
    font-size: 14px;
    width: 10%;
    padding-top: 8px; }

  .buscadorBig {
    display: inline-block;
    left: 10%;
    top: -23px; }
    .buscadorBig form {
      margin-top: 17px; }
    .buscadorBig input {
      width: 400px; }
    .buscadorBig .avanzado {
      display: inline-block; }

  .buscadorSmall {
    display: none; }

  .temas-dia div {
    width: 32.2%;
    margin-right: 20px; }
  .temas-dia div:last-child {
    margin-right: 0; }
  .temas-dia .img-container {
    min-height: 250px;
    max-height: 251px; }
  .temas-dia a {
    font-size: 20px; }

  .marker-container {
    width: 15%;
    font-size: 9px; }

  .cat-menu {
    width: 700px;
    height: 150px; }
    .cat-menu > ul {
      /*width: 16%;*/
      height: 100%;
      float: left; }

  .filtros-container p {
    display: inline-block; }
  .filtros-container .opciones-esquineras.idiomas {
    display: relative;
    float: right; }

  .lista-cables {
    font-size: 14px; }

  .simil-table.cables .dTr > div:nth-child(4) {
    display: table-cell; }
  .simil-table.cables .dTr p:not(:first-child) {
    width: 84%; }
  .simil-table.cables .dTr p:nth-child(3) {
    width: 69%; }

  .grandes-categorias.podcast {
    display: block; }
    .grandes-categorias.podcast .gran-cat {
      width: 237px;
      margin-right: 1px; }
      .grandes-categorias.podcast .gran-cat:last-child {
        margin-right: 0; }

  .simil-table.podcast .dT.info-group {
    width: 100%; }
    .simil-table.podcast .dT.info-group .dTr {
      height: 46px; }

  .lista-previews .preview-imagen,
  .lista-previews .preview-texto {
    width: 32.2%;
    margin-right: 20px; }
    .lista-previews .preview-imagen:nth-of-type(3n),
    .lista-previews .preview-texto:nth-of-type(3n) {
      margin-right: 0; }
  .lista-previews .clearfix.desktop {
    display: table; }

  .infografias-dia {
    width: 68%; }
    .infografias-dia .infografia-dia {
      width: 32%;
      height: 400px; }
    .infografias-dia .fecha {
      font-size: 12px; }
    .infografias-dia .title {
      font-size: 17px; }

  .podcasts-dia {
    width: 30%; }

  .ult-galerias .galeria-dia {
    width: 49.1%; }
  .ult-galerias .img-container {
    min-height: 390px;
    max-height: 391px; }
  .ult-galerias a:not(.ver-todos) {
    font-size: 21px;
    font-weight: 500; }

  .ult-videos .video-dia {
    width: 49.1%; }
  .ult-videos .img-container {
    min-height: 316px; }
  .ult-videos a:not(.ver-todos) {
    font-size: 21px;
    font-weight: 500; }

  footer .vert-group {
    width: 25%; }
  footer .servicios {
    display: block; }

  .contenido-destacado {
    height: 410px; }
    .contenido-destacado .galeria {
      top: 0;
      left: 0;
      height: 260px;
      width: 456px;
      overflow: hidden; }
    .contenido-destacado .cables {
      top: 0;
      left: 476px;
      height: 130px;
      width: 456px; }
    .contenido-destacado .podcast {
      top: 280px;
      left: 0;
      height: 130px;
      width: 456px; }
    .contenido-destacado .video {
      top: 150px;
      left: 476px;
      height: 260px;
      width: 456px; }
    .contenido-destacado .infografia {
      left: 952px;
      top: 0;
      height: 410px;
      width: 238px;
      overflow: hidden; }

  .bigImage-and-metadata .img-container,
  .bigImage-and-metadata .jwplayer {
    width: 59% !important;
    float: left; }
  .bigImage-and-metadata .metadata {
    width: 40%;
    float: right; }

  .contacto-comercial-banner {
    display: block;
    height: 510px; }

  .login-site,
  .register-banner {
    width: 29%;
    margin-left: 20px; }

  .login-site form .modal-opener,
  .login-site form .submit {
    font-size: 14px; }
  .login-site form .modal-opener {
    margin-right: 10px; }

  .register-banner {
    padding: 20px 20px 30px; }
    .register-banner .blue-button {
      /*font-size: 13px !important;*/
      margin-right: 5px; }

  .profile-menu {
    display: block; }

  .profile-settings-container > .content {
    width: 77%; }

  .profile-settings .info {
    width: 48%;
    float: right; }

  .faqs,
  .avisos-editores {
    width: 72%; }
    .faqs .question,
    .avisos-editores .question {
      font-size: 15px; }

  .aside-datos,
  .contacto-comercial-banner-bis {
    float: right;
    width: 27%;
    margin-left: 10px;
    position: relative; }

  .cambio-contrasena > div {
    width: 60%; }
  .cambio-contrasena label {
    width: 40%; }
  .cambio-contrasena input:not(.blue-button) {
    width: 60%; }

  .avanzado23 .interior.show {
    height: 332px; }

  .buscador-avanzado .buscar-en {
    width: 100%; }
  .buscador-avanzado .texto-libre {
    width: 50%; }
  .buscador-avanzado .texto-palabras {
    width: 25%; }
  .buscador-avanzado .texto-secciones {
    width: 24%; }
  .buscador-avanzado .pais {
    width: 25%;
    margin-right: 1px; }
  .buscador-avanzado .ciudad {
    width: 24.5%;
    margin-right: 1px; }
  .buscador-avanzado .fecha-buscador {
    width: 25%; }
  .buscador-avanzado .personas {
    width: 50%; }
  .buscador-avanzado .etiquetas {
    width: 49%; }

  .alerta.big .content {
    font-size: 21px; }

  .product-list thead,
  .product-list tbody {
    font-size: 14px; } }
@media (min-width: 960px) and (max-width: 1189px) {
  .fixed-width {
    width: 960px; }

  body.main-menu-desktop {
    left: -300px; }
  body.main-menu-mobile {
    left: -200px; }

  .main-header .perfil {
    display: inline-block; }
  .main-header .mobile-nav {
    display: none; }
  .main-header .menu-button {
    display: none; }

  .buscadorBig {
    display: inline-block;
    left: 5%;
    top: -17px; }
    .buscadorBig form {
      margin-top: 17px; }
    .buscadorBig input {
      width: 400px; }
    .buscadorBig .avanzado {
      display: inline-block; }

  .buscadorSmall {
    display: none; }

  .ultimos-cables-single .cable {
    font-size: 15px; }
  .ultimos-cables-single p {
    width: 90%; }
  .ultimos-cables-single a {
    width: 10%;
    padding-top: 8px;
    font-size: 13px; }

  .temas-dia div {
    width: 31.9%;
    margin-right: 20px; }
  .temas-dia div:last-child {
    margin-right: 0; }
  .temas-dia .img-container {
    min-height: 200px;
    max-height: 201px; }
  .temas-dia a {
    font-size: 16px; }

  .marker-container {
    width: 17%;
    font-size: 10px; }

  .cat-menu {
    width: 700px;
    height: 150px; }
    .cat-menu > ul {
      width: 16%;
      height: 100%; }

  .filtros-container p {
    display: inline-block; }

  .lista-cables {
    font-size: 13px; }

  .simil-table.cables .dTr > div:nth-child(4) {
    display: table-cell; }
  .simil-table.cables .dTr p:not(:first-child) {
    width: 82%; }
  .simil-table.cables .dTr p:nth-child(3) {
    width: 65%; }

  .grandes-categorias.podcast {
    display: block; }
    .grandes-categorias.podcast .gran-cat {
      width: 191px;
      margin-right: 1px; }
      .grandes-categorias.podcast .gran-cat:last-child {
        margin-right: 0; }

  .simil-table.podcast .dT.info-group {
    width: 100%; }
    .simil-table.podcast .dT.info-group .dTr {
      height: 46px; }

  .lista-previews .preview-imagen, .lista-previews .preview-texto {
    width: 31.9%;
    margin-right: 20px; }
    .lista-previews .preview-imagen:nth-of-type(3n), .lista-previews .preview-texto:nth-of-type(3n) {
      margin-right: 0; }
  .lista-previews .clearfix.desktop {
    display: table; }

  .infografias-dia {
    width: 67%; }
    .infografias-dia .infografia-dia {
      width: 48.7%;
      height: 400px; }
    .infografias-dia .infografia-dia:nth-child(2) {
      margin-right: 0; }
    .infografias-dia .infografia-dia:last-child {
      display: none; }
    .infografias-dia .fecha {
      font-size: 14px; }
    .infografias-dia .title {
      font-size: 15px; }

  .podcasts-dia {
    width: 30%; }

  .ult-galerias .galeria-dia {
    width: 48.9%; }
    .ult-galerias .galeria-dia .img-container {
      max-height: 313px;
      min-height: 312px; }
    .ult-galerias .galeria-dia a:not(.ver-todos) {
      font-size: 18px;
      font-weight: 500; }

  .ult-videos .video-dia {
    width: 48.9%; }
    .ult-videos .video-dia .img-container {
      max-height: 265px;
      min-height: 264px; }
    .ult-videos .video-dia a:not(.ver-todos) {
      font-size: 18px;
      font-weight: 500; }

  footer .vert-group {
    width: 25%; }
  footer .servicios {
    display: block; }

  .contenido-destacado {
    height: 410px; }
    .contenido-destacado .galeria {
      top: 0;
      left: 0;
      height: 260px;
      width: 368px; }
    .contenido-destacado .cables {
      top: 0;
      left: 388px;
      width: 368px;
      height: 130px; }
    .contenido-destacado .podcast {
      left: 0;
      top: 280px;
      height: 130px;
      width: 368px; }
    .contenido-destacado .infografia {
      left: 776px;
      top: 0;
      height: 410px;
      width: 184px; }
    .contenido-destacado .video {
      left: 388px;
      top: 150px;
      height: 260px;
      width: 368px; }

  .bigImage-and-metadata .img-container, .bigImage-and-metadata .jwplayer {
    width: 59% !important;
    float: left; }
  .bigImage-and-metadata .metadata {
    width: 33%;
    float: right; }

  .contacto-comercial-banner {
    display: block;
    height: 455px; }

  .login-site, .register-banner {
    width: 30%;
    margin-left: 5px; }

  .login-site form .modal-opener, .login-site form .submit {
    font-size: 13px; }
  .login-site form .modal-opener {
    margin-left: 0%;
    margin-right: 0px; }

  .register-banner {
    padding: 10px; }
    .register-banner .blue-button {
      width: 152px;
      font-size: 12px !important;
      margin-bottom: 5px; }
    .register-banner .white-back i {
      margin-left: 28px; }

  .profile-menu {
    display: block; }

  .profile-settings-container > .content {
    width: 79%; }

  .profile-settings .info {
    width: 48%;
    float: right; }

  .faqs {
    width: 71%; }
    .faqs .question {
      font-size: 14px; }

  .contacto-comercial-banner-bis {
    float: right;
    width: 27%;
    margin-left: 10px; }

  .cambio-contrasena > div {
    width: 60%; }
  .cambio-contrasena label {
    width: 40%; }
  .cambio-contrasena input:not(.blue-button) {
    width: 60%; }

  .avanzado23 .interior.show {
    height: 463px; }

  .buscador-avanzado .buscar-en {
    width: 100%; }
  .buscador-avanzado .texto-libre {
    width: 100%; }
  .buscador-avanzado .texto-palabras {
    width: 49.9%; }
  .buscador-avanzado .texto-secciones {
    width: 49.6%; }
  .buscador-avanzado .pais {
    width: 33%; }
  .buscador-avanzado .ciudad {
    width: 33%; }
  .buscador-avanzado .fecha-buscador {
    width: 33%; }
  .buscador-avanzado .personas {
    width: 100%; }
  .buscador-avanzado .etiquetas {
    width: 100%; }

  .alerta.big .content {
    font-size: 20px; }

  .product-list thead, .product-list tbody {
    font-size: 14px; }

  /* NUEVO CODIGO */
  .full-module {
    width: 100%; }

  .full-module .note-module {
    width: 100%; }
    .full-module .note-module .info {
      width: 300px; }
      .full-module .note-module .info h2 {
        font-size: 1.6em;
        line-height: 1.2em; }
    .full-module .note-module .img {
      width: 635px;
      height: auto; }
  .triple-module .note-module {
    width: 305px; }
    .triple-module .note-module .img {
      height: auto;
      width: 100%; }
  .fourth-module .note-module {
    width: 225px; }
    .fourth-module .note-module .img {
      height: auto;
      width: 100%; }

  .banner-cablera img {
    width: 100%; }

  /*COMUNICADO ACCESO CORONAVIRUS */
  .leyenda p {
    margin: 10px 0 0 0; } }
@media (min-width: 641px) and (max-width: 959px) {
  .fixed-width {
    width: 640px; }

  body.main-menu-mobile {
    left: -200px; }

  .desktop-nav {
    display: none; }

  .main-header .perfil {
    display: none; }
  .main-header .menu-button {
    display: inline-block; }
  .main-header .mobile-nav {
    display: none; }

  .buscadorBig {
    display: inline-block;
    left: 8%;
    top: -15px; }
    .buscadorBig form {
      margin-top: 17px; }
    .buscadorBig input {
      width: 300px; }
    .buscadorBig .avanzado {
      display: none; }

  .buscadorSmall {
    display: none; }

  .ultimos-cables-single .cable {
    font-size: 13px; }
  .ultimos-cables-single p {
    width: 85%; }
  .ultimos-cables-single a {
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 3px;
    width: 15%; }

  .temas-dia div {
    margin-right: 20px;
    width: 48.4%; }
  .temas-dia div:nth-child(2) {
    width: 100%;
    margin: 0; }
  .temas-dia div:last-child {
    margin-right: 0; }
  .temas-dia .img-container {
    min-height: 250px;
    max-height: 251px; }
  .temas-dia a {
    font-size: 15px; }

  .marker-container {
    font-size: 10px;
    width: 24%; }

  .cat-menu {
    width: 650px;
    height: 150px; }
    .cat-menu > ul {
      width: 16%;
      height: 100%; }

  .filtros-container p {
    display: inline-block; }

  .lista-cables {
    font-size: 12px; }

  .simil-table.cables .dTr > div:nth-child(4) {
    display: none; }
  .simil-table.cables .dTr p:not(:first-child) {
    width: 75%; }
  .simil-table.cables .dTr p:nth-child(3) {
    width: 50%; }

  .grandes-categorias.podcast {
    display: block; }
    .grandes-categorias.podcast .gran-cat {
      width: 127px;
      margin-right: 1px; }
      .grandes-categorias.podcast .gran-cat:last-child {
        margin-right: 0; }

  .simil-table.podcast .dT.info-group {
    width: 100%; }
    .simil-table.podcast .dT.info-group .dTr {
      height: 54px; }

  .lista-previews .preview-imagen,
  .lista-previews .preview-texto {
    width: 48.4%;
    margin-right: 20px; }
    .lista-previews .preview-imagen:nth-of-type(2n),
    .lista-previews .preview-texto:nth-of-type(2n) {
      margin-right: 0; }
  .lista-previews .clearfix.desktop {
    display: none; }

  .infografias-dia {
    width: 100%; }
    .infografias-dia .infografia-dia {
      width: 48.7%;
      height: 400px; }
    .infografias-dia .infografia-dia:nth-child(2) {
      margin-right: 0; }
    .infografias-dia .infografia-dia:last-child {
      display: none; }
    .infografias-dia .fecha {
      font-size: 12px; }
    .infografias-dia .title {
      font-size: 14px; }

  .podcasts-dia {
    width: 100%; }

  .ult-galerias .galeria-dia {
    width: 48.4%; }
  .ult-galerias .img-container {
    min-height: 205px;
    max-height: 206px; }
  .ult-galerias a:not(.ver-todos) {
    font-size: 14px;
    font-weight: 500; }

  .ult-videos .video-dia {
    width: 48.4%; }
  .ult-videos .img-container {
    min-height: 174px;
    max-height: 175px; }
  .ult-videos a:not(.ver-todos) {
    font-size: 14px;
    font-weight: 500; }

  footer .vert-group {
    width: 25%; }
  footer .servicios {
    display: block; }

  .contenido-destacado {
    height: 970px; }
    .contenido-destacado .galeria {
      top: 0;
      left: 0;
      height: 260px;
      width: 317px; }
    .contenido-destacado .cables {
      left: 0;
      top: 280px;
      height: 130px;
      width: 317px; }
    .contenido-destacado .podcast {
      left: 0;
      top: 430px;
      height: 130px;
      width: 317px; }
      .contenido-destacado .podcast a {
        font-size: 14px; }
      .contenido-destacado .podcast span {
        font-size: 12px; }
      .contenido-destacado .podcast i {
        font-size: 30px; }
    .contenido-destacado .infografia {
      left: 337px;
      top: 0;
      height: 560px;
      width: 302px; }
    .contenido-destacado .video {
      left: 0;
      top: 580px;
      width: 100%;
      height: 390px; }

  .bigImage-and-metadata .img-container,
  .bigImage-and-metadata .jwplayer {
    width: 100% !important;
    float: left; }
  .bigImage-and-metadata .metadata {
    width: 100%;
    float: right; }

  .contacto-comercial-banner {
    display: none; }

  .login-site,
  .register-banner {
    width: 100%; }

  .login-site form .modal-opener,
  .login-site form .submit {
    font-size: 14px; }
  .login-site form .modal-opener {
    margin-left: 15%;
    margin-right: 20px; }

  .register-banner {
    padding: 20px; }
    .register-banner .blue-button {
      font-size: 13px !important; }

  .profile-menu {
    display: none; }

  .profile-settings-container > .content {
    width: 100%; }

  .profile-settings .info {
    width: 100%;
    float: left; }

  .faqs {
    width: 100%; }

  .contacto-comercial-banner-bis {
    float: left;
    width: 100%; }

  .cambio-contrasena > div {
    width: 60%; }
  .cambio-contrasena label {
    width: 100%; }
  .cambio-contrasena input:not(.blue-button) {
    width: 100%; }

  .avanzado23 .interior.show {
    height: 531px; }

  .buscador-avanzado .buscar-en {
    font-size: 15px;
    width: 100%; }
  .buscador-avanzado .texto-libre {
    width: 100%; }
  .buscador-avanzado .texto-palabras {
    width: 49.8%; }
  .buscador-avanzado .texto-secciones {
    width: 49.5%; }
  .buscador-avanzado .pais {
    width: 49.8%; }
  .buscador-avanzado .ciudad {
    width: 49.5%; }
  .buscador-avanzado .fecha-buscador {
    width: 49.8%; }
  .buscador-avanzado .personas {
    width: 100%; }
  .buscador-avanzado .etiquetas {
    width: 100%; }

  .alerta.big .content {
    font-size: 19px; }

  .product-list thead,
  .product-list tbody {
    font-size: 13px; }

  /* NUEVO CODIGO */
  .full-module {
    width: 100%; }

  .full-module .note-module {
    margin: 0; }
    .full-module .note-module .info {
      width: 100%;
      float: none;
      margin: 0 0 15px 0; }
      .full-module .note-module .info h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        margin: 15px 0; }
    .full-module .note-module .img {
      width: 100%;
      float: none; }
  .triple-module .note-module {
    width: 100%;
    margin: 0; }
    .triple-module .note-module .img {
      height: auto;
      width: 100%; }
  .fourth-module .note-module {
    width: 100%;
    margin: 0; }
    .fourth-module .note-module .img {
      height: auto;
      width: 100%; }

  /*
  
  .triple-module {
    &:hover {
      .three-button-next {
        right: 5px;
      }
      .three-button-prev {
        left: 5px;
      }    
    }
  }
  
  .fourth-module {
    &:hover {
      .fourth-button-next {
        right: 5px;
      }
      .fourth-button-prev {
        left: 5px;
      }    
    }
  }
  
  */
  .three-button-next,
  .three-button-prev,
  .fourth-button-next,
  .fourth-button-prev {
    opacity: 1; }

  .banner-cablera img {
    width: 100%; }

  .banners-module-new {
    display: none; }

  /*COMUNICADO ACCESO CORONAVIRUS */
  .leyenda {
    width: 100%;
    margin-bottom: 10px; }

  .acceso {
    width: 100%; }

  /* REGISTRO USUARIOS CALBERA */
  .registro .login-site {
    width: 100%;
    padding: 20px 10px 20px;
    height: auto; }
  .registro .form-input.codigo {
    width: 17%; }
  .registro .form-input.telefono {
    width: 27%; }
  .registro .login-site form .submit,
  .registro .already-registered {
    width: 45%;
    font-size: 12px;
    padding: 12px 15px; }
  .registro .disclaimer {
    width: 100%; }

  .wrapper-acceso-gratuito .col {
    width: 100%; } }
@media (max-width: 640px) {
  .fixed-width {
    width: 320px; }

  body.main-menu-mobile {
    left: -200px; }

  .desktop-nav {
    display: none; }

  .main-header .perfil {
    display: none; }
  .main-header .menu-button {
    display: inline-block; }
  .main-header .mobile-nav {
    display: none; }

  .buscadorBig {
    display: none; }

  .buscadorSmall {
    position: static;
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #00a2db; }
    .buscadorSmall form {
      margin: 0; }
    .buscadorSmall input {
      width: 280px; }

  .ultimos-cables-single .cable {
    font-size: 12px; }
  .ultimos-cables-single p {
    width: 80%; }
  .ultimos-cables-single a {
    font-size: 9px;
    padding-top: 11px;
    padding-bottom: 4px;
    width: 20%; }

  .temas-dia div {
    width: 100%;
    margin: 0; }
  .temas-dia .img-container {
    min-height: 210px;
    max-height: 211px; }
  .temas-dia a {
    font-size: 14px; }

  .cat-menu {
    width: 250px;
    height: 390px; }
    .cat-menu > ul {
      width: 48.5%;
      height: 20%; }

  .filtros-container p {
    display: inline-block; }
  .filtros-container .opciones-esquineras {
    position: relative;
    float: left; }
  .filtros-container .idiomas {
    display: block;
    width: 100%; }
    .filtros-container .idiomas p {
      margin-left: 0;
      margin-right: 5px; }
  .filtros-container .filtros {
    display: block;
    width: 100%;
    font-size: 14px; }

  .file-options a {
    display: block; }

  .lista-cables {
    font-size: 12px; }

  .lista-previews .preview-imagen,
  .lista-previews .preview-texto {
    width: 100%;
    margin-right: 0; }
  .lista-previews .clearfix.desktop {
    display: table; }

  .infografias-dia {
    width: 100%; }
    .infografias-dia .infografia-dia {
      width: 100%;
      height: 400px; }
    .infografias-dia .infografia-dia:nth-child(2) {
      margin-right: 0;
      margin-top: 20px; }
    .infografias-dia .infografia-dia:last-child {
      display: none; }
    .infografias-dia .fecha {
      font-size: 12px; }
    .infografias-dia .title {
      font-size: 15px; }

  .podcasts-dia {
    width: 100%; }

  .ult-galerias .galeria-dia {
    width: 100%;
    margin-bottom: 20px; }
  .ult-galerias .img-container {
    min-height: 211px;
    max-height: 212px; }
  .ult-galerias a:not(.ver-todos) {
    font-size: 14px;
    font-weight: 700; }

  .ult-videos .video-dia {
    width: 100%;
    margin-bottom: 20px; }
  .ult-videos .img-container {
    min-height: 180px;
    max-height: 181px; }
  .ult-videos a:not(.ver-todos) {
    font-size: 14px;
    font-weight: 700; }

  footer .vert-group {
    width: 50%; }
    footer .vert-group:last-child {
      width: 100%; }
  footer .servicios {
    display: none; }

  .contenido-destacado {
    height: 1250px; }
    .contenido-destacado .galeria {
      width: 100%;
      height: 260px;
      top: 0;
      left: 0; }
    .contenido-destacado .cables {
      top: 280px;
      left: 0;
      height: 130px;
      width: 100%; }
    .contenido-destacado .podcast {
      top: 430px;
      left: 0;
      height: 130px;
      width: 100%; }
      .contenido-destacado .podcast a {
        font-size: 14px; }
      .contenido-destacado .podcast span {
        font-size: 12px; }
      .contenido-destacado .podcast i {
        font-size: 30px; }
    .contenido-destacado .infografia {
      top: 580px;
      left: 0;
      height: 390px;
      width: 100%; }
    .contenido-destacado .video {
      top: 990px;
      left: 0;
      height: 260px;
      width: 100%; }

  main #contenido-destacado {
    grid-template-columns: 100%;
    grid-template-rows: repeat(9, 130px); }
    main #contenido-destacado #destacado-galeria {
      grid-row: 1/3; }
    main #contenido-destacado #destacado-cables {
      grid-row: 3; }
    main #contenido-destacado #destacado-podcast {
      grid-row: 4; }
    main #contenido-destacado #destacado-infografia {
      grid-row: 5/8; }
    main #contenido-destacado #destacado-video {
      grid-row: 8/10; }
    main #contenido-destacado .destacado-descripcion {
      font-size: 15px; }

  .grandes-categorias.podcast {
    display: none; }

  .simil-table.podcast .dTr {
    height: 59px; }
  .simil-table.podcast .dT.info-group {
    width: 100%;
    font-size: 9px; }

  .bigImage-and-metadata .img-container,
  .bigImage-and-metadata .jwplayer {
    width: 100% !important;
    float: left; }
  .bigImage-and-metadata .jwplayer {
    height: 180px !important; }
  .bigImage-and-metadata .metadata {
    width: 100%;
    float: right; }

  .contacto-comercial-banner {
    display: none; }

  .login-site,
  .register-banner {
    width: 100%; }

  .login-site form .modal-opener,
  .login-site form .submit {
    font-size: 13px; }
  .login-site form .modal-opener {
    margin-left: 0;
    margin-right: 0; }

  .register-banner {
    padding: 20px; }
    .register-banner .blue-button {
      font-size: 13px !important;
      margin-bottom: 5px;
      width: 160px; }
    .register-banner .white-back i {
      margin-left: 30px; }

  .profile-menu {
    display: none; }

  .profile-settings-container > .content {
    width: 100%; }

  .profile-settings .info {
    width: 100%;
    float: left; }

  .contacto-comercial-banner-bis {
    float: left;
    width: 100%; }

  .cambio-contrasena > div {
    width: 100%; }
  .cambio-contrasena label {
    width: 100%; }
  .cambio-contrasena input:not(.blue-button) {
    width: 100%; }

  .avanzado23 .interior.show {
    height: 551px; }

  .buscador-avanzado .buscar-en {
    font-size: 13px;
    width: 100%; }
    .buscador-avanzado .buscar-en .check:nth-child(7) {
      margin-left: 4px; }
  .buscador-avanzado input,
  .buscador-avanzado select {
    font-size: 13px; }
  .buscador-avanzado .texto-libre {
    width: 100%; }
  .buscador-avanzado .texto-palabras {
    width: 49.7%; }
  .buscador-avanzado .texto-secciones {
    width: 49%; }
  .buscador-avanzado .pais {
    width: 49.7%; }
  .buscador-avanzado .ciudad {
    width: 49%; }
  .buscador-avanzado .fecha-buscador {
    width: 100%; }
    .buscador-avanzado .fecha-buscador input {
      font-size: 13px !important; }
  .buscador-avanzado .personas {
    width: 100%; }
  .buscador-avanzado .etiquetas {
    width: 100%; }

  .alerta.big .content {
    font-size: 18px; }

  .product-list thead,
  .product-list tbody {
    font-size: 12px; }

  .product-list.presupuestos .blue-button {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 4px; }
  .product-list.presupuestos .fa-download {
    display: block;
    margin-bottom: 4px; }

  /* NUEVO CODIGO */
  .full-module {
    width: 100%; }

  .full-module .note-module {
    margin: 0; }
    .full-module .note-module .info {
      width: 100%;
      float: none;
      margin: 0 0 15px 0; }
      .full-module .note-module .info h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        margin: 15px 0; }
    .full-module .note-module .img {
      width: 100%;
      float: none;
      height: auto; }
  .triple-module .note-module {
    width: 100%;
    margin: 0; }
    .triple-module .note-module:hover .fourth-button-prev,
    .triple-module .note-module:hover .three-button-prev {
      left: 5px; }
    .triple-module .note-module .img {
      height: auto;
      width: 100%;
      height: 215px; }
  .fourth-module .note-module {
    width: 100%;
    margin: 0; }
    .fourth-module .note-module:hover .fourth-button-next,
    .fourth-module .note-module:hover .three-button-next {
      right: 5px; }
    .fourth-module .note-module .img {
      height: auto;
      width: 100%;
      height: 215px; }

  /*
  .triple-module {
    &:hover {
      .three-button-next {
        right: 5px;
      }
      .three-button-prev{
        left: 5px;
      }    
    }
  }
  
  .fourth-module {
    &:hover {
      .fourth-button-next {
        right: 5px;
      }
      .fourth-button-prev {
        left: 5px;
      }    
    }
  }
  
  */
  .three-button-next,
  .three-button-prev,
  .fourth-button-next,
  .fourth-button-prev {
    opacity: 1; }

  .banner-cablera {
    margin-top: 0px; }
    .banner-cablera img {
      width: 100%; }

  .banners-module-new {
    display: none; }

  .marker-container {
    width: auto !important;
    float: none;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important; }

  .lista-cables-background {
    margin: 0;
    padding: 0; }

  footer .copy-logo .col-1 {
    margin: 0;
    background: none; }

  /* ESPECIALES */
  .modulo-especial {
    width: 320px;
    padding: 25px 20px;
    background: #f3f3f2;
    height: auto; }

  /*COMUNICADO ACCESO CORONAVIRUS */
  .leyenda {
    width: 100%;
    margin-bottom: 10px; }

  .acceso {
    width: 100%; }

  /* REGISTRO USUARIOS CALBERA */
  .registro .login-site {
    width: 100%;
    padding: 20px 10px 20px;
    height: auto; }
  .registro .form-row {
    flex-wrap: wrap; }
  .registro .form-input {
    width: 100%; }
  .registro .form-input.codigo {
    width: 30%; }
  .registro .form-input.telefono {
    width: 66%; }
  .registro .form-input.pais {
    width: 64%; }
  .registro .login-site form .submit,
  .registro .already-registered {
    width: 45%;
    font-size: 12px;
    padding: 12px 15px; }
  .registro .disclaimer {
    width: 100%; }

  .wrapper-acceso-gratuito .col {
    width: 100%; } }
.carousel-inner {
  position: relative;
  height: 100%; }

.carousel-item {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease; }
  .carousel-item.active {
    opacity: 1; }
  .carousel-item img {
    width: 100%;
    height: auto; }
