/*
Theme Name: Wanaframe
Theme URI: https://www.wanatop.com/
Author: Wanatop
Author URI: https://www.wanatop.com/
Description: 
Version: 1.0.0
Requires at least: 4.5.0
Tested up to: 5.7
Requires PHP: 5.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: 

Template: generatepress
*/
/*--------------------------- GENERAL -----------------------------------**/
:root{
	--ancho-maximo: 1280px;
    --recoleta: 'Recoleta',sans-serif;
    --color-primary: #002499 ;
}
.font_recoleta p{font-family: var(--recoleta);}
.container {
    max-width: var(--ancho-maximo);
    margin-left: auto;
    margin-right: auto;
}
.font_recoleta :is(p,span,div,h1,h2,h3,h4,h5,h6,a) {font-family: var(--recoleta);}
header#masthead {margin-bottom: 20px;}
.btn_nuestras_tiendas svg {
    width: 24px;
    margin: -5px 0;
}
.no-results.not-found {
    margin: 60px auto;
    max-width: var(--ancho-maximo);
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
/**--------------------------- Menú ---------------------------**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ver_tiendas > a.mega-menu-link {
    background: var(--color-primary);
    color: #fff;
    border-radius: 20px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0 16px 0 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ver_tiendas > a.mega-menu-link:before{
    content: "";
    width: 24px;
    height: 36px;
    display: inline-block;
    background-image: url(/blog/wp-content/themes/wanaframe/img/mapa.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ofertas > a.mega-menu-link {
    color: var(--color-primary);
    font-weight: 700;
}
div#buscar_cabecera button.hfe-search-submit, div#buscar_cabecera_mv button.hfe-search-submit {
    background: transparent;
    color: var(--color-primary);
}
div#buscar_cabecera input.hfe-search-form__input {
    border-bottom: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
}
div#buscar_cabecera .fa-search:before,div#buscar_cabecera_mv .fa-search:before  {
    content: "";
    -webkit-mask: url(/blog/wp-content/uploads/lupa.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: var(--color-primary);
}
body.search .site-content input[type="search"] {
    margin-top: 20px;
}
li.mega-menu-item .elementor-heading-title a:hover,
li.mega-menu-item .elementor-icon-list-item a:hover span.elementor-icon-list-text {
    color: var(--color-primary);!important;
}
@media (max-width:768px){
    #buscar_cabecera_mv .elementor-widget-container {
        z-index: 11;
        top: -20px;
        width: 155px;
        position: absolute;
        right: 0;
    }
}
@media (max-width:426px){
    #buscar_cabecera_mv .elementor-widget-container .hfe-input-focus input.hfe-search-form__input {
        margin-top: 55px;
        border:1px solid var(--color-primary);
    }
}



/**--------------------------- POSTS SHORTCODE ---------------------------**/
#mostrar_post_blog.destacado {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#mostrar_post_blog.destacado .post-blog.row-col-1{
	grid-area: 1 / 1 / span 3 / span 1;
}
#mostrar_post_blog.destacado .post-blog.row-col-1 .img_post img{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
#mostrar_post_blog.destacado .post-blog.row-col-1 .contenido_post .fecha_post {
	color: #737373;
	font-family: Noto Sans;
	font-size: 15px;
    line-height: 1.75rem;
    font-weight: 500;
	margin: 20px 0;
}
#mostrar_post_blog.destacado .post-blog.row-col-1 .contenido_post a p{
	color: var(--color-primary);
	font-family: var(--recoleta);
	font-size: 28px;
    line-height: 1.75rem;
    font-weight: 500;
}
#mostrar_post_blog.destacado .post-blog.normal_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#mostrar_post_blog.destacado .post-blog.normal_post .img_post{
	flex:0 0 40%;
	width: 40%;
}
#mostrar_post_blog.destacado .post-blog.normal_post .img_post img{
	height: 200px;
	width: 100%;
	object-fit: cover;
}
#mostrar_post_blog.destacado .post-blog.normal_post .contenido_post{
	flex:0 0 60%;
	width: 60%;
	padding: 0 20px;
}
#mostrar_post_blog.destacado .post-blog.normal_post .contenido_post .fecha_post, 
#mostrar_post_blog .post-blog .contenido_post .fecha_post a{
	color: #737373;
	font-family: Noto Sans;
	font-size: 15px;
    line-height: 1.75rem;
    font-weight: 500;
	margin-bottom: 20px;
}
#mostrar_post_blog.destacado .post-blog.normal_post .contenido_post a p{
	color: var(--color-primary);
	font-family: var(--recoleta);
	font-size: 28px;
    line-height: 1.75rem;
    font-weight: 500;
}
#mostrar_post_blog.normal {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(1,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#mostrar_post_blog.normal .post-blog .img_post img{
    width: 100%;
	height: 250px;
    object-fit: cover;
}
#mostrar_post_blog.normal .post-blog .contenido_post .fecha_post{
	color: #737373;
	font-family: Noto Sans;
	font-size: 15px;
    line-height: 1.75rem;
    font-weight: 500;
	margin: 20px 0;
}
#mostrar_post_blog.normal .post-blog .contenido_post a p{
	color: #000;
	font-family: var(--recoleta);
	font-size: 28px;
    line-height: 1.75rem;
    font-weight: 500;
}
.pagination, nav#nav-below {
    text-align: center;
    width: 100%;
}
.pagination i.nuevos_flecha, .pagination i.viejos_flecha {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(/blog/wp-content/themes/wanaframe/img/flecha.svg);
    background-size: cover;
    background-position: center;
}
.pagination i.nuevos_flecha{transform: rotate(180deg);}
.pagination .page-numbers, nav#nav-below .page-numbers {
    padding: 5px;
    min-width: 30px;
    display: inline-block;
    color: #000;
}
.pagination .page-numbers.current,  nav#nav-below .page-numbers.current {
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
}
@media (max-width:768px){
    #mostrar_post_blog.destacado, #mostrar_post_blog.normal{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(1,1fr);
        grid-column-gap: 0px;
    }
    #mostrar_post_blog.destacado .post-blog.row-col-1 {grid-area: 1 / 1 / span 1 / span 1;}
    #mostrar_post_blog.destacado .post-blog.normal_post .img_post {
        flex: 0 0 100%;
        width: 100%;
    }
    #mostrar_post_blog.destacado .post-blog.normal_post .contenido_post {
        flex: 0 0 100%;
        width: 100%;
        padding: 0px;
    }
    #mostrar_post_blog.destacado .post-blog.row-col-1 .img_post img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    #mostrar_post_blog.destacado .post-blog.row-col-1 .contenido_post a p,
    #mostrar_post_blog.normal .post-blog .contenido_post a p{ font-size: 25px; }
    #mostrar_post_blog.destacado .post-blog.row-col-1 .contenido_post .fecha_post, 
    #mostrar_post_blog.destacado .post-blog.normal_post .contenido_post .fecha_post,
    #mostrar_post_blog.normal .post-blog .contenido_post .fecha_post{ margin: 10px 0 5px;}

    #mega-menu-wrap-primary .mega-menu-toggle {
        background: transparent;
        margin-top: -83px;
    }
    body.error404 .site-content {padding: 50px 20px;}

}
/**-------------------------- ENTRADA ---------------------------------**/
.breadcrumd_entradas span.separator, .breadcrumbs_archivos span.separator { margin: 0 24px;}
#seccion_entrada h1.titulo_entrada {font-weight: 600;}
#seccion_entrada .entradas_sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
#seccion_entrada .breadcrumd_entradas, .breadcrumbs_archivos {
    background: #F1F4F9;
    padding: 12px 0;
}
#seccion_entrada .breadcrumd_entradas nav.rank-math-breadcrumb {
    max-width: var(--ancho-maximo);
    margin: 0 auto;
    padding-left: 40px;
}
#seccion_entrada .breadcrumd_entradas nav.rank-math-breadcrumb a,
.breadcrumbs_archivos nav.rank-math-breadcrumb a {
	color: #000;
	font-family: Noto Sans;
	font-size: 14px;
	font-weight: 600;
}
#seccion_entrada .contenido_entrada {
    flex: 0 0 65%;
    width: 65%;
}
#seccion_entrada .sidebar_entradas {
    flex: 0 0 25%;
    width: 100%;
}
#seccion_entrada .sidebar_entradas .is-right-sidebar{width: 100%}
#seccion_entrada .sidebar_entradas .widget-area .widget{
    padding: 0;
    margin: 0;
    background: transparent;
}
.metas_entrada, .metas_entrada a {
    color: #737373;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
#seccion_entrada .contenido_entrada .img_entrada img {
    width: 100%;
    height: 366px;
    object-fit: cover;
    margin-bottom: 40px;
}
#seccion_entrada .contenido_entrada .texto_entrada {
    width: 80%;
    margin: 0 auto;
    line-height: 26px;
}
#seccion_entrada .contenido_entrada .texto_entrada h4 {line-height: 110%;}
#seccion_entrada .contenido_entrada #toc_container {
    margin-left: 60px;
    background: #fff;
    padding: 25px 40px;
}
#seccion_entrada .contenido_entrada .fondo_toc {
    background-image: linear-gradient(90deg, #E9E7D7 30%, transparent 30%);
    padding: 50px 0;
    margin: 20px 0;
}
#seccion_entrada .contenido_entrada #toc_container p.toc_title {
    text-align: left;
    color: #181818;
    font-family: var(--recoleta);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
}
#seccion_entrada .contenido_entrada #toc_container.no_bullets ul li{margin-bottom: 10px}

#seccion_entrada .widget .titulo_buscar_sd {
    color: #000;
    text-align: center;
    font-family: var(--recoleta);
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
    background: #E9E7D7;
    padding: 20px 20px 40px
}
#seccion_entrada .widget .buscar_sd {
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    background: white;
    padding: 20px 20px;
}
.buscar_sd .wp-block-search__inside-wrapper {
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
}
.buscar_sd .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon.wp-element-button{
    background: transparent;
    color: #000;
    padding: 0;
}
.buscar_sd .wp-block-search__inside-wrapper input#wp-block-search__input-1{
    color: #666666;
    background-color: #fff;
    border-width: 0;
}
#seccion_entrada .sidebar_entradas .widget-area .widget .titulo_publicaciones_sd div {
    padding: 0;
    color: #000;
    font-family: var(--recoleta);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin: 60px 0 20px;
}#seccion_entrada .sidebar_entradas .widget-area .widget ul.post_recientes_sd li{margin-bottom: 30px}
#seccion_entrada .sidebar_entradas .widget-area .widget .post_recientes_sd a.wp-block-latest-posts__post-title {
    color: #000;
    font-family: var(--recoleta);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#seccion_entrada .sidebar_entradas .dudas_widget {
    background: #7492C0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 30px;
    margin-bottom: 60px;
}
#seccion_entrada .sidebar_entradas .dudas_widget .titulo_duda,
#seccion_entrada .sidebar_entradas .tiendas_widget p.titulo_tiendas {
    color: #FFF;
    font-family: var(--recoleta);
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
#seccion_entrada .sidebar_entradas .dudas_widget p, 
#seccion_entrada .sidebar_entradas .tiendas_widget p {
margin-bottom: 10px;}

#seccion_entrada .sidebar_entradas .dudas_widget a.btn_duda,
#seccion_entrada .sidebar_entradas .tiendas_widget a.btn_pedircita  {
    color: #FFF;
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.1s ease;
    margin-top: 10px;
}

#seccion_entrada .sidebar_entradas .tiendas_widget a.btn_pedircita:before{
    content: "";
    -webkit-mask-image: url(/blog/wp-content/uploads/calendario.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    margin: -5px 7px -5px 0;
}
#seccion_entrada .sidebar_entradas .tiendas_widget {
    background: var(--color-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 30px;
    margin-bottom: 60px;
}
#seccion_entrada .sidebar_entradas .tiendas_widget a.btn_vertiendas {
    color: #000;
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.1s ease;
}
#seccion_entrada .sidebar_entradas .tiendas_widget a.btn_vertiendas:before {
    content: "";
    -webkit-mask-image: url(/blog/wp-content/uploads/marcador-beds.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #000;
    margin: -5px 7px -5px 0;
}
#seccion_entrada .sidebar_entradas .irtiendaonline {
    background: linear-gradient(0deg, #E9E7D7 50%, transparent 50%);
    padding: 35px;
}
#seccion_entrada .sidebar_entradas .irtiendaonline img {
    width: 100%;
    height: auto;
}
#seccion_entrada .sidebar_entradas a.btn_irtienda {
    background: #fff;
    display: block;
    padding: 20px;
    margin-top: -4px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;

}
#seccion_entrada .sidebar_entradas i.arrow_derecha {
    background-image: url(/blog/wp-content/uploads/descarga-arrow-1.svg);
    width: 24px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
}
#seccion_entrada .texto_entrada :is(h2,p,h4){margin-top: 40px;}
#seccion_entrada .contenido_entrada .texto_entrada p {margin-bottom: 20px;}
/** ------------------------------ Archive --------------------------- **/

section#cabecera_archivo {
    background-image: url(https://beds.es/blog/wp-content/uploads/Banner_Ofertas_Landing-1.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 160px;
    background-color: #0F3499;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section#cabecera_archivo .flex_title {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: var(--ancho-maximo);
}
section#cabecera_archivo .flex_title .info_title {
    width: max-content;
    max-width: 50%;
    padding: 55px;
    background: rgba(255, 255, 255, 0.80);
}

section#cabecera_archivo .info_title h1.info_titulo {
    margin: 0;
    color: #181818;
    font-family: var(--recoleta);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
section#cabecera_archivo .info_title p{
    color: #181818;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
section#listado_entradas_archive {
    margin-top: 60px;
    width: 100%;
}
.post_archive_destacados h2.title_destacados { margin-bottom: 40px;}

section#listado_entradas_archive .listado_entradas {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
section#listado_entradas_archive .listado_entradas .entrada_archivo {
    flex: 0 0 31%;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
}
section#listado_entradas_archive .listado_entradas .entrada_archivo img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}
section#listado_entradas_archive p.meta_archivo,
section#listado_entradas_archive p.meta_archivo a {
    color: #737373;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
section#listado_entradas_archive p.titulo_archivo a {
    color: #000;
    font-family: var(--recoleta);
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.post_archive_destacados .mostrar-post_destacados {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.post_archive_destacados .mostrar-post_destacados .post-blog:first-child{
    grid-area: 1 / 1 / span 3 / span 1;
}
.post_archive_destacados .mostrar-post_destacados .post-blog{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.post_archive_destacados .mostrar-post_destacados .post-blog .titulo_post a{
    color: var(--color-primary);
    font-family: var(--recoleta);
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    display: inline-block;
}.post_archive_destacados .mostrar-post_destacados .post-blog .fecha_post {
    color: #737373;
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px
}
.post_archive_destacados .mostrar-post_destacados .post-blog .img_post {
    flex: 0 0 40%;
    width: 40%;
}
.post_archive_destacados .mostrar-post_destacados .post-blog .contenido_post {
    flex: 0 0 60%;
    width: 60%;
    padding: 0 20px 0 20px;
}
.post_archive_destacados .mostrar-post_destacados .post-blog:first-child .img_post , .post_archive_destacados .mostrar-post_destacados .post-blog:first-child .contenido_post {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
}
section#buscador_archive {margin: 60px 0;}
.buscador_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.buscador_info .buscador_texto {
    background: #E9E7D7;
    padding: 60px;
    flex: 0 0 35%;
}
.buscador_info .buscador_texto p{
    color: #000;
    font-family: var(--recoleta);
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}
.buscador_info .buscador_input {
    flex: 0 0 40%;
    padding: 30px;
    border: 1px solid #000;
    margin-left: -30px;
    background: #fff;
    text-align: center;
}
.buscador_info .buscador_input form.search-form {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.buscador_info .buscador_input input.search-field {
    width: 80%;
    border-width: 0px;
    background: #fff;
}
.buscador_info .buscador_input button.search-submit {
    background: none;
    color: #000;
}
section.categorias_relacionadas .container {
    background-image: linear-gradient(360deg, #002499 50%, transparent 50%);
    padding: 60px 40px;
}
.listado_categorias {overflow: hidden;}
.listado_categorias .cat_fondo {
    background: #fff;
}
.listado_categorias .seccion_cat {
    background-color: #fff;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.listado_categorias .seccion_cat p.descripcion_cat {
    opacity: 0;
    color: #000;
    height: 100%;
    padding: 20px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    background: #E9E7D7;
    text-align: center;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    transition: all 0.3s ease;
}
.listado_categorias .seccion_cat:hover p.descripcion_cat{
    opacity: 1;
}
.listado_categorias .titulo{
    background: #fff;
    padding: 10px;
    position: relative;
}
.listado_categorias .titulo a {
    color: var(--color-primary);
    font-family: var(--recoleta);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: block;
}
@media (max-width:768px){.listado_categorias .titulo a {font-size: 20px;} }
.listado_categorias .btn_flechas {
    position: relative;
    height: 30px;
    margin-top: 20px;
}
.listado_categorias .btn_flechas .swiper-pagination{
    width: 100%;
    margin-top: 10px;
}
.listado_categorias .btn_flechas .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 2px;
}
.swiper-button-next, .swiper-button-prev { top: 10px; }

.swiper-button-next { background-image: url(/blog/wp-content/themes/wanaframe/img/flecha-blanca.svg);}
.swiper-button-next:after {font-size: 0}
.swiper-button-prev { 
    background-image: url(/blog/wp-content/themes/wanaframe/img/flecha-blanca.svg); 
    transform: rotate(180deg);
}
.swiper-button-prev:after {font-size: 0}

body.single .yarpp-thumbnails-horizontal .yarpp-thumbnail{height: auto;}
body.single .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{max-height: max-content;}
.contenido-escritorio {display: block;}
.contenido-movil{display: none;}

.otras_cat_archive {
    margin: 80px 0;
    max-width: 100%;
}

.otras_cat_archive p.title_otras_cat{
    color: #000;
    font-family: var(--recoleta);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.list_tags {
    max-width: 72%;
    margin: 10px auto;
}
a.listado_etiquetas{
    color: #7B7B7B;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    border-radius: 25px;
    background: #F6F5ED;
    padding: 2px 20px;
    margin-bottom: 10px;
}
.bloque_seo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}
.bloque_seo .col-50 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 20px;
}
.bloque_seo .col-50 p {
    color: #181818;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width:768px){
    .bloque_seo .col-50 {
        flex: 0 0 100%;
        width: 100%;
        margin: 10px 0;
    }
    .contenido-escritorio {display: none;}
    .contenido-movil{display: block;}
    .post_archive_destacados .mostrar-post_destacados{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(1,1fr);
    }
    .post_archive_destacados .mostrar-post_destacados .post-blog .img_post,
    .post_archive_destacados .mostrar-post_destacados .post-blog .contenido_post,
    section#listado_entradas_archive .listado_entradas .entrada_archivo {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 0 40px 0;
    }
    section#cabecera_archivo .flex_title .info_title{
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 10px;
    }
    .buscador_info .buscador_texto{
        flex: 0 0 100%;
        padding: 50px 20px;
        text-align: center;
    }
    .buscador_info .buscador_input{
        flex: 0 0 90%;
        margin: -10px 10px 0 10px;
        padding: 10px;
    }
    .list_tags {
        max-width: 90%;
        margin: 20px auto;
        padding: 0 10px;
    }
    section.post_archive_destacados {padding: 0 10px;}
    .post_archive_destacados .mostrar-post_destacados .post-blog .contenido_post{padding: 0}
    section#listado_entradas_archive{padding: 10px}
    section#listado_entradas_archive p.titulo_archivo a{
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
    }
    .otras_cat_archive p.title_otras_cat {
        font-size: 25px;
        text-align: center;
    }
    section.categorias_relacionadas .container{padding: 30px 30px;}
    .listado_categorias .btn_flechas .swiper-pagination{
        margin-top: 13px;
    }
    .ehf-header #masthead{margin-bottom: 0px}
    .breadcrumbs_archivos {
        margin-top: -20px;
        z-index: 100;
        position: relative;
        padding-left: 10px;
    }
    #seccion_entrada .breadcrumd_entradas nav.rank-math-breadcrumb{ padding-left: 10px; }
    #seccion_entrada .entradas_sidebar{margin-top: 20px;}
    #seccion_entrada .contenido_entrada {
        flex: 0 0 100%;
        width: 100%;
    }
    #seccion_entrada .contenido_entrada .texto_entrada{
        width: 100%;
        padding: 0 10px;
    }
    #seccion_entrada h1.titulo_entrada {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
    }
    .metas_entrada, .metas_entrada a{
        text-align: center;
    }
    body.single-post table {
        overflow-x: auto;
        display: block;
    }
    #seccion_entrada .sidebar_entradas{
        flex: 0 0 100%;
        width: 100%;
        padding: 0 10px;
    }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail{
        width: 48%;
    }
    .yarpp-thumbnail > img, .yarpp-thumbnail-default{
        width: 94%;
        height: 180px;
        margin: 5px;
        object-fit: cover;
    }
}
body.search header.page-header {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: var(--ancho-maximo);
    margin: 0 auto;
}
body.search header.page-header  h1.page-title {
    font-size: 38px;
    font-weight: 500;
}
/**------------------ FOOTER --------------**/
.sc-formfield-input input#Email {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.sc-formfield-input label {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.smartcapture-submit-button-wrapper button.sc-button {
    background: #fff;
    color: var(--color-primary);
    margin-top: 20px;
}

.texto_entrada a{
    text-decoration: underline;
}
.question, .question a {color: #fff;}
.question label {display: none;}

.question .answer ul {
    margin: 0;
    list-style: none;
    line-height: 24px;
    font-size: 15px;
}
@media (max-width:768px){
   .question label {
        padding: 0;
        display: block;
        position: relative;
    }
    .question label:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        transform: rotate(90deg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/blog/wp-content/themes/wanaframe/img/flecha-blanca.svg);
        position: absolute;
        right: 20px;
        top: 2px;
    }
    .question ul.footer__main__links {display: none;}

}
