.modal_contenedorVideosDM {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 38;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_overlayVideosDM {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  height: 100%;
  background: #000000a8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_contenedorGralVideosDM {
  width: 25%;
  margin: 0 auto;
  background-color: #282828;
  padding: 20px;
  position: relative;
  z-index: 35;
  box-shadow: 2px 3px 8px #717171;
}

.modal_contBodyVideosDM {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.modal_imgPrincipalVideosDM {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.modal_imgPrincipalVideosDM div {
  position: relative;
}

.modal_tituloVideosDM {
  width: 60%;
  float: right;
  text-align: center;
  font-size: 26px;
  color: #5d5d5d;
  font-weight: bold;
  line-height: 35px;
  padding: 0 17px;
  margin-top: 0px;
}

.modal_tituloVideosDM.strong {
  color: #e43d25;
  font-size: 30px;
}

.modal_subtituloVideosDM {
  width: 63%;
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 16px 0 0;
  color: #ffffff;
  padding: 15px 40px;
  background: #1f1f1f;
}

.modal_subtituloVideosDM a {
  color: #fff;
  text-decoration: underline;
  margin-left: 2px;
}

.modal_subtituloVideosDM a:hover {
  color: #e43d25;
  text-decoration: none;
}

.modal_botonesFooterVideosDM {
  width: 100%;
  float: left;
  text-align: center;
  margin: 27px 0 0;
}

.modal_btnPrimarioVideosDM {
  padding: 10px 30px 13px 30px;
  background: #e43d25;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  border-radius: 8px;
  margin-right: 30px;
}

.modal_btnPrimarioVideosDM:hover {
  color: #fff;
  background: #000;
}

.modal_btnSecundarioVideosDM {
  padding: 10px 18px 13px 18px;
  background: #fff;
  color: #b7b7b7;
  font-size: 19px;
  border-radius: 8px;
  margin-right: 30px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}

.modal_btnSecundarioVideosDM:hover {
  background: #f2f2f2;
}

.cerrarMod {
  width: auto;
  float: right;
  text-align: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.contenedorSinVideos {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: none;
  color: #eee;
}

#cargandoVideos {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

#cargandoVideos img {
  width: 150px !important;
  height: 90px !important;
  float: inherit !important;
}

body.bk-videoteca {
  background-color: #061f25;
}

.skin-container.bk-videoteca {
  background-color: #061f25;
}

.SeccVideos {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 60px 0;
  position: relative;
  z-index: 1;
}

.SeccVideos a {
  width: -webkit-fill-available;
  width: -moz-available;
  display: block;
  color: #fff;
  word-break: break-word;
}

.ContModuloMargen {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  /*margin: 40px 0;*/
}

.ColModuloVideoP {
  /*width: -webkit-fill-available;width: -moz-available;
    /*display: inline-block;*/
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.ColModuloVideoPSec {
  width: 45%;
  float: right;
  /*display: inline-block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;*/
}

.AllBanners {
  width: -webkit-fill-available;
  width: -moz-available;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.AllBannersSideV {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-desk {
  display: flex;
}

.banner-mob {
  display: none;
}

/*.publicidadVideoteca {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}*/

.ContModuloVideo {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  position: relative;
}

.HomeVideoCard {
  /*flex-direction: row;
    align-items: flex-end;
    margin-left: 2.5rem;*/
  /*display: flex;*/
  position: relative;
  height: 640px;
}

/*.HomeVideoPreview__videoPreviewVertical___20iMX {
    max-width: 21.5vw;
    max-height: 38vw;
    margin: unset;
    width: 16rem;
    flex-grow: 1;
}*/

.ModVideo {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  /* display: flex;*/
}

.ModVideo iframe {
  max-width: 350px;
  max-height: 640px;
  /*max-width: 21.5vw;
    max-height: 38vw;
    flex-grow: 1;*/
  display: inline-block;
  border-radius: 10px;
}

.ContTitV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-weight: 700;
}

.ModTitV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  padding-right: 20px;
}

.TitVP {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
  margin: 20px auto;
}

.TitV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: inherit;
  letter-spacing: 0;
}

.TitSeccV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-size: 30px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 30px;
}

.TxtV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}

.SeccSinMargen {
  margin-bottom: 0px;
}

.ModuloSideVideo {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 20px 0;
}

.ModuloImgVSide {
  width: 200px;
  height: 110px;
  float: left;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.ModuloImgVSide img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.ModuloImgVSide img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}

.IconPlayVideoteca {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  /*background-color: #e50069;*/
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 5px;
}

.Video-CV {
  background-color: #f04048;
}

.Video-DI {
  background-color: #0b6dd0;
}

.Video-FT {
  background-color: #0b1bbd;
}

.Video-M10 {
  background-color: #e3116a;
}

.Video-MIT {
  background-color: #ed1b2e;
}

.Video-SN {
  background-color: #00738f;
}

.Video-AS {
  background-color: #e52233;
}

.Video-SG {
  background-color: #e00f25;
}

.Video-GM {
  background-color: #9c0a2f;
}

.Video-OPEN {
  background-color: #019bbe;
}

.ModTitV-side {
  width: 57%;
  display: inline-block;
  padding: 0 10px;
}

.Vsmall {
  width: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  text-transform: inherit;
}

.SubTitV {
  width: auto;
  color: #fff;
  font-size: 30px;
  text-align: left;
  margin: 0;
}

.VerMasVideos {
  width: auto;
  display: inline-block;
  float: right;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
}

.VerMasVideos a {
  width: auto;
  text-decoration: underline;
}

.VerMasVideos a:hover {
  text-decoration: none;
}

.comparteVideo {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin-top: 15px;
  padding: 6px 0;
  border-top: 2px solid #fff;
}

.comparteVideotxt {
  width: auto;
  float: left;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase;
  color: #fff;
}

.comparteVideoRed {
  width: auto;
  float: left;
  margin: 0px 10px;
}

.comparteVideoRed i {
  font-size: 20px;
}

.comparteVideoRed a {
  transition: 0.3s;
}

.comparteVideoRed a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s;
}

.SliderVideoteca {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.ItemSliderVideoteca {
  margin: 0 10px;
  height: auto;
}

.ImgSliderVideoteca {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 140px;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ImgSliderVideoteca img {
  transition: 0.3s;
}

.ImgSliderVideoteca img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}

.TitSliderVideoteca {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.TitSliderVideoteca h3 {
  text-transform: inherit;
  margin: 0;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.SliderVideoteca .slick-dots {
  bottom: -50px;
  margin: 0;
}

.SliderVideoteca .slick-dots li {
  margin: 0 6px;
  text-align: center;
}

.SliderVideoteca .slick-dots li button {
  padding: 5px;
}

.SliderVideoteca .slick-dots li button:before {
  font-size: 70px;
  top: 0;
  left: 0;
  opacity: 1;
  color: #979797;
}

.SliderVideoteca .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.SliderVideoteca .slick-prev,
.slick-next {
  font-size: 30px !important;
  top: inherit !important;
  bottom: -70px !important;
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  z-index: 2 !important;
  position: absolute !important;
  border-radius: 30px;
}

.SliderVideoteca .slick-prev {
  left: 37% !important;
}

.SliderVideoteca .slick-next {
  right: 37% !important;
}

.ModuloImgV {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 300px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.ModuloImgV img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.ModuloImgV img:hover {
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}

.ColUltimosVideos {
  margin-bottom: 30px;
}

.btnTabsProd.TabsVideoteca {
  width: auto;
  float: right;
  color: #fff;
  padding: 3px 20px;
  border: solid #fff 1px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0;
}

.btnTabsProd.TabsVideoteca:hover {
  background-color: #fff3;
}

.btnTabsProd.TabsVideoteca i {
  color: #fff;
}

.VerMasVideos.VerMasWidth {
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: right;
  margin-top: 10px;
}

.titContFiltro.titContFiltroV {
  color: #fff;
  margin: 0 0 20px 0;
}

.tab-content.tab-contentVideoteca > .active {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 29px;
  font-weight: bold;
  margin: 0px;
}

.nav-item.filtro.nav-itemVideoteca a {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  background-color: #2b525b;
  padding: 7px 14px !important;
  border-radius: 10px;
}

.nav-item.filtro.nav-itemVideoteca a:hover {
  color: #fff;
  text-decoration: underline;
}

.tabsProductos.tabsPVideoteca ul li {
  background: transparent;
}

.tabsProductos.tabsPVideoteca ul li h4 {
  font-size: 19px;
  text-transform: inherit;
  letter-spacing: 0;
  margin: 0;
}

.nav-pills.nav-pillsVideoteca .nav-link.active {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
  margin: 0px;
}

.nav-pills.nav-pillsVideoteca .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
  margin: 0px;
}

.nav-pills.nav-pillsVideoteca .nav-link.active:hover,
.nav-pills.nav-pillsVideoteca .show > .nav-link:hover {
  color: #000;
  background-color: #fff;
}

/*.nav-pills.nav-pillsVideoteca .nav-link.active:focus, .nav-pills.nav-pillsVideoteca .show>.nav-link:focus {
    color: #fff;
    background-color: #2b525b;
}*/

.BoxUltimosVideos {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.btnTabsProd.TabsVideoteca.BtnTabsHome {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  color: #f04048;
  padding: 3px 20px;
  border: solid #f04048 2px;
}

.btnTabsProd.TabsVideoteca.BtnTabsHome i {
  color: #f04048;
}

.titContFiltro.titContFiltroV.titContFiltroVHome {
  color: #000;
  margin: 0 0 20px 0;
}

.TitV.TitVHome a {
  color: #000;
}

.tabsProductos.tabsPVideoteca.tabsPVideotecaHome ul li {
  background-color: #eaeaea;
}

.verMasbtn.verMasbtnVHome {
  margin-top: 20px;
}

.ContRedesVP {
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  padding: 15px 20px;
  background-color: #ffffff21;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TxtRedesVP {
  width: auto;
  float: left;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}

.RedesVP {
  width: auto;
  float: left;
  font-size: 25px;
  line-height: 28px;
  margin: 0 12px;
}

.RedesVP a {
  transition: 0.3s;
}

.RedesVP a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s;
}

.ColModuloVideoPsingle {
  width: 65%;
}

.ColModuloVideoPSecSingle {
  width: 35%;
  float: right;
}

.ModVideoSingle div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.ModVideoSingle iframe {
  position: inherit !important;
}

.ContHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 20px 0;
}

.ModuloImgHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 195px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.TitHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  color: #eee;
}

.TitVCenter {
  text-align: center;
}

.txtHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  color: #eee;
}

.txtHistV a {
  color: #eee;
}

.SubTitHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-transform: initial;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0px;
  text-align: left;
}

.DesHistV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 7px 0;
  font-size: 19px;
}

input[type="checkbox"] {
  accent-color: red;
  color: gray;
}

.listaReceta.recetaOrdenada {
  list-style: auto;
}

.contTips img {
  width: 80%;
  margin: 20px auto 0 !important;
  display: block;
  object-fit: cover;
  height: 300px;
}

.contTips .wp-caption-text {
  margin-right: 60px;
}

.ContBioAutor {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px 20px 30px 20px;
  border-top: 1px solid #f04048;
}

.FotoAutor {
  width: 150px;
  height: 100%;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}

.BioAutor {
  width: 81%;
  display: inline-block;
  padding-left: 35px;
}

.AutorH1 {
  color: #f04048;
  margin-bottom: 20px;
}

.AutorCargo {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  color: #909090;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 14px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}

.AutorDesc {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.AutorRedes {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin-top: 15px;
}

.Autoricon {
  float: left;
  margin: 0 26px 0 0;
  font-size: 22px;
}

.Autoricon a {
  color: #ffc107;
}

.Autoricon a:hover {
  color: #000;
}

.notasH2 {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.txtHist h3 {
  width: 100%;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  text-decoration: none;
  padding: 20px 20px 0;
  margin: 0;
  text-transform: initial;
  letter-spacing: inherit;
}

.txtHist h3 a {
  color: #212529;
}

.txtHist h3 a:hover {
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.moduloH.moduloQh {
  background-color: #e5192f66;
  border-radius: 15px;
  padding: 20px;
}

.multiple-items.slickLandingCV {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 17px;
}

.multiple-items.slickLandingCV .slick-arrow {
  width: auto;
  color: #f04048;
  font-size: 25px;
}

.multiple-items.slickLandingCV .slick-slide {
  margin: 0 10px;
}

.imgQH {
  position: relative;
  height: auto;
}

.imgQH img {
  border-radius: 15px;
}

.slick-next:before {
  display: none;
}

.slick-prev:before {
  display: none;
}

.overlayQH {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  position: absolute;
  top: 0;
  border-radius: 15px;
}

.notaQH {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.notaQH a {
  color: #fff;
}

.Btndestacado {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 5px 0;
  font-size: 19px;
  font-weight: 600;
}

.Btndestacado a {
  padding: 8px 50px;
  background: #f06668;
  border: 1px solid #f06668;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

.Btndestacado a:hover {
  background: #fff;
  border: 1px solid #f06668;
  color: #f06668;
}

.banner-elecciones {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  text-align: center;
  margin: 20px 0;
}

.banner-e-desk {
  width: 970px;
  margin: 0 auto;
}

.banner-e-mob {
  width: 320px;
  margin: 0 auto;
  display: none;
}

.modal_contenedor {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 38;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal_overlay {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  height: 100%;
  background: #000000a8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 34;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_contenedorGral {
  width: 690px;
  height: 620px;
  overflow-y: scroll;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  padding: 38px 15px;
  position: relative;
  z-index: 35;
  box-shadow: 2px 3px 11px #3838388a;
}

.modal_contBody {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
}

.modal_imgPrincipal {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 24px;
}

.modal_titulo {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 35px;
  padding: 0 6px;
  margin-top: 15px;
}

.modal_titulo .strong {
  color: #ea1327;
  font-size: 31px;
}

.modal_subtitulo {
  display: none;
  width: 56%;
  float: left;
  text-align: center;
  font-size: 19px;
  margin: 16px 0 0;
  color: #ffffff;
  padding: 15px 40px;
  background: #ccb23f;
}

.modal_subtitulo a {
  color: #fff;
  text-decoration: underline;
  margin-left: 2px;
}

.modal_subtitulo a:hover {
  color: #000;
  text-decoration: none;
}

.modal_botonesFooter {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 27px 0 0;
  padding: 0 13%;
}

.modal_btnPrimario {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0 10px 20px;
  padding: 10px 30px 13px 30px;
  background: #ec1a2e;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  /*margin-right: 30px;*/
}

.modal_btnPrimario:hover {
  color: #fff;
  background: #000;
}

.modal_btnSecundario {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 18px 13px 18px;
  background: #fff;
  color: #dc3545;
  font-size: 19px;
  /*margin-right: 30px;*/
  border: 1px solid #dc3545;
  cursor: pointer;
}

.modal_btnSecundario:hover {
  background: #fafafa;
}

.cerrarNews {
  float: left;
  text-align: right;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin: 5px;
  color: #f67f4f;
  font-size: 30px;
  padding: 3px 13px 1px;
}

.cerrarNews:hover {
  color: #8b9a9e;
}

.dm-player {
  height: 437px;
}

/******MODULO HERDEZ*******/

.hdz_btnRecetas a {
  background: #e50d3f !important;
  color: #fff !important;
}

.hdz_historico .imgHist {
  width: -webkit-fill-available;
  width: -moz-available;
}

.hdz_historico .txtHist span {
  height: 60px;
}

.hdz_historico .txtHist .histChico {
  height: 90px !important;
}

.NotasRecomendadas {
  width: 24%;
  float: left;
  margin-left: 1%;
}

.NRimg {
  width: -webkit-fill-available;
  width: -moz-available;
  /*height: 200px;*/
  overflow: hidden;
  display: inline-block;
}

.NRimg img {
  margin: 0 !important;
}

.NRtxt {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  font-weight: 500;
  background: #fff;
  padding: 0 8px 0 2px;
  line-height: 22px;
}

.NRtxt a {
  color: #212529 !important;
}

.NRtxt a:hover {
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.strong {
  width: auto !important;
  float: none !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 2px 0 0 !important;
  display: inline-block;
}

.LineMenu {
  margin: 0px 20px;
  color: #eee132;
  font-weight: 300 !important;
  float: none !important;
}

.moduloNewsletterHome {
  /*Modulo Newsletter home*/
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  border-top: 1px solid #f9f16f;
  border-bottom: 1px solid #f9f16f;
  margin: 20px 0 90px 0;
  padding: 38px 0 42px 0;
}

.titmoduloNewsletterHome {
  width: 50%;
  float: left;
  margin: 0;
  padding: 20px 0;
}

.txtmoduloNewsletterHome {
  width: auto;
  display: inline-block;
  margin: 0;
}

.titNewsChico {
  width: -webkit-fill-available;
  width: -moz-available;
  font-size: 25px;
  color: #8d8d8d;
  font-weight: 300;
}

.titNewsGrande {
  font-size: 45px;
  margin-top: -17px;
  font-weight: 700;
}

.SubtitmoduloNewsletterHome {
  width: 50%;
  display: inline-block;
  margin: 0;
}

.TxtNewsletterHome {
  width: -webkit-fill-available;
  width: -moz-available;
  display: block;
  text-align: center;
  padding: 15px 20px;
  font-size: 19px;
  color: #585858;
}

.BtnNewsletterHome {
  width: -webkit-fill-available;
  width: -moz-available;
  display: block;
  text-align: center;
}

.BtnNewsletterHome a {
  width: 60%;
  display: block;
  margin: 0 auto;
  background: #f9f16f;
  border-radius: 100px;
  color: #000;
  padding: 6px 10px;
  font-size: 26px;
  font-weight: bold;
  border: 1px solid #e8c936;
  transition: background-color 0.3s ease;
}

.BtnNewsletterHome a:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
  border: 1px solid #252527;
}

.IconNews {
  font-size: 20px;
  display: inline-block;
  color: #444547;
  margin-right: 10px;
}

/*Modulo Newsletter home*/

.modNewsletterSidebar {
  /*Modulo Newsletter sidebar*/
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  margin-top: 300px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px 0 10px 0;
}

.titNewsletterNota.side {
  display: block;
  text-align: center;
}

.titChicoNewsletter.side {
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0;
  text-align: center;
}

.titGrandeNewsletter.side {
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  margin: 0;
}

.btnSuscribeteNewsletterNota {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  text-align: center;
  padding: 0 10px;
}

.btnSuscribeteNewsletterNota a {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  background: #f9f078;
  color: #000;
  border-radius: 100px;
  font-size: 22px;
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid #e8c936;
  transition: background-color 0.3s ease;
}

.btnSuscribeteNewsletterNota a:hover {
  text-decoration: none;
  color: #fff;
  background: #252526;
}

/*Modulo Newsletter sidebar*/

.modNewsletterNota {
  /*Modulo Newsletter abajo de nota*/
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  padding: 36px 130px 53px 130px;
  border-top: 1px solid #f9ef80;
  border-bottom: 1px solid #f9ef80;
  margin-bottom: 40px;
}

.titNewsletterNota {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.titChicoNewsletter {
  font-size: 27px;
  font-weight: 300;
  float: left;
  margin-top: 1px;
}

.titGrandeNewsletter {
  font-size: 33px;
  float: left;
  font-weight: 700;
  margin-left: 8px;
}

/*Modulo Newsletter abajo de nota*/

.barraSusNEWS {
  /* Barra general suscribete al newsletter */
  width: -webkit-fill-available;
  width: -moz-available;
  background: #f9f16f;
  height: 35px;
  text-align: center;
  margin-top: 0px;
  padding-top: 5px;
  font-size: 17px;
  overflow: hidden;
  display: none;
  float: left;
}

.barraSusNEWS a {
  width: -webkit-fill-available;
  width: -moz-available;
  color: #000;
  text-decoration: none;
  float: left;
}

.barraSusNEWS a:hover {
  color: #831933;
  text-decoration: none;
}

.IconNews.head {
  color: inherit;
  font-size: 17px;
  margin-left: 3px;
}

/* Barra general suscribete al newsletter */

.ContAutorNota {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  border-top-left-radius: 10px;
  background: #fff;
  padding: 36px 17px 30px 28px;
  border-bottom: 2px solid #ee424d;
  margin: 30px 0;
  border-top-right-radius: 10px;
  box-shadow: 0px -2px 10px #e1e1e1;
}

.AutorContRedes {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.AutorContRedes span {
  font-size: 18px;
  margin: 0 9px;
}

.AutorContRedes span a {
  color: #575757;
}

.AutorContRedes span a:hover {
  color: #ee424d;
}

.AutorNotaContFoto {
  float: left;
  padding: 0;
}

.AutorNotaFotoCenter {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AutorNotaFoto {
  width: 150px;
  height: 100%;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.AutorNotaFoto img {
  margin: 0 !important;
}

.AutorNotaBio {
  float: left;
  margin: 0 auto;
  border-left: 8px solid #fff;
}

.AutorNotaNombre {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  font-size: 34px;
  color: #f04048;
  text-align: left;
  margin: 0 0 2px;
  font-weight: 700;
  line-height: 35px;
}

.AutorNotaCargo {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  color: #868686;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 5px 0;
}

.AutorNotaBioC {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  margin-top: 2px;
}

.verDescMailchimp a {
  width: -webkit-fill-available;
  float: left;
  margin: 0 auto;
  background: #dc3545;
  border: none;
  border-radius: 90px;
  padding: 8px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  margin-top: 7px;
}

.ContFormMailchimpNews a:hover {
  background: #ad1927;
}

.ContNewsSus {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  height: 100%;
  background: #a96073a8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 34;
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/
}

.NewsSus {
  width: 673px;
  margin: 0 auto;
  background: rgb(240, 240, 240);
  background: -moz-linear-gradient(
    0deg,
    rgba(240, 240, 240, 1) 57%,
    rgba(255, 255, 255, 1) 57%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(240, 240, 240, 1) 48%,
    rgba(255, 255, 255, 1) 48%
  );
  background: linear-gradient(0deg, rgb(255 255 255) 57%, rgb(242 242 242) 57%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#ffffff", GradientType=1);
  padding: 60px 1px 60px 0px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 3px 8px #717171;
}

.titNews {
  width: 68%;
  float: right;
  text-align: center;
  font-size: 27px;
  color: #767676;
  font-weight: bold;
  line-height: 43px;
  padding: 0 17px;
  margin-top: 20px;
}

.titNews .strong {
  color: #a96073;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.subNews {
  width: 55%;
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 16px 0 0;
  color: #ffffff;
  padding: 15px 40px;
  background: #a96073;
}

.cerrarNews {
  float: left;
  text-align: right;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin: 5px;
  color: #b5c3c7;
  font-size: 30px;
  padding: 3px 13px 1px;
}

.cerrarNews:hover {
  color: #8b9a9e;
}

.ContFormMailchimpNews {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  margin: 34px 80px 0 80px;
  padding: 0 40px;
  border-left: 4px solid #f2f2f2;
  border-right: 4px solid #f2f2f2;
  border-style: dotted;
  border-top: none;
  border-bottom: none;
}

.ContFormMailchimpNews .indicates-required {
  text-align: right;
  font-size: 11px;
  color: #a1a1a1;
}

.ContFormMailchimpNews .indicates-required .asterisk {
  font-size: 18px;
  color: #dc3545;
}

.ContFormMailchimpNews .mc-field-group {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  float: left;
  margin: 8px 0 !important;
  color: #858585;
  padding-bottom: 0px !important;
}

.ContFormMailchimpNews .mc-field-group .asterisk {
  color: #dc3545;
}

.ContFormMailchimpNews .mc-field-group input {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  float: left;
  background: #e5e5e5 !important;
  border-radius: 90px !important;
  border: none !important;
  padding: 6px 10px !important;
  color: #5a5a5a;
  text-transform: inherit;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
}

.ContFormMailchimpNews .mc-field-group input:hover {
  background: #f2f2f2;
  border: none;
}

.ContFormMailchimpNews .clear {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  text-align: center;
  margin-top: 7px;
}

.ContFormMailchimpNews #mc_embed_signup .button {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  float: left;
  margin: 0 auto !important;
  background: #a96073 !important;
  border: none !important;
  border-radius: 90px !important;
  padding: 8px 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold !important;
  height: 50px !important;
  font-size: 24px !important;
}

.ContFormMailchimpNews input:active {
  color: #000;
}

.ContFormMailchimpNews input:focus {
  color: #000;
}

.ContFormMailchimpNews input:hover {
  background: #791441;
}

.ContFormMailchimpNews #mc_embed_signup div.mce_inline_error {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #da3849;
  font-size: 14px;
}

.ContFormMailchimpNews #mce-success-response {
  color: #46808e;
}

.DescargaGratis {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
}

.DescargaGratisImg {
  width: 29%;
  float: left;
  text-align: center;
  padding: 0;
  border: 2px solid #f2f2f2;
  margin-left: 20px;
  border-radius: 3px;
}

.DescargaGratisImg img {
  margin: 0 auto;
  border-radius: 3px;
  width: 80%;
}

.DescargaGratis button {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  background: transparent;
  border: none;
  padding-top: 2px;
}

.DescargaGratis button a {
  padding: 20px 100px;
  text-decoration: none;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background: #3eab7f;
  border-radius: 90px;
}

.DescargaGratis button a:hover {
  background: #298762;
}

.boxAtt {
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  width: -webkit-fill-available;
}

.titDesc.bebe .strong {
  color: #8a4db3;
}

.txtDescargable.bebe .strong {
  color: #a3bc97;
  font-weight: 800;
}

.btn-descargar.bebe {
  background: #8a4db5;
}

.descMensual.bebe {
  border: solid #d493fd 2px;
}

.widgetSidebar {
  float: left;
  background: white;
  position: relative;
}

.bannerMultiple {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.bannerMultiple img {
  width: auto;
  margin: 0 auto;
}

.centrado.ideasDulces {
  box-shadow: 9px 9px #f06668;
}

.txtDescargable.ideasDulces .strong,
.titDesc.ideasDulces .strong,
.txtDescargaSidebar.ideasDulces .strong,
.encabezadoDescL.ideasDulces .strong {
  color: #f06668;
}

.btn-descargar.ideasDulces,
.btnIrDesc.prin.ideasDulces {
  background: #f92b34;
}

.descMensual.ideasDulces {
  border: solid #f06668 2px;
}

.breadcrumbs {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 20px 0px 10px;
}

.bc {
  font-size: 14px;
  float: left;
  margin: 0px 2px;
}

.bc a {
  color: #2e3032;
  text-decoration: none;
}

.bc a:hover {
  color: #b6bcc1;
  text-decoration: none;
}

.bc a svg {
  color: #f3e500;
  margin: 0px 2px 0px 5px;
}

.contImgPrincipal {
  width: 100%;
}

.tab-pane,
.container.descAnteriores {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
}

.container.descAnteriores {
  margin-top: 40px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.btnTabsProd {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  font-size: 18px;
  margin: 10px 0px 0px;
  text-align: center;
  padding: 11px 0px;
  font-weight: 700;
  border: solid #f23e43 1px;
}

.tabsProductos {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  display: none;
  margin-top: 10px;
}

.btnTabsProd svg {
  background: transparent !important;
  color: #f23e43 !important;
  padding: 0px !important;
}

.tabsProductos ul {
  padding: 0;
  list-style: none;
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  text-align: center;
}

.tabsProductos ul li {
  float: none;
  display: inline-flex;
  color: #212529;
  border-radius: 4px;
  background: #eaeaea94;
}

.btnTabsProd i {
  font-size: 14px;
  color: #e50051;
}

.tab-pane {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
}

.nav-item.filtro {
  margin: 5px 10px;
}

.nav-item.filtro a {
  font-size: 17px;
  padding: 0px;
  font-weight: 400;
  color: #222325;
  padding: 10px !important;
}

.nav-item.filtro a:hover {
  color: #ff9b9b;
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f26565;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0px;
}

.tab-content > .active {
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin: 30px 0px;
}

.titContFiltro {
  margin: 20px 0px;
  float: left;
  width: 100%;
}

.contImgPrincipal {
  position: relative;
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.contImgPrincipal img {
  position: relative;
  margin-bottom: 0px !important;
}

.txtMobileDesc .strong {
  margin-top: -10px !important;
}

.moduloH.opciones {
  margin-bottom: 0px;
}

.buscadorHome {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 340px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  background: #292d31;
}

.buscadorHome img {
  opacity: 0.6;
}

.contBH {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.contBH span {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  color: #fff;
  font-size: 15px;
  margin: 20px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.titBH {
  font-size: 33px !important;
  letter-spacing: 0px !important;
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #831933;
  margin: 0px 0px 20px 0px !important;
  float: left;
  font-weight: 600;
}

.contBH form {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #fff;
  border-radius: 22px;
  padding: 7px 7px 6px 20px;
  font-size: 15px;
}

.contBH form input {
  float: left;
  border-radius: 30px;
  width: 80%;
  border: 0px;
  outline: none;
}

.contBH form button {
  float: right;
  background: #831933;
  border: none;
  border-radius: 14px;
  width: 45px;
  height: 25px;
  color: #fff;
}

.tagsBusc {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
}

.tagBH {
  float: none !important;
  margin: 5px 10px !important;
  width: auto !important;
  display: inline-flex;
}

.tagBH a {
  background: #831933;
  border-radius: 10pc;
  padding: 6px 20px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.jwHome {
  background: #ebeced;
  border-radius: 10px;
  position: relative;
  border-radius: 20px;
  padding: 0px;
}

.playlist {
  float: left;
  padding: 30px 10px;
}

.NPHome {
  /*position: absolute;
    right: 0;
    top: 0;*/
  padding: 10px;
  float: left;
  text-align: center;
}

.NPPrin {
  /*float: right;*/
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.NPPrin.showheroes {
  width: 300px;
  height: 250px;
  display: inline-block;
  background-color: #f8f9f9;
  position: relative;
  border-radius: 10px;
  text-align: center;
  margin: 8px auto;
}

.etiquetaNP {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #831933;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  border-top-left-radius: 10px;
  letter-spacing: 1px;
}

.etiquetaNP a {
  color: #fff;
  text-decoration: none;
}

.titNotaSecH {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  margin: 10px;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
}

.titNotaSecH a {
  background: #fff;
  color: #212529;
}

.boxBannerH {
  float: right;
  width: 320px;
  height: 360px;
  background: #f8f9f9;
  position: relative;
  border-radius: 10px;
  text-align: center;
}

.boxBannerH img {
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modNuevo {
  float: left;
  margin-bottom: 40px;
}

.opcionesDiarias {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
}

.opcionDiaria {
  float: left;
}

.sliderOpciones {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  overflow: hidden;
  position: relative;
}

.opcionDia {
  float: left;
  width: 140px;
  height: 150px;
  text-align: center;
  margin: 20px;
  outline: none;
}

.iconoDia {
  background-image: url(../images/iconos2020.jpg);
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}

.iconoDia.postres {
  background-position: 1000px 0;
}

.iconoDia.ensaladas {
  background-position: 1400px 0;
}

.iconoDia.sopas {
  background-position: 1300px 0;
}

.iconoDia.pastas {
  background-position: 1500px 0;
}

.iconoDia.guarniciones {
  background-position: 1200px 0;
}

.iconoDia.carnes {
  background-position: 201px 0;
}

.iconoDia.pescados {
  background-position: 800px 0;
}

.iconoDia.salsas {
  background-position: 403px 0;
}

.iconoDia.panes {
  background-position: 1100px 0;
}

.iconoDia.mexicana {
  background-position: 100px 0;
}

.iconoDia.botanas {
  background-position: 503px 0;
}

.iconoDia.practicas {
  background-position: 602px 0px;
}

.iconoDia.saludables {
  background-position: 701px 0;
}

.iconoDia.vegetarianas {
  background-position: 900px 0;
}

.iconoDia.bebidas {
  background-position: 301px 0;
}

.catDia {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 10px 0px;
  outline: none;
}

.catDia a {
  color: #242526;
  text-decoration: none;
}

.catDia a:hover {
  color: #f23d42;
}

.center .slick-next.slick-arrow,
.center .slick-prev.slick-arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  top: 24%;
  font-size: 21px;
  margin-top: 0px;
  color: #535358;
  background: #fff;
  border-radius: 50%;
}

.contNota ul,
.contNota li {
  float: left;
  width: 100%;
}

.msm_banner {
  float: left;
  width: -webkit-fill-available;
  margin: 20px 0;
  display: none;
}

.msm_bannerCont {
  width: 300px;
  margin: 0 auto;
}

.ContFechaYautor {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  margin: 10px 0px 0px;
}

.Pfecha {
  color: #f26565;
  font-size: 14px;
  margin-left: 18px;
}

.Pfecha .far.fa-clock {
  font-size: 11px;
}

.Pautor {
  font-size: 14px;
  color: #f26565;
}

.Pautor a {
  color: #f26565;
}

.ContFootPicture {
  width: -webkit-fill-available;
  width: -moz-available;
  float: right;
  color: #9c9c9c;
  font-weight: 200;
  font-style: italic;
  font-size: 12px;
  text-align: right;
  padding: 10px;
}

.fas.fa-camera {
  margin-top: 1px;
  margin-right: 8px;
  font-size: 17px;
  margin-left: 4px;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
  border: none;
}

.scroll-top {
  width: 50px;
  font-size: 20px;
  height: 50px;
  position: fixed;
  top: 45%;
  right: 0px;
  background: #831933;
  border-radius: 10px 0px 0px 10px;
  display: none;
  outline: none;
  border-color: transparent;
  z-index: 3;
  color: #fff;
}

.scroll-top .fa.fa-chevron-up {
  display: inline-block;
  color: #fff !important;
  font-size: 23px;
}

.scroll-top:hover {
  cursor: pointer;
  background: #f26565;
  box-shadow: none;
  border: none;
}

.btn-descargar.papa {
  background: #f48ba9;
}

.titDesc.papa .strong {
  color: #f68631;
}

.descMensual.papa {
  border: solid #f38dad 2px;
}

.txtDescargaSidebar.papa .strong {
  color: #d84b61;
}

.buscAv2020 i {
  font-size: 10px;
  background: #9aca57;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  text-align: center;
  float: right;
  padding-top: 2px;
  margin: 2px 5px;
}

.buscAv2020 i {
  background: #fbaa32;
  margin-top: 3px;
}

.headerSitio2020 {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #831933;
  height: 60px;
  position: relative;
}

.navBars2020 {
  float: left;
  font-size: 20px;
  color: #fff;
  margin: 10px 24px;
}

.navBars2020 img {
  width: 123px;
  float: right;
  padding: 10px 0px;
}

.nV2020 {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.nV2020:hover {
  color: #f4e500;
}

.categoriasHeader2020 {
  float: left;
  padding: 19px 0px;
}

.categoriasHeader2020 span {
  float: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.categoriasHeader2020 span a {
  color: #fff;
  text-decoration: none;
}

.categoriasHeader2020 span a:hover {
  color: #f9f263;
}

.categoriasHeader2020 .strong {
  margin: 0px 20px;
  color: #eee300;
  font-weight: 300 !important;
}

.envolventeMobile {
  float: right;
}

.buscador2020 {
  float: right;
  margin: 15px 20px;
  border-radius: 50px;
  overflow: hidden;
  width: 18%;
}

.buscador2020 form {
  float: left;
  padding: 0px 3px 0px 10px;
  background: #f0f0f2;
  border-radius: 50px;
}

.buscador2020 input {
  border: 0px;
  padding: 0px 10px;
  font-size: 12px;
  outline: none;
  width: 72%;
}

.buscador2020 button {
  width: 39px;
  height: 24px;
  margin: 2px 0px 2px 10px;
  font-size: 12px;
  color: #fff;
  border: 0;
  background: #f26565;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
  float: right;
}

.buscador2020 button:hover {
  background: #f13a3a;
  border-radius: 10px;
}

.buscAv2020 {
  float: right;
  margin: 4px 10px;
  font-size: 13px;
  color: #fff;
  border-left: solid #037cbc 1px;
  padding-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

.buscAv2020:hover {
  color: #007fc1;
}

.menuCategorias2020 {
  float: left;
  width: 80%;
  background: #831933;
  display: none;
  position: absolute;
  top: 5px;
  left: 0;
}

.menuCategorias2020 span {
  float: left;
  width: auto;
  font-size: 15px;
  margin: 14px 20px;
}

.catBarra2020 {
  overflow-y: hidden;
  height: 50px;
  display: inline-flex;
  width: 77%;
  float: left;
  overflow-x: hidden;
}

.catBarra2020 {
  width: 80%;
}

.catBarra2020 span {
  float: left;
  width: auto;
  margin: 17px 20px;
  padding: 0px;
}

.catBarra2020 span {
  margin: 14px 20px !important;
}

.catBarra2020 span a {
  color: #fff;
  text-decoration: none;
  display: flex;
  inline-size: max-content;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.catBarra2020 span a:hover {
  color: #f9f263;
}

.swipe {
  float: left;
  padding: 10px 0px;
  text-align: center;
  width: 10%;
}

.swipe button {
  background: transparent;
  width: 38px;
  height: 26px;
  border-radius: 50px;
  border: none;
  outline: none;
  color: #f9f263;
  font-size: 19px;
}

.swipe button:hover {
  color: #fff;
}

.buscMobile2020 {
  display: none;
}

.buscador2020 {
  display: block;
}

.cerrarBuscadorMobile2020 {
  display: none;
}

.siguienteNota2020 {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #3a3a3b;
  position: fixed;
  z-index: 5;
  top: 3;
  left: 0;
  height: 60px;
  display: none;
}

.sigNot20 {
  float: left;
  width: 62%;
  padding: 10px 0px;
  color: #831933;
  font-size: 12px;
}

.sigNot20 .strong {
  font-size: 14px;
}

.sigNot20 a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
}

.sigNot20 a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #313136;
}

.redescomparte2020 {
  float: right;
  width: 37%;
  text-align: right;
}

.textoRedes2020 {
  float: right;
  color: #fff;
  font-size: 13px;
  margin: 20px 9px;
}

.icono20 {
  width: auto !important;
  float: right !important;
  text-align: right;
  font-size: 23px !important;
  margin: 13px 10px;
}

.icono20 a {
  color: #fff !important;
  text-decoration: none;
}

.icono20.pint i {
  color: #fff;
}

.icono20 i:hover {
  color: #831933;
}

.btnCompMobile,
.cerrarCompartirMobile {
  display: none;
}

.titDesc.mama .strong {
  color: #c7c2b6;
}

.txtDescargable.mama .strong {
  color: #ee717c;
  font-weight: 800;
}

.btn-descargar.mama {
  background: #ee717c;
}

.titDesc.almendra .strong {
  color: #a58463;
}

.txtDescargable.almendra .strong {
  color: #009493;
  font-weight: 800;
}

.centrarInfoDes {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.descMensual.rendidoras {
  border: solid #428c5a 2px;
}

.txtDescargaSidebar.rendidoras .strong {
  color: #ab1715;
}

.btn-descargar.sidebar.rendidoras {
  background: #d9006b;
}

.btn-descargar a {
  color: #fff;
}

.btn-descargar a:hover {
  color: #f0f0f0;
}

.catTabs {
  float: left;
}

.contenedorSinRes {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}

#corazonLoading {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  display: none;
}

.descMensual {
  border: solid #9ccecc 2px;
  border-radius: 10px;
  float: left;
  width: -webkit-fill-available;
  padding: 20px;
}

.txtDescargaSidebar {
  float: left;
  width: -webkit-fill-available;
  margin: 10px 0 20px;
  line-height: 21px;
  font-size: 15px;
  text-align: center;
  color: #9a9999;
}

.txtDescargaSidebar .strong {
  text-transform: uppercase;
  color: #74caef;
}

.titDescargaSidebar {
  float: left;
  font-weight: 600;
  width: -webkit-fill-available;
  text-align: center;
  font-size: 23px;
  margin: 10px 0;
}

.subDesSidebar {
  font-size: 14px;
  text-transform: uppercase;
  color: #9c9c9c;
  border-bottom: solid #ececec 2px;
  padding-bottom: 10px;
  float: left;
  width: -webkit-fill-available;
  text-align: center;
}

.btn-descargar.sidebar {
  margin: 0;
}

.titGrande a {
  color: #242526;
}

.homeDesc {
  float: left;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.homeDesc img {
  border-radius: 10px;
}

.homeDesc span {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  font-size: 16px;
  color: #a7a2a2;
}

.txtdescH {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
}

.txtdescH .strong {
  color: #831933;
  font-weight: 800;
}

.titdescH {
  font-family: "Fauna One", serif;
  margin: 10px 0px;
  font-size: 19px !important;
  height: 53px;
  color: #242526 !important;
}

.btnDesdH {
  background: #f23d42;
  border-radius: 50px;
  padding: 9px 0px;
  letter-spacing: 1px !important;
  font-size: 18px !important;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
}

.btnDesdH:hover {
  border-radius: 4px;
  background: #f26565;
}

.btnDesdH a {
  color: #fff;
  text-decoration: none;
}

.descPrincipal {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0px 20px 50px 20px;
  border-radius: 25px;
  padding: 40px;
  height: 415px;
  background: #f9f9f9;
}

.encabezadoDescL {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  color: #202429;
}

.encabezadoDescL .strong {
  color: #c84055;
}

.descPrincipal img {
  margin-bottom: 0px;
  border-radius: 14px;
}

.contDescL {
  float: left;
  margin-bottom: 50px;
}

.descSec {
  float: left;
  background: #f9f9f9;
  height: 360px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 0px;
}

.descSec img {
  position: absolute;
  z-index: 3;
  border-radius: 10px;
  width: -webkit-fill-available !important;
  top: -40px;
  left: 0;
  margin: 20px;
}

.txtDesc {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  padding: 20px;
  border: solid #fff 2px;
  border-radius: 20px;
  margin: 0px 20px 20px;
}

.txtDesc span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9c9c9c;
}

.titDescL {
  font-size: 20px !important;
  font-weight: 600;
  text-transform: unset !important;
  letter-spacing: 0px !important;
  color: #242526 !important;
  height: 60px;
  float: left;
  text-align: center;
  width: -webkit-fill-available;
  width: -moz-available;
  overflow: hidden;
}

.titDescL.prin {
  height: 80px;
}

.btnIrDesc {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 20px;
  background: #f26565;
  border-radius: 50px;
  padding: 5px 0px;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
}

.btnIrDesc:hover {
  background: #efcece;
  border-radius: 4px;
}

.btnIrDesc a {
  color: #fff;
  text-decoration: none;
}

.imgDescPrinL {
  float: left;
  padding: 0px;
  height: 277px;
  overflow: hidden;
  border-radius: 20px;
}

.txtDescPrinL {
  float: left;
  padding: 0px;
  height: 270px;
}

.descMes {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9c9c9c;
  border-bottom: solid #ececec 2px;
  padding-bottom: 10px;
}

.centrado {
  background: #ffffff;
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  box-shadow: 9px 9px #ef4863;
  margin: 0px 0px 0px 20px;
  height: -webkit-fill-available;
}

.btnIrDesc.prin {
  background: #ec87a4;
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 40px;
}

.btnIrDesc.prin a {
  color: #fff;
}

.titDescL.prin {
  font-family: "Fauna One", serif;
  font-size: 28px !important;
  margin: 20px 0px;
  float: left;
  line-height: 36px;
  color: #232426 !important;
}

.titSingle.desc {
  margin-bottom: 50px;
}

.datAucalificaciontor .strong {
  color: #007fc1;
  font-weight: 700;
}

html body .wpurp-container {
  position: relative;
  clear: both;
  text-align: left;
  font-size: 22px !important;
}

.videoJw {
  width: 100%;
  min-height: auto;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.vermasVideo {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
  background: #f5f6f9;
  padding: 10px 20px;
  margin: 20px 0 1px;
  text-align: center;
  color: #f04048;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

.imagen-des {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 5px;
  height: 250px;
  position: relative;
}

.imgDesc {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 77%;
}

.imgDesc img {
  margin-bottom: 0px !important;
  border-radius: 20px;
  -moz-border-radius: 20px;
}

.texto-des {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: center;
  padding: 9px 5px 5px 5px;
  position: relative;
  height: 250px;
}

.btn-descargar {
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  background: #f38ba8;
  margin: 20px 20px 8px 20px;
  border-radius: 30px;
  text-align: center;
  padding: 8px;
  font-size: 22px;
  font-weight: 600;
}

.btn-descargar {
  color: #fff;
}

.btn-descargar a:hover {
  color: #adaba9;
  text-decoration: none;
}

#mc_embed_signup .mc-field-group {
  margin: 30px 0px;
}

.mc-field-group.input-group strong {
  width: -webkit-fill-available;
}

#mc_embed_signup .mc-field-group.input-group ul {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  width: 50%;
  float: left;
}

#mc_embed_signup .mc-field-group.input-group input {
  margin-right: 20px;
}

#mc_embed_signup .button {
  background-color: #f26565 !important;
  border-radius: 18px !important;
  width: -webkit-fill-available !important;
  font-weight: 300 !important;
}

#mc_embed_signup .button {
  font-size: 15px !important;
}

.modDESCARGABLE {
  float: left;
  width: 100%;
  background: #f6f7f7;
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 10px;
}

.formDesc {
  float: left;
  width: -webkit-fill-available;
}

.txtDescargable {
  float: left;
  text-align: center;
  padding: 0 0 10px;
  font-size: 17px;
  color: #575555;
  line-height: 23px;
  width: -webkit-fill-available;
  width: -moz-available;
  padding-right: 45px;
}

.formDesc {
  padding-top: 20px;
}

.titDesc {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0 0px 0px;
  font-size: 28px;
  font-weight: 600;
  color: #232427;
}

#mc_embed_signup .mc-field-group label {
  color: #212529;
}

.titDesc .strong {
  color: #d0475b;
}

.txtDescargable .strong {
  color: #e8627a;
  font-weight: 800;
}

#mc_embed_signup {
  background: transparent !important;
}

#mc_embed_signup .button {
  background: #f23e42 !important;
  border-radius: 50px !important;
  width: -webkit-fill-available !important;
  margin: 20px 20px 0 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  outline: none !important;
}

.mensaje {
  width: 100%;
  text-align: center;
  float: left;
  color: #a9a9c5;
  margin-bottom: 5px;
  margin-top: 10px;
}

.cont-img-rel {
  width: 100%;
  height: 231px;
  overflow: hidden;
  float: left;
}

.cont-img-rel img {
  width: 380px !important;
  margin-top: -3px;
  margin-left: -16px;
}

.txtTeaserListado {
  float: left;
  width: -webkit-fill-available;
  margin: 20px;
  line-height: 20px;
  font-size: 15px;
}

.contNota.listado ol li {
  float: left;
  width: 100%;
  border-radius: 3px;
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom-left-radius: 56px;
  border-top-right-radius: 56px;
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

.btnRecetaListado {
  padding: 0 10px !important;
  border-left: solid #f23e42 2px;
  margin: 20px;
  font-size: 15px !important;
  width: 100%;
  text-align: left !important;
}

.btnRecetaListado a {
  color: #242526 !important;
}

.contNota.listado ol {
  float: left;
  width: 100%;
  padding-left: 0 !important;
}

.contNota.listado ol li:before {
  color: #212529;
  content: counter(list) ".";
  left: 20px;
  position: absolute;
  z-index: 3;
  width: 80px;
  height: 80px;
  background: #f9f264;
  text-align: center;
  font-weight: 600;
  font-size: 29px;
  border-bottom-right-radius: 15px;
  padding-top: 23px;
}

.contNota.listado ol li img {
  margin: 0 !important;
  width: 65%;
  float: left;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 42px;
}

.contNota.listado ol li strong a {
  padding: 20px !important;
  text-align: left;
  font-size: 28px;
  line-height: 35px;
  width: 35%;
  color: #212529;
  float: right;
  font-weight: 300;
  text-transform: lowercase;
}

.contNota.listado ol li strong a:first-letter {
  text-transform: uppercase;
}

.contNota.listado ol li strong a:hover {
  text-decoration: none;
  color: #f26565;
}

.contNota.listado p em {
  float: left;
  width: 100%;
  text-align: center;
}

.contNota.listado ol li .btnRecetaListado a {
  color: #242526 !important;
  font-size: 15px !important;
  width: 20% !important;
  padding: 0 !important;
  position: absolute;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic !important;
}

.center .slick-next.slick-arrow,
.center .slick-prev.slick-arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  top: 24%;
  font-size: 21px;
  margin-top: 0px;
  color: #535358;
  background: #fff;
  border-radius: 50%;
}

.bannerTemporada {
  float: left;
  width: 100%;
  padding: 15px;
}

.txtBusc {
  display: none;
}

.contBarraDesk {
  float: left;
  width: 100%;
  height: auto !important;
}

.barraCss {
  float: left;
  width: 100%;
  background: #ededee;
  height: 49px;
}

.scrolling-wrapper {
  &::-webkit-scrollbar {
    display: none;
  }
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #ededee;
}

::-webkit-scrollbar-thumb {
  background: #dbdbdd;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #313136;
}

body {
  margin: 0;
  color: #242526;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}

.skin-container {
  width: 100%;
  background: #fff;
  height: auto;
  float: left;
}

img {
  width: 100%;
}

h1 {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  font-family: "Fauna One", serif;
  line-height: 54px;
  margin: 0px;
}

h2 {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #3a3a3b;
  float: left;
  text-align: center;
  margin: 30px 0;
  line-height: 33px;
}

h3 {
  float: left;
  width: 100%;
  color: #f26565;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 20px 0px;
  text-align: center;
}

h4 {
  width: 100%;
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #f26565;
  font-weight: bold;
  margin: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.publicidad {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  background: #fff;
}

.leader {
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.box {
  height: auto;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.half {
  height: 600px;
  width: 300px;
  margin: 0 auto;
}

.centBanner {
  text-align: center;
}

.flyingCarpet {
  margin: 10px auto;
  float: left;
  width: 100%;
  text-align: center;
}

.leader img {
  margin-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

input:focus {
  border: solid #b1b6b9 1px !important;
  background-color: #fff !important;
}

.versionImpresa button:hover,
.btnAgenda:hover {
  background: #f26565;
  color: #fff;
  transition: color 1s;
  border-radius: 5px;
  transition: background-color 0.5s ease;
  transition: border-radius 1s;
}

.menuDesplegado {
  float: left;
  width: 100%;
  height: 300px;
  background: #831933;
  height: auto;
  display: none;
}

.closeNavBars {
  float: right;
  width: 100%;
  text-align: right;
  margin: 20px 20px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f9f264;
  font-size: 20px;
}

.closeNavBars:hover {
  color: #f9f264;
  cursor: pointer;
}

.iconoCompartir {
  float: right !important;
  font-size: 20px !important;
  margin-top: -7px;
}

.iconoCompartir.face a {
  color: #3b5998 !important;
}

.iconoCompartir.twit a {
  color: #55acee !important;
}

.iconoCompartir.pint a {
  color: #f23e42 !important;
}

.iconoCompartir.wa a {
  color: #36c155 !important;
}

.iconoCompartir.mess a {
  color: #2193e9 !important;
}

.rS {
  margin: 0px;
  font-size: 23px;
  display: inline-flex;
}

.rS.face a {
  color: #608bb3 !important;
}

.rS.twit a {
  color: #4fcdde !important;
}

.rS.pint a {
  color: #f84d4d !important;
}

.rS.insta a {
  color: #7658a2 !important;
}

.rS.yt a {
  color: #d95757 !important;
}

.rS.tik a {
  color: #525050 !important;
}

.rS a:hover {
  color: #c4d700;
}

.menuCat {
  float: left;
  padding-left: 0;
  margin: 10px 0 20px;
}

.menuCat a {
  text-decoration: none;
  color: #fff;
}

.menuCat li {
  text-decoration: none;
}

.menuCat li a:hover {
  text-decoration: underline;
  text-decoration-color: #f9f264;
}

.menuCat nav {
  float: left;
  width: 100%;
}

.menuCat ul {
  padding-left: 0;
}

.menuCat li {
  float: left;
  list-style: none;
  width: 100%;
  font-weight: 300;
  text-align: center;
  border-right: solid #f9f264 1px;
  margin: 0 20px;
  font-size: 20px;
}

.barraRedes {
  width: 100%;
  display: inline-block;
  background: #f6f6f6;
  height: 60px;
  text-align: center;
}

.rS i {
  font-size: 20px;
  margin: 20px 10px;
}

.slick-arrow {
  /* background: #ededee; */
  border: none;
  outline: none;
  font-size: 13px;
  color: #56585b;
  margin-top: 9px;
}

.slick-arrow:hover {
  color: #c4d700;
  cursor: pointer;
}

.slick-prev.slick-arrow {
  position: absolute;
  z-index: 8;
  left: 0;
  outline: none;
}

.slick-next.slick-arrow {
  position: absolute;
  z-index: 8;
  right: 0;
  outline: none;
}

#Playboy {
  display: none;
}

.notasBarra {
  float: left;
  width: 100%;
  height: 100px;
  display: none;
}

.notaCaja {
  float: left;
  height: 94px;
  overflow: hidden;
}

.imgCaja {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 84px;
}

.imgCaja img {
  margin-top: -13px;
}

.txtCaja {
  float: left;
  width: 47%;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  height: 85px;
  overflow: hidden;
}

.txtCaja a {
  color: #212529;
  text-decoration: none;
}

.txtCaja a:hover {
  color: #989b9f;
}

.cerrarBarra {
  width: 100%;
  text-align: right;
  margin: 10px 0 0;
  color: #abb361;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  text-align: center;
  background: #cecfd054;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.versionImpresa.mobile {
  display: none;
}

.cajaBusquedaAvanzada,
.cajaImpreso {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #36363985;
  z-index: 33;
  display: none;
}

.container.c,
.container.i {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.cajBA {
  width: 400px;
  background: #fff;
  text-align: center;
  padding: 40px;
  box-shadow: 5px 8px 10px 4px #1f1e2185;
}

.cajRI {
  width: 50%;
  height: 279px;
  background: #fff;
  box-shadow: 5px 8px 10px 4px #1f1e2185;
}

.infoRevista {
  float: left;
  width: 60%;
  height: 100%;
  padding: 25px;
}

.infoRevista span {
  font-size: 20px;
}

.pColor {
  color: #f26565;
  font-size: 15px !important;
}

.revista {
  float: right;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.revista img {
  width: 100%;
  margin-left: 0;
}

.txtRevista {
  float: left;
  font-size: 15px !important;
  margin: 20px 0;
}

.cajBA form {
  width: 100%;
  float: left;
}

.cajBA form input {
  float: left;
  width: 100%;
  border-radius: 2px;
  transition: background-color 0.5s ease;
  transition: border-radius 1s;
  border: none;
  outline: none;
  background: #f1f1f14f;
  padding: 10px;
}

.cajBA form input:hover {
  border-radius: 2px;
}

.cajBA span {
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.subCaja {
  font-size: 15px !important;
  letter-spacing: 1px;
}

.formTag {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

.formTag span {
  width: 100%;
  font-size: 12px;
  float: left;
  text-align: left;
}

.cajBA form button,
.infoRevista button,
.modulo.news button,
.btnSuscribirse {
  width: 100%;
  border-radius: 50px;
  margin: 40px 0 0;
  padding: 10px;
  background: #831933;
  border: 0;
  color: #fff;
  font-size: 15px;
  outline: none;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
}

.btnSuscribirse {
  float: left;
  text-align: center;
  margin-top: 0;
}

.btnSuscribirse:hover {
  text-decoration: none;
}

.infoRevista button {
  font-size: 15px !important;
  margin-top: 10px !important;
}

.cajBA form button:hover,
.infoRevista button:hover,
.modulo.news button:hover,
.btnSuscribirse:hover {
  border-radius: 4px;
  background-color: #f26565;
  color: #fff;
}

.cerrarImpreso {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 17px !important;
  text-decoration: underline;
  text-decoration-color: #f26565;
  margin-top: 10px;
}

.cerrarImpreso:hover {
  color: #f26565;
  cursor: pointer;
}

.contCookies {
  float: left;
  width: 100%;
}

.publicidad.margin {
  margin-top: 130px;
  background: transparent;
}

.cookies {
  width: 100%;
  height: auto;
  float: left;
}

.cookies span {
  float: left;
  color: #242526;
  font-weight: 300;
  background: #fff;
  padding: 30px 20px;
  font-size: 16px;
  font-weight: 300;
  border: solid #f26565 2px;
  border-radius: 3px;
}

.cookies .strong a {
  color: #f26565;
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.closeCookies {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f26565;
  font-size: 13px;
}

.modulo {
  float: left;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar,
.contIzq {
  float: left;
}

article {
  margin: 20px 0;
}

article img {
  margin: 40px 0 10px;
}

.box img {
  margin-top: 0;
}

.destacado {
  width: 100%;
  margin: 20px 0px 0px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  color: #929292;
  text-align: center;
  display: inline-block;
}

.datAutor {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin: 40px 0 0;
}

.datAutor .strong {
  color: #007fc1;
  font-weight: 700;
}

.tA a,
.datAutor a {
  color: #252526;
  text-decoration: none;
  font-weight: 700;
}

.tA a:hover,
.datAutor a:hover {
  cursor: pointer;
  color: #55acee;
}

.tA i {
  color: #55acee;
}

.pieFoto {
  color: #a9a9af;
  float: left;
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
}

.wp-caption {
  width: 100% !important;
  color: #a9a9af;
  float: left;
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
  font-weight: bolder;
  line-height: 20px;
}

.contNota {
  float: right;
  width: 90%;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.contNota table {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-table;
}

.contNota.receta {
  float: right;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  margin: 15px 0;
  padding: 40px;
  border: solid #f6f6f6 2px;
}

.contNota img {
  margin: 20px 0;
}

.relacionada {
  float: left;
  width: 100%;
  background: #fbfbfb;
  margin: 40px 0;
  padding: 20px 0;
}

.box img,
.half img,
.half img {
  margin-bottom: 0 !important;
}

.rel {
  float: left;
}

.aP {
  width: 100%;
  float: left;
  text-align: center;
  color: #c1c1c3;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  height: auto !important;
}

.notaRel {
  float: left;
  width: 100%;
  padding: 0px 0 0 20px;
  margin-bottom: 20px;
}

.imgRel {
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.imgRel img {
  margin-top: -40px;
}

.txtRel {
  float: left;
  font-size: 17px;
  width: 100%;
  height: 97px;
  overflow: hidden;
  background: #fff;
  padding: 14px 14px 0;
}

.txtRel a {
  color: #212529;
}

.txtRel a:hover {
  text-decoration: underline;
  text-decoration-color: #007fc1;
}

.fechaAgenda {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modulo.reciente {
  float: left;
  border-top: solid #f6f6f6 2px;
  border-bottom: solid #f6f6f6 2px;
  width: 100%;
  margin-top: 300px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.titSidebar {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}

.titGrande {
  width: 100%;
  background: #f9f264;
  text-align: center;
  font-family: "Fauna One", serif;
  padding: 2px 10px;
  color: #212529;
}

.titGrande.home {
  font-size: 45px !important;
}

.notaSide {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.notaSide:last-child {
  border-bottom: 0 !important;
}

.txtNS {
  float: left;
  padding: 0 10px;
  width: 50%;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  bottom: 15px;
  line-height: 23px;
  z-index: 3;
}

.txtNS a {
  color: #212529;
}

.txtNS a:hover {
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.imgNS {
  float: left;
  width: 50%;
}

.imgNS span {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 150px;
}

.imgNS span img {
  width: 223px;
  margin-left: -43px;
}

.modulo.news {
  background: #fbfbfb;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-top: 600px;
}

.txtNews {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

.txtNews.chica {
  font-size: 16px;
  font-weight: 300;
}

.modulo.news form {
  float: left;
  width: 100%;
}

.modulo.news form input {
  float: left;
  width: 100%;
  border-radius: 2px;
  transition: background-color 0.5s ease;
  transition: border-radius 1s;
  border: none;
  outline: none;
  background: #fff;
  padding: 10px;
}

.completo {
  width: 100%;
}

.titSingle {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  text-transform: inherit;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 10px;
}

.titSingle.linea {
  border-top: solid #f6f6f6 2px;
}

.tags {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.tags span {
  float: left;
  width: auto;
  padding: 5px 20px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  background: #831933;
  text-transform: uppercase;
}

.tags span a {
  color: #fff;
  text-decoration: none;
}

.tags span {
  transition: background-color 1s ease;
  transition: border-radius 1s;
  border-radius: 50px;
}

.tags span:hover {
  border-radius: 3px;
  background-color: #e4e4e4;
}

.titSingle.izq {
  float: left;
  width: auto;
}

.titSingle.der {
  float: right;
  width: auto;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 0;
  color: #1c5c9d;
}

.notaRelM {
  float: left;
  padding-left: 0;
  padding-right: 0;
  border-right: solid #fff 10px;
}

.notaRelM span {
  width: 100%;
  height: 260px;
  overflow: hidden;
  float: left;
  font-size: 18px;
  font-weight: 300;
}

.txtNRM {
  float: left;
  width: 100%;
  padding: 10px;
  height: 100px !important;
}

.txtNRM a {
  color: #212529;
}

.txtNRM a:hover {
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.publicidad.notaMobile {
  display: none;
}

.publicidad.sidebar {
  position: sticky;
  top: 140px;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #dedede;
}

.progress-bar {
  height: 3px;
  background: #f26565;
  width: 0;
}

.stickyBanner {
  position: fixed;
  z-index: 31;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 0;
  display: none;
}

.closeSticky {
  float: right;
  padding: 11px;
  background: #e1e0e0;
  border-top-left-radius: 53px;
  border-top-right-radius: 53px;
}

.closeSticky:hover {
  color: #fffefe;
}

.imgSticky {
  width: 100%;
  background: #e1e0e0;
  float: left;
  text-align: center;
}

.contHistorico {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.historico {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  border: solid #fff 11px;
  height: 430px;
}

.imgHist {
  float: left;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.txtHist {
  float: left;
  width: 100%;
}

.txtHist span {
  float: left;
  width: 100%;
  height: 85px;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 20px 0;
}

.txtHist span a {
  color: #212529;
}

.txtHist span a:hover {
  text-decoration: underline;
  text-decoration-color: #f26565;
}

.histChico {
  font-weight: 300 !important;
  font-size: 15px !important;
  height: 88px !important;
  overflow: hidden;
}

.container.completoH {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px;
  float: left;
  width: 100%;
}

.container.completoH.bG {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 450px;
  margin: 40px 0;
  background: #3a4144cf;
  position: relative;
  z-index: 2;
}

.principalBuscador {
  position: relative;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 450px;
  left: 0;
  mix-blend-mode: multiply;
}

.buscadorGrande {
  float: left;
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.buscadorGrande span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 150px;
  color: #fff;
  mix-blend-mode: inherit;
  letter-spacing: 2px;
}

.grande {
  font-size: 50px !important;
  font-weight: 700;
  padding-top: 0 !important;
}

.form {
  width: 100%;
  height: 50px;
  float: left;
}

.form form {
  width: 70%;
  margin: 0 auto;
  height: 50px;
  border-radius: 6px;
  background: #f9f9f9;
}

.form form input {
  margin: 8px 12px;
  width: 88%;
  outline: none;
  border-radius: 31px;
  background: #fff;
  border: 0;
  padding: 5px 18px;
}

.form form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: 0;
  outline: none;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
  float: right;
  margin: 6px;
}

.form form button:hover {
  background: #ababab;
  border-radius: 13px;
}

.notaPrincipal {
  float: left;
  height: 400px;
  overflow: hidden;
}

.notaPrincipal.izquierda {
  padding-left: 0;
}

.notaPrincipal.derecha {
  padding-right: 0;
}

.imgNotaPrincipalHome {
  width: 100%;
  height: 200px;
  overflow: hidden;
  float: left;
}

.titNotaHome {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  height: 90px;
  overflow: hidden;
  margin: 10px 0;
}

.titNotaHome.chico {
  font-size: 20px !important;
}

.titNotaHome a {
  color: #242526;
  text-decoration: none;
}

.titNotaHome a:hover,
.notaAzul span a:hover,
.notaRecomendados span a:hover {
  color: #7d7d83;
  text-decoration: none;
}

.teaserNotaHome {
  float: left;
  width: 100%;
  font-size: 22px;
  height: 88px;
  overflow: hidden;
}

.titNotaHome.centro a {
  color: #fff;
}

.teaserNotaHome.centro {
  font-size: 17px;
  width: 98%;
  float: left;
  padding: 10px 18px;
}

.teaserNotaHome.chico {
  font-size: 15px !important;
}

.notaPrincipal.centro {
  background: #f9f9f9;
  border-radius: 14px;
  padding-right: 0;
}

.imgNotaPrincipalHome.centro {
  height: 300px;
  background: #3f51b5;
  position: relative;
  z-index: 2;
}

.imgNotaPrincipalHome.centro img {
  mix-blend-mode: multiply;
}

.imgNotaPrincipalHome.centro:hover {
  background-color: #fff;
}

.titNotaHome.centro {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  color: #fff;
  overflow: visible;
  background: #3f60bd29;
  height: 100%;
  padding: 20px;
  margin: 0;
  opacity: 1;
  transition: 0.5s linear;
}

.titNotaHome.centro a {
  position: absolute;
  z-index: 3;
  bottom: 20px;
}

.titNotaHome.centro:hover {
  background: #3f60bd00;
}

.notaAzul {
  width: 21%;
  height: 350px;
  background: #242425;
  float: left;
  margin-right: 15px;
  border-radius: 15px;
  padding-top: 15px;
}

.notaAzul span {
  width: 100%;
  padding: 20px;
  float: left;
  height: 142px;
  overflow: hidden;
}

.notaAzul span a {
  color: #fff;
  font-size: 18px;
}

.notaAzul.banner {
  width: 300px;
  margin: 0 !important;
  padding-top: 0 !important;
  background: #c7c7c759;
}

.notaPrincipal.centro.rec {
  margin: 8px;
  width: 48%;
}

.notaRecomendados {
  float: left;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  height: 300px;
  margin: 20px 0;
}

.notaRecomendados img {
  margin-bottom: 0;
}

.notaRecomendados span {
  background: #c7c7c759;
  width: 100%;
  height: 105px;
  overflow: hidden;
  float: left;
  padding: 14px;
  text-align: center;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.notaRecomendados span a {
  color: #242526;
}

.titNotaHome.centro.restaurante {
  font-size: 30px;
  text-transform: uppercase;
  top: 0;
}

.titNotaHome.centro.restaurante a {
  top: 20px;
}

.etiquetaRest {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  margin: 20px;
}

.etiquetaRest span {
  float: left;
  color: #252526;
  width: auto;
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}

.notasLargas {
  float: left;
  width: 100%;
  height: 416px;
}

.nL {
  float: left;
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
}

.imgnL {
  width: 200px;
  height: 100%;
  overflow: hidden;
  float: left;
}

.imgnL img {
  width: 270px;
  margin-left: -37px;
}

.infonL {
  width: 60%;
  height: 200px;
  float: left;
  overflow: hidden;
}

.titNotaHome.restaurante {
  height: auto;
  padding: 20px 20px 0;
}

.etiquetaRest.larga {
  position: inherit;
  margin: 10px;
  float: left;
}

.etiquetaRest.larga span {
  background: #242526;
  color: #fff;
}

.teaserNotaHome.chico.restaurante {
  height: 70px;
  padding: 0 10px;
}

.notaRecomendados.agenda {
  position: relative;
  z-index: 2;
}

.fecha {
  position: absolute;
  z-index: 3;
  right: 0;
  background: #242526;
  height: 80px;
  width: 80px;
  margin: 10px 29px;
  top: 0;
}

.fecha span {
  background: transparent;
  color: #fff;
  height: auto;
  text-align: center;
  padding: 5px 0;
}

.numFecha {
  font-size: 46px;
  padding: 0 0 5px !important;
  margin-top: -19px;
}

.prinVid {
  width: 100%;
  float: left;
  height: 350px;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background: red;
}

.calificacion {
  width: 100%;
  text-align: center;
  font-size: 22px !important;
  color: #f2656557;
  display: inline-block;
}

.calificacion span {
  margin-right: 5px;
  font-size: 17px;
  margin-bottom: 10px;
  display: inline-flex;
}

.wpurp-container {
  float: left;
  width: 100%;
  text-align: center !important;
  font-size: 22px !important;
  color: #831933;
}

.activeStar {
  color: #831933;
}

.activeStar2 {
  color: #831933;
  font-size: 22px;
  text-align: center;
}

.compartir.Mobile {
  display: none;
}

.titSidebar span {
  float: left;
}

.listaReceta {
  float: left;
  list-style: none;
  padding: 0;
  width: 100%;
  font-size: 17px;
}

.listaReceta li {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0 10px;
  color: #525558;
}

.listaReceta li a {
  color: #000;
  font-weight: 700;
}

.listaReceta li a:hover {
  color: #313136;
  text-decoration-color: #f26565;
}

.listaReceta li .svg-inline--fa.fa-check-circle.fa-w-16 {
  color: #dcdbdb;
  margin-right: 10px;
}

.completo {
  text-decoration: line-through;
  text-decoration-color: #831933;
  color: #c8c4c4;
}

.completo .svg-inline--fa.fa-check-circle.fa-w-16 {
  color: #f23e42 !important;
}

.listaReceta p {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #525558;
  float: left;
  text-align: left;
  margin: 10px 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #f26565;
}

.contNota a {
  color: #f26565;
}

.listaSingle {
  float: left;
  width: 100%;
  list-style-type: decimal;
  padding-left: 20px;
}

.listaSingle li {
  margin: 10px 0;
}

.tepuede {
  float: left;
  width: 100%;
  margin: 20px 0;
  background: #f2656517;
  border-radius: 4px;
  font-size: 15px;
  color: #f9f264;
  padding: 20px;
  border-left: solid #f23e43 6px;
}

.tepuede a {
  color: #3a3a3b;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  float: left;
  width: 100%;
  line-height: 24px;
}

.tepuede a:hover {
  color: #bcbcbd;
}

.tepuede a::before {
  content: "Te recomendamos leer: ";
  margin-bottom: 10px;
  color: #f23e43;
  font-size: 15px;
  float: left;
  width: 100%;
  font-weight: 400;
}

.calificacion.hist {
  margin: 10px 20px;
}

.box.hist {
  margin-top: 50px;
}

.col-md-4.historico.banner {
  background: #fbfbfb;
  text-transform: initial;
}

.sliderHome {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  position: relative;
}

.itemSPrin {
  float: left;
  height: 640px;
  background: #fbfbfb;
  width: 100%;
  position: relative;
  z-index: 2;
}

.nPrin,
.nRec {
  float: left;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.nRec {
  background: #f53c3c;
  padding: 20px;
  outline: none;
}

.nPrin img {
  margin-bottom: 0;
}

.infoPrin {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 40px;
}

.etiquetaSeccion {
  float: left;
  background: #f53c3c;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.etiquetaSeccion.blanca {
  color: #f53c3c;
  background: #fff;
  margin: 0 0 10px;
}

.titPrinS {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  font-size: 30px;
  font-family: "Fauna One", serif;
}

.titPrinS a {
  color: #3d2d21;
}

.titPrinS a:hover {
  text-decoration: underline;
  text-decoration-color: #f9f264;
  text-underline-position: under;
}

.recomendacion {
  float: left;
  margin-bottom: 20px;
}

.recomendacion span {
  background: transparent;
}

.recomendacion span a {
  color: #fff;
}

.recomendacion:last-child {
  margin-bottom: 0;
}

.imgRec {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.titPrinS.chico {
  font-size: 15px;
  height: 63px;
  overflow: hidden;
}

.imgRecPrin {
  width: 100%;
  height: 640px;
  overflow: hidden;
  float: left;
}

.imgRecPrin img {
  width: 850px;
  padding: 20px;
}

.single-item .slick-next.slick-arrow,
.single-item .slick-prev.slick-arrow {
  bottom: 0;
  font-size: 30px;
  background: #3c2c20;
  color: #fff;
  z-index: 2;
}

.moduloH.gris {
  background: #fbfbfb;
  padding-bottom: 50px;
}

.slideCategorias {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
  height: 280px;
  overflow: hidden;
  padding-top: 20px;
}

.itemCat {
  margin-top: 30px;
  float: left;
  padding: 20px;
  text-align: center;
  outline: none;
}

.itemCat span {
  font-size: 15px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.moduloH {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

.pubMod {
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}

.verMasbtn {
  float: left;
  width: 100%;
  height: 40px;
  text-align: center;
}

.verMasbtn a {
  background-color: #e5e5e5;
  color: #474752;
  border-radius: 50px;
  padding: 9px 22px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 14px 14px 14px 0;
  outline: none;
  border: 0;
  -webkit-transition:
    background 1s,
    border-radius 1s;
  transition:
    background 1s,
    border-radius 1s;
}

.verMasbtn a:hover {
  background: #f26565;
  color: #fff;
  text-decoration: none;
  transition: color 1s;
  border-radius: 5px;
  transition: background-color 0.5s ease;
  transition: border-radius 1s;
}

.modVideo {
  float: left;
  margin-bottom: 40px;
  height: 445px;
}

.dm-player {
  height: 445px !important;
}

.imgVid {
  float: left;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 15px;
}

.txtHist.video span {
  font-size: 22px;
  text-align: center;
  background: #fff;
}

.histChico.video {
  padding-bottom: 20px;
  height: 107px !important;
}

.video-single {
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 11px 20px 40px 20px;
  background: #252526;
  border-radius: 10px;
  margin-top: 40px;
  display: inline-block;
}

.cont-singletxt {
  width: -webkit-fill-available;
  width: -moz-available;
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
  border-bottom: 2px solid #f53c3c;
  margin-left: 10px;
}

.label-video {
  width: 59px;
  height: 83px;
  background: #f53c3c;
  float: left;
  position: absolute;
  z-index: 2;
  bottom: -23px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  text-align: center;
  padding-top: 15px;
}

.label-video i {
  color: #fff;
  font-size: 38px;
}

.txt-video {
  width: auto;
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin-left: 73px;
  font-size: 23px;
  font-weight: bold;
}

.Cont-video-single {
  width: -webkit-fill-available;
  width: -moz-available;
  display: inline-block;
}

.Cont-video-single div {
  width: 350px;
  height: 480px;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

.error404 {
  float: left;
  width: 100%;
  position: inherit;
  text-align: center;
}

.error404 img {
  width: 50%;
  margin: 0 auto;
  float: none;
}

.txtError {
  float: left;
  width: 50%;
  position: absolute;
  z-index: 3;
  left: 0;
  font-size: 36px;
  margin: 84px 0px;
  font-family: "Fauna One", serif;
  padding: 45px 40px;
  line-height: 50px;
  text-align: center;
}

.txtE4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  border-bottom: solid #fbfbfb 2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.btnVolverError {
  float: left;
  width: 100%;
  text-align: center;
}

.btnVolverError span {
  font-size: 16px;
  background: #831933;
  padding: 5px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
}

.btnVolverError a {
  text-decoration: none;
  color: #fff;
}

.btnVolverError a:hover {
  color: #212529;
}

.titHist {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .modal_contenedorGral {
    height: 690px;
    overflow-y: scroll;
  }
  .titNewsGrande {
    line-height: 42px;
    margin-top: -5px;
  }
  .boxBannerH {
    width: 312px;
  }
  .menuCategorias2020 {
    width: 76%;
  }
  .buscador2020 {
    width: 22%;
  }
  .descPrincipal img {
    width: 600px;
  }
  .btn-descargar {
    font-size: 17px;
  }
  .cont-img-rel img {
    margin-left: -9px;
  }
  .txtBusc {
    display: none;
  }
  .imgCaja {
    width: 49%;
  }
  .cajRI {
    width: 54%;
    height: 279px;
  }
  .revista img {
    width: 260px;
    margin-left: 0;
  }
  /*.multiple-items {
        width: 75%
    }*/
  .navBars {
    width: auto;
  }
  .logo {
    width: 200px;
  }
  .logo span img {
    padding: 16px 9px;
    width: 100%;
  }
  .versionImpresa button {
    font-size: 16px;
  }
  .recColor {
    width: 64px;
  }
  .sidebar {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    max-width: 100%;
  }
  .ContFormMailchimpNews {
    margin: 14px 80px 0 80px;
  }
  .DescargaGratisImg img {
    width: 87%;
  }
  .DescargaGratisImg {
    width: 36%;
    margin-left: 10px;
  }
  .titNews {
    width: 62%;
    font-size: 27px;
    line-height: 33px;
    padding: 0 20px;
  }
  .ModTitV-side {
    width: 50%;
  }
  .SliderVideoteca .slick-prev {
    left: 35% !important;
  }
  .SliderVideoteca .slick-next {
    right: 35% !important;
  }
  .ModuloImgV {
    height: 256px;
  }
  .ImgSliderVideoteca {
    height: 120px;
  }
  .ModuloImgHistV {
    height: 165px;
  }
}

@media only screen and (max-width: 979px) {
  .contTips img {
    height: auto;
  }
  .BioAutor {
    width: 72%;
  }
  .banner-e-desk {
    display: none;
  }
  .banner-e-mob {
    display: block;
  }
  .modal_contenedorGral {
    height: 620px;
  }
  .titNewsGrande {
    line-height: 42px;
  }
  .BtnNewsletterHome a {
    width: 77%;
  }
  .btnSuscribeteNewsletterNota {
    padding: 0 83px;
  }
  .msm_banner {
    display: block;
  }
  .descSec {
    height: 300px;
  }
  .titDescL {
    height: 60px;
    font-size: 17px !important;
  }
  .txtDesc {
    padding: 10px;
  }
  .opcionDia {
    width: -webkit-fill-available;
    text-align: center;
    float: left;
    position: relative;
    height: 158px;
  }
  .iconoDia {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .catDia {
    float: left;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 10px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contBH {
    width: 70%;
  }
  .modNuevo {
    float: left;
    padding: 0px 4px;
    width: 28%;
  }
  .imgHist.hn {
    height: 133px;
  }
  .boxBannerH {
    height: 284px;
  }
  .playlist {
    max-width: 100%;
  }
  .NPHome {
    position: inherit;
    right: 0;
    top: 0;
    padding: 20px 0px 0px 0px;
    float: left;
    max-width: 100%;
  }
  .NPPrin {
    width: 50%;
    border: solid #ebeced 8px;
  }
  .buscador2020 {
    width: auto;
  }
  .categoriasHeader2020 span {
    display: none;
  }
  .menuCategorias2020 {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .imgDescPrinL {
    height: 220px;
  }
  .txtDescPrinL {
    height: 220px;
  }
  .centrado {
    padding: 20px;
  }
  .titDescL.prin {
    font-size: 22px !important;
  }
  .btnIrDesc.prin {
    margin-top: 20px;
  }
  .descPrincipal img {
    width: 399px;
  }
  .descPrincipal {
    height: auto;
  }
  .titDescL.prin {
    height: 66px;
  }
  .vermasVideo {
    padding: 10px 20px 6px;
  }
  .cont-img-rel img {
    width: 321px !important;
    margin-left: -14px;
  }
  .compartir.Mobile {
    display: block;
    border-left: 0;
    border-bottom: solid #1c5c9d29 1px;
    border-top: solid #1c5c9d29 1px;
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
    background: #efe8e82e;
  }
  .categoriasheader {
    float: left;
    position: absolute;
    width: 100%;
    background: #232325;
    left: 0;
    margin-top: 80px;
  }
  .catHeader {
    width: 25%;
    text-align: center;
    margin: 0px 0;
  }
  .sidebar {
    display: none;
  }
  .contIzq {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cajRI {
    width: 73%;
    height: 278px;
  }
  .versionImpresa button {
    margin: 0 20px;
  }
  .versionImpresa {
    margin: 18px 0;
  }
  .closeNavBars {
    float: right;
    margin: 5px 10px;
    font-size: 13px;
  }
  .publicidad.notaMobile {
    display: block;
  }
  .notaAzul.banner {
    width: 100%;
    margin: 20px 0 !important;
    padding-bottom: 40px;
  }
  .notaAzul {
    width: 31%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .notaAzul span {
    height: 80px;
    padding: 20px;
  }
  .infonL {
    width: 51%;
  }
  .etiquetaRest.larga span {
    font-size: 11px;
  }
  .nPrin,
  .nRec,
  .etiquetaSeccion.blanca {
    max-width: 100%;
    width: 100%;
  }
  .itemSPrin {
    height: auto;
  }
  .imgRecPrin {
    padding-left: 0;
    padding-right: 0;
  }
  .imgRecPrin img {
    width: 100%;
    padding: 0;
  }
  .recomendacion {
    float: left;
    margin-bottom: 20px;
    width: 50%;
    border: solid #f53c3c 4px;
  }
  .single-item .slick-next.slick-arrow,
  .single-item .slick-prev.slick-arrow {
    top: 49%;
    bottom: initial;
  }
  .imgVid {
    height: 200px;
  }
  .txtError {
    width: 43%;
    font-size: 27px;
    margin: 86px 0px;
    padding: 0px 15px;
    line-height: 39px;
  }
  .titdescH {
    font-size: 18px !important;
    height: 56px;
  }
  .ContFormMailchimpNews {
    margin: 14px 80px 0 80px;
  }
  .DescargaGratisImg img {
    width: 87%;
  }
  .DescargaGratisImg {
    width: 36%;
    margin-left: 10px;
  }
  .titNews {
    width: 62%;
    font-size: 27px;
    line-height: 33px;
    padding: 0 20px;
  }
  .ColModuloVideoP {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .ColModuloVideoPSec {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .ModuloImgVSide {
    width: 50%;
    height: 100%;
  }
  .ModTitV-side {
    width: 50%;
  }
  .HomeVideoCard {
    height: 510px;
  }
  .ModVideo div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .ModVideo iframe {
    max-width: 290px;
    max-height: 500px;
    position: inherit !important;
  }
  .SliderVideoteca .slick-prev {
    left: 33% !important;
  }
  .SliderVideoteca .slick-next {
    right: 33% !important;
  }
  .ColModuloVideoPSecSingle {
    width: 100%;
    display: inline-block;
    float: none;
    margin-top: 30px;
  }
  .AllBannersSideV {
    height: auto;
  }
  .ModuloImgV {
    height: 200px;
  }
  .ImgSliderVideoteca {
    height: 200px;
  }
  .ModuloImgVSide {
    height: 200px;
  }
  .ModuloImgHistV {
    height: 122px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_contenedorGralVideosDM {
    width: 98%;
    padding: 10px 20px;
  }
  .modal_contBodyVideosDM {
    text-align: center;
  }
  .modal_imgPrincipalVideosDM {
    width: 45%;
  }
  .ColModuloVideoPSec {
    width: 100%;
    display: inline-block;
    position: inherit;
    z-index: inherit;
    right: inherit;
    top: inherit;
  }
  .ModuloImgVSide {
    width: 50%;
    height: 100%;
  }
  .ModTitV {
    width: 100%;
    padding-right: 10px;
  }
  .ModTitV-side {
    width: 50%;
  }
  .SubTitV {
    font-size: 24px;
  }
  .contTips img {
    height: auto;
  }
  .contTips .wp-caption-text {
    margin-right: 80px;
  }
  .FotoAutor {
    margin: 0 auto;
    float: none;
  }
  .BioAutor {
    width: -webkit-fill-available;
    width: -moz-available;
    padding-left: 0;
  }
  .AutorH1 {
    text-align: center;
  }
  .AutorCargo {
    text-align: center;
    margin-top: 16px;
  }
  .AutorRedes {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal_contenedorGral {
    height: 550px;
  }
  .NotasRecomendadas {
    width: 49%;
    margin-bottom: 11px;
  }
  .moduloNewsletterHome {
    margin: 0 5px 50px;
  }
  .titmoduloNewsletterHome {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 0 10px 10px;
    text-align: center;
  }
  .SubtitmoduloNewsletterHome {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .titNewsGrande {
    line-height: 39px;
  }
  .BtnNewsletterHome a {
    width: 63%;
  }
  .btnSuscribeteNewsletterNota {
    padding: 0 56px;
  }
  .modNewsletterNota {
    padding: 36px 20px 53px 20px;
  }
  .titNewsletterNota {
    display: inline-block;
  }
  .titChicoNewsletter {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
  }
  .titGrandeNewsletter {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
  }
  .AutorNotaBio {
    border-left: none;
    margin-top: 17px;
  }
  .msm_banner {
    display: block;
  }
  .nav-item.filtro {
    margin: 0px 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    margin: 10px 0px 0px;
  }
  .nav-item.filtro a {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .mobNone {
    display: none;
  }
  .titSingle {
    font-size: 25px;
  }
  .contBH {
    width: 90%;
  }
  .buscadorHome {
    height: 260px;
  }
  .titBH {
    font-size: 22px !important;
  }
  .tagBH {
    float: none !important;
    margin: 5px 0px !important;
  }
  .titNotaSecH {
    position: inherit;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding: 18px;
    background: #fff;
    width: 100%;
    line-height: 21px;
  }
  .jwHome {
    padding-bottom: 0px !important;
  }
  .etiquetaNP {
    position: absolute;
    bottom: inherit;
    right: 0;
    background: #831933;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px 10px;
    letter-spacing: 1px;
    top: 0;
  }
  .modNuevo {
    height: auto;
    width: 100%;
  }
  .imgHist.hn {
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .boxBannerH {
    width: 100%;
    margin-bottom: 40px;
  }
  .NPPrin {
    width: 100%;
    border: none;
  }
  .navBars2020 {
    margin: 10px 4px;
  }
  .buscador2020 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #831933;
    z-index: 4;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0;
    height: 60px;
    padding: 11px 15px;
    border-radius: 0px;
  }
  .buscMobile2020 {
    display: block;
    float: right;
    width: 64px;
    height: 36px;
    border-radius: 20px;
    background: #ffffff;
    color: #f3c000;
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
    margin: 12px 20px;
  }
  .envolventeMobile {
    background: #fff;
    float: left;
    width: 95%;
    border-radius: 36px;
    height: 38px;
  }
  .buscAv2020 {
    color: #252527;
    border-right: solid #037cbc 3px;
    float: left;
    width: 50%;
    text-align: left;
    border-left: 0px;
    padding-right: 10px;
    margin: 10px;
  }
  .buscAv2020 i {
    float: right;
  }
  .buscador2020 input {
    background: #eeeeef;
    border-radius: 24px;
    width: 80%;
    height: 23px;
    margin-top: 0px;
  }
  .buscador2020 form {
    float: right;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 7px;
    height: -webkit-fill-available;
    background: transparent;
    padding-left: 0px;
  }
  .buscador2020 button {
    width: 17%;
    height: 20px;
    float: right;
    margin: 0px 0px;
    height: 24px;
    border-radius: 49px;
    padding: 0px;
  }
  .cerrarBuscadorMobile2020 {
    color: #252526;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 8px;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 26px;
    text-align: center;
    padding-top: 0px;
    float: left;
  }
  .catBarra2020 {
    width: 80%;
  }
  .swipe {
    width: 10%;
  }
  .cerrarBuscadorMobile2020 {
    display: block;
  }
  .btnCompMobile {
    display: block;
    float: right;
    background: #fff;
    border-radius: 20px;
    padding: 2px 12px;
    font-weight: bold;
    margin: 16px 10px;
    color: #f23d3e;
  }
  .redescomparte2020 {
    float: right;
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    z-index: 6;
    background: #3a3a3b;
    left: 0;
    top: 0;
    text-align: center;
    padding: 13px 0px;
    display: none;
  }
  .sigNot20 {
    float: left;
    width: 70%;
    padding: 10px 0px;
    color: #831933;
    font-size: 13px;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
  }
  .textoRedes2020 {
    display: none;
  }
  .icono20 {
    float: none !important;
  }
  .cerrarCompartirMobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 15px;
    font-size: 18px;
    color: #831933;
    background: #ffffff;
    border-radius: 50px;
    width: 25px;
    height: 26px;
  }
  .imagen-des,
  .texto-des {
    height: auto;
  }
  .imgDesc,
  .centrarInfoDes {
    position: initial;
    left: 0%;
    top: 0%;
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
    float: left;
  }
  .txtDescargable {
    padding: 20px 0px;
  }
  .estasLeyendo {
    display: none !important;
  }
  .otraNota {
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    z-index: 8;
    top: 47px;
    left: 0;
    text-align: center;
  }
  .comparteNota {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
  }
  .iconoCo {
    float: none !important;
    font-size: 25px !important;
    margin: 0px 15px !important;
  }
  .txtCom {
    display: none;
  }
  h1 {
    font-size: 25px;
    line-height: 39px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .centrado {
    margin: 20px 0px;
    height: auto;
  }
  .titDescL.prin,
  .txtDescPrinL,
  .titDescL,
  .imgDescPrinL {
    height: auto;
  }
  .descSec {
    height: auto;
  }
  .descSec img,
  .txtDesc {
    position: inherit;
    float: left;
    top: unset;
  }
  .descPrincipal img {
    width: 100%;
  }
  .imgDesc,
  .formDesc {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .cont-btn-descargar {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 20px 15px;
  }
  .notaRelM {
    border-right: none;
  }
  .cont-img-rel {
    height: auto;
    overflow: inherit;
    float: left;
  }
  .cont-img-rel img {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
  .contNota.listado ol li img {
    width: 100%;
    margin-top: 20px;
  }
  .contNota.listado ol li strong a {
    width: 80%;
    float: right;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  ol li:before {
    height: 63px;
    background: #f9f264;
    padding-top: 14px;
  }
  .btnRecetaListado {
    display: none;
  }
  .imgVid {
    height: auto;
  }
  .tA {
    margin: 1px 0;
    float: left;
    width: 100%;
  }
  .contNota {
    width: 100%;
  }
  .imgHist,
  .txtHist {
    float: left;
    height: auto;
    overflow: visible;
  }
  .versionImpresa button {
    margin: 0 8px;
    padding: 10px 16px;
  }
  .txtBusc {
    display: block;
    font-size: 26px;
    margin: 20px 10px 0;
    float: left;
    width: 100%;
  }
  .histMod span,
  .histMod {
    height: 200px;
  }
  .stickyBanner {
    display: block;
    z-index: 31;
  }
  .notaRel {
    padding: 20px;
  }
  .notaRelM span {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
  }
  .notaRelM span img {
    width: 100%;
    margin-left: 0;
  }
  .imgRel {
    height: 100%;
  }
  .imgRel img {
    margin-bottom: 0;
  }
  .menuDesplegado {
    height: 100%;
    padding: 20px;
    overflow-x: scroll;
    position: fixed;
    z-index: 32;
    top: 0 !important;
  }
  .barraRedes {
    border-top: solid #ffffff21 1px;
    background: transparent;
    height: auto;
    padding-top: 10px;
  }
  .rS.face a,
  .rS.twit a,
  .rS.insta a,
  .rS.pint a,
  .rS.yt a,
  .rS.tik a {
    color: #fff !important;
  }
  .menuDesplegado::-webkit-scrollbar {
    display: none;
  }
  .menuCat li {
    float: left;
    list-style: none;
    width: auto;
    font-weight: 300;
    padding-right: 7px;
    border-right: solid #c4d900 1px;
    margin-right: 7px;
  }
  .versionImpresa {
    margin: 18px 8px;
  }
  .buscadorHeader.mobile {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .buscadorHeader form {
    width: 100%;
  }
  .buscadorHeader.mobile form input {
    width: 80%;
  }
  .closeNavBars {
    margin: 0;
    font-size: 20px;
  }
  .menuCat {
    padding-left: 0;
    margin: 10px 0;
    padding-right: 0;
    width: 100%;
  }
  .menuCat ul {
    padding-left: 0;
    float: left;
    margin-bottom: 0;
  }
  .menuCat li {
    margin-bottom: 0px;
    font-size: 20px;
    border-right: 0;
    text-align: left;
  }
  .revista img {
    width: 100%;
    margin-left: 0;
    padding: 22px;
    margin-bottom: 0;
  }
  .revista {
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .infoRevista {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px;
  }
  .cajRI {
    width: 73%;
    height: auto;
  }
  .col-md-4.historico {
    max-width: 100%;
    height: auto;
  }
  .txtHist span,
  .histChico span,
  .imgHist {
    width: 100%;
    height: auto;
  }
  .principalBuscador {
    overflow: hidden;
  }
  .principalBuscador img {
    width: 627px;
    margin-left: -82px;
  }
  .buscadorGrande,
  .principalBuscador,
  .container.completoH.bG {
    height: 250px;
  }
  .buscadorGrande span {
    padding-top: 50px;
    font-size: 15px;
  }
  .grande {
    font-size: 32px !important;
  }
  .form form {
    width: 90%;
  }
  .form form input {
    width: 81%;
  }
  .notaPrincipal {
    margin-bottom: 20px;
  }
  .notaPrincipal.izquierda {
    padding-right: 0;
  }
  .notaPrincipal.derecha {
    padding-left: 0;
  }
  .notaPrincipal.centro {
    padding-left: 0;
  }
  .titNotaHome,
  .teaserNotaHome,
  .notaPrincipal,
  .notaAzul span,
  .notaRecomendados,
  .notaRecomendados span,
  .nL,
  .teaserNotaHome.chico.restaurante {
    height: auto;
    overflow: visible;
  }
  .teaserNotaHome.centro {
    padding: 28px 18px;
  }
  .teaserNotaHome.chico {
    margin: 0 0 20px;
  }
  .container.completoH {
    margin-bottom: 0;
  }
  .notaAzul {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: auto;
    margin-bottom: 20px;
    overflow: visible;
  }
  .notaPrincipal.centro.rec {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .notasLargas {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .imgnL {
    width: 100% !important;
    height: auto;
    overflow: visible;
    float: left;
  }
  .imgnL img {
    width: 100%;
    margin-left: 0;
  }
  .infonL {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .titNotaHome.restaurante {
    height: auto;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .recomendacion,
  .imgRec,
  .titPrinS.chico {
    width: 100%;
    height: auto;
  }
  .imgRec img {
    margin-bottom: 0;
  }
  .single-item .slick-next.slick-arrow,
  .single-item .slick-prev.slick-arrow {
    margin-top: 0px;
    top: 0;
  }
  .imgRecPrin {
    padding-bottom: 0;
  }
  .imgRecPrin,
  .infoPrin {
    padding: 0 20px;
    height: auto;
    width: 100%;
    position: initial;
    float: left;
    padding: 0 !important;
  }
  .nRec {
    background: #fbfbfb;
  }
  .recomendacion {
    border: 0;
  }
  .recomendacion span a {
    color: #3d2d21;
  }
  .etiquetaSeccion {
    width: 100%;
  }
  .moduloH {
    margin: 0 0 40px;
  }
  .slideCategorias {
    height: auto;
  }
  .error404 {
    height: auto;
  }
  .txtError {
    width: 100%;
    position: inherit;
    float: left;
    margin: 20px 0px;
  }
  .error404 img {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  .txtE4 {
    font-size: 17px;
  }
  .titdescH {
    font-size: 20px !important;
    height: auto;
  }
  .NewsSus {
    width: 90%;
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(
      0deg,
      rgba(240, 240, 240, 1) 52%,
      rgba(255, 255, 255, 1) 52%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(240, 240, 240, 1) 52%,
      rgba(255, 255, 255, 1) 52%
    );
    background: linear-gradient(
      0deg,
      rgb(255 255 255) 52%,
      rgb(242 242 242) 52%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#ffffff", GradientType=1);
    padding: 40px 1px 40px 0px;
  }
  .DescargaGratisImg {
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    margin-left: 0px;
  }
  .DescargaGratisImg img {
    width: 145px;
  }
  .titNews {
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 25px;
    padding: 0 25px;
    line-height: 30px;
  }
  .subNews {
    display: none;
  }
  .ContFormMailchimpNews {
    margin: 34px 50px 0 50px;
    padding: 0 20px;
  }
  .dm-player {
    height: auto !important;
  }
  .modVideo {
    height: auto;
  }
  .HomeVideoCard {
    height: 510px;
  }
  .ModVideo div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .ModVideo iframe {
    max-width: 290px;
    max-height: 500px;
    position: inherit !important;
  }
  .SliderVideoteca .slick-prev {
    left: 25% !important;
  }
  .SliderVideoteca .slick-next {
    right: 25% !important;
  }
  .banner-desk {
    display: none;
  }
  .banner-mob {
    display: flex;
  }
  .ModuloImgV {
    height: 250px;
  }
  .ImgSliderVideoteca {
    height: 150px;
  }
  .ModuloImgVSide {
    height: 130px;
  }
  .ModuloImgHistV {
    height: 145px;
  }
}

@media only screen and (max-width: 480px) {
  .modal_contenedorGralVideosDM {
    overflow: hidden;
  }
  .modal_imgPrincipalVideosDM {
    width: 77%;
  }
  .contTips img {
    height: auto;
  }
  .contTips .wp-caption-text {
    margin-right: 20px;
  }
  .modal_contenedorGral {
    height: 350px;
  }
  .modal_titulo .strong {
    font-size: 20px;
  }
  .modal_titulo {
    font-size: 18px;
    line-height: 29px;
  }
  .modal_botonesFooter {
    padding: 0 1%;
  }
  .modal_contenedorGral {
    padding: 27px 5px;
  }
  .TxtNewsletterHome {
    padding: 15px 0px;
  }
  .BtnNewsletterHome a {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .titNewsGrande {
    line-height: 35px;
    font-size: 40px;
  }
  .btnSuscribeteNewsletterNota {
    padding: 0;
  }
  .AutorNotaBio {
    padding: 0;
  }
  .msm_banner {
    display: block;
  }
  .txtMobileDesc .strong {
    margin-top: -15px !important;
  }
  .tagBH:last-child {
    display: none;
  }
  .buscadorHome img {
    opacity: 0.6;
    width: 600px;
    margin-left: -40%;
  }
  .buscador2020 {
    padding: 11px 6px;
  }
  .buscAv2020 {
    padding-left: 2px;
    margin: 11px 4px;
    font-size: 12px;
    width: 52%;
    padding-right: 0;
  }
  .buscAv2020 i {
    float: right;
    margin-top: 0px;
    margin: 2px 4px;
  }
  .buscador2020 form {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .envolventeMobile {
    width: 90%;
    border-radius: 6px;
  }
  .buscador2020 input {
    width: 76%;
  }
  .buscador2020 button {
    width: 22%;
  }
  .sigNot20 a {
    margin-top: -4px;
    float: left;
  }
  .sigNot20 {
    height: 55px;
    margin: 0px 4px;
    font-size: 11px;
    padding: 4px 0px;
  }
  .sigNot20 .strong {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    float: left;
  }
  .btnCompMobile {
    padding: 2px 3px;
    margin: 18px 7px;
    font-size: 13px;
  }
  .txtCom {
    display: none;
  }
  .btn-descargar {
    font-size: 18px;
  }
  .contNota.listado ol li strong a {
    width: 81%;
    float: right;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px 11px !important;
  }
  ol li:before {
    height: 47px;
    background: #f9f264;
    padding-top: 6px;
    width: 44px;
  }
  .itemCat {
    margin-top: 0px;
  }
  .container.c,
  .container.i {
    overflow-y: scroll;
  }
  .iComp {
    width: 100%;
    float: left;
  }
  .antojo {
    width: auto;
  }
  .iconoCompartir {
    float: left !important;
    margin-top: 5px;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .rel {
    padding-left: 0;
    padding-right: 0;
  }
  .buscadorHeader.mobile {
    width: 100%;
    padding-bottom: 20px;
  }
  .contNota {
    width: 100%;
  }
  .closeNavBars {
    margin: 10px 0;
    width: 100%;
    text-align: right;
  }
  .versionImpresa {
    display: none;
  }
  .versionImpresa.mobile {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .versionImpresa button {
    width: 100%;
    background: #fff;
  }
  .form form input {
    width: 70%;
  }
  .form form button {
    margin: 6px;
    float: right;
  }
  .buscadorGrande span {
    display: none;
    margin-top: 51px;
  }
  .grande {
    font-size: 18px !important;
    margin-bottom: 20px;
    display: block !important;
  }
  .video-single {
    padding: 9px 10px 30px 10px;
  }
  .cont-singletxt {
    margin-left: 7px;
  }
  .label-video {
    width: 51px;
    height: 68px;
  }
  .txt-video {
    margin-left: 61px;
    font-size: 16px;
  }
  .fa-play-circle {
    font-size: 33px;
    margin-top: 15px;
    margin-left: 9px;
  }
  .ContFormMailchimpNews {
    margin: 15px 19px 0 19px;
    padding: 0 12px;
  }
  .DescargaGratisImg img {
    width: 100px;
  }
  .titNews {
    font-size: 20px;
    padding: 0 22px;
    line-height: 28px;
  }
  .ContFormMailchimpNews input {
    font-size: 20px;
  }
  .dm-player {
    height: auto !important;
  }
  .modVideo {
    height: auto;
  }
  .ColModuloVideoP {
    width: 100%;
    display: inline-block;
  }
  .ModuloImgVSide {
    width: 100%;
  }
  .ModTitV-side {
    width: 100%;
  }
  .btnTabsProd.TabsVideoteca {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }
  .HomeVideoCard {
    height: 350px;
  }
  .ModVideo div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .ModVideo iframe {
    max-width: 200px;
    max-height: 400px;
    position: inherit !important;
  }
  .SliderVideoteca .slick-prev {
    left: 17% !important;
  }
  .SliderVideoteca .slick-next {
    right: 17% !important;
  }
  .SeccVideos {
    margin: 30px 0;
  }
  .ModuloImgV {
    height: 174px;
  }
  .ImgSliderVideoteca {
    height: 164px;
  }
  .ModuloImgVSide {
    height: 190px;
  }
  .Cont-video-single div {
    width: 260px;
  }
  .ModuloImgHistV {
    height: 175px;
  }
}

@media only screen and (max-width: 320px) {
  .contTips img {
    height: auto;
  }
  .msm_banner {
    display: block;
  }
  #busqAv {
    font-size: 11px;
  }
  .form form input {
    width: 50%;
  }
  .ContFormMailchimpNews {
    margin: 15px 10px 0 10px;
    padding: 0 8px;
  }
  .NewsSus {
    overflow-y: scroll;
    height: 500px;
  }
  .ModVideo iframe {
    left: 5% !important;
  }
  .SliderVideoteca .slick-prev {
    left: 5% !important;
  }
  .SliderVideoteca .slick-next {
    right: 5% !important;
  }
  .ModuloImgV {
    height: 170px;
  }
  .ImgSliderVideoteca {
    height: 160px;
  }
  .ModuloImgVSide {
    height: 170px;
  }
  .Cont-video-single div {
    width: 260px;
    height: 330px;
  }
  .ModuloImgHistV {
    height: 175px;
  }
}

#infscr-loading {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

.itemCat span a {
  text-decoration: none;
  color: #313136;
  float: left;
  text-align: center;
  width: 100%;
}
