/*
  ####
  #### Inicio seccion global  revision 27 febrer 2023 
  ####
  
*/

/* BANNER NEWSLETTER */
/* .banner_gnews{
  display:none;
 } */
/* BANNER NEWSLETTER */

:root {
  --color-azul: #2927B9;
  --color-azul-oscuro: #060127;
  --espacio-left-mobile: 22px;
  --espacio-right-mobile: 22px;
  --espacio-top-mobile: 12px;
  --espacio-bottom-mobile: 12px;
}

/* .bAutorRedes {
  display: none !important;
} */

.bAutorRedes .iconNewsletterArticle a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
  padding: .25rem .5rem;
}

.bAutorRedes .iconNewsletterArticle img {
  height: 30px;
}

.bAutorRedes .iconNewsletterArticle {
  display: none !important;
}

.html.__select div,
.html.__select figure{
  background-color: transparent !important;
}

.bAutorRedes .iconNewsletterArticle .text_ {
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  margin-top: 9px;
}

.bAutorRedes .iconNewsletterArticle svg {
  width: 30px;
  height: 26px;
}



.bAutorRedes .boton_ws_two a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  padding: .25rem .5rem;
}

.bAutorRedes .boton_ws_two svg {
  width: 30px;
  height: 30px;
}

.bAutorRedes .boton_ws_two .text_ {
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  margin-top: 5px;
}


.bAutorRedes .btn-compartir .si_marcado svg {
  fill: #000;
  stroke: #000;
}

.bAutorRedes .btn-compartir .si_marcado,
.bAutorRedes .btn-compartir .no_marcado {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.bAutorRedes .btn-compartir .si_marcado .text_,
.bAutorRedes .btn-compartir .no_marcado .text_{
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  align-items: center;
  margin-top: 5px;
}

.bAutorRedes .btn-compartir .si_marcado svg,
.bAutorRedes .btn-compartir .no_marcado svg {
  /* margin-top: 7px; */
  stroke: #000;
  height: 30px;
}


.bAutorRedes .botonCompartirArticle{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.bAutorRedes .btn-compartir.ver>button[type="button"]{
  display: flex;
}

.bAutorRedes .dropdown-toggle::after{
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}

.bAutorRedes .botonCompartirArticle .text_{
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  margin-top: 8px;
}

.bAutorRedes .botonCompartirArticle img {
  /* margin-top: 5px; */
  height: 30px;
}

#__html_ads iframe {
  width: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .socials {
  display: none !important;
}

/* .boton_ws {
  display: none !important;
} */

.boton_ws {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 20px;
}

.boton_ws a svg {
  width: 55px;
  height: 55px;
  background: #2927B9;
  color: #fff;
  padding: 7px;
  border-radius: 50%;
  z-index: 99;
}

.boton_ws a {
  color: #2927B9;
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 3px;
}

.boton_ws .text_ {
  border: 2px solid #2927B9;
  border-radius: 5px;
  padding: 5px;
  margin-left: -13px;
  padding-left: 17px;
  padding-right: 10px;
  font-weight: 700;
  font-family: 'Archivo';
  transition: all 0.5s ease-in-out 0s;
}

.boton_ws .text_:hover {
  padding-left: 23px;
}

@media (max-width: 575px) {
  .boton_ws a {
    padding: 5px 15px;
  }

  .boton_ws {
    margin-top: 0;
  }
}

/* *******************************
INICIO - AMPLIADA PODCAST
******************************* */
.Layout_Ampliada_Podcast .menu_Podcast_rd {
  height: 100vh;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin-left: 0;
  margin-right: 0;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.Layout_Ampliada_Podcast .img__podcast .multimedia {
  width: 300px;
  margin: auto;
}

.Layout_Ampliada_Podcast .podcast.col-12 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.Layout_Ampliada_Podcast .loader_podcast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Layout_Ampliada_Podcast .img__logo__podcast {
  filter: contrast(0.5);
}

.Layout_Ampliada_Podcast .boton__volver a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #060127;
  transition: all 0.5s ease-in-out 0s;
  font-family: 'Archivo';
  font-weight: 700;
}



@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -124px;
  }
}


/* *******************************
AMPLIADA PODCAST - FIN
******************************* */
.bbc-rprdln {
  grid-column: initial !important;
}

.c_002_001 .DETAIL_TXT .cutline {
  background: var(--color-azul) !important;
  color: #EEE;
  padding: 17px !important;
}

.bullet {
  color: var(--color-azul-oscuro) !important;
  font-family: 'Archivo' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 36px !important;
}

.u-ampliada-contenido .html {
  overflow: hidden;
}

.u-noticia-principal {
  overflow: hidden;
}

.u-ampliada-contenido {
  overflow: hidden;
}

.html iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.rd-pos-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  /* Ocupará toda la altura de la ventana */
  background-color: #f0f0f0;
  /* Cambia el color de fondo según tu diseño */
  padding: 20px;
}

.DETAIL_TXT .html>iframe.instagram-media {
  min-width: 500px !important;
  width: 500px !important;
  border-radius: 15px !important;
  max-width: 500px !important;
}

.DETAIL_TXT .html>div:not(.DETAIL_TXT .html > div[class^="bbc-"]) {
  margin-left: auto !important;
  margin-right: auto !important;
  /*min-width: 500px !important;
  width: 500px !important;
  border-radius: 15px !important;
  max-width: 500px !important;*/
}

.AMPLIADA_FIRST .multimedia .multimediaMacroWrapper figure div {
  border-bottom: 14px solid var(--color-azul);
}

.bbc-vx18wi {
  display: block !important;
}

/* .ampliada_cr .cutline {
  display: none;
} */

/* .c_002_001.u-contenido-recomendada.noticias-relacionadas-arriba{
  display: none;
} */

.iconPlay:hover,
.iconPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://estadisticas.ecuavisa.com/sites/gestor/assets-rd/Play.svg');
}

.iconPlay:hover {
  opacity: .7;
}

.u-noticia-principal .subheadline h5,
.u-noticia-principal .subheadline h2 {
  width: 100%;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 27px;
  padding-top: 10px;
  font-family: 'Archivo';
  font-style: normal;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content-quotecv {
  border-left: 2px solid #2927b9;
}

.content-quotecv img {
  margin-top: 42px;
  width: 36px;
  margin-left: -7px;
}

.content-quotecv .quotecv-html {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding-top: 38px;
  letter-spacing: -0.025em;
  color: #060127;
  padding-bottom: 40px;
}

.content-quotecv .quotecv-html b {
  font-weight: 700;
  color: var(--color-azul);
}

.bx-prev,
.bx-next {
  /*filter: invert(1);*/
}

.bx-prev.disabled,
.bx-next.disabled {
  /*filter: invert(1);*/
  opacity: .4;
  cursor: no-drop;
}

.bx-prev {
  background-image: url(https://estadisticas.ecuavisa.com/sites/gestor/Recursos%2Fleft-slider.svg);
}

.bx-next {
  background-image: url(https://estadisticas.ecuavisa.com/sites/gestor/Recursos%2Fright-slider.svg);
}

.fadeSwiper {
  width: 50%;
}

.fadeSwiper .swiper-wrapper .swiper-slide .text_block .subheadline,
.fadeSwiper .swiper-wrapper .swiper-slide .text_block .date,
.fadeSwiper .swiper-wrapper .swiper-slide .text_block .article-section {
  display: none;
}

.fadeSwiper .swiper-wrapper .swiper-slide .text_block {
  /*margin-top: -155px;    
    position: relative;
    padding: 30px;*/
  display: block;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.4766281512605042) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding: 0 45px 80px 30px;
  width: 100%;
}

.fadeSwiper .swiper-wrapper .swiper-slide .text_block .headline a {
  color: #fff;
}

.fadeSwiper .swiper-wrapper .swiper-slide .text_block .headline a span {
  font-size: 1.7rem;
}

.fadeSwiper .swiper-wrapper .swiper-slide .media_block .multimediaIconMacroWrapper a div {
  position: inherit !important;
}

.fadeSwiper .swiper-wrapper .swiper-slide .media_block .multimediaIconMacroWrapper a div img {
  height: -webkit-fill-available !important;
  object-fit: cover;
}

.fadeSwiper .swiper-wrapper .swiper-slide .media_block .multimediaIconMacroWrapper {
  position: relative;
  min-height: 600px;
}

.fadeSwiper .teaser-viewer-title h1 {
  padding-left: 0;
  color: #0067d5;
  margin: 35px 0;
  font-size: 2.2rem;
}

@media (max-width: 600px) {
  .fadeSwiper {
    width: 100%;
  }
}

.u-contenido-recomendada .teaser-viewer-title {
  display: none;
}

/*Sección #1:  nueva de noticias relacionadas arriba*/
.noticias-relacionadas-arriba .teaser-related-list article .media_block {
  display: none;
}

.noticias-relacionadas-arriba .teaser-related-list article .article-section {
  display: none;
}

.noticias-relacionadas-arriba .teaser-related-list article .icon {
  display: none;
}

.u-contenido-recomendada article.element {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/*.noticias-relacionadas-arriba .teaser-related-list article {
    list-style: initial;
    display: list-item;
    border-bottom: 1px dotted #c3c3c3;
    margin-left: 20px;
}*/
.noticias-relacionadas-arriba {
  margin-bottom: 40px;
  padding: 0px 0px;
  margin-top: 2px;
  border-width: 0px;
}

.noticias-relacionadas-arriba div.teaser-related-list {
  border: 0px solid #eee;
  padding: 0px 0px;
}

.noticias-relacionadas-arriba article .TIT {
  padding: 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dotted #c3c3c3;
}

.noticias-relacionadas-arriba article:last-child .TIT {
  border-bottom: 0px dotted #c3c3c3;
}

.noticias-relacionadas-arriba .teaser-related-list {
  border: 1px solid #eee;
  padding: 10px 0px;
  background-color: #fff;
  width: 100%;
  display: block;
  border-radius: 5px;
}

.noticias-relacionadas-arriba .teaser-related-list article .IMGTIT.recomendadas-rd {
  margin: 0px;
}

.noticias-relacionadas-arriba .teaser-related-list .headline h3 {
  color: #000;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px !important;
  font-family: 'Archivo';
  font-style: normal;

}

.noticias-relacionadas-arriba .teaser-related-list .text_block {
  position: relative;
  padding-left: 0px;
}

/*Fin sección #1:  nueva de noticias relacionadas arriba*/
/*Externa link noticias relacionadas*/
.noticias-relacionadas-arriba .element.external-link a {
  margin-bottom: 0;
  list-style: disc;
  display: list-item;
  margin-left: 20px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px !important;
  font-family: 'Archivo';
  font-style: normal;
}

.noticias-relacionadas-arriba .element.external-link {
  padding: 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dotted #c3c3c3;
}

/*Fin externa link noticias relacionadas*/
.content-sabias {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  background: #2927B9;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.content-sabias .sabiasque-html {
  background: transparent;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Archivo';
  padding: 20px;
  text-align:
    center;
  padding-bottom: 20px;
}

.content-sabias svg {
  width: 100%;
}

.content-sabias {
  /* fill: #fff!important; */
  stroke: #fff;
  display: flex;
  flex-direction: column;
}

.content-sabias .title {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #23DCD1;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}

/*CSS Fin bloque contexto*/

/*
  ####
  #### Fin seccion global
  ####
*/

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

/*
  ####
  #### Inicio escritorio
  ####
*/

/*
  @
  @ Inicio seccion 1 portada:
  @
*/
/*
Título de la nota
*/
.noticias-relacionadas-arriba,
.u-noticia-principal .inf2.d-flex.justify-content-between.align-items-center,
.u-noticia-principal .body-ec {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.u-noticia-principal .inf2.d-flex.justify-content-between.align-items-center {
  padding-bottom: 20px;
}

.u-noticia-principal h1.headline.fw-bolder {
  width: 100%;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 40px;
  padding-top: 10px;
  font-family: 'Archivo';
  font-style: normal;
}

.u-noticia-principal .body-ec {
  padding-top: 15px;
}

/*Fin de la nota título*/

img.img-ec {
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.author.d-flex {
  align-items: center;
  column-gap: 15px;
}

/*#main-content > div > div.row.r02 {
    display: none;
}*/
.btn-compartir .si_marcado svg {
  fill: var(--color-azul);
  stroke: var(--color-azul);
}

.btn-compartir .no_marcado svg {
  stroke: var(--color-azul);
}

.btn-compartir .dropdown-toggle svg,
.btn-compartir .dropdown-menu-end svg {
  /* stroke: var(--color-azul); */
}

button#dropdownMenuButton1 svg {
  fill: #ffffff;
  width: 30px;
  height: 26px;
}

.categoria-ecuavisa .article-section a {
  font-family: 'Mattone 150';
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16px;
  color: var(--color-azul) !important;
}

.autor-img {
  width: auto;
}

.autor-description {
  width: 90%;
  padding-left: 20px;
}

.autor-description .byline h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  color: #060127;
}

.autor-description {
  padding-left: 0px;
  padding-right: 10px;
  width: 80%;
  color: #060127;
}

.align-items-center {
  padding: 15px 0;
}

.body-ec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.categoria-ecuavisa {
  width: 50%;
}



.date-ec {
  text-align: right;
  font-family: 'Anek Malayalam', sans-serif;
  width: 50%;
  color: var(--color-azul-oscuro);
  font-weight: 300;
}

#bannerTem {
  margin-bottom: 1.5rem;
}

#iter-content-wrapper {
  padding-top: 0px;
}

.AMPLIADA_FIRST .cutlineShow {
  font-size: 15px;
}

/* #r01 > div:not(.fondo_publicidad){
    display:none;
  } */


/**/

.u-noticia-principal .multimedia img {
  /* position: relative!important; */
  -webkit-mask-image: linear-gradient(to top, transparent 0, #060127 10%);
  /* height: 450px !important; */
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  /* object-position: 50% 25%; */
}

/* .u-noticia-principal .multimedia .cutlineShow div{
    padding-top: 0% !important;
  } */

.u-noticia-principal .multimedia .multimediaMacroWrapper {
  position: relative;
  background-color: var(--color-azul-oscuro);
}

/**/

.AMPLIADA_FIRST figure.cutlineShow {
  position: relative !important;
  margin: 0 0 0rem;
}

.c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline {
  position: absolute;
  height: auto;
  bottom: 0;
  /* padding-top: 38.42%; */
  /* background-image: url(https://redyman.netlify.app/header2022/img/img-fondo.png) !important; */
  background: #3F3F4200;
  /* background: #ffffff !important; */
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 21px;
  padding-right: 21px;
}

.c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .cutline-text {
  /* display: block; */
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
  /* height: 57px;
    overflow-y: auto; */
}

.c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .byline-image {
  position: relative;
}

/* .c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .byline-image::after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 9999;
    height: 28px;
    left: 0;
    background-image: url("https://redyman.netlify.app/header2022/img/line-blanca.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -3px;
  } */
.AMPLIADA_FIRST {
  border-top: 14px;
  border-top-color: transparent;
  border-top-style: solid;
  padding-top: 20px;
}

/* .contentMedia .cutlineShow > div {
    border-bottom: 17px;
    border-bottom-color: var(--color-azul);
    border-bottom-style: solid;
  } */
/* figure.cutlineShow > div:nth-child(1){
    padding-top: 75%!important;
  } */
.btn-light {
  color: var(--color-azul);
  background-color: #f8f9fa00;
  border-color: #f8f9fa00;
}

.AMPLIADA_FIRST .byline-image {
  padding-bottom: 20px;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
}

.c_002_001 .DETAIL_TXT .text {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}

.u-noticia-principal .cutline {
  padding-left: 80px !important;
  padding-right: 80px !important;

  width: 35% !important;
  padding-bottom: 20px !important;
}

.u-noticia-principal .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline {
  width: 100% !important;
}

/*
  @
  @ Fin seccion 1 portada:
  @
*/

/*
  @
  @ Inicio seccion 2 descripción:
  @
*/
.bbc-16yn7v2.e19v6olm0 {
  margin-left: auto;
  margin-right: auto;
}

.c_002_001 .DETAIL_TXT .creditos_bbc_footer {
  background-size: cover !important;
  height: 11px !important;
}

.c_002_001 .DETAIL_TXT .text h2 {
  color: var(--color-azul-oscuro) !important;
  font-family: 'Archivo' !important;
  font-weight: 700 !important;
}

.c_002_001 .DETAIL_TXT .text p {
  /* color: var(--color-azul-oscuro) !important; */
  font-family: 'Archivo' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 23px !important;
}

.bbc-1ugu3vp.eyj10mi4 {
  display: flex;
}

.u-ampliada-contenido .DETAIL_TXT.AMPLIADA_SECOND picture {
  max-width: 100%;
  min-width: 100%;
}

.c_002_001 .DETAIL_TXT .text {
  margin: 22px 0px 22px 0px;
  color: var(--color-azul-oscuro);
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.c_002_001 .DETAIL_TXT .cutlineShow {
  font-size: 14px;
}

.u-ampliada-contenido {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.c_002_001 .DETAIL_TXT .text.bbc .bbc-1s1cxbv span {
  color: #fff !important;
  font-size: 12px;
  padding-right: 10px;
}

.u-ampliada-contenido .html {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  margin-bottom: 0px !important;
}

.u-ampliada-contenido .multimediaMacroWrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}

.u-ampliada-contenido .art-twitter {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}

.u-ampliada-contenido .art-twitter .twitter-content>* {
  margin-right: auto;
  margin-left: auto;
}

/*
  @
  @ Fin seccion 2 descripción:
  @
*/

/*
  @
  @ Inicio seccion 3 conoce el contexto:
  @
*/

/*
  @
  @ Fin seccion 3 conoce el contexto:
  @
*/

/*
  @
  @ Inicio seccion 4 temas:
  @
*/
.tags_temas .title-tag {
  color: var(--color-azul-oscuro);
  position: relative;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
  margin: 0px;
}

.tags_temas .title-tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 27px;
  bottom: 0px;
  background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/Recursos/separador-escritorio-azul.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.tags_temas .item_tema a {
  box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
  margin-left: 0px;
  line-height: 18px;
  border: 1px solid var(--color-azul);
  border-radius: 3px;
  color: var(--color-azul);
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 17px;
  padding-right: 17px;
  transition: all .9s ease;
  font-family: 'Mattone 150' !important;
  font-style: normal !important;
  font-size: 13px;
  margin-right: 12px;
  padding-top: 9px;
  margin-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}

.tags_temas .item_tema a {
  padding-right: 30px;
}

.keywords.font-2.fs13 {
  padding-bottom: 0px;
  position: relative;
}

.keywords.font-2.fs13 a {
  position: relative;
}

/*.keywords.font-2.fs13 a::after {
    content: "";
    position: absolute!important;
    width: auto;
    background-image: url(https://redyman.netlify.app/header2022/img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 29px;
    top: 1px;
    z-index: 111;
    padding: 0 6px;
    background-position: center;
    right: 0;
    margin-right: 12px;
  }*/

a.button_seguir::after {
  content: "";
  position: absolute !important;
  width: auto;
  background-image: url('https://estadisticas.ecuavisa.com/sites/gestor/assets-rd/Add.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  top: 1px;
  z-index: 111;
  padding: 0 6px;
  background-position: center;
  right: 0;
  margin-right: 12px;
}

a.button_siguiendo::after {
  content: "";
  position: absolute !important;
  width: auto;
  background-image: url('https://ecuavisadev.netlify.app/rd-podcast/assets/Vector26.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 29px;
  top: 1px;
  z-index: 111;
  padding: 0 6px;
  background-position: center;
  right: 0;
  margin-right: 12px;
}

.tags_temas .item_tema a:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color-azul-oscuro);
  border-radius: 3px;
  color: var(--color-azul-oscuro);
}

.sources.d-flex.justify-content-end {
  display: none !important;
}


.u-temas .metas {
  padding-top: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/*
  @
  @ Fin seccion 4 temas:
  @
*/

/*
  @
  @ Inicio seccion 5 noticias relacionadas:
  @
*/
.ecv_relacionadas_2022 .teaser-viewer-title,
.trc_related_container .trc_rbox_header_span {
  border-bottom: 0px #69a8ff solid;
  position: relative;
  margin-right: 0px;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-family: 'Archivo';
  padding-left: 0px;
  color: var(--color-azul-oscuro);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}

span.second {
  color: var(--color-azul);
  margin-top: -10px;
  display: block;
  padding-left: 0px;
}

.ecv_relacionadas_2022 .teaser-viewer-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  bottom: 2px;
  background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/Recursos/separador-escritorio-azul.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}


.ecv_relacionadas_2022 .relatedContent section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}

.ecv_relacionadas_2022 .relatedContent section article {
  width: 33%;
  padding-right: 40px;
}

.ecv_relacionadas_2022 .recomendadas-rd {
  display: flex;
  width: 100%;
  border-bottom: 0px solid #2927B9;
  flex-direction: column-reverse;
}

.ecv_relacionadas_2022 .multimediaIconMacroWrapper img {
  position: relative !important;
  height: 250px !important;
  object-fit: cover;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.ecv_relacionadas_2022 .multimediaIconMacroWrapper div {
  padding-top: 0% !important;
}

.ecv_relacionadas_2022 .media_block {
  width: 100%;
}

/*Noticias recomendadas*/
.ecv_relacionadas_2022.mt-4>div>div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26px;
  bottom: 18px;
  background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/Recursos/separador-escritorio-azul.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.ecv_relacionadas_2022.mt-4>div>div {
  /**/
  border-bottom: 0px #69a8ff solid;
  position: relative;
  margin-right: 0px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Archivo';
  padding-left: 0px;
  color: var(--color-azul-oscuro);
  font-size: 24px;

  color: var(--color-azul-oscuro);
  position: relative;
  padding-bottom: 40px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
}

.ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd:nth-child(n+4) {
  display: none;
}

.ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd {
  width: 33.3%;
  padding-right: 25px;
}

/*
  @
  @ Fin seccion 5 noticias relacionadas:
  @
*/

/*
  @
  @ Inicio seccion 6 recomendada:
  @
*/
.ecv_relacionadas_2022 .text_block {
  padding: 8px 0;
  width: 100%;
}

.ecv_relacionadas_2022 .recomendadas-rd .headline h3 {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
  color: #060127;
}

.ecv_relacionadas_2022 .recomendadas-rd .headline {
  margin-top: 5px;
}

/*
  @
  @ Fin seccion 6 recomendada:
  @
*/
/*
  ####
  #### Fin Escritorio
  ####
*/

/*
  ####
  #### Taboola
  ####
*/
/*.organic-thumbnails-e .thumbBlock_holder {
    max-width: initial;
    max-height: 495px !important;
    margin-top: 25px;
}

.alternating-thumbnails-e .thumbBlock {
    max-width: inherit !important;
    max-height: 276px !important;
}
.trc_elastic_alternating-thumbnails-e .videoCube_aspect {
    padding-bottom: 69.333333%;
    width: 100%;
}
.u-taboola-1 .trc_rbox_header.trc_rbox_border_elm{
    padding-bottom: 30px;;
}
.u-taboola-1 .trc_rbox_header.trc_rbox_border_elm:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 27px;
  bottom: 2px;
  background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/Recursos/separador-escritorio-azul.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}*/
/*Codigo oculto.videoCube span.video-title:hover, .videoCube_hover span.video-title,*/
/*.item-label-href{
  text-decoration: none;
}*/
/*
  ####
  #### Fin Taboola
  ####
*/


/*-------------------------------*/
@media only screen and (max-width: 1200px) {

  .noticias-relacionadas-arriba,
  .u-noticia-principal .body-ec {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bAutorRedes {
    max-width: 100%;
  }

  .subheadline h5,
  .subheadline h2 {
    max-width: 100% !important;
    font-size: 18px !important;
  }

  .u-noticia-principal .inf2.d-flex.justify-content-between.align-items-center {
    padding: 20px 0;
    padding-bottom: 25px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .u-ampliada-contenido {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c_002_001 .DETAIL_TXT .text {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .headline h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .ampliada_cr .cutline {
    width: 100% !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

}

/* laptops/desktops */
@media only screen and (max-width: 992px) {}

/* landscape tablets */
@media only screen and (max-width: 768px) {
  .ecv_relacionadas_2022 .recomendadas-rd .text_block {
    padding-right: 10px;
  }

  .autor-img {
    width: 38%;
  }

  .ampliada_cr .cutline {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .ecv_relacionadas_2022 .teaser-viewer-title,
  .tags_temas .title-tag {
    font-size: 30px;
  }

  .relatedContent section.teaser-related-list article.element {
    width: 100%;
    padding-right: 0px;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .media_block .multimedia img {
    position: relative !important;
    height: 110px !important;
    object-fit: cover !important;
    width: 100% !important;
    min-height: 110px !important;
    max-height: 110px !important;
  }

  .ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd:nth-child(2) .text_block {
    width: 100%;
  }

  /* .ecv_relacionadas_2022 > div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd:nth-child(2) .media_block {
    display: none;
  } */
  .DETAIL_TXT .html>div:not(.DETAIL_TXT .html > div[class^="bbc-"]),
  .DETAIL_TXT .html>iframe {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 100% !important;
    width: 100% !important;
    border-radius: 15px !important;
    max-width: 100% !important;
  }
}

/*-------------------------------*/
@media only screen and (max-width: 700px) {
  .autor-description {
    width: 100%;
    padding-top: 5px;
  }

  /*
  ####
  #### Inicio mobile max:700px
  ####
*/
  .AMPLIADA_FIRST .multimedia .multimediaMacroWrapper figure div {
    border-bottom: none;
  }

  .AMPLIADA_FIRST .multimedia .multimediaMacroWrapper figure .cutline {
    border-bottom: 14px solid var(--color-azul);
  }

  .parent-la .u-noticia-principal {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .portlet-boundary.portlet-static-end.teaser-viewer-portlet.swiper.fadeSwiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
    display: none !important;
  }

  .portlet-boundary.portlet-static-end.article-recommendations-portlet.c_002_001,
  .portlet-boundary.portlet-static-end.htmlcontainer-portlet.c_002_001.title-recommended {
    display: none !important;
  }

  /* #main-content .portlet-boundary:not(.fondo_publicidad,
    footer .portlet-boundary,
    .htmlcontainer-portlet, .encuesta_ampliada) {
    padding: var(--espacio-top-mobile) var(--espacio-right-mobile) var(--espacio-bottom-mobile) var(--espacio-left-mobile);
  } */

  .portlet-boundary.portlet-static-end.teaser-viewer-portlet.swiper.fadeSwiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress.swiper-backface-hidden,
  .portlet-boundary.portlet-static-end.teaser-viewer-portlet.swiper.fadeSwiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-ios.swiper-watch-progress.swiper-backface-hidden {
    display: none;
  }

  #main-content .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #main-content .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #main-content .nopadding {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* .sources.d-flex.justify-content-end,
  .align-items-center,
  .body-ec {
    padding-left: 18px;
    padding-right: 18px;
  } */

  /*
  @
  @ Inicio seccion 1 portada:
  @
*/
  /* .fondo_publicidad {
    padding: 0px 0 0px;
    margin: 22px 0 0 0!important;
} */
  .categoria-ecuavisa .article-section {
    font-size: 20px;
  }

  .categoria-ecuavisa .article-section a {
    font-size: 14px !important;
  }

  /*.body-ec .headline.fw-bolder {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 14px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700 !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
  }*/
  .body-ec .headline.fw-bolder {
    padding-bottom: 14px;
  }

  .autor-img {
    width: 38%;
  }

  .author.d-flex {
    align-items: center;
  }

  .align-items-center {
    padding-bottom: 0px;
  }

  .AMPLIADA_FIRST .subheadline {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .content-sabias {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cargo-ec {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
  }

  .AMPLIADA_FIRST figure.cutlineShow {
    position: relative !important;
    margin: 0 0 0rem;
  }

  .u-noticia-principal .multimedia img{
    -webkit-mask-image: linear-gradient(to top, transparent 0, #060127 0%);
  }

  .c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline {
    position: initial;
    height: auto;
    bottom: 0;
    /* padding-top: 38.42%; */
    /* background-image: url(https://redyman.netlify.app/header2022/img/img-fondo.png) !important; */
    background: #ffffff !important;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    padding-left: 21px;
    padding-right: 21px;
    color: #000;
    font-style: italic;
  }

  .c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .cutline-text {
    /* display: block; */
    font-family: 'Archivo';
    font-style: italic;
    font-weight: 300;
    /* height: 80px; */
    /* overflow-y: auto; */
  }

  .c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .byline-image {
    position: relative;
  }

  /* .c_002_001 .DETAIL_INF1_TIT_INF2_IMG_TXT .multimediaMacroWrapper .cutline .byline-image::after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 9999;
    height: 28px;
    left: 0;
    background-image: url("https://redyman.netlify.app/header2022/img/line-blanca.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -3px;
  } */
  .AMPLIADA_FIRST {
    border-top: 14px;
    border-top-color: transparent;
    border-top-style: solid;
    /* padding-top: 20px; */
    padding-top: 0px;
  }

  /* .contentMedia .cutlineShow > div {
    border-bottom: 17px;
    border-bottom-color: var(--color-azul);
    border-bottom-style: solid;
  } */
  /* figure.cutlineShow > div:nth-child(1){
    padding-top: 75%!important;
  } */
  .btn-light {
    color: var(--color-azul);
    background-color: #f8f9fa00;
    border-color: #f8f9fa00;
  }

  .AMPLIADA_FIRST .byline-image {
    font-weight: 300;
    font-family: 'Archivo';
    font-style: italic;
  }

  .c_002_001 .DETAIL_TXT .text {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
  }

  .align-items-center {
    padding-top: 10px;
  }

  .u-noticia-principal .inf2.d-flex.justify-content-between.align-items-center,
  .u-noticia-principal .body-ec {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-noticia-principal .body-ec {
    padding-top: 0px;
  }

  .u-noticia-principal .cutline {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;

  }

  /*
  @
  @ Fin seccion 1 portada:
  @
*/

  /*
  @
  @ Inicio seccion 2 descripción:
  @
*/

  .c_002_001 .DETAIL_TXT .text.bbc .html img {
    position: relative !important;
    height: auto;
    width: 100% !important;
  }

  .c_002_001 .DETAIL_TXT .text.bbc .html figure div{
    padding-bottom: 0 !important;
    height: auto !important;
  }

  .c_002_001 .DETAIL_TXT .text.bbc .html figure div p {
/*    color: #fff !important;*/
    padding-right: 0.5rem !important;
  };

  .c_002_001 .DETAIL_TXT .text.bbc .sc-bdVaJa blockquote {
    width: 100% !important;
  }

  .c_002_001 .DETAIL_TXT .text {
    margin: 22px 0px 22px 0px;
    color: var(--color-azul-oscuro);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
  }

  .c_002_001 .DETAIL_TXT .text {
    margin: 0px;
  }

  .u-ampliada-contenido {
    padding: var(--espacio-top-mobile) var(--espacio-right-mobile) var(--espacio-bottom-mobile) var(--espacio-left-mobile);
  }

  .noticias-relacionadas-arriba {
    padding: 0px 10px;
    margin-bottom: 30px;
  }

  .bbc-18x5xq4 picture {
    width: 100% !important;
  }

  .bbc-1ugu3vp.eyj10mi4 {
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }

  .bbc-18x5xq4 {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }

  .bbc-14nqykl {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    padding-right: 5px !important;
  }

  .bbc-14nqykl a {
    font-size: 13px;
    line-height: 18px;
  }

  .bbc-14nqykl,
  .bbc-cluhc0 {
    height: auto !important;
  }

  .twitter-tweet.twitter-tweet-rendered {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    padding-top: 170%;
  }

  .twitter-tweet.twitter-tweet-rendered iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /*
  @
  @ Fin seccion 2 descripción:
  @
*/

  /*
  @
  @ Inicio seccion 3 conoce el contexto:
  @
*/
  .swiper.fadeSwiper {
    display: none;
  }

  .portlet-boundary.portlet-static-end.portlet-nested-portlets.text_interesante {
    display: none;
  }

  .u-ampliada-contenido {
    max-width: 100%;
  }

  /*
  @
  @ Fin seccion 3 conoce el contexto:
  @
*/

  /*
  @
  @ Inicio seccion 4 temas:
  @
*/
  .tags_temas .title-tag {
    color: var(--color-azul-oscuro);
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    margin: 0px;
  }

  .tags_temas .title-tag::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    bottom: 22px;
    background-image: url("https://redyman.netlify.app/header2022/img/line-azul.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .tags_temas .item_tema a {
    box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
    margin-left: 0px;
    line-height: 18px;
    border: 1px solid var(--color-azul);
    border-radius: 3px;
    color: var(--color-azul);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 17px;
    /*padding-right: 17px;*/
    padding-right: 30px;
    transition: all .9s ease;
    font-family: 'Mattone 150' !important;
    font-style: normal !important;
    /*font-size: 13px;*/
    font-size: 10px;
    margin-right: 12px;
    padding-top: 9px;
    margin-bottom: 5px;
    display: block;
  }

  .keywords.font-2.fs13 {
    padding-bottom: 10px;
    position: relative;
  }

  .keywords.font-2.fs13 a {
    position: relative;
  }

  .keywords.font-2.fs13 a::after {
    content: " ";
    position: absolute !important;
    width: auto;
    /*background-image: url(https://redyman.netlify.app/header2022/img/check.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    height: 29px;
    top: 1px;
    z-index: 111;
    padding: 0 6px;
    background-position: center;
    right: 0;
    margin-right: 10px;
  }

  .tags_temas .item_tema a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--color-azul-oscuro);
    border-radius: 3px;
    color: var(--color-azul-oscuro);
  }

  .sources.d-flex.justify-content-end {
    display: none !important;
  }

  .ecv_relacionadas_2022,
  .u-temas {
    padding-left: var(--espacio-left-mobile);
    padding-right: var(--espacio-right-mobile);
  }

  .u-temas .metas {
    padding-top: 10px;
    gap: 0px;
  }

  .ecv_relacionadas_2022,
  .u-temas {
    padding-left: var(--espacio-left-mobile);
    padding-right: var(--espacio-right-mobile);
  }

  /*
  @
  @ Fin seccion 4 temas:
  @
*/

  /*
  @
  @ Inicio seccion 5 noticias relacionadas:
  @
*/
  .ecv_relacionadas_2022.mt-4 {
    padding: var(--espacio-top-mobile) var(--espacio-right-mobile) var(--espacio-bottom-mobile) var(--espacio-left-mobile);
  }

  .ecv_relacionadas_2022 {
    margin-top: 0px !important;
  }

  .c_002_001>div:nth-child(3) {
    padding-bottom: 0px !important;
  }

  .c_002_001>div:nth-child(6) {
    padding-top: 0px !important;
  }

  .ecv_relacionadas_2022.mt-4>div>div {
    border-bottom: 0px #69a8ff solid;
    position: relative;
    margin-right: 0px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Archivo';
    padding-left: 0px;
    color: var(--color-azul-oscuro);
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  span.second {
    color: var(--color-azul);
    margin-top: -10px;
    display: block;
    padding-left: 0px;
  }

  .ecv_relacionadas_2022.mt-4>div>div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    bottom: 3px;
    background-image: url('https://redyman.netlify.app/header2022/img/line-azul.png');
    background-size: cover;
    background-position: left center;
    left: 0px;
    background-repeat: no-repeat;
  }

  .ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) {
    width: 100%;
    padding: 0 0px;
  }

  .ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd {
    width: 100%;
    padding-right: 0px;
    flex-wrap: wrap;
  }

  /*
  @
  @ Fin seccion 5 noticias relacionadas:
  @
*/

  /*
  @
  @ Inicio seccion 6 recomendada:
  @
*/
  .ecv_relacionadas_2022 .recomendadas-rd .headline h3 {
    color: var(--color-azul-oscuro) !important;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .headline h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }

  .ecv_relacionadas_2022 .recomendadas-rd {
    padding: 15px 0px;
    border-bottom: 1px solid var(--color-azul);
    margin-left: 0px;
    margin-right: 0px;
  }

  .media_block .multimedia img {
    border-radius: 2px;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .text_block .section {
    font-weight: 600;
    font-family: 'Mattone 150' !important;
    font-style: normal !important;
    font-size: 15px;
  }

  #r02c01>div:nth-child(11)>div>div.metas {
    padding-left: 12px;
  }


  .ecv_relacionadas_2022 .relatedContent section article {
    width: 100%;
    padding-right: 0px;
  }

  .ecv_relacionadas_2022 .recomendadas-rd {
    display: flex;
    width: 100%;
    flex-direction: initial;
  }

  .ecv_relacionadas_2022 .multimediaIconMacroWrapper img {
    position: relative !important;
    height: 100px !important;
    object-fit: cover;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .ecv_relacionadas_2022 .multimediaIconMacroWrapper div {
    padding-top: 0% !important;
  }

  /*.ecv_relacionadas_2022 .recomendadas-rd .text_block{
    width:70%;
  }*/
  .ecv_relacionadas_2022 .recomendadas-rd .text_block {
    width: 100%;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .media_block {
    width: 25%;
  }

  .ecv_relacionadas_2022 .text_block {
    padding: 10px 0;
    width: 100%;
  }

  .ecv_relacionadas_2022 .recomendadas-rd .headline {
    margin-top: 15px;
  }

  /*
  @
  @ Fin seccion 6 recomendada:
  @
*/

  /*
  #Inicio_taboola
  */

  /*.u-taboola-1 .trc_rbox_header.trc_rbox_border_elm {
    padding-bottom: 30px;
  }
  
  .u-taboola-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .trc_related_container .trc_rbox_header_span {
    border-bottom: 0px #69a8ff solid;
    position: relative;
    margin-right: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Archivo';
    padding-left: 0px;
    color: var(--color-azul-oscuro);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
  }
  
  .u-taboola-1 .trc_rbox_header.trc_rbox_border_elm::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    bottom: 15px;
    background-image: url("https://redyman.netlify.app/header2022/img/line-azul.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .trc_elastic_organic-thumbnails-e .trc_rbox_outer .videoCube {
    margin-bottom: 0px;
  }
  .organic-thumbnails-e .thumbBlock_holder{
    margin-top: 10px;
    padding-top: 0px;
  }
  
  .alternating-thumbnails-e {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }*/
  /*
  #Fin_taboola
  */

  /*Recomendadas, solución de problemas de columnas*/

  .ecv_relacionadas_2022 .recomendadas-rd .media_block {
    width: 100%;
  }

  .ecv_relacionadas_2022 .recomendadas-rd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #2927B9;
    align-items: center;
  }
}

/*
  ####
  #### Fin mobile max:700px
  ####
*/
/*-------------------------------*/

@media only screen and (max-width: 344px) {
  .ecv_relacionadas_2022 .recomendadas-rd .media_block {
    width: 100%;
  }

  .ecv_relacionadas_2022 .recomendadas-rd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #2927B9;
    align-items: center;
  }

  .ecv_relacionadas_2022>div:not(.ecv_relacionadas_2022.mt-4 > div) .recomendadas-rd:nth-child(2) {
    grid-template-columns: 1fr;
  }

}

/* ---############--DESIGN POLL DETAIL--#############--- */

.teaser-titulo-poll {
  background-color: #23dcd1;
  padding: 15px 0;
  color: #2835bb;
  text-align: center;
}

.teaser-titulo-poll .t-quiz {
  font-size: 22px;
}

.teaser-titulo-poll .t-section {
  font-family: 'Anek Malayalam';
  font-style: normal;
  font-weight: 600;
  font-size: 47.4312px;
  line-height: 35px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.D-POLL {
  background-color: #060127;
  padding: 0px 15px 2rem 15px;
}

.D-POLL .top-block .question-poll h2 {
  font-weight: 600;
  font-size: 20px;
  color: white;
  text-align: center;
  padding-top: 1.2rem;
  font-family: 'Archivo';
}


.form-check .form-check-input {
  float: none !important;
  margin-left: 0 !important;
}

.form-check {
  padding-left: 0 !important;
  display: grid !important;
}

.form-check input[type="radio"]:checked+label {
  font-weight: bold;
  background: #ffffff42;
  display: block;
  padding: 10px;
}

.poll-form .choice {
  color: #fff;
}

.form-check {
  padding-left: 0 !important;
  display: grid !important;
}

.form-check input[type="radio"]:checked,
input[type="radio"] {
  visibility: hidden;
}

.form-check span[data-choiceid] label {
  font-weight: bold;
  border: 1px solid #23dcd1;
  display: block;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Archivo';
}

.results {
  margin-top: 1.5rem;
}

.results .choice .bg-bar .bar {
  background: #23dcd1;
  height: 24px;
}

.results .choice {
  color: #fff;
  border: 2px solid #23dcd1;
  font-family: 'Archivo';
  font-weight: bold;
  display: block;
  padding: 10px;
  margin: 10px 0;
}

.vote-count {
  color: #fff;
  font-weight: 700;
  font-family: 'Archivo';
  font-size: 22px;
  margin-top: 1.5rem;
}

.buttons-poll {
  margin-top: 1.5rem;
}

.buttons-poll span {
  font-family: 'Archivo';
}

.encuesta_ampliada {
  max-width: 700px;
  margin: auto;
}

@media (max-width: 575px) {
  .encuesta_ampliada {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.btn-compartir>button[type="button"] {
  display: none;
}

.btn-compartir.ver>button[type="button"] {
  display: initial;
}

.dnone {
  display: none !important;
}

.sources {
  display: none !important;
}

@media (max-width: 700px) {
  .u-ampliada-contenido .DETAIL_TXT .html>iframe.instagram-media {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    position: initial !important;
  }

  .u-ampliada-contenido {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.init-page-js .u-ampliada-contenido .DETAIL_TXT .html script {
    display: none;
  }

  body.init-page-js .u-ampliada-contenido .DETAIL_TXT .html>*,
  body.init-page-js .u-ampliada-contenido .html {
    overflow: hidden;
    display: initial;
  }
}

.btn-compartir .btn[disabled] {
  cursor: progress;
  pointer-events: initial;
}


/* 👉 MODAL REGISTRO USUARIO */
.MODAL_FORMULARIO_USUARIO .modal-title {
  font-style: normal;
  font-weight: 700;
  /*font-size: 22px;
  font-size: 23.027px;*/
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
}

.MODAL_FORMULARIO_USUARIO .modal-dialog .modal-body .modal-form .row .col {
  display: flex;
  flex-direction: column;
}

.MODAL_FORMULARIO_USUARIO .modal-footer {
  border-top: 0px solid transparent !important;
  padding: 1rem 0 0.75rem 0 !important;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.MODAL_FORMULARIO_USUARIO .modal-footer #btn_enviar_formulario_registro {
  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: #060127;
}

/* .MODAL_FORMULARIO_USUARIO .modal-dialog{
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.15), 0 0px 100px -20px rgba(23,41,64,.25);
}  */

.MODAL_FORMULARIO_USUARIO .modal-header {
  background: #c40202;
  padding: 1.5rem;
}

.MODAL_FORMULARIO_USUARIO input[name="telefono"]::placeholder {
  opacity: 0.3;
}

.MODAL_FORMULARIO_USUARIO .modal-content {
  border: none !important;
}

.MODAL_FORMULARIO_USUARIO .modal-body {
  padding: 1.5rem 1.5rem 0 !important;
  border: 0px solid #ffff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 0px solid #e2e2e2;
  border-radius: 0px 0px calc(.3rem - 1px) calc(.3rem - 1px);
}

.MODAL_FORMULARIO_USUARIO .modal-body label {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
  font-size: 20.4685px;
  line-height: 33px;
}

.MODAL_FORMULARIO_USUARIO #btn_enviar_formulario_registro {
  font-family: 'Archivo';
  font-style: normal;
  line-height: 33px;
  background: transparent !important;
  border: 1px solid #CACACA !important;
  border-radius: 3px;
}

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

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

.MODAL_FORMULARIO_USUARIO .modal-footer button:after {
  content: url('https://estadisticas.ecuavisa.com/sites/gestor/Banner/Vector-login.svg');
  filter: invert(1);
}

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

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

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

.MODAL_FORMULARIO_USUARIO .mis-intereses-modal {
  font-weight: 600;
}

.MODAL_FORMULARIO_USUARIO .item_tema {
  display: inline-block;
  padding: 0px;
}

.MODAL_FORMULARIO_USUARIO .template-meta-favorite-action svg {
  display: none;
}

.MODAL_FORMULARIO_USUARIO .template-meta-favorite-action.add .btn-modal-seguir {
  display: flex;
  align-items: center;
  gap: 10px;
}

.MODAL_FORMULARIO_USUARIO .template-meta-favorite-action.add .btn-modal-seguir svg:nth-child(2) {
  display: inline-block;
}

.MODAL_FORMULARIO_USUARIO .template-meta-favorite-action.remove .btn-modal-seguir svg:nth-child(3) {
  display: inline-block;
}

.MODAL_FORMULARIO_USUARIO .keywords {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.btn-modal-seguir small {
  font-family: 'Mattone 150';
  color: #2927b9;
  text-transform: uppercase;
  font-weight: 500;
}

.MODAL_FORMULARIO_USUARIO .template-meta-favorite-action {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #2927b9;
  border-radius: 3px;
  color: #2927b9;
  padding-right: 8px;
  padding-top: 9px;
  padding-left: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}

#modal_formulario_registro .form-label {
  color: #060127;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

#modal_formulario_registro .preguntas-random-trivia .form-label {
  display: block;
  text-align: center;
  padding-bottom: 35px;
}

#modal_formulario_registro .title-modal {
  color: #060127;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

#modal_formulario_registro .check label {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

#modal_formulario_registro .check .title-item-check {
  font-size: 20px;
  color: #9d9d9d;
  font-weight: 300;
}

#modal_formulario_registro .check .title-item-check {
  font-size: 18px;
  color: #9d9d9d;
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

#nombreRegistro {
  padding: 12px 20px;
}

#modal_formulario_registro textarea:hover,
#modal_formulario_registro input:not(input[type="radio"]):hover,
#modal_formulario_registro textarea:active,
#modal_formulario_registro input:not(input[type="radio"]):active,
#modal_formulario_registro textarea:focus,
#modal_formulario_registro input:not(input[type="radio"]):focus,
#modal_formulario_registro button:focus,
#modal_formulario_registro button:active,
#modal_formulario_registro button:hover,
#modal_formulario_registro label:focus,
#modal_formulario_registro .btn:active,
#modal_formulario_registro .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

#modal_formulario_registro input[type="radio"]:checked,
#modal_formulario_registro input[type="radio"] {
  visibility: initial;
}

.btn-check:focus+.btn.btn-modal-seguir,
.btn.btn-modal-seguir:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.template-meta-favorite-action.add svg {
  color: #2927b9;
}

.template-meta-favorite-action.remove {
  background-color: #2927b9;
  padding-bottom: 5px;
}

.template-meta-favorite-action.remove button small {
  color: #fff;
}

.template-meta-favorite-action.remove svg {
  color: #fff;
}

.listado-temas {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

/* Mensaje de alerta */
#modal_formulario_registro #modal-resp .alert-success,
#modal_formulario_registro #modal-resp .alert-danger,
#modal_formulario_registro .preguntas-random-trivia .form-label {
  font-size: 1.5rem;
  margin-top: 2rem;
}



@media (max-width: 576px) {
  .MODAL_FORMULARIO_USUARIO .modal-dialog .modal-body .modal-form .row {
    display: block;
  }

  .MODAL_FORMULARIO_USUARIO .modal-dialog .modal-body .modal-form .row .col {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
}


@media (min-width: 768px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .modal-dialog {
    max-width: 800px;
  }
}


@media (min-width: 1500px) {
  .modal-dialog {
    max-width: 1000px;
  }
}

/* FIN MODAL REGISTRO USUARIO */

/*INICIO BTN EXPORT PDF*/
.btn-compartir .btn.btn-export-pdf svg {
  fill: var(--color-azul);
}

/*FIN BTN EXPORT PDF*/



/*detalle opinion*/

.DETALLE_OPINION .categoria-ecuavisa {
  width: 70%;
}

.DETALLE_OPINION .date-ec {
  width: 30%;
}

.DETALLE_OPINION .subheadline {
  display: none;
}

@media (max-width: 767px) {
  .DETALLE_OPINION .categoria-ecuavisa {
    width: 100%;
  }

  .DETALLE_OPINION .date-ec {
    width: 1000%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/*GOOGLE NEWS 2023-10-03 - CR*/
.google-news-ecuavisa a {
  text-decoration: none;
}

.google-news-ecuavisa {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.google-news-content {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.descripcion-google {
  position: relative;
  line-height: 1.2;
  color: var(--color-azul-oscuro);
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.icon-google img {
  width: 35px;
  height: auto;
}

.google-news .google-news-ecuavisa {
  /* border-top: 1px solid #2e22b6; */
  position: relative;
  /* border-bottom: 1px solid #2e22b6; */
  padding: 20px 20px;
  border-radius: 7px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.google-news-ecuavisa:hover .descripcion-google {
  color: #2e22b6;
}

/* .google-news .google-news-ecuavisa:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    top: -14px;
    left: 0;
    background-color: #2e22b6;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 0;
} */

.icon-google {
  display: flex;
  gap: 25px;
  align-items: center;
}

.icon-google img:first-child {
  width: 62px;
  height: auto;
  background: #2e22b6;
  padding: 11px 7px;
  border-radius: 5px;
}

.icon-google img:last-child {
  width: 44px;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .icon-google img:first-child {
    width: 52px;
  }

  /* .bAutorRedes  {
    flex-direction: column;
  } */

  .bAutorRedes .boton_ws_two .text_,
  .bAutorRedes .iconNewsletterArticle .text_,
  .bAutorRedes .btn-compartir .si_marcado .text_, 
  .bAutorRedes .btn-compartir .no_marcado .text_,
  .bAutorRedes .botonCompartirArticle .text_{
    display: none;
  }

  /* .bAutorRedes .author.d-flex{
    margin-bottom: 10px;
  } */

  .icon-google {
    gap: 12px;
  }

  .google-news .google-news-ecuavisa {
    border-radius: 0px;
  }
}

.google-news-ecuavisa.d-none {
  display: block !important;
}

/*GOOGLE NEWS 2023-10-03 - CR*/


/*codigo rojas ampliadas*/

.noEsUnMejor,
.esUnMejor {
  border-radius: 10px;
  background: #060127;
  display: block;
  max-width: 500px;
  margin: auto;
  padding: 8px 12px;
  margin-top: 30px;
}

.noEsUnMejor .imgFooter,
.esUnMejor .imgFooter {
  max-width: 85%;
  margin: auto;
  text-align: center;
  display: block;
}

.noEsUnMejor .imgTW,
.esUnMejor .imgTW {
  width: 100%;
}


.noEsUnMejor .text_mejor_pais,
.esUnMejor .text_mejor_pais {
  color: #009DED;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: block;
  margin: 15px 0;
  margin-bottom: 0;
  padding: 0 10px;
}

.noEsUnMejor a,
.esUnMejor a {
  color: #fff;
  display: block;
  padding: 10px 10px 20px 10px;
  font-family: Archivo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.text.bbc figure img {
    width: 100%;
    height: auto;
}

.text.bbc .html figure > div {
    padding-bottom: 0px!important;
}