/**/
/*MODAL ONESIGNAL INICIO*/
#modalNotification_ecuavisa_v2.not-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalNotification_ecuavisa_v2 .not-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalNotification_ecuavisa_v2 .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px)
}

#modalNotification_ecuavisa_v2 .not-modal-content {
  background-color: #fefefe;
  margin: 120px auto 0;
  padding: 50px 20px 40px;
  border: 1px solid #888;
  max-width: 500px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: 'Archivo';
  position: relative
}

#modalNotification_ecuavisa_v2 .not-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

#modalNotification_ecuavisa_v2 h2 {
  margin-bottom: 3px;
  font-size: 28px
}

#modalNotification_ecuavisa_v2 p {
  margin-bottom: 0;
  font-size: 20px
}

#modalNotification_ecuavisa_v2 .not-modal-content button {
  background-color: #2927b9;
  color: #fff !important;
  line-height: 1 !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #2927b9;
  border-radius: 3px;
  color: #2927b9;
  line-height: 1.2;
  font-family: 'Archivo';

}

#modalNotification_ecuavisa_v2 .btns {
  position: absolute;
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: -23px
}

/**/

#modalInteresUsuario.not-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalInteresUsuario .not-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalInteresUsuario .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px)
}

#modalInteresUsuario .not-modal-content {
  background-color: #fefefe;
  margin: 120px auto 0;
  padding: 50px 22px 40px;
  border: 1px solid #888;
  max-width: 500px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: 'Archivo';
  position: relative
}

#modalInteresUsuario .not-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

#modalInteresUsuario h2 {
  margin-bottom: 3px;
  font-size: 28px
}

#modalInteresUsuario p {
  margin-bottom: 0;
  font-size: 20px
}

#modalInteresUsuario p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2
}

#modalInteresUsuario .not-modal-content button {
  background-color: #fff;
  color: #2927b9;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #2927b9;
  border-radius: 3px;
  font-family: 'Archivo';
  font-size: 14px;
  line-height: 1.2;
}

#modalInteresUsuario .not-modal-content button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

#modalInteresUsuario .not-modal-content button.btn-modal-active {
  background-color: #2927b9;
  color: #fff;
}

#modalInteresUsuario .not-modal-content button svg {
  width: 14px;
  height: auto;
}

#modalInteresUsuario .not-modal-content button svg {
  fill: #2927b9;
}

#modalInteresUsuario .not-modal-content button.btn-modal-active svg {
  fill: #fff;
}

#modalInteresUsuario button.btn-modal {
  display: flex;
  gap: 8px;
  align-items: center;
}

#modalInteresUsuario .btns {
  padding: 20px 0px 0 15px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-left: 0;
}

#modalInteresUsuario button[disabled="disabled"] {
  opacity: 0.3;
  cursor: progress;
}

#modalInteresUsuario .btns-footer {
  margin-top: 50px;
  margin-bottom: -20px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

#modalInteresUsuario .btns-footer button.btn-link {
  border-color: #00000000 !important;
}

#modalInteresUsuario .btns-footer button.btn-ecuavisa-push {
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #2927b9 !important;
  color: #fff !important;
  font-size: 16px !important;
}

@media(max-width: 767px) {
  #modalInteresUsuario .not-modal-content {
    width: 90%
  }

  #modalInteresUsuario .btns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

/*--NUEVO MODAL PARA MENSAJE DE SUSCRITO-*/

#modalNotification_ecuavisa_mensaje.not-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalNotification_ecuavisa_mensaje .not-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

#modalNotification_ecuavisa_mensaje .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px)
}

#modalNotification_ecuavisa_mensaje .not-modal-content {
  background-color: #fefefe;
  margin: 120px auto 0;
  padding: 60px 20px 40px;
  border: 1px solid #888;
  max-width: 500px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: 'Archivo';
  position: relative
}

#modalNotification_ecuavisa_mensaje .not-close-msj {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

.not-close-msj {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 15px;
}

#modalNotification_ecuavisa_mensaje h2 {
  margin-bottom: 3px;
  font-size: 28px
}

#modalNotification_ecuavisa_mensaje p {
  margin-bottom: 0;
  font-size: 20px
}

#modalNotification_ecuavisa_mensaje .not-modal-content button {
  background-color: #2927b9;
  color: #fff !important;
  line-height: 1 !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #2927b9;
  border-radius: 3px;
  color: #2927b9;
  line-height: 1.2
}

#modalNotification_ecuavisa_mensaje .btns {
  position: absolute;
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: -23px
}

@media(max-width: 767px) {
  #modalNotification_ecuavisa_v2 .not-modal-content {
    width: 90%
  }
}

.onesignal-customlink-container {
  min-height: auto !important;
}

/* #onesignal-slidedown-container .slidedown-body-message {
  margin-top: 12px!important;
}

@media only screen and (max-width: 600px) {
#onesignal-slidedown-container .slidedown-body-message {
      margin-top: auto!important;
  }
} */

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary,
#onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary,
#onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary,
#onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary,
#onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary,
#onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary,
#onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary,
#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary {
  background: #2927B9 !important;
}

#onesignal-slidedown-container .onesignal-category-label .onesignal-category-label-input:checked~.onesignal-checkmark,
#onesignal-popover-container .onesignal-category-label .onesignal-category-label-input:checked~.onesignal-checkmark {
  background: #2927B9 !important;

}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary,
#onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.secondary,
#onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.secondary,
#onesignal-slidedown-container #onesignal-popover-dialog .popover-button.secondary,
#onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.secondary,
#onesignal-popover-container #onesignal-slidedown-dialog .popover-button.secondary,
#onesignal-popover-container #onesignal-popover-dialog .slidedown-button.secondary,
#onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary {
  color: #2927B9 !important;
  font-weight: 600 !important;

}

#onesignal-slidedown-container #normal-slidedown {
  font-family: 'Archivo' !important;
}

#onesignal-slidedown-container #slidedown-body {
  display: flex;
  flex-wrap: wrap;
}

#onesignal-slidedown-container .slidedown-body-icon {
  width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width: 600px) {
  #onesignal-slidedown-container .slidedown-body-icon {
    margin-bottom: 10px !important
  }
}

#onesignal-slidedown-container .slidedown-body-message {
  width: 100% !important;
}

#onesignal-slidedown-container .slidedown-body-icon img {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  height: 80px !important;
}


#onesignal-slidedown-container #tagging-container {
  width: 100%;
  margin-bottom: 0px !important;
}

#onesignal-slidedown-container .slidedown-body-message {
  font-size: 17px !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding-left: 0px !important;
  margin-top: 12px !important;
}

/*MODAL ONESIGNAL FIN*/
/**/


header .registro_movil {
  right: 0 !important;
  top: -50px !important;
}

section #myModal.modal {
  display: none !important;
}

.block_susc {
  display: none;
  /* display: flex; */
  align-items: center;
}

.ecuavisa_header {
  position: sticky;
  top: 0;
  z-index: 1010;
}

.bloqueSuscripCompleto {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 22%;
}

.block_susc .textsusc {
  color: #23DCD1;
  font-weight: 500;
  font-family: 'Archivo';

}

.banner_fijos_gis,
.banner_fijos_gis_mobile {
  display: block;
}

.ocultarpronto {
  display: none;
}

.tab-grp a {
  color: #d1cdcd;
}

.noticias .media_block .text_block .text a {
  color: #3c4043;
}

body {
  padding: 0 !important;
}


body>span {
  display: none;
}

/*sticky new 2023*/

.basic-search-rd-sticky .iter-field.iter-field-text .iter-field-element input {
  height: 35px;
  font-size: 1rem;
  color: #333;
  flex: auto;
  min-width: 0;
  border: 0px solid #CACACA;
  border-radius: 2px;
  padding: 0 19px;
}

.basic-search-rd-sticky .iter-field.iter-field-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* padding: 20px 20px; */
  column-gap: 20px;
}

.basic-search-rd-sticky .iter-field.iter-field-text .iter-field-element input:focus-visible {
  border-radius: 2px;
  border: 0px solid #8f8e8e;
  outline: none;
}

@media (max-width: 991px) {
  .basic-search-rd-sticky .iter-field.iter-field-text .iter-field-element input {
    width: 107px;
  }

  .basic-search-rd-sticky {
    top: -4px !important;
    right: auto !important;
    left: 50px !important;
  }
}

@media (max-width: 768px) {
  .basic-search-rd-sticky {
    top: -4px !important;
  }

  .block_susc .textsusc {
    display: none;
  }
}


@media (max-width: 600px) {

  .loginIcon span {
    display: none !important;
  }

  .new-menu-sticky .content-menu-ec {
    display: none;
  }

  .basic-search-rd-sticky {
    right: auto !important;
    left: 50px !important;
  }

  .basic-search-rd-sticky .iter-field.iter-field-text .iter-field-element input {
    width: 107px;
  }
}

/*sticky new 2023*/


/*search mobile*/
.tabnavBuscador {
  padding: 6px 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.basic-search-rd-mobile .iter-field.iter-field-text .iter-field-element input {
  height: 37px;
  font-size: 1rem;
  color: #333;
  flex: auto;
  min-width: 0;
  border: 0px solid #CACACA;
  border-radius: 0px;
  padding: 0 19px;
}

.basic-search-rd-mobile .iter-field.iter-field-text .iter-field-element input:focus-visible {
  border-radius: 0px;
  border: 0px solid #8f8e8e;
  outline: none;
}

.basic-search-rd-mobile {
  /*display: flex !important;*/
  position: initial !important;
  float: initial !important;
}

.basic-search-rd-mobile .iter-button-submit {
  display: block !important;
  margin-left: 10px;
}

.basic-search-rd-mobile .iter-button-submit .iter-button-content input {
  background-color: #2927b9 !important;
  border: 1px solid #2927b9 !important;
  border-radius: 2px;
  font-family: 'Mattone 150';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #fff;
}

/*search mobile*/

.ly-header .movil .container-menu.nav-expanded {
  position: absolute !important;
  max-height: max-content !important;
  box-shadow: 0 10px 10px rgb(0 0 0 / 8%);
  overflow: hidden !important;
  left: 0;
  right: 0;
  margin: auto;
}

.ly-header-redy.ly-header .search-icon {
  margin: auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  z-index: 999;
}

.ly-header .sprite {
  background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/Recursos%2Fsearch-close.png");
}

.ly-header .advanced-search-portlet {
  top: 11px;
  margin-top: 0px;
  margin-right: 52px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: auto;
  left: 50px;
}



.basic-search-rd {
  /* height: 100%; */
  /* width: 350px; */
  /* display: none; */
  /* position: fixed; */
  z-index: 1;
  top: 0;
  left: 0;
  /*  background-color: #ffffff3b;*/

  overflow-x: hidden;
  /* transition: 0.2s; */

  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  border-radius: 2px;
  /* transition: opacity 1s ease-out; */
  /* opacity: 0; */
}

.basic-search-rd.active {
  /* opacity: 1; */
  /* display: block; */

}

.basic-search-rd .iter-field.iter-field-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* padding: 20px 20px; */
  column-gap: 20px;

}

.basic-search-rd .iter-field.iter-field-text .iter-field-element input {
  height: 35px;
  font-size: 1rem;
  color: #333;
  flex: auto;
  min-width: 0;
  border: 0px solid #CACACA;
  border-radius: 0px;
  padding: 0 19px;
}

.basic-search-rd .iter-field.iter-field-text .iter-field-element input:focus-visible {
  border-radius: 0px;
  border: 0px solid #8f8e8e;
  outline: none;
}


.basic-search-rd a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.basic-search-rd a:hover {
  color: #303030;
}

/**/
/*oculta bloques q tengan esta clase*/
.invisible2 {
  visibility: hidden !important;
}

/*BLOQUE DROPDOWN  */
.select-menu {
  margin: auto 15px;
  margin-right: 0;
  /* width: 120px; */
}

.loginIcon {
  display: flex;
  gap: 7px;
  align-items: center;
}

.select-menu .select-btn {
  cursor: pointer;
}

.select-menu .options {
  position: absolute;
  right: 15px;
  /* width: 330px; */
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}

.select-menu:not(.select-menu.active) .options {
  transform: translate(0, -1100px) !important;
}

.select-menu.active .options {
  display: block !important;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.select-menu .options .option a {
  display: flex;
  height: 40px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  column-gap: 10px;
}

.select-menu .options .option a:hover {
  background: #f2f2f2;
}

.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}

.select-menu .options .option .option-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  font-family: 'Archivo';
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}

/*color de items de submenu desktop*/
#submenuDesktop li a span {
  color: #d1cdcd;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 0px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 0px, 0);
    opacity: 0;
  }
}

/*BLOQUE DROPDOWN  */

.ly-header .floating-header.scroll {
  position: sticky;
  width: 100%;
  background-color: #ffffff;
  /**#046cdf**/
  z-index: 100;
  top: 0;
}

.ly-header-redy .registro.registro_movil {
  display: none;
}

.ly-header-redy a.loginIcon {
  display: flex;
  align-content: center;
  align-items: center;
}

.enVivoRedy .container .liveIndicator.pard__envivo img {
  animation-name: parpadeomenu;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeomenu;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeomenu {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes parpadeomenu {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes parpadeomenu {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.enVivoRedy {
  width: 100%;
  background: #060127;
  padding: 5px 0px;
  opacity: 0;
  justify-content: flex-end;
}

.enVivoRedy .container {
  display: flex;
  justify-content: flex-end;
  column-gap: 18.5px;
}

#parent_radio img {
  width: 25px;
  animation-name: parpadeomenu;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeomenu;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

span.enVivoText {
  color: #ffffff;
  /* font-size: 11px;*/
  font-size: 14px;
  font-family: 'Mattone 150';
  font-weight: 600;
  text-transform: uppercase;
}

.Layout-Breaking {
  background: white;
}

.portadaNav {
  /* display: flex; */
  background: white;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.portadaNav .itemFijo a {
  font-weight: 600;
  border-right: 3px solid #2927B9;
  padding: 0px 10px;
  margin: 5px 0px;
  margin-right: 15px;
  font-family: 'Mattone 150';
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #2927B9;
}

.portadaNav .itemsNavs {
  display: inline-flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  flex-direction: row-reverse;
}

.portadaNav .itemsNavs li {
  display: flex;
  align-items: center;
}

.portadaNav .itemsNavs li a {
  text-decoration: none;
  color: black;
  white-space: nowrap;
  padding: 5px 15px;
}

.portadaNav .itemsNavs .noticias {
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.portadaNav .itemsNavs .noticias article {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 0;
}


.portadaNav .itemsNavs .noticias article:nth-child(2n):after {
  content: '•';
  display: block;
  color: black;
  padding: 0 21px;
}

.portadaNav .itemsNavs .noticias article:nth-child(2n):before {
  content: '•';
  display: block;
  color: #434343;
  padding: 0 2em;
}

.portadaNav .itemsNavs .noticias article:nth-child(2n) {
  display: flex;
  align-items: center;
}


.portadaNav .itemsNavs .noticias .article .media_block a {
  text-decoration: none;
  color: black;
}

.portadaNav .itemsNavs .noticias .article .media_block a h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: 'Archivo';
  color: #434343;
}

.navDesktop .child-nav.cf {
  display: none;
}

.navDesktop li {
  font-weight: 500;
  font-size: 12px;
}

.navDesktop span.sectionName {
  font-weight: bolder;
}

.navDesktop ul.parent-nav.lst.cf {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 21px 12rem;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  color: #ffffFf;
  font-size: 14px;
  border-top: solid 1px #ffffffb5;
  line-height: 15px;
}

@media (max-width: 991px) {
  .navDesktop ul.parent-nav.lst.cf {
    padding: 21px 0rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .navDesktop ul.parent-nav.lst.cf {
    padding: 21px 5rem;
  }
}

.navDesktop a.tab-item.lnk {
  color: #ffffff;
  font-size: 12px;
}

.menu-desktop ul.parent-nav {
  overflow: auto;
}

.ly-header-redy svg.icon.icon-tabler.icon-tabler-menu-2 {
  stroke: #23DCD1;
}

.ly-header-redy {
  background-color: #2927B9;
}

.ly-header .movil {
  display: block;
}

.ly-header .movil .menu-movil-click {
  position: absolute;
  top: 8px;
}

.ly-header-redy .container-logo-movil {
  position: relative;
}

.ly-header-redy .container-logo-movil .menu-movil-click {
  display: block;
  margin-top: 12px;
  margin-left: 10px;
  cursor: pointer;
  width: 2.5%;
}

.floating-header.desktop.scroll {
  display: block;
}

.ly-header .header-logo {
  width: 170px;
  height: 60px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  margin: 0 auto;
}

.pw-btn {
  background: none !important;
}

.pw-btn img,
.dnone {
  display: none !important;
}

.portadaNav .itemFijo {
  font-size: 14px;
  line-height: 12px;
}

/*.newbg {
  background: #faebd700;
}*/
#ly-header.container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0px;
}

/*######## borrar ######## */
/*.c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .section {
    color: var(--color-azul);
    font-weight: 800;
    font-size: 1.2em;
    font-family: 'Mattone 150';
    font-weight: normal;
    font-style: normal;
}*/
/*######## borrar ######## */

/*######## Responsive ######## */
@media (min-width: 768px) and (max-width: 769px) {
  .ly-header .header-logo {
    margin-right: 137px;
  }
}

@media (max-width: 768px) {

  .ly-header .header-logo {
    background-image: url('https://www.ecuavisa.com/base-portlet/webrsrc/ctxvar/c4dfeea6-9638-4d43-b549-7eca2ab57634.png') !important;
    background-position: center;
    background-size: 73px;
    height: 70px;
  }

  .ly-header .desktop {
    display: none !important;
  }

  .ly-header-redy.ly-header .container-logo-movil .search-icon {
    display: none;
  }

  svg.icon.icon-tabler.icon-tabler-menu-2 {
    width: 35px;
  }

  .ly-header-redy .container-logo-movil .menu-movil-click {
    display: block;
    margin-top: inherit;
    margin-left: inherit;
  }

  .ly-header-redy .container-logo-movil {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  /*menu mobile*/
  .ly-header.ly-header-redy .floating-header.scroll {
    width: 100%;
    background-color: #046cdf00;
    z-index: 100;
    top: 110px;
  }

  .ly-header-redy .floating-header.desktop.scroll {
    display: none !important;
  }

  .ly-header.ly-header-redy .movil .container-menu.nav-expanded {
    position: inherit;
    display: block;
    background: #fff;
    width: 100%;
    overflow-y: scroll;
    max-height: 95%;
    margin-top: 10px;
    z-index: 5;
    top: 0;
  }

  .marg-top-force {
    margin-top: 50px !important;
  }

  /*end menu mobile*/
  .navDesktop {
    display: none;
  }


  .portadaNav .itemsNavs .noticias .article .media_block a h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .portadaNav .itemsNavs .noticias article {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 7px 0;
  }

  .portadaNav .itemsNavs .noticias article:nth-child(2n):before {
    padding: 0 1em;
  }

  /*
	.ly-header .header-logo {
		background-image: url(/base-portlet/webrsrc/ctxvar/05a63cf2-e0fc-4f88-b67f-1a749aeebf02.png)!important;
	}*/
}

@media (max-width: 767px) {
  /* .enVivoRedy {
    padding: 10px 0px;
  } */



  .bloqueSuscripCompleto {
    width: 13.3%;
  }


  .ly-header .header-logo {
    /* margin-left: 60px; */
    width: 33.3%;
    /*PRUEBA CENTRAR LOGO*/
    margin: auto;
    /*PRUEBA CENTRAR LOGO*/
  }

  .select-menu {
    /* margin: auto -6px;
      width: auto;  */
    /*width: 33.3%;*/
    /*PRUEBA CENTRAR LOGO*/
    margin: 2px;
    /*PRUEBA CENTRAR LOGO */
  }

  .ly-header-redy .container-logo-movil .menu-movil-click {
    width: 13.3%;
    /*PRUEBA CENTRAR LOGO */
  }

  .container-logo-movil.new-menu-sticky .select-menu {
    padding-right: 10px;
  }

}

.content-menu-ec {
  display: flex;
  position: relative;
  width: 19.5%;
}

@media (max-width: 767px) {
  .content-menu-ec {
    width: auto;
  }
}

.select-menu .userIcon {
  display: block;
  margin-left: auto;
}

/*#bloque-contador{
  display: none;
}*/

@media (min-width: 1400px) and (max-width: 1500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1040px;
  }

  .navDesktop {
    border-top: solid 1px #ffffffb5;
  }

  .navDesktop ul.parent-nav.lst.cf {
    padding: 21px 0;
    max-width: 1202px;
    margin-left: auto;
    border-top: solid 0px #ffffffb5;
    margin-right: auto;
  }
}

/* @media (min-width: 360px) and (max-width: 360px) {
  .ly-header .header-logo {
    margin-left: 47px;
}

} */


.btn_seguir.loading,
.btn_siguiendo.loading,
.button_seguir.loading,
.button_siguiendo.loading {
  opacity: .5;
  background-color: #fff;
  pointer-events: none;
  cursor: no-drop;
}

/*CSS PARA EL BLOQUE DE LOADING DE RANKSWIPER*/
/*.rankSwiper{
    position:relative;
    height:390px;
    overflow:hidden;
}

.rankSwiper.rankSwiper-content-INIT{
    height:initial;
    overflow:auto;
}

.rankSwiper::before {
    content:"";
    background:transparent;
    width:100%;
    height:390px;
    position:absolute;
    z-index:9;
    top:0;
    bottom:0;
}

.rankSwiper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:9;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid white;
  border-top-color: black;
  -webkit-animation: loading_rankswiper 2s linear infinite;
          animation: loading_rankswiper 2s linear infinite;
}

.rankSwiper.rankSwiper-content-INIT::after,
.rankSwiper.rankSwiper-content-INIT::before{
    display:none;
}

@-webkit-keyframes loading_rankswiper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading_rankswiper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/
.rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item:not(.iter-tabview-content-item.swiper-wrapper) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  /*    height: 424px;*/
  gap: 20px;
  /*    overflow: hidden;*/
}

.rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item>.element {
  width: calc(25% - 20px);
}

.rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item:not(.iter-tabview-content-item.swiper-wrapper) .media_block {
  position: relative;
}

.rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item:not(.iter-tabview-content-item.swiper-wrapper) .media_block .text_block {
  display: none;
}

.rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item:not(.iter-tabview-content-item.swiper-wrapper) .media_block .multimedia .iconPlay {
  background-image: url(https://ecuavisadev.netlify.app/home-rd/assets/iconplayrd.svg);
  width: 30px;
  height: 30px;
  top: 15px;
  right: 10px;
  left: initial;
  bottom: initial;
}

@media (max-width: 768px) {
  .rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item>.element {
    width: 100%;
  }

  .rankSwiper>.iter-component>.iter-tabview-content>.iter-tabview-content>.iter-tabview-content-item:not(.iter-tabview-content-item.swiper-wrapper) {
    height: 324px;
    gap: 0px;
  }
}

/*FIN CSS PARA EL BLOQUE DE LOADING DE RANKSWIPER*/

/*INICIO MENU FLOTANTE*/
.ly-header-redy .new-menu-sticky {
  background: #2927B9;
  width: 100%;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: transform .3s;
  min-width: 100%;
  max-width: 100%;
  transition: transform .3s;
  left: 0;
  /*display:none;*/
}

.ly-header-redy .ocultar-ecuavisa {
  -webkit-transform: translate3d(0, -140px, 0);
  -moz-transform: translate3d(0, -140px, 0);
  transform: translate3d(0, -140px, 0);
}

.container-cr {
  display: flex;
}

.ly-header-redy .new-menu-sticky .search-icon {
  display: none;
}

.ly-header-redy .new-menu-sticky .select-menu {
  position: relative;
}

.ly-header-redy .new-menu-sticky .select-menu.active .options {
  width: 180px;
}

.ly-header .movil .container-menu.nav-expanded.classScrollingMenu {
  position: fixed !important;
  top: 60px;
}

@media (max-width: 768px) {
  .container-cr {
    align-items: center;
  }

  .container-cr .menu-movil-click {
    margin-left: 0px !important;
    padding-left: var(--bs-gutter-x, .75rem);
  }
}


/*FINA MENU FLOTANTE*/

/*VERTICAL SCROLLBAR */
.outer-wrapper {
  max-width: 100vw;
  overflow-x: scroll;
  position: relative;
  scrollbar-color: #d5ac68 #f1db9d;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.pseduo-track {
  background-color: #8d8c8c;
  height: 3px;
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -10;
}

@media (any-hover: none) {
  .pseduo-track {
    display: none;
    height: 6px;
  }
}

.noticias::-webkit-scrollbar {
  height: 6px;
}

.noticias::-webkit-scrollbar:hover {
  height: 10px;
  padding-top: 10px;
}

.noticias::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.noticias::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: #134bc93b;
}

.noticias::-webkit-scrollbar-thumb:hover {
  background-color: #072569;
  height: 10px;

}

.noticias::-webkit-scrollbar:vertical {
  display: none;
}

.noticias .noticias {
  display: flex;
  padding-bottom: 10px;
}

.pseudo-item {
  height: 300px;
  width: 369px;
  margin-right: 59px;
  flex-shrink: 0;
  background-color: gray;
}

.pseudo-item:nth-of-type(2n) {
  background-color: lightgray;
}

/*FIN VERTICAL SCROLLBAR*/

/*CSS PARA EL MODAL DE INICIO DE SESIÓN*/
.MODAL_FORMULARIO_USUARIO_LOGIN .modal-header {
  background: #23DCD1;
  padding: 1rem 1.5rem 1rem 1.5rem;
  align-items: initial;
  text-align: left;
  border: 0px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-content {
  border: none;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-body {
  padding: 1.5rem 1.5rem 0 1.5rem;
  text-align: left;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-body label {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20.4685px;
  line-height: 33px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn {
  line-height: 1 !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-primary:hover {
  color: #2927b9;
  background-color: transparent !important;
  border-color: transparent !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-footer button:not(.btn-send-cr):after {
  content: url('https://estadisticas.ecuavisa.com/sites/gestor/Banner/Vector-login.svg');
  width: 100%;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-close {
  background: url('https://estadisticas.ecuavisa.com/sites/gestor/Banner/close-fill.svg') center/1em auto no-repeat !important;
  border: 0;
  background-size: 32px !important;
  opacity: 1 !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-check:focus+.btn-primary,
.MODAL_FORMULARIO_USUARIO_LOGIN .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-dialog {
  max-width: 425px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  font-size: 23.027px;
  line-height: 28px;
  color: #2927B9;
  font-family: 'Archivo', sans-serif;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-footer {
  border-top: 1px solid transparent !important;
  padding: 1rem 0 0.75rem 0 !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-cancelar,
.MODAL_FORMULARIO_USUARIO_LOGIN .modal-footer .btn-send-cr {
  display: flex;
  flex-direction: column;
  font-family: 'Mattone 150';
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 17px;
  color: #2927b9;
  font-weight: 700;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-cancelar {
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: 700;
  color: #2927b9;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-send-cr {
  background-color: #23DCD1;
  border: 1px solid #23DCD1;
  align-items: center;
  flex-direction: row !important;
  height: 38px;
  margin-bottom: 8px;
  padding: 10px 25px !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .btn-send-cr:hover {
  border: 1px solid #23DCD1 !important;
}

.botonesaccionlogout {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal {
  z-index: 9999 !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-body .row label {
  font-size: 15px;
  margin-bottom: 0px;
}

/*FIN CSS PARA EL MODAL DE INICIO DE SESIÓN*/
body.disabled-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden
}

.btn_cerrar_new_menu:hover {
  background-color: #060126;
  border: 1px solid #2e22b6;
}

.btn_cerrar_new_menu {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 0px;
  width: 35px;
  font-size: 31px;
  height: 35px;
  line-height: 1;
  left: 20px;
  background: #2e22b6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding-bottom: 9px;
  border: 1px solid #2e22b6;
  z-index: 9999;
}

/*NUEVO EVENTO BUSCADOR*/

.itemBuscar {
  display: none;
}

@media (max-width: 768px) {

  .itemBuscar {
    display: block;
  }

  .tabnavBuscador {
    align-items: center;
  }

  .ly-header .advanced-search-portlet {
    top: 11px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    left: auto;
  }

  .itemBuscar {
    margin-left: 10px;
  }

  .botonBuscarMenu,
  .botonCerrarMenu {
    background: #2927B9;
    border: 0;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
    width: 34px;
    height: 34px;
  }

  .botonBuscarMenu svg,
  .botonCerrarMenu svg {
    vertical-align: top;
  }

  .botonBuscarMenu svg path,
  .botonCerrarMenu svg path {
    fill: #fff;
  }

}

/*Login modal v2, con redes sociales, dinámico .modal-fullscreen*/
.MODAL_FORMULARIO_USUARIO_LOGIN .modal-dialog.modal-fullscreen {
  max-width: 100%;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-content {
  background-color: #2927B9;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-header {
  background-color: #2927B9;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .btn-close {
  background-color: #ffffff !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row>.col-12>label {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Anek Malayalam';
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #23DCD1;
  padding: 2rem 0;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .logo-ecuavisa-lr {
  text-align: center;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .register-class,
.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body .row label {
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #ffff;
  margin-bottom: 10px;
}

.politica-privacidad-modal {
  padding-top: 15px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .register-class {
  font-weight: 300 !important;
  text-align: center;
  margin-top: 0px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .register-class a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #ffff;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body .row label a {
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #ffff;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .btn-cancelar {
  font-weight: 700;
  color: #ffff;
  font-size: 12px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .btn-primary:not(.btn-cancelar):hover {
  color: #23DCD1;
  border-color: #23DCD1 !important;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body .botonesaccionlogout {
  justify-content: flex-end;
  margin-top: 20px;
}

.auth-method-separator {
  margin: 1em auto;
  position: relative;
  text-align: center;
  color: white;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  margin-top: 0px;
  max-width: 345px;
}

.auth-method-separator:after,
.auth-method-separator:before {
  border-top: 1px solid #fff;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0.7em;
  width: 25%;
}

.auth-method-separator:before {
  left: 0px;
}

.auth-method-separator:after {
  right: 0;
}

.botonesaccionlogout.redes-sociales {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-footer {
  padding-top: 0 !important;
}

.botonesaccionlogout.redes-sociales .br-google {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #BFC4CD;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  gap: 10px;
}

.botonesaccionlogout.redes-sociales .br-facebook {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #BFC4CD;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  gap: 10px;
}

.botonesaccionlogout.redes-sociales .boton-redes-lr {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row .mt-4.mb-3 {
  margin-top: 0px !important
}

.MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 29%;
  top: 0;
  background-image: url('https://estadisticas.ecuavisa.com/sites/gestor/Banner/Vector-loginwhite.svg');
  height: 100%;
  width: 40px;
  background-repeat: no-repeat;
  display: none;
}

@media only screen and (max-width: 600px) {
  .MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen {
    height: auto;
  }

  .MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row {
    margin-top: 0px;
  }

  .MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-footer {
    padding-bottom: 100px !important;
  }

  .MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen .modal-body>.row::before {
    display: none;
  }
}

@media (max-height: 735px) {
  .MODAL_FORMULARIO_USUARIO_LOGIN .modal-fullscreen {
    height: auto;
  }
}

/*Login modal v2, con redes sociales, dinámico .modal-fullscreen*/


/*NUEVO MENÚ DE BUSCADOR PARA MÓVIL*/

@media (max-width: 600px) {
  .ly-header.ly-header-redy .movil .container-menu.nav-expanded {
    background-color: #02000fcf;
    padding: 0px;
    margin: 0px;
    /**/
    min-height: calc(100vh + 200px) !important;
    /**/
    max-height: calc(100vh + 200px) !important;
    /**/
    height: calc(100vh + 200px) !important;
  }

  .ly-header.ly-header-redy .movil .container-menu.nav-expanded>.col {
    width: 90%;
    background-color: #fff;
  }

  .ly-header.ly-header-redy .movil .parent-nav>.lst-item:not(:last-child, :first-child) {
    border-bottom: 1px solid #eee;
  }

  li.lst-item.tabnavBuscador {
    background-color: #060127;
    padding: 12px 10px 12px 20px;
    border-bottom: 0px solid #fff !important;
  }

  .ly-header.ly-header-redy .movil .parent-nav>.lst-item:not(:first-child) {
    padding-left: 10px;
  }

  .ly-header .movil .advanced-search-portlet>span:not(.iter-button.iter-button-submit),
  .ly-header .movil .advanced-search-portlet {
    width: 96% !important;
    /* display: flex!important; */
    /* flex-direction: row; */
    /* position: relative!important; */
    /* align-content: center; */
    /* align-items: center; */
  }

  .basic-search-rd-mobile .iter-field.iter-field-text .iter-field-element input {
    width: 100%;
  }

  .basic-search-rd-mobile .iter-button-submit .iter-button-content input {
    background-color: #060026 !important;
    border: 1px solid #060026 !important;
  }

  .basic-search-rd-mobile .iter-field.iter-field-text .iter-field-element input {
    background-color: #1f193d;
    border: 1px solid #1f193d;
    color: white;
    font-family: 'Archivo';
    font-style: normal;
  }

  .basic-search-rd-mobile .iter-field.iter-field-text .iter-field-element input::placeholder {
    color: #ffffffcc;
    font-family: 'Archivo';
    font-style: normal;
  }

  .basic-search-rd-mobile .iter-button-submit .iter-button-content input {
    background-image: url('https://estadisticas.ecuavisa.com/sites/gestor/Recursos%2Fsearch-close.png');
    background-repeat: no-repeat;
    background-position: 50% 110%;
    text-indent: -9999px;
    /* Oculta el texto original del botón */
    width: 10px;
    /* Ajusta el ancho según el tamaño de la imagen */
    height: 38px;
    /* Ajusta la altura según el tamaño de la imagen */
    background-size: 65%;
  }

  .ly-header.ly-header-redy .movil .parent-nav>.lst-item:not(:first-child) {
    /*        padding: 10px 10px;*/
  }

  .menu-movil .sectionName {
    /* font-family: 'Archivo'; */
    /* font-style: normal; */
    /* font-size: .98rem; */
    /* font-weight: 800!important; */
    /* color: #060127; */
  }

  .new-menu-sticky .header-logo {
    height: 61px;
  }

  .level-2 li .sectionName {
    /*        font-size: .85rem;*/
  }

  /*.menu-movil .parent-nav{
      max-height: calc(100vh - 90px);
    }

    .menu-movil .nav-dropdown.nav.noSubNav{
      overflow: auto;
    }*/
}

/*NUEVO MENÚ DE BUSCADOR PARA MÓVIL*/

.ly-header-redy.container {
  width: 100%;
  max-width: 100%;
}

.menu-movil-click .icon-tabler-menu-mobile {
  display: none;
}

/*.ly-header .advanced-search-portlet {
    display: flex!important;
    flex-direction: row!important;
    margin-right: 0px!important;
    width: 252px;
}

.ly-header .advanced-search-portlet span input {
    height: 37px;
    line-height: 1.2;
    border: 1px solid #5e55c7;
    background-color: #5e55c7;
    color: #fff;
}*/

@media (max-width: 600px) {
  .menu-movil-click .icon-tabler-menu-mobile {
    display: block;
  }

  .menu-movil-click .icon-tabler-menu-2 {
    display: none;
  }
}

/*OCULTAR EL BUSCADOR EN EL MENÚ FLOTANTE*/
.new-menu-sticky input[name="keywords"] {
  display: none;
}

/*NUEVO MENÚ REDISEÑADO*/
.select-menu.active .options {
  display: none !important;
}

.disabled-scrool {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.img-perfil-new {
  position: relative;
}

.img-perfil-new:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #00C17C;
  border-radius: 100px;
  transform: translate(-44px, 11px);
}

.modal-perfil-new .modal-content {
  background: #060127;
}

.col-perfil-new {
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

.contenido-perfil-new {
  padding-top: 10px;
  padding-bottom: 30px;
}

.title-perfil-new {
  color: #23DCD1;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  width: 100%;
}

.description-perfil-new {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.description-perfil-new.text-mi-ecuavisa {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.name-perfil-new,
.user-perfil-new,
.row-perfil-new {
  width: 100%;
}

.btn-perfil-new {
  gap: 10px;
  margin-top: 10px;
}

.btn-perfil-link {
  background: #141061;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
}

.btn-perfil-link:hover {
  color: #fff;
  background: #2e22b6;
}

.space-line.perfil-new {
  width: 150px;
  height: 1px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 20px;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-perfil-new-link.btn-cerrar-perfil-new {
  text-align: center;
  border: 1px solid #23DCD1;
  border-radius: 2px;
  padding: 13px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Mattone 150';
}

.contenido-perfil-new {
  width: 100%;
}

.img-user-perfil-new {
  width: 185px;
  height: 185px;
  border: 5px solid #2927B9;
  border-radius: 100px;
}

.col-perfil-new {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.user-perfil-new {
  margin-top: 20px;
}

.img-perfil-new {
  text-align: center;
}

.btn-perfil-new {
  display: flex;
  flex-direction: column;
}


.d-none-ec {
  display: none !important;
}

.modal-perfil-new.active-animation {
  transform: translate(100%, 0px);
}

.modal-perfil-new {
  transition: 0.5s all;
}

.MODAL_modal_default .modal-body {
  max-height: calc(100vh - 20px);
}

@media (max-width: 768px) {
  .MODAL_modal_default .modal-dialog {
    width: 72vw !important;
    max-width: 72vw !important;
    min-width: 72vw !important;
  }

  .modal-perfil-new {
    /*width: 66vw;
        max-width: 66vw;*/
  }

  .img-user-perfil-new {
    width: 165px;
    height: 165px;
  }

  .space-line.perfil-new {
    margin-top: 20px;
  }

  .btn-perfil-new-link.btn-cerrar-perfil-new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .MODAL_modal_default .modal-body {
    max-height: calc(100vh - 90px);
    padding-bottom: 30px !important;
  }
}

.botonesaccionlogout {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*NUEVO MENÚ REDISEÑADO*/

.IMG_PAUTAS_DIGITALES a {
  display: block;
}



/* INICIO - ADS BACKOFFICE*/


:root {
  --modal-duration: 1s;
  --modal-color: #428bca;
}

.ab-button:hover {
  background: #3876ac;
}

.ab-modalItem {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}



.ab-modalContainer {
  display: grid;
  margin: 10% auto;
  width: 60%;
  /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17); */
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
}

.ab-modalContainer p {
  background: white;
  padding: 0;
  margin: 0;
}

.ab-modalHeader h2 {
  margin: 0;
}

.ab-modalHeader {
  background: var(--modal-color);
  padding: 15px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ab-modalContent {
  padding: 10px 20px;
  background: #fff;
}

.ab-closeVideo {
  color: #ccc;
  float: right;
  font-size: 20px;
  color: #fff;
  background: black;
  width: 32px;
  text-align: center;
}

.ab-closeVideo:hover,
.ab-closeVideo:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*ADS BACKOFFICE - FIN*/

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap !important;
  flex-direction: inherit !important;
}

.ly-header .header-logo {
  background-image: url(https://www.ecuavisa.com/base-portlet/webrsrc/ctxvar/05a63cf2-e0fc-4f88-b67f-1a749aeebf02.png);
}





/* +++++++++++++++++++++
 +++++EVENTO MODAL++++ 
+++++++++++++++++++++ */

.modalDinamGlobal .modal-header {
  background: #23DCD1;
  color: #2927B9;
}

.modalDinamGlobal .modal-title {
  font-family: 'Archivo';
  font-size: 22px;
  font-weight: 700;
}

.form-label {
  font-weight: 600 !important;
}

.modalDinamGlobal #sendform {
  display: flex;
  flex-direction: column;
  background-color: transparent !important;
  border-color: transparent !important;
  font-family: 'Mattone 150';
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 17px;
  color: #2927b9;
}


/*.ly-header-redy .sect-c21804da7dbc61d4ed084a2d6d101eae es el menú de especiales*/
/*.nav-expanded .sect-c21804da7dbc61d4ed084a2d6d101eae es el dropdown menú de especiales*/

.ly-header-redy .sect-c21804da7dbc61d4ed084a2d6d101eae:not(.nav-expanded .sect-c21804da7dbc61d4ed084a2d6d101eae) {
  display: none;
}


/*FOOTER*/


/* Quitar padding footer */
.footer-ecv22 .row>* {
  padding-right: 0;
  padding-left: 0;
}

.social-menu h3 {
  display: none;
}

.consulta_interes {
  margin: 7rem 5rem;
}

.rd-footer {
  padding-bottom: 1rem;
}

.consulta_interes h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.025em;
  color: #2927b9;
}

.consulta_interes .text_click {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2927b9;
  margin-top: 4rem;
}

.footer-distributed .footer-linksr a:before {
  content: " " !important;
  padding: 0 !important;
}

.footer-linksr span {
  padding-right: 8px;
}

/*eliminar Margin botton footer*/
.ly-footer .f-r02 {
  margin-top: 0;
  border-bottom: none;
}

.revistas-desktop {
  overflow: hidden;

}


.revistas-desktop {
  margin: 0rem auto;
  padding-bottom: 2rem;
}

.revistas-desktop .media_block {
  padding-bottom: 1rem;
}

.c_002_001 .IMG {
  padding: 0;
}

.revistas-desktop .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #23dcd1 !important;
  /* opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.3); */
}

.revistas-desktop .swiper-pagination-bullet-active {
  background: #23dcd1 !important;
}

.logo-footer {
  text-align: center;
  padding: 2rem 0 0;
}

.footer_desk img {
  width: 74px;
  height: 41px;
}

.line-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 20px;
}

.line_desk {
  background-size: cover;
  width: 1345px;
}

.line_desk img {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.revistas_image img {
  display: none;
}


.footer-ecv22 {
  background: #060222;
}

.footer-distributed {
  width: 100%;
  padding-top: 10px;
}


/* Footer links */
.footer-distributed .footer-left,
.footer-distributed .footer-right {
  width: 100%;
}

/* Footer links */
.footer-distributed .footer-links {
  color: #fff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

.footer-distributed .footer-linksr a {
  color: #fff;
  padding: 0;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 28px;
  text-align: right !important;
}

.footer-distributed .footer-right p {
  border-bottom: 1px #fff solid;
  padding-bottom: 2rem;
  text-align: right;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-linksr .link-1:before {
  content: none;
}

/*redes sociales*/
.social-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  float: right;
}

.social-menu ul li {
  list-style: none;
  margin: 0 10px;
}

.social-menu ul li .fab {
  font-size: 22px;
  line-height: 40px;
  transition: .3s;
  color: #000;
}

.social-menu ul li .fab:hover {
  color: #fff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a.x-twitter {
  font-size: 22px;
  line-height: 33px;
}


.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: #4c64e8;
}

.social-menu ul li:nth-child(2) a:hover {
  background-color: #4cb2ff;
}

.social-menu ul li:nth-child(3) a:hover {
  background-color: #E4405F;
}

.social-menu ul li:nth-child(4) a:hover {
  background-color: #f64546;
}



@media (max-width: 768px) {
  .footer-distributed {
    font: bold 10px sans-serif;
  }

  .footer-distributed .footer-links a:before {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 15px;
  }

  .footer-distributed .footer-links a {
    font-weight: 400;
  }

  .footer-ecv22 {
    padding-bottom: 1.5rem;
    margin-bottom: -2px;
  }

  .revistas-desk .c_002_001 .IMG {
    padding: 0;
  }

  .revistas-desktop .noticias .media_block {
    width: 100%;
    padding-bottom: 1rem;
  }

  /*revistas*/
  .social-menu ul li a {
    width: 25px;
    height: 25px;
  }

  .social-menu ul li .fab {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-distributed .footer-right p {
    padding-bottom: 1rem;
  }

  .footer-distributed .footer-linksr a {
    font-size: 10px;
    line-height: 1rem;
  }

  .social-menu ul li a.x-twitter {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .footer-distributed .footer-links a {
    font-size: 16px;
  }

  /*Footer visible*/
  .ly-footer .movil {
    display: block;
  }

  .ly-footer .desktop {
    display: block;
  }

  .footer-distributed {
    font-size: 18px;
    padding: 0rem 3rem 0;
    text-align: center;
  }

  .footer-distributed .footer-right p {
    border-bottom: none;
    padding-bottom: 1rem;
    text-align: center !important;
  }

  .social-menu ul {
    position: relative;
    display: flex;
    padding-bottom: 2rem;
    justify-content: center;
    float: none;
  }

  .revistas-desktop {
    margin: 0 auto;
  }

  .footer-distributed .footer-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .footer-distributed .footer-links {
    text-align: center;
  }

  .footer-distributed .footer-links a:before {
    padding-left: 22px;
    padding-right: 22px;
  }

  .revistas_image img {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    width: 100%;
  }

  .line_desk img {
    display: none;
  }

  .revistas_image img {
    display: block;
  }
}

@media (max-width: 411px) {
  .footer-distributed .footer-links a:before {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 320px) {
  .footer-distributed {
    font-size: 14px;
  }
}

/*Ocultar Radio para pruebas*/
/* #parent_radio { display: none!important;} */