/**
 * Top header
 */
.top-header-contain {
	color: #000;
	background-color: rgba(0, 0, 0, 0.04);
	border-bottom: solid 1px #e7e7e7;
}

.top-header-contain nav {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

/**
 * Banner Avobe Header
 */
.global_above_header {
	display: none !important;
}

/**
 * Opción Últimas noticias
 * Página principal
 */
.secondary-menu li a {
	padding-left: 20px;
	padding-right: 15px;
	background-color: rgb(14 157 201 / 12%);
}

.mobile-sidebar .secondary-menu li a {
	padding-left: 25px;
	padding-right: 15px;
}

.ani-dot {
	position: absolute;
	top: 45%;
	left: 11px;
	transform: translate(-50%, -50%);
}

.ani-dot--center {
	width: 5px;
	height: 5px;
	background: var(--newspack-theme-color-primary);
	border-radius: 50%;
}

/*ultimas noticias posts*/
.wp-block-latest-posts__post-title {
	float: right;
	display: contents !important;
	font-size: .9rem !important;
}

/**
 * Imagenes destacadas
 * Página principal
 */
.wp-block-column:first-child div.tag-post-primary article.tag-destacada {
	min-height: 69vh !important;
}

/*
.wp-block-columns .wp-container-3 .wp-block-column:first-child .tag-destacada{
	  min-height: 455px !important;
    padding-top: 14vh !important;
}*/
@media only screen and (min-width: 800px) and (max-width: 950px) {
	/*.wp-block-columns .wp-container-3 .wp-block-column:first-child .tag-destacada*/
	.wp-block-column:first-child div.tag-post-primary article.tag-destacada {
		min-height: 65vh !important;
	}
	
	.wp-block-columns .wpnbha.image-alignleft.mobile-stack .post-has-image {
		display: block !important;
	}
}

/**
 * Header menu
 * 
 */
@media only screen and (min-width: 782px) {
	.middle-header-contain .wrapper {
		padding: 1rem 0 !important;
	}
}

body:not(.newspack-front-page) .newspack_global_ad.global_below_header + .site-content {
	margin-top: .7rem !important;
}

/**
 * Últimas noticias
 * Barra lateral
 */
.wp-block-latest-posts li > a {
	color: #000 !important;
}

.wp-block-latest-posts li > a:hover {
	color: #979197 !important;
}

/**
 * Header
 */
.nav1 .main-menu > li > a {
	text-transform: uppercase;
}

.site-header .nav1 .main-menu > li {
	transition: background 150ms ease-in-out;
	line-height: 1rem;
	margin-right: -.5rem !important;
}

.site-header .nav1 .main-menu > li:hover {
	background: #ebebeb;
}

.site-header .nav1 .main-menu > li > a {
	color: #000;
	display: inline-block;
	font-weight: 500;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.site-header .nav1 .main-menu > li button {
	color: #000;
	position: relative;
	top: -13px;
}

.site-header .nav1 .main-menu > li:first-child {
	padding-left: 10px !important;
}

.site-header .nav1 .main-menu > li:last-child {
	padding-right: 5px !important;
}

.site-header .dd-menu .sub-menu a {
	background: #ebebeb;
	color: #111;
}

.site-header .dd-menu .sub-menu a:hover {
	background: #ddd;
}

.site-header .dd-menu > ul > li > .sub-menu {
	padding-top: 0;
}

.h-dh .site-header .nav1 .main-menu > li {
	padding: 0;
}

.tertiary-menu a {
	text-transform: uppercase;
}

.nav3 a {
	background: transparent;
	color: #111;
}

.nav3 li a:hover {
	background: transparent;
	color: #000;
}

body.h-db.h-dh .site-header .nav3 .menu-highlight a {
	background-color: var(--newspack-theme-color-primary);
	color: #fff;
}

.site-header .nav3 li:nth-child(n+2) {
	margin-left: .25rem;
}

/**
 * Icon main menú
 */
.icon-menu {
	width: 18px;
	height: 16px;
	vertical-align: top;
}

.mobile-sidebar .icon-menu {
	content: url(https://newspack-yucatan.s3.amazonaws.com/uploads/2023/09/home-white.png);
}

/**
 * Icon avatar user
 */
#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
	width: auto !important;
	height: 16px !important;
}

/* Switch to mobile header "sooner"*/
@media (max-width: 1000px) {
	.site-header .desktop-only {
		display: none;
	}
	
	.h-dh .site-header .mobile-menu-toggle, .h-dh.h-sub .site-header .mobile-menu-toggle, .h-dh .site-header .mb-cta {
		display: inherit;
	}
}

/* Mobile header */
.mobile-sidebar {
	background: #333;
}

.mobile-sidebar, 
.mobile-sidebar button:hover,
.mobile-sidebar a, 
.mobile-sidebar a:visited,
.mobile-sidebar .nav1 .sub-menu > li > a, 
.mobile-sidebar .nav1 ul.main-menu > li > a {
	color: #fff;
}

/**
 * Content
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	letter-spacing: -.025em;
}

.accent-header, 
#secondary .widgettitle, 
div.wpnbha .article-section-title {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	color: #000;
	font-size: 1rem;
}

.wpnbha .cat-links a {
	color: var(--newspack-theme-color-primary);
}

/* Blocks - homepage */
.wpnbha p {
	font-size: .9rem;
}

/* Blocks - columns */
.accent-header + .wp-block-columns {
	margin-top: -12px;
}

/* Single Post */
.single .entry-header .cat-links {
	font-weight: 500;
}

.single .entry-header .cat-links a {
	background: transparent;
	padding: 0;
}

.single .entry-header .cat-links a:hover {
	color: var(--newspack-theme-color-primary);
}

.single .entry-title {
	font-size: 1.6em;
}

@media only screen and (min-width: 600px) {
	.single .entry-title {
		font-size: 1.8em;
	}
}

@media only screen and (min-width: 782px) {
	.single .entry-title {
		font-size: 2.2em;
	}
}

@media only screen and (min-width: 1168px) {
	.single .entry-title {
		font-size: 2.6em;
	}
}

/* Top Posts */
.accent-header + .jetpack_top_posts_widget {
	margin-top: 0;
}

.jetpack_top_posts_widget p, .widget_top-posts p {
	font-size: .7rem;
}

.widget_top-posts li:not(:last-child),
.jetpack_top_posts_widget li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: .75em;
}

.widget.widget_top-posts .widgets-list-layout img,
.jetpack_top_posts_widget .widgets-list-layout img {
	max-width: 85px;
}

.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links,
.jetpack_top_posts_widget .widgets-list-layout .widgets-list-layout-links {
	width: calc(100% - 100px);
}

.jetpack_top_posts_widget li a, .widget_top-posts li a {
	font-size: .8rem;
}

/* Buttons */
.button, button,
input[type=button], 
input[type=reset], 
input[type=submit], 
.wp-block-search__button {
	background: var(--newspack-theme-color-primary);
	color: #fff;
}

/**
 * Footer
 */
.site-footer a img {
	-webkit-filter: grayscale(100%);
	filter: gray;
	text-align: center;
}

#colophon a:hover {
	opacity: 1;
}

.site-footer a:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}

@media (max-width: 1260px) {
	.site-footer .wp-container-18.wp-container-18 {
		justify-content: center !important;
	}
}

/**
 * Botón "Suscribete" (Móvil)
 */
.button.mb-cta, .button.mb-cta:not(:hover):visited, .tribe_community_edit .button.mb-cta {
	background-color: var(--newspack-theme-color-primary);
	color: #FFF !important;
}

/** slide show jetpack **/
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
	display: block !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
	margin: 0 auto !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
	position: static !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper {
	height: auto !important;
}

/**
 * Link visitado "Categorías"
 */
.cat-links a {
	color: var(--newspack-theme-color-primary) !important;
}

/**
 * Destacadas - Imagen principal
 */
.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after {
	top: 100% !important;
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper {
	padding: 1rem !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper .cat-links a {
	background: var(--newspack-theme-color-primary);
	color: #fff !important;
	padding: 2px 5px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
}

/*
 * Destacadas lista
 * Página principal 
 */
.wpnbha.is-style-borders article {
	padding-bottom: 2px !important;
}

.wpnbha article {
	margin-bottom: .4em !important;
}

.wpnbha .post-thumbnail {
	margin-top: 1px !important;
	margin-bottom: 0 !important;
}

/**
 * Las más leídas
 */
.title-mas-leidas-principal {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	color: #000;
	font-size: 1rem;
	margin-bottom: -12px !important;
}

.title-mas-leidas-lateral {
	color: #000 !important;
	font-size: .8rem !important;
	margin-bottom: -12px !important;
}

.jetpack_top_posts_widget .widgets-grid-layout {
	width: 110%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	margin-left: -16px;
}

.jetpack_top_posts_widget .widget-grid-view-image {
	position: relative;
	height: auto;
	display: flex;
	text-align: center;
	margin-left: 16px;
	margin-right: 16px;
}

.jetpack_top_posts_widget .widgets-grid-layout a {
	text-decoration: none;
	margin: 0;
}

.jetpack_top_posts_widget .widget-grid-view-image img {
	width: 275px !important;
}

.jetpack_top_posts_widget .widget-grid-view-image:nth-child(2n) a {
	margin: 0 !important;
}

.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
	content: attr(title);
	position: absolute;
	display: flex;
	color: #fff;
	z-index: 2;
	bottom: 10px;
	padding: 10px;
	font-size: .9em;
	font-weight: bold;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

@media only screen and (max-width: 1300px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 264px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 245px !important;
	}
}

@media only screen and (max-width: 1100px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 223px !important;
	}
}

@media only screen and (max-width: 1050px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 206px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 200px !important;
	}
	
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .8em;
	}
}

@media only screen and (max-width: 950px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 181px !important;
	}
}

@media only screen and (max-width: 900px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 178px !important;
	}
	
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .8em;
	}
}

@media only screen and (max-width: 850px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 161px !important;
	}
	
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .7em;
	}
}

@media only screen and (max-width: 800px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 155px !important;
	}
	
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .7em;
	}
}

@media only screen and (max-width: 750px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 320px !important;
	}
	
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .9em;
	}
}

@media only screen and (max-width: 700px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 298px !important;
	}
}

@media only screen and (max-width: 650px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 275px !important;
	}
}

@media only screen and (max-width: 600px) {
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 255px !important;
	}
}

@media only screen and (max-width: 599px) {
	.jetpack_top_posts_widget .widgets-grid-layout {
		justify-content: center;
		font-size: 1.2em;
	}
	
	.jetpack_top_posts_widget .widget-grid-view-image img {
		width: 300px !important;
	}
}

@media only screen and (max-width: 400px) {
	.jetpack_top_posts_widget .widgets-grid-layout {
		justify-content: center;
		font-size: .8em;
	}
}

@media only screen and (max-width: 300px) {
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .6em;
	}
}

@media only screen and (max-width: 279px) {
	.jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .5em;
	}
}

/*Ocultar publicidad*/
.ads-hidden {
	display: none !important;
}

/*
 * Slider Las más leídas
*/
.slider {
	margin-left: -210px !important;
	width: 155%;
	max-width: 1200px !important;
}

.slider .jetpack_top_posts_widget .widgets-grid-layout {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin-left: 0 !important;
	list-style: none;
	margin-bottom: 30px;
	overflow-x: auto;
	flex-flow: nowrap;
}

.slider .jetpack_top_posts_widget .widget-grid-view-image {
	width: 200px;
	position: relative;
	height: auto;
	display: flex;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 107px;
}

.slider .jetpack_top_posts_widget .widget-grid-view-image:last-child {
	margin-right: 0 !important;
}

.slider .jetpack_top_posts_widget .widgets-grid-layout a {
	width: 200px;
	text-decoration: none;
	margin: 0;
}

.slider .jetpack_top_posts_widget .widget-grid-view-image img {
	width: 275px !important;
	max-width: 275px !important;
}

.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
	width: 275px !important;
}

.slider .jetpack_top_posts_widget .widgets-grid-layout::-webkit-scrollbar {
/*display: none;*/
}

.slider ::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.slider ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

.slider ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--newspack-theme-color-primary);
	background-image: -webkit-linear-gradient(90deg,transparent,#0675c4 50%,transparent,transparent);
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.slider {
		margin-left: -50px !important;
		max-width: 890px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 105px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
	.slider {
		margin-left: 40px !important;
		max-width: 665px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	.slider {
		margin-left: 15px !important;
		max-width: 665px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 451px) and (max-width: 600px) {
	.slider {
		margin-left: 15px !important;
		max-width: 445px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 40px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: .7em !important;
		bottom: 7px;
		width: 205px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image img {
		width: 205px !important;
		max-width: 275px !important;
	}
}

@media only screen and (min-width: 401px) and (max-width: 450px) {
	.slider {
		margin-left: 47px !important;
		max-width: 280px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 391px) and (max-width: 400px) {
	.slider {
		margin-left: 35px !important;
		max-width: 280px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1.5em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 361px) and (max-width: 390px) {
	.slider {
		margin-left: 30px !important;
		max-width: 280px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1.5em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 281px) and (max-width: 360px) {
	.slider {
		margin-left: 25px !important;
		max-width: 280px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1.5em !important;
		bottom: 7px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 280px) {
	.slider {
		margin-left: 5px !important;
		max-width: 245px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image {
		margin-right: 185px !important;
	}
	
	.slider .jetpack_top_posts_widget .widgets-grid-layout a[title]:after {
		font-size: 1.2em !important;
		bottom: 7px;
		width: 240px !important;
	}
	
	.slider .jetpack_top_posts_widget .widget-grid-view-image img {
		width: 240px !important;
		max-width: 275px !important;
	}
}

/**
 * Deportes
 *
*/
@media only screen and (min-width: 901px) {
	.section-deportes .category-deportes {
		min-height: 30vh !important;
	}
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
	.section-deportes .category-deportes {
		min-height: 24vh !important;
	}
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
	.section-deportes .category-deportes {
		min-height: 15vh !important;
	}
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
	.section-deportes .category-deportes {
		min-height: 45vh !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 500px) {
	.section-deportes .category-deportes {
		min-height: 30vh !important;
	}
}

mark a {
	color: var(--newspack-theme-color-primary);
}

/*pulse one signal*/
.onesignal-bell-launcher-button {
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

/* fin pulse one signal */
/* Getresponse */
body .gform_wrapper h2.gform_title {
	display: none !important;
}

/* fin get response*/
/** css para integracion wyleex **/
.btn-subscribe> .sign-in {
	background-color: #f0c06d !important;
	border-radius: 10px;
	color: #fff;
	margin-left: -12px;
	padding: 7px 5px;
}

.btn-subscribe> sign-in:hover {
	background-color: #f0c67e !important;
	box-shadow: 0 10px 25px -2px rgba(238, 213, 167, 0.6);
}

.btn-subscribe> .pw-suscripcion .pw-logged .pw-logged-info {
	display: none;
	position: fixed;
	right: 1%;
	z-index: 999999 !important;
	width: 50px;
	padding: 3px 0;
	box-sizing: border-box;
	min-width: 140px;
}

#user-suscription-data a {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 500;
	color: #FFF;
}

#user-logged-data> #signin_btn_container .btn-suscription {
	background-color: var(--newspack-theme-color-primary);
	border-radius: 10px;
	color: #fff;
	margin-left: 5px;
	padding: 3px 8px;
}

#user-logged-data> #signin_btn_container .btn-suscription:hover {
	background-color: #47d0fa !important;
}

#user-logged-data>#signin_btn_container a {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
	color: #000;
}

.pw-logged .pw-logged-info ul li a {
	color: #000 !important;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.no-touchevents a:hover {
	text-decoration: none;
}

.sign-in {
	display: flex;
	align-items: flex-start;
	right: 113px;
	top: 5px;
}

.sign-in .paywall {
	position: absolute;
	right: 120px;
	top: 10px;
}

.user-logged-data {
	right: 40px;
	top: 9px;
	padding: 2px;
}

.pw-logged .pw-logged-info ul li a:hover {
	color: #fff !important;
	background-color: #000 !important;
}

.pw-suscripcion {
	align-items: center;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: .04em;
}

.pw-logged {
	box-sizing: border-box;
	padding: 3px 9px;
	border-radius: 16px;
	position: relative;
	cursor: pointer;
	transition: ease .3s;
	line-height: 25px;
	background: #FEFEFE;
	margin-top: -2px;
}

.pw-suscripcion.mobile .pw-logged {
	padding: 0;
	background: none;
}

.pw-suscripcion .pw-logged .pw-logged-info {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 999999 !important;
	width: 50px;
	padding: 3px 0;
	box-sizing: border-box;
	min-width: 140px;
}

.pw-logged-info li {
	width: 100%;
	margin: 0 !important;
}

.pw-suscripcion .pw-logged:hover {
	color: #000;
	background: white;
}

.pw-suscripcion .pw-logged:hover > .pw-logged-info {
	display: block;
}

.pw-logged-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 2.5px;
	margin-left: 2.5px;
}

.pw-suscripcion.mobile .pw-logged .pw-logged-avatar {
	height: 35px;
	width: 35px;
}

.btn-suscribe {
	display: flex !important;
	justify-content: center !important;
	color: white !important;
	background-color: var(--newspack-theme-color-primary);
}

.pw-suscripcion .pw-logged .pw-logged-info ul {
	border-radius: 3px;
	border: 1px solid #ddd;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	position: relative;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.pw-suscripcion .pw-logged .pw-logged-info ul li {
	padding: 10px;
	border-bottom: 1px solid #dfeefb;
	font-size: 12px;
	line-height: 1.2em;
}

.pw-suscripcion .pw-logged .pw-logged-info ul li a {
	color: #000;
}

.pw-btn {
	-webkit-border-radius: 9rem;
	-moz-border-radius: 9rem;
	border-radius: 9rem;
	color: #000;
	font-size: 12px;
	background: #FEFEFE;
	border: none;
	text-decoration: none;
	padding: 5px 20px;
	font-family: Roboto, BlinkMacSystemFont, -apple-system, sans-serif;
	margin-left: 5px;
}

.menu-mobile {
	justify-content: center !important;
}

.pw-logged-mob {
	padding: 0;
	background: none;
}

.mobile {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	flex-direction: column !important;
}

.avatar {
	height: 60px !important;
	width: 60px !important;
}

.btn-article {
	font-size: 1rem !important;
	text-decoration: none !important;
	color: #fff !important;
}

.pw-btn:hover {
	background: #fd0f03;
	color: white;
}

.btn-ingresar-mobile {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	margin: auto 10px;
	overflow: hidden;
	background-image: url("https://suscripcion.yucatan.com.mx/img/id/ic-user.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: .5rem;
	top: .25rem;
}

.btn-mobile-suscribe {
	width: 100% !important;
	text-align: center !important;
	background: white !important;
	color: black !important;
	font-size: .8rem !important;
}

.order-list-not-suscribed {
	display: flex;
	justify-content: center;
	align-items: center;
}

.overwrite-class-btn {
	font-size: 11px !important;
	text-transform: uppercase !important;
	color: white !important;
	margin: 0 !important;
}

@media only screen and (max-width: 1023px) {
	.position-button {
		position: absolute;
		right: 65px;
	/*width: 12% !important;*/
	}
}

@media only screen and (max-width: 767px) {
	.position-button {
		position: absolute;
		right: 5%;
	}
	
	.wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 5%;
		max-width: 95%;
	/*flex-direction: row-reverse;*/
	}
}

/*ajusta boton en el menu */
@media only screen and (min-width: 768px) {
	.main-header.fixed #user-logged-data>#signin_btn_container {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: center;
	}
	
	#user-logged-data> #signin_btn_container .btn-suscription {
		background-color: var(--newspack-theme-color-primary);
		border-radius: 10px;
		color: #fff;
		padding: 3px 18px;
	}
}

/* fin ajustar boton en el menu*/
.mobile-menu-toggle svg {
	margin-right: .25rem;
	width: 45px;
	height: 45px;
/* padding: 0px; */
}

/** Fin integracion wyleex **/
.newsletter-box {
	max-width: 70% !important;
	position: relative;
	left: 15%;
}

.newsletter-style {
	margin: 0 !important;
	max-width: 100%;
}

#gform_wrapper_3 .wp-block-columns .wp-block-column > * {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
	.newsletter-box {
		max-width: 100% !important;
		display: inline-block;
		font-size: 20px;
		text-align: center;
		left: 0;
	}
	
	.wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
		flex-wrap: wrap;
	}
}

.btn-whatsappdy {
	margin-bottom: -20px !important;
}

/* Publicidad Cubo 3D 
#secondary .newspack_global_ad.newspack_global_ad.sidebar_sidebar-1 {
	display: block;
}
#block-20 > div .newspack_global_ad {
	display: block;
}

aside.scaip div {
	display: block !important;
}*/
/* Remove RAS My Account / Sign In buttons */
/*.newspack-reader__account-link {
display: none !important;
height: 0px;
}*/
/* S U S C R I P C I O N E S */
/* COLORIMETRIA */
:root {
	--megamedia-color-negro: #231f30;
	--megamedia-color-oro: #c8a563;
	--megamedia-color-gris: #c8cdd2;
	--megamedia-color-azul: #419bc8;
}

/* REGISTRO Y SUSCRIPCIÓN */
.newspack-memberships__gate a.wp-block-button__link {
	background: #c8a563 !important;
}

.newspack-reader__auth-form__content form ul li input[type=checkbox]:checked {
	background: #c8a563 !important;
}

/* FIN REGISTRO Y SUSCRIPCION */
/* PATRON ACCESO EXCLUSIVO */
/* Modal */
.newspack-memberships__overlay-gate__content {
	padding-bottom: 12px !important;
}

/* Links */
.link-acceso-exclusivo {
	font-size: medium !important;
	margin-top: -30px !important;
	padding-bottom: 20px !important;
}

.font-azul,
.link-acceso-exclusivo a {
	color: #007bff !important;
	text-decoration: none !important;
}

.link-acceso-exclusivo a:hover {
	color: #0056b3 !important;
}

/* Seccion lista productos */
.digital-exclusivo {
	width: auto !important;
	font-size: small !important;
	margin-bottom: -70px !important;
}

.digital-exclusivo a img {
	margin-top: -30px !important;
}

.digital-exclusivo h2 {
	margin-top: -30px !important;
}

.digital-exclusivo .woocommerce ul.products li a .onsale {
	font-size: medium !important;
	height: 35px !important;
	top: -12.5% !important;
}

.woocommerce ul.products li a.product_type_subscription {
	font-size: larger !important;
}

.digital-exclusivo .price bdi {
	font-size: medium !important;
}

/* Móviles*/
@media screen and (max-width: 768px) {
	/* Modal */
	.newspack-memberships__overlay-gate__content {
		padding-bottom: 15px !important;
	}
	
	/* Ajuste lista productos */
	.wp-block-group.is-style-border.newspack-content-gate {
		overflow: auto !important;
	}
	
	.digital-exclusivo {
		margin-bottom: -1800px !important;
		overflow: auto !important;
		font-size: xx-large !important;
	}
	
	.link-acceso-exclusivo {
		margin-top: 0 !important;
		font-size: xx-large !important;
	}
	
	/* Oferta */
	.digital-exclusivo .woocommerce ul.products li a .onsale {
		font-size: xx-large !important;
		height: 50px !important;
		top: -9.5% !important;
	}
	
	.digital-exclusivo .price bdi {
		font-size: larger !important;
	}
	
	.text-club-diario-myaccount, .text-cancelar-suscripcion-myaccount {
		font-size: x-large !important;
	}
}

/* FIN PATRON ACCESO EXCLUSIVO */
/* MY ACCOUNT */
/* Login */
.newspack-memberships__gate .wp-block-newspack-blocks-checkout-button form button, .newspack-reader__auth-form__actions button {
	background: var(--megamedia-color-oro) !important;
	color: #ffffff !important;
}

.newspack-memberships__gate .wp-block-newspack-blocks-checkout-button form button:hover, .newspack-reader__auth-form__actions button:hover {
	background: #000000 !important;
	color: #ffffff !important;
}

/* Login Google */
.entry-content .newspack-reader__logins button, .newspack-reader__logins button {
	background: #f0f0f0 !important;
	color: #000000 !important;
}

.entry-content .newspack-reader__logins button:hover, .newspack-reader__logins button:hover {
	background: #000000 !important;
	color: #ffffff !important;
}

/* Botones */
.entry .entry-content a.button {
	background: #000000 !important;
	color: #ffffff !important;
}

.entry .entry-content a.button:hover {
	background: var(--megamedia-color-gris) !important;
	color: #000000 !important;
}

/* Hide Delete Account*/
/*.woocommerce-MyAccount-content a.is-destructive, .woocommerce-MyAccount-content div.woocommerce-card p{
	display: none !important;
}*/
.woocommerce-MyAccount-content {
	padding: 20px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 6px !important;
}

/* Club Diario*/
.img-club-diario-myaccount {
	width: auto !important;
}

/* Cancelar Suscripción */
.text-cancelar-suscripcion-myaccount a {
	text-decoration: none !important;
	color: #0d74bf !important;
}

.text-cancelar-suscripcion-myaccount a:hover {
	color: #419bc8 !important;
}

/* END MY AACOUNT */
/* BOTÓN SUSCRIBIRSE */
.btn-subscription a {
	color: white !important;
	background: #0d74bf !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	padding: .2rem 1rem !important;
}

.btn-subscription a:hover {
	color: white !important;
	background: #419bc8 !important;
}

/* END BOTÓN SUSCRIBIRSE */
/* LANDING */
body.page-id-2005553 div#page,
body.page-id-2052163 div#page {
	background-color: #231f20 !important;
}

/* Contenedor principal */
#content.site-content {
	margin-top: -20px;
}

.img-text {
	margin: 0 !important;
}

.add_to_cart_button, .single_add_to_cart_button, .woocommerce a.wc-forward, .woocommerce button, .woocommerce .wc-backward {
	background: #000000 !important;
	color: #ffffff !important;
}

.add_to_cart_button:hover, .single_add_to_cart_button:hover,.woocommerce a.wc-forward:hover, .woocommerce button:hover, .woocommerce .wc-backward:hover {
/*background: #419bc8 !important;*/
	background: var(--megamedia-color-gris) !important;
	color: #000000 !important;
}

/* Beneficios */
.cont-beneficios {
	display: flex !important;
	margin-bottom: 5px !important;
	margin-top: 4px !important;
	align-items: center !important;
}

.cont-beneficios figure {
	width: 35px !important;
	height: 35px !important;
}

.cont-beneficios .cont-img {
	margin-right: 1rem !important;
}

.cont-beneficios p {
	font-size: .7rem !important;
	margin: 0 !important;
}

.cont-beneficios strong {
	font-size: x-large !important;
}

.related.products {
	display: none !important;
}

.text-beneficios {
/*margin-top: -9px !important;*/
	margin-left: -12px !important;
}

.text-beneficios p strong,
.descripcion-corta ul li strong {
	font-size: .7rem !important;
}

.texto-cancela {
	font-size: .55rem !important;
	margin-top: -20px !important;
}

.dy-club {
	background-image: url(https://diario-paywall.newspackstaging.com/wp-content/uploads/2024/04/club-del-suscriptor-estatico-081022.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 150px;
}

.paquete-suscripcion {
	padding: 10px 7px !important;
	background: #c8cdd2 !important;
	border-radius: 10px !important;
}

.paquete-suscripcion:hover {
	transform: translatey(-20px) !important;
	transition: .25s !important;
}

.exclusivo .paquete-suscripcion {
	padding: 10px 20px !important;
}

.img-logo-landing {
/*padding-top: 40px !important;*/
	margin-bottom: -25px !important;
}

.texto-blanco {
	color: #ffffff !important;
}

.texto-suscribirte {
	margin-bottom: 15px !important;
}

.text-suscription {
	margin: 0 !important;
	margin-bottom: -5px !important;
}

.parrafo-1 {
	font-size: 19px !important;
	margin-top: -10px !important;
}

.parrafo-2 {
	font-size: 19px !important;
	margin-bottom: -15px !important;
}

.precio-suscripcion {
	color: #419bc8 !important;
	margin-bottom: -35px !important;
	margin-top: 7px !important;
}

.precio-suscripcion strong {
	font-size: 36px !important;
}

.imagen_paquete figure img {
	width: 160px !important;
}

.btn-suscripcion {
	margin-top: -20px !important;
}

.btn-suscripcion .wp-block-button__link {
	border-radius: 35px !important;
	background-color: #c8a563 !important;
	color: #000000 !important;
}

.btn-alineado form {
	margin-top: 24%;
}

.entry-content .link-terminos-landing a {
	color: #ffffff !important;
}

.mas-beneficios-landing {
	background-color: #ffffff !important;
}

.mas-beneficios-landing th {
	font-size: 12px !important;
}

/* Botón Switch */
.ocultar {
	display: none !important;
}

.toggleSection {
	text-align: center;
}

/* The switch - the box around the slider */
.toggleButtonHandles {
	display: flex;
	align-items: center;
	justify-content: center;
}

.toggleButton {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.toggleButtonSwitch {
	padding: 0 10px;
}

/* Hide default HTML checkbox */
.toggleButton input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider-btn {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/*background-color: #ccc;*/
	background-color: #c8cdd2;
	transition: .4s;
}

.toggleContent {
	display: none;
}

.toggleContent.active {
	display: block;
}

.slider-btn:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider-btn {
/*background-color: #2196F3;*/
	background-color: #c8a563 !important;
}

input:focus + .slider-btn {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-btn:before {
	transform: translateX(26px);
}

/* Rounded sliders */
.slider-btn.round {
	border-radius: 34px;
}

.slider-btn.round:before {
	border-radius: 50%;
}

//ajustes de page sin header
.post-template-single-feature .main-content, .page-template-single-feature .main-content, .page-template-no-header-footer .main-content, .archive-one-column #main, .newspack-front-page.page-template-single-feature .site-main {
	max-width: 100% !important;
	width: 100% !important;
}

/* End Botón Switch */
.icono-beneficios {
	flex-basis: 18% !important;
}

/* Contenedor Beneficios */
.contenedor-beneficios {
	background-color: #ffffff !important;
	border-radius: 10px !important;
	padding: 20px 10px !important;
	font-size: 13px !important;
	border: 3px solid #c8a563 !important;
}

.img-beneficios figure img {
	border-radius: 10px !important;
}

.cont-subs-mensual,
.cont-subs-anual {
	gap: 20px !important;
}

.texto-que-obtienes {
	margin-top: -20px !important;
	margin-bottom: -25px !important;
}

/* Icono personalizado en viñeta de listas */
.cont-subs-mensual ul li,
.cont-subs-anual ul li {
	list-style: none;
}

.cont-subs-mensual ul li::before,
.cont-subs-anual ul li::before {
/*content: "❤ ";*/
/*content: "✔ ";*/
	content: "● ";
	color: var(--megamedia-color-oro) !important;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/* Forma 2
li.lista:before{
	content: url('https://newspack-yucatan.s3.amazonaws.com/uploads/2024/07/icon-hoj-gold.png');
	width: 35px !important;
  height: 35px !important;
}
li.lista{
	list-style: none !important;
}

* Forma 3
ul {
  list-style-image: url('https://newspack-yucatan.s3.amazonaws.com/uploads/2024/07/icon-hoj-gold.png');
}
li::marker{
	font-size: 1.2em!important;
}*/
/* End Contenedor Beneficios */
.cont-img-beneficios .wp-block-columns {
	gap: 10px !important;
	margin-bottom: -22px !important;
}

.avisos {
	margin-top: 55px !important;
}

.cont-que-obtienes {
	margin-top: -85px !important;
}

.oldValue sup:before {
	border-top: 1px solid #d01;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
}

.vista-web {
	display: block !important;
}

.vista-movil {
	display: none !important;
}

/* MÓVILES */
@media screen and (max-width: 768px) {
	.vista-web {
		display: none !important;
	}
	
	.vista-movil {
		display: block !important;
	}
	
	.paquete-suscripcion:hover {
		transform: none !important;
		transition: none !important;
	}
	
	.vista-movil.texto-que-obtienes {
		margin-top: -50px !important;
		padding-bottom: 35px !important;
	}
	
	.parrafo-1 {
		font-size: 17px !important;
	}
	
	.parrafo-2 {
		font-size: 17px !important;
		margin-top: 0 !important;
	}
	
	.text-suscription {
		font-size: 28px !important;
	}
	
	.precio-suscripcion {
		margin-bottom: 15px !important;
	}
	
	.cont-beneficios figure {
		width: 40px !important;
		height: 40px !important;
	}
	
	.text-beneficios p strong,
				.descripcion-corta ul li strong {
		font-size: 1rem !important;
	}
	
	.texto-que-obtienes strong,
				.btn-suscripcion form button {
		font-size: 1.2rem !important;
	}
	
	.texto-cancela {
		font-size: 1rem !important;
	}
	
	.header-text {
		font-size: larger !important;
	}
	
	.btn-digital, .btn-impreso {
		font-size: xx-large !important;
	}
	
	/* Ajuste lista productos */
	.digital ul, .impreso ul {
		display: block !important;
		font-size: xx-large !important;
	}
	
	.digital .woocommerce ul.products li.product,
			.impreso .woocommerce ul.products li.product {
		width: 100%;
	}
	
	.woocommerce ul.products li a 	.onsale {
		font-size: xx-large !important;
	}
	
	.price {
		font-size: xx-large !important;
	}
	
	/* Ajuste imagen club */
	.dy-club {
		background-position: center;
		background-image: url(https://diario-paywall.newspackstaging.com/wp-content/uploads/2024/04/Banner-Movil-Club-DY-1210222.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		height: 500px;
	}
}

/* FIN MÓVILES */
/* END LANDING */
/* FIN S U S C R I P C I O N E S */
.page-template-no-header-footer .main-conten {
	margin-left: auto;
	margin-right: auto;
	max-width: 969px !important;
	width: 100%;
}

//PRUEBAS ETIQUETA OFERTA
.circulo:before {
	width: 3rem !important;
	height: 3rem !important;
	border-radius: 50% !important;
	background: #c8a563 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	margin: 0 auto !important;
	padding: 3% !important;
	color: #000 !important;
}

/* hidden tags */
a[href='https://www.yucatan.com.mx/etiqueta/medido'] {
	display: none;
}

.newspack-reader__auth-form p[data-action="link"] a {
    font-weight: bold;
    font-weight: 700;
    color: #000!important;
}

/*a[href='https://www.yucatan.com.mx/etiqueta/exclusivo'] {
	display: none;
}*/

.newspack-reader__auth-form p[data-action="link"] {
	background: #e4f4e8;
	border: 1px solid #4ab866;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: .8rem;
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 0;
	padding: .6875em;
	position: relative;
}

.menu-item-2036574 {
	background-color: #0f9dc9;
	color: var(--newspack-theme-color-against-primary);
	transition: background 150ms ease-in-out;
	border-radius: 5px;
	font-size: var(--newspack-theme-font-size-sm);
	font-weight: 700;
	padding: .5rem .75rem;
}

.menu-item-2036574 a {
	color: var(--newspack-theme-color-against-primary);
}

.menu-item-2036574 a:hover {
	color: #FFF !important;
}

/* Hide Membersias area */
.woocommerce-MyAccount-navigation-link--members-area, 
.woocommerce-MyAccount-navigation-link--newsletters {
	display: none !important;
}

.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}