/*
Theme Name: Embajadores Ikea
Theme URI: https://www.mediosyproyectos.com
Author: Medios y Proyectos
Author URI: https://www.mediosyproyectos.coms
Description: Plantilla hecha a medida para Embajadores Ikea
Version: 1.0
*/



/* TEMP */

body::before {
    /* como content una imagen que está en ../images/a-bg-home.jpg en posición absoluta de fondo, ancho 100%, alto 100%, centrada y sin repetir */
    /*
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    background-image: url('images/a-bg-home.jpg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;*/
}





:root {
    --white: #FFF;
    --black: #000;
    --blue: #4498D8;
    --orange: #E08430;
    --green: #5BA747;
    --yellow: #ffcf4b;
    --purple: #4121F1;
    --red: #D44528;
    --grey: #e9e9ed;
}

@font-face {
  font-family: 'embajadores-1';
  src: url('font/embajadores-ikea-2.eot?88443974');
  src: url('font/embajadores-ikea-2.eot?88443974#iefix') format('embedded-opentype'),
       url('font/embajadores-ikea-2.woff?88443974') format('woff'),
       url('font/embajadores-ikea-2.ttf?88443974') format('truetype'),
       url('font/embajadores-ikea-2.svg?88443974#embajadores-ikea-2') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'embajadores-2';
    src: url('font/embajadores-ikea.eot?88443974');
    src: url('font/embajadores-ikea.eot?88443974#iefix') format('embedded-opentype'),
         url('font/embajadores-ikea.woff?88443974') format('woff'),
         url('font/embajadores-ikea.ttf?88443974') format('truetype'),
         url('font/embajadores-ikea.svg?88443974#embajadores-ikea-2') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Noto IKEA Latin";
    src: url("font/2b9a54453c1a3cbc651c0788ade94e4a.eot");
    src: url("font/2b9a54453c1a3cbc651c0788ade94e4a.eot?#iefix")format("embedded-opentype"),
        url("font/2b9a54453c1a3cbc651c0788ade94e4a.woff")format("woff"),
        url("font/2b9a54453c1a3cbc651c0788ade94e4a.woff2")format("woff2"),
        url("font/2b9a54453c1a3cbc651c0788ade94e4a.ttf")format("truetype"),
        url("font/2b9a54453c1a3cbc651c0788ade94e4a.svg#Noto Ikea Latin")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Noto IKEA Latin";
    src: url("font/b269e509d0e2d442240b8df6035c9999.eot");
    src: url("font/b269e509d0e2d442240b8df6035c9999.eot?#iefix")format("embedded-opentype"),
        url("font/b269e509d0e2d442240b8df6035c9999.woff")format("woff"),
        url("font/b269e509d0e2d442240b8df6035c9999.woff2")format("woff2"),
        url("font/b269e509d0e2d442240b8df6035c9999.ttf")format("truetype"),
        url("font/b269e509d0e2d442240b8df6035c9999.svg#Noto IKEA Latin Bold")format("svg");
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "embajadores-1";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-ico_twitter:before { content: '\e801'; } /* '' */
.icon-ico_linkedin:before { content: '\e802'; } /* '' */
.icon-ico_tiktok:before { content: '\e803'; } /* '' */
.icon-ico_pintarest:before { content: '\e804'; } /* '' */
.icon-ico_instagram:before { content: '\e805'; } /* '' */
.icon-ico_twitter_bird:before { content: '\e806'; } /* '' */
.icon-ico_facebook:before { content: '\e807'; } /* '' */
.icon-ico_user:before { content: '\e808'; } /* '' */
.icon-ico_comment:before { content: '\e809'; } /* '' */
.icon-ico_info:before { content: '\e80a'; } /* '' */
.icon-ico_event:before { content: '\e80b'; } /* '' */
.icon-ico_open:before { content: '\e80c'; } /* '' */
.icon-ico_like:before { content: '\e80d'; } /* '' */
.icon-ico_challenge:before { content: '\e80e'; } /* '' */


/*general*/

.container {
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
}

.w-100 {
    width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-j-between {
    justify-content: space-between;
}

.f-a-start {
    align-items: flex-start;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.grid-span-2 {
    grid-column: span 2;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.p-relative {
    position: relative;
}


.column-1 {
    column-count: 1;
    column-gap: 10px;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
}

.column-1 > * {
    padding-bottom: 15px;
}

.column-2 {
    column-count: 2;
    column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
}

.column-2 > * {
    padding-bottom: 20px;
}








/* CUSTOM SELECTS */

#center_filters {
    display: flex;
}

.custom-select {
    position: relative;
}

.custom-select select,
.custom-select .select-box {
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    border: none;
    padding: 15px 50px 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 25px;
    outline: none;
}

.custom-select::after {
    content: url('images/chevron-down.svg');
    position: absolute;
    top: 46%;
    right: 50px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#category_filter {
    display: none;
}

.custom-select .select-box {
    background-color: var(--grey);
    border: none;
    padding: 15px 50px 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 25px;
    outline: none;
}

.custom-select.categories .select-box {
    min-width: 250px;
}

.custom-select .select-box .selected {
    font-size: 16px;
    color: #333;
}

.custom-select .select-box .options-container {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 30px;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #fff;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.custom-select .select-box .option {
    padding: 10px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.custom-select .select-box .option.active {
    background-color: var(--blue);
    color: #fff
}

.custom-select .select-box .option:hover {
    color: var(--blue);
    cursor: pointer;
}

.custom-select .select-box .option.active:hover {
    color: var(--yellow);
}

.custom-select .select-box .option.selected {
    background-color: #007bff;
    color: #fff;
}

.custom-select .select-box .options-container.active {
    display: block;
}





/* CATEGORÍAS SELECCIONADAS */

#selected_categories {
    display: none;
    /*display: flex;*/
    flex-wrap: wrap;
    margin-top: 20px;
}

.selected-category {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--blue);
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.selected-category .remove-category {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-34%);
    font-size: 14px;
    color: #000;
    cursor: pointer;
    background-color: var(--yellow);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


/*global*/

html {
    margin-top: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Ikea Latin';
    color: #101010;
    margin: 0;
}

body.blog, body.page, body.category, body.single, body.author{
    /*border-top: solid 5px var(--blue);*/
    position:relative;
}

.admin-bar body {
    padding-top: 122px;
}

a {
    color: #407AB1;
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: 'Noto Ikea Latin';
}

h1.page-title,
h2.page-title {
    font-size: 22px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 13px;
}

.meow-faq-block .meow-faq-question {
    background: #f1f1f1;
    border-right: 0;
    height: 0;
    border-bottom: 0px;
}

:focus {
    outline: 0;
}

#primary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#primary.col-md-12 {
    max-width: 100%;
}

#secondary {
    min-width: 340px;
    padding-left: 0;
    left: 15px;
}

@media (max-width: 980px) {
    body {
        padding-top: 70px;
    }
    #primary {
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #secondary {
        display: none;
    }
}

main.container {
    position: relative;
    box-sizing: border-box;
    padding: 0 !important;
    max-width: none;
}

.rowMain #primary {
    margin: auto;
    margin-top: 0;
    display: flex;
    justify-content: center;
}

[class^="ico_"] a{
    position: relative;
    padding-left: 2.5em;
    display: block;
    padding-bottom: 1em;
}

[class^="ico_"] a:before {
    position: absolute;
    top: 0;
    margin-left: -2.5em;
}

.ico_retos a:before{
    content: url(/wp-content/themes/embajadoresikea/images/retos.svg);
}

.ico_novedades a:before{
    content: url(/wp-content/themes/embajadoresikea/images/novedades.svg);
}

.ico_aperturas a:before {
    content: url(/wp-content/themes/embajadoresikea/images/aperturas.svg);
}

.ico_eventos a:before {
    content: url(/wp-content/themes/embajadoresikea/images/eventos.svg);
}

.ico_masInfo a:before {
    content: url(/wp-content/themes/embajadoresikea/images/info.svg);
}

.ico_mensajes a:before {
    content: url(/wp-content/themes/embajadoresikea/images/mensajes_ico.png);
}

.ico_user a:before {
    content: url(/wp-content/themes/embajadoresikea/images/user_ico.png);
}

a.entry-read-more {
    color: var(--blue);
    background-color: var(--white);
    border: 1px solid var(--blue);
    padding: 0.4em 1em;
    border-radius: 0;
    margin: 0;
    display: block;
    width: fit-content;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.entry-read-more:hover {
    color: var(--white);
    background-color: var(--blue);

}

/*
 * header
 */

#header {
    line-height: 1;
    /*background: var(--white);*/
    position: relative;
    float: left;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    font-size: 14px;
}

header .container {
    padding: 0;
}

#header > .container > .column {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}

#header #header-logo {
    width: 16%;
    margin-right: 4%;
}

#header-logo img {
    width: 220px;
    height: fit-content !important;
}

#header #main_menu {
    width: 53%;
    margin-left: 0;
    margin-right: 4%;
}

header .menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.6em;
    text-align: left;
    font-weight: 700;
    list-style: none;
    line-height: 1.5em;
    padding: 0;
}

header #main_menu .current_page_item a {
    border-bottom: 2px solid var(--blue);
}

#menu-left-header li{
    min-height: 35px;
}

#header .header-tools {
    width: 3%;
}

#header-widgets {
    width: 4%;
    margin-left: 16%;
    display: flex;
    justify-content: flex-end;
}

#header-widgets > div {
    display: flex;
    align-items: center;
    align-content: center;
}

header a {
    color: #000}

footer a {
    color: #fff;
}

header p.wp-block-tag-cloud a {
    background-color: #EFEFEF;
    font-size: 14px !important;
    line-height: 2em !important;
    margin: 0.5em 1em 0.5em 0;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 2em;
}

header p.wp-block-tag-cloud a:before {
    content: '#';
}

header p.wp-block-tag-cloud {
    margin: 0 -2em;
}

.admin-bar #header {
    top: 32px;
}

#sidebarCollapse,
#sidebarCollapseMobile {
    background: transparent;
    border: 0;
    font-size: 12px;
    margin-right: 40px;
    cursor: pointer;
}

#sidebarCollapseMobile {
    display: none;
    margin-left: 20px;
    margin-right: 0;
}

#header-user img {
    display: block;
    border-radius: 50%;
}

#header-search-fake:hover {
    cursor: pointer;
}

#header-search-fake i {
    color: #000;
    font-size: 1.6em;
}

#search-fake {
    display: none;
    line-height: 42px;
    border: 0;
    background-color: transparent;
    outline: none;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
    right: 0;
    bottom: -19px;
    width: 37%;

}

@media (max-width: 980px) {

    #search-fake {
        display: none;
    }
    #sidebarCollapse {
        display: none;
    }
    #sidebarCollapseMobile {
        display: block;
    }
    #header-search-fake i {
        position: initial;
        margin-right: 20px;
        color: #000000;
    }
}

/*
 * Footer
 */

footer#footer-container {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    margin-top: 0;
    padding: 40px 56px 50px 56px !important;
    background-color: #000;
    color: #fff;
}

footer#footer-container .container{
    padding: 0;
}

footer .widget-column {
    text-align: left;
}

footer#footer-container .wpcf7 form {
    display: flex;
}

footer#footer-container .wpcf7 form input[type="submit"] {
    background: url('images/footer-form-send.png') center center;
    background-repeat: repeat;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    max-width: 150px;
    width: 100%;
    height: 50px;
    padding: 0px;
    width: 70px;
    background-repeat: no-repeat;
    border: none;
    margin-left: 20px;

}

footer#footer-container .wpcf7 input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

footer#footer-container .wpcf7 input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.4rem;
}

footer#footer-container .wpcf7-response-output {
    position: absolute;
    bottom: 0;
}

footer .widget-column #block-13 h4 {
    color: var(--negro, #111);
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

footer .widget-column #block-13 div a {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Noto Ikea Latin';
    font-weight: 400;
    line-height: 24px;
    color: #111;
}

footer .widget-column #block-13 div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #484848;
    margin-right: 8px;
}

footer .menu {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    list-style: none;
    line-height: 3em;
    padding: 0;
}

footer h3.widget-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.blog-footer {
    padding: 20px 0 20px;
    color: #999;
    text-align: center;
    background-color: #F1F1F1;
    margin-top: 33px;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

#footer-left {
    text-align: left;
}

#footer-right {
    text-align: right;
}

#footer-left>a>img {
    max-height: 40px;
    width: 129px;
}

#footer-left ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#footer-left li a {
    color: #828282;
    padding: 5px 0;
    display: inline-block;
}

.right_bar_likes h3 {
    font-size: 16px;
}

.right_bar_likes>div {
    display: flex;
    font-size: 14px;
}

.right_bar_likes>div>img{
    min-width: 120px;
    width: 120px;
    border-radius: 8px;
    margin-right: 16px;
}

@media (max-width: 1800px) {
    .right_bar_likes>div {
        flex-direction: column;
    }
    .right_bar_likes>div>img{
        min-width: inherit;
        width: inherit;
    }
}

.right_bar_likes {
    color: #000;
}

.content_post_like h4 {
    margin-top: 0;
}

.right_bar_likes a {
    width: 100%;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.8em 2em;
    border-radius: 2em;
    margin: 1.5em 0 2.5em;
    font-size: 12px;
    font-weight: bold;
}

#main-footer{
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 999;
    color: #999;
    text-align: center;
    background-color: #F1F1F1;
}
.main-footer-container{
    width: 58.75%;
    margin-left:17.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


#footer-widgets .widget-column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;

}

#footer-widgets #nav_menu-2 {
    width: 70%;
    margin-bottom: 30px;
}

#footer-widgets #menu-footer-1 {
    display: flex;
    list-style: none;
    text-align: left;
    margin: 0 0;
    padding: 0;
}

#footer-widgets #menu-footer-1 li {
    min-height: 32px;
    margin-left: 40px;
}

#footer-widgets #menu-footer-1 li:first-child {
    margin-left: 0;
}

#footer-widgets #menu-footer-1 a {
    font-size: 1.6rem;
    font-weight: bold;

}

#footer-widgets #custom_html-2 {
    width: 30%;
    margin-bottom: 30px;
}

#footer-widgets #block-15 {
    width: 100%;
    margin-bottom: 100px;
}

#footer-widgets #block-18 {
    width: 70%
}

#footer-widgets #block-24 {
    width: 12%;
    margin-top: 50px
}

#footer-widgets #block-24 figure {
    margin-bottom: 0;
}

#footer-widgets #block-17 {
    width: 10%;
    margin-bottom: 25px;
}

#footer-widgets #custom_html-2 {
    width: 27%;
}

#footer-widgets #sidebar-siguenos ul {
    margin-bottom: 0;
}


#menu-footer{
    display: flex;
    list-style: none;
    text-align: left;
    margin: 30px 0;
    padding: 0;
}
.menu-footer .logo-web{
    margin: 40px 0 20px 15px;
    height: 44px;
}
#menu-footer li{
    min-height: 32px;
    margin-left: 40px;
}

#menu-footer li:first-child {
    margin-left: 0;
}

#menu-footer li a {
    font-size: 1.6rem;
    font-weight: bold;

}
.main-footer-container .logo{
    padding: 40px 40px 40px 0;
}







/*search*/

#search-container {
    width: 100%;
    position: fixed;
    left: 0;
    top: -485px;
    height: 485px!important;
    height: 100vh;
    z-index: 1032;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
    overflow: hidden;
}

#search-container.active {
    top: 0;
}

.admin-bar #search-container.active {
    top: 32px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 390px;
    position: fixed;
    top: 0;
    left: -390px;
    height: 100vh;
    z-index: 1032;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
}

.admin-bar #sidebar {
    top: 32px;
    height: calc(100vh - 32px);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFF;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1031;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

.overlay.active {
    display: block;
    opacity: 1;
    pointer-events: all;
}

#sidebar {
    padding: 45px 65px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

#menu-logout,
#menu-principal {
    padding: 0;
    list-style: none;
}

#menu-principal {
    margin: 0 0 3px 0;
}

#menu-logout {
    display: inline-block;
    border-top: 1px solid #969696;
    padding-top: 25px;
}

#menu-logout a {
    color: #969696;
}

#menu-principal a {
    color: #000;
    font-weight: bold;
}

#menu-principal li {
    padding: 10px 0;
}

@media (max-width: 980px) {
    #sidebar {
        width: 100%;
        max-width: 425px;
        left: -100%;
    }
}

/*home*/

#menu-home-left {
    list-style-type: none;
    color: #000;
    font-weight: bold;
    padding-left: 0;
    margin-top:5px;
}

#menu-home-left li {
    padding-bottom: 15px;
}

#menu-home-left li.active a {
    color: var(--blue);
}

#menu-home-left a {
    color: #000;
}

#post-list {
    max-width: 100%;
    align-items: flex-start;
    max-width: 1500px;
}

@media (min-width: 1600px) {
    #post-list {
        width: 1500px;
    }
}

#post-list #left_column {
    width: 18%;
    margin-right: 2%;
    padding-top: 75px;
}

#post-list #home_center {
    width: 80%;
    padding-right: 5%;
}

div#post-list article {
    position: relative;
}

#post-list .entry-header {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: absolute;
    right: 2em;
    top: 2em;
    column-gap: 1em;
}

#post-list .entry-header a {
    font-size: 12px;
    background-color: #111;
    color: #fff;
    padding: 0.8em 2em;
    border-radius: 2em;
    margin-bottom: 1.5em;
}

#post-list .post-thumbnail {
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 7em;
    background: linear-gradient(to right, #fff, #fefefe, #efefef);
    border-radius: 0;
    overflow: hidden;
}

#post-list .post-thumbnail img {
    width: 100%;
    display: block;
    height: auto;
}

.post-time-ago {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#post-list .entry-title {
    margin: 0 0 20px 0;
    line-height: 1.25;
}

.single-post #post-list .entry-title {
    margin-bottom: 10px;
}

#post-list .entry-title a {
    color: #111;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
}

.entry-content-flex {
    width: 100%;
}

.entry-save {
    padding: 0 22px 0 12px;
    border-radius: 200px;
    height: 46px;
    margin: 0 0 20px;
}

.entry-save-fav,
.entry-save-likes,
.entry-save {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.entry-save-likes .like,
.entry-save-fav .favorito {
    position: relative;
    margin-right: 8px;
}

.entry-save-likes .like>div,
.entry-save-fav .favorito>div {
    pointer-events: none;
}

.entry-save-fav>span {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.entry-read-more {
    font-weight: bold;
    font-size: 14px;
}

.entry-comment-single {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.entry-comment-single>img {
    margin-right: 20px;
    border-radius: 50%;
    margin-top: 3px;
}

#post-list .hentry {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.entry-comment-single>div>strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.entry-comment-single>div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

i.eikea-comment {
    color: #101010;
    margin-right: 15px;
}

.valor {
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 980px) {
    #post-list .entry-title a {
        font-size: 16px;
    }
    .entry-comment-single {
        font-size: 14px;
    }
}

/*author*/

body.author #primary {
    flex-wrap: wrap;
    margin-bottom: 60px;
}

#author-image-bg {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.1;
}

#author-hasthag {
    width: 100%;
    line-height: 1em;
    color: #0058AB;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

#author-profile {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2em;
    flex-direction: row;
}

#author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    color: var(--blue);
}

#author-bio {
    font-size: 14px;
    margin-top: 1em;
    line-height: 16px;
    font-weight: 400;
}

#author-image {
    text-align: center;
    width: 100%;
}

#author-image>div {
    display: inline-block;
    border-radius: 50%;
    padding: 1px;
    background: var(--grey);
    position: relative;
}

.coworker #author-image>div:before {
    content: "";
    width: 40px;
    height: 16px;
    display: block;
    background: red;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 12px;
    background-image: url(images/ikea.png);
    background-size: contain;
}

#author-image>div>img {
    display: block;
    border-radius: 50%;
    padding: 20px;
}

#author-social {
    text-align: center;
    width: 100%;
}

#author-social>ul {
    list-style: none;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin-top: 0;
  margin-bottom: 60px;
}

#author-social li a {
    color: #000;
    font-size: 14px;
}

#author-social>ul i {
    color: #000;
    font-size: 24px;
}

#author-social>ul p {
    display: inline-block;
    font-size: 14px;
    margin-left: 0.5em;
}

#author-title-favs,
#author-title-social{
    font-size: 14px;
}

#author-title-favs {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.ikea_embajadores .entry-content {
    font-size: 14px;
    line-height: 24px;
}

.ikea_embajadores .entry-content .post-time-ago {
    padding-top: 1em;
}

#author-editar-perfil>a {
    background-color: #000;
    padding: 0.8em 2em;
    border-radius: 2em;
}

@media (max-width: 980px) {
    #author-hasthag {
        margin: -20px -15px 0;
    }
}

/*barra lateral*/

.widget_categories ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.widget_categories a {
    color: #101010;
    background: #F1F1F1;
    padding: 10px 20px;
    display: block;
    border-radius: 40px;
    margin-bottom: 5px;
    clear: both;
    float: left;
}

.widget_categories a:hover {
    color: #000;
    background: #EEE;
}

/*single post*/

.wp-block-pullquote blockquote {
    background: #F1F1F1;
    padding: 18px 27px;
    font-size: 16px;
}

.wp-block-pullquote p {
    font-size: 16px;
    font-style: italic;
}

.wp-block-pullquote p:first-of-type {
    margin-top: 0;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

#primary.vc_enabled {
    max-width: 100%;
}

#primary.vc_enabled #post-list {
    max-width: 100%;
}

/*punto de encuentro*/

.buscador-container {
    margin-bottom: 20px;
}

#author-list.row {
    margin-left: -5px;
    margin-right: -5px;
}

#usersbuscadorpuntoencuentro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.user-list {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    display: flex;
}

.user-list>div {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 17px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.user-list-photo img {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.user-list-name {
    font-weight: bold;
}

.user-list-name a {
    color: #000;
}

.user-list-instagram {
    font-size: 14px;
}

.user-list-instagram i {
    color: #000;
}

.user-list-bio {
    font-size: 14px;
    margin-top: 15px;
}

a.user-list-link-mobile {
    display: none;
}

@media (max-width: 980px) {
    .user-list>div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
    }
    .user-list-photo img {
        width: 50px;
        min-width: 50px;
        margin-right: 20px;
    }
    .user-list-bio {
        font-size: 14px;
        margin-top: 15px;
        display: none;
    }
    .user-list-name,
    .user-list-instagram {
        text-align: left;
    }
    a.user-list-link-mobile {
        display: block;
        color: #000;
    }
    .user-list-info {
        width: 100%;
    }
}

/*category*/

#post-list-lite article {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: flex-start;*/
    /*align-content: stretch;*/
    /*align-items: flex-start;*/
    margin-bottom: 20px;
}

#post-list-lite .post-thumbnail {
    margin-right: 20px;
    width: 150px;
}

#post-list-lite .post-thumbnail img {
    width: 150px;
    min-width: 150px;
}

#post-list-lite .entry-title {
    margin: 0 0 8px 0;
    line-height: 1em;
}

#post-list-lite .entry-title a {
    color: #000;
    font-size: 16px;
    display: block;
}

#post-list-lite .entry-read-more {
    display: inline-block;
    margin-top: 20px;
}

.entry-content>div {
    display: flex;
    align-items: center;
    column-gap: 1.5em;
    position: relative;
    margin-top: 15px;
}

i.comment-ico:before{
    content: '\e809';
    font-family: "embajadores-1";
    font-style: normal;
    position: absolute;
    font-weight: 600;
    font-size: 23px;
    color: #111;
}

.like>span:before{
    font-weight: bolder !important;
    font-size: 16px !important;
}

.share_btn {
    margin-right: 7px;
}

.download_btn {
    margin-right: 7px;
    display: flex;
}

.link-comments {
    width: 22px;
    margin-top: 4px;
}

.comments .valor {
    background-color: transparent;
    color: #000;
    width: 1.5em;
    display: block;
    text-align: center;
    line-height: 2.5em;
    border-radius: 2.5em;
    font-size: 10px;
    position: absolute;
    top: -2.7em;
    left: 1.5em;
}

@media (max-width: 980px) {
    #post-list-lite .post-thumbnail img {
        width: 100px;
        min-width: 100px;
    }
    #post-list-lite .entry-read-more {
        display: none;
    }
}

/*pagenavi*/

.wp-pagenavi {
    text-align: center;
    margin-top: 60px;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
    width: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    color: #111;
    transition: background 0.5s ease;
}

.wp-pagenavi>a:hover,
.wp-pagenavi>span {
    background-color: #f1f1f1;
}

.previouspostslink,
.nextpostslink {
    font-family: 'embajadores-ikea';
}

.previouspostslink {
    transform: rotate(180deg);
}

/*sidebar*/

#sidebar-siguenos ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
}

#sidebar-siguenos ul li {
    display: inline-block;
}

#sidebar-siguenos ul li a {
    color: #fff;
    margin-left: 0.5em;
    font-size: 34px;
    transition: background 0.5s ease;
}

#sidebar-siguenos [class^="icon-"]:before{
    margin-left: 0;
}

@media (max-width: 980px) {
    .widget_media_image {
        margin: 10px -10px;
    }
}

/*comments*/

#commentform {
    padding: 12px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    margin-bottom: 5em;
    position: relative;
}

#comment-photo {
    order: 1;
}

#comment-form-comment {
    order: 2;
    width: 100%;
    margin: 0;
}

#comment-form-comment textarea {
    width: 100%;
    border-radius: 17px;
    background-color: #f5f5f5;
}

#comment-form .form-submit {
    order: 3;
}

#comment-photo>img {
    border-radius: 50%;
    width: 35px;
    min-width: 35px;
    margin-right: 12px;
}

#submit {
    padding: 0.8em 2em;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -4em;
    border-radius: 2em;
    background-color: var(--blue);
    color: #fff;
}

#comment-form-comment > * {
    width: 100%;
}

#comment-form-comment textarea {
    width: 100%;
    border-radius: 17px;
    height: 35px;
    padding: 5px 20px;
    font-size: 16px;
    font-family: 'Noto Ikea Latin';
    transition: all 0.5s ease;
    resize: none;
    border: 0;
}

#comment-form-comment:focus textarea,
#comment-form-comment textarea:focus {
    height: 300px;
    padding: 20px 20px;
}

ol.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
}

.comment-body .comment-author.vcard {
    width: 35px;
    min-width: 35px;
    margin-right: 12px;
}

.comment-body .comment-author.vcard img {
    border-radius: 50%;
}

.comment-right {
    width: 100%;
}

.content-text p:first-of-type {
    display: inline;
}

.content-text>a {
    font-weight: bold;
    color: #111;
}

.comment {
    border-top: 1px solid var(--blue);
    padding-top: 20px;
    margin-top: 20px;
    display: block;
}

.comment-below {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 14px;
}

.comment-below .reply a {
    color: #111;
    font-weight: bold;
}

.comment-edit-link {
    color: #b3b3b3;
    font-size: 12px;
}

#reply-title {
    font-size: 14px;
    margin: 20px 0 10px 0;
    text-align: right;
}

#reply-title a {
    color: #111;
    font-weight: normal;
}

/*buscador*/

#resultadosbuscadorcabecera {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    clear: both;
}

#usersbuscadorcabecera,
#categorybuscadorcabecera {
    flex-basis: 30%;
}

#postbuscadorcabecera {
    flex-basis: 40%;
}

.content-post-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-bottom: 20px;
}

.content-post-search .post-thumbnail {
    margin-right: 20px;
    width: 50px;
}

.content-post-search .post-thumbnail img {
    width: 50px;
    min-width: 50px;
}

.content-post-search .entry-title {
    margin: 0 0 8px 0;
    line-height: 1em;
}

.content-post-search .entry-title a {
    color: #000;
    font-size: 16px;
    display: block;
}

#postbuscadorcabecera {
    flex-basis: 40%;
    max-height: 400px;
    overflow-x: auto;
}

#buscadorcabecera {
    border: 0;
    line-height: 50px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    font-size: 16px;
}

#search-container-close {
    position: relative;
    cursor: pointer;
}

#search-container-close>i {
    position: absolute;
    right: 35px;
    z-index: 1;
    top: 15px;
}

#buscadorcabeceraborrar,
#buscadorcabecerasearch {
    display: none;
}

.user-list-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-bottom: 15px;
}

.user-list-search .user-list-photo {
    margin-right: 8px;
}

@media (max-width: 980px) {
    #search-container {
        height: 100vh!important;
        overflow: scroll;
        top: -100vh;
    }
    #resultadosbuscadorcabecera {
        flex-direction: column;
    }
    #usersbuscadorcabecera,
    #categorybuscadorcabecera {
        flex-basis: 30%;
        margin-bottom: 20px;
    }
}

/*registro*/

.page_registro{
    padding-bottom: 100px;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}

.wp-block-columns.columnas_registro {
    column-gap: 75px;
}

.registro_img img {
    width: 100%;
}

.galery_img_registro {
    display: block !important;
    column-count: 2;
}

.galery_img_registro figure {
    display: block !important;
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 8px 8px 0!important;
}

.registro-bloque {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.registro-bloque>div {
    width: 100%;
}

.registro-bloque label {
    display: flex;
    align-content: center;
    align-items: center;
}

.ikea-form a{
    color: #e24585 !important;
}

#ikea-form-register h2 {
    font-size: 3rem;
}

.page-template-tp-registro h3 {
    font-size: 2rem;
}

.registro-more {
    margin-bottom: 100px;
}

.registro-bloque-titular span {
    display: inline-block;
    background-color: var(--yellow);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}

.registro-bloque-titular h5 {
    font-size: 12px;
    padding-left: 35px;
    margin-top: 5px;
    font-style: italic;
}

.registro-bloque input[type="text"],
.registro-bloque input[type="email"],
.registro-bloque input[type="tel"],
.registro-bloque input[type="password"],
.registro-bloque textarea,
.registro-bloque select{
    width: 100%;
    padding: 10px;
    border: 2px solid var(--black);
    border-radius: 3px;
    margin-bottom: 1.5em;
    padding: 1em 0.5em;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
}

.registro-bloque .social-input {
    position: relative;
}

.registro-bloque .social-input input {
    padding-left: 40px;
}

.registro-bloque .social-input:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: 25px;
    top: 32px;
    opacity: 0.25;
}

.registro-bloque .social-input.instagram:before {
    background-image: url('https://api.iconify.design/uil:instagram.svg');
}

.registro-bloque .social-input.facebook:before {
    background-image: url('https://api.iconify.design/uil:facebook-f.svg');
}

.registro-bloque .social-input.twitter:before {
    background-image: url('https://api.iconify.design/uil:twitter.svg');
}

.registro-bloque .social-input.pinterest:before {
    background-image: url('https://api.iconify.design/mdi:pinterest.svg');
}

.registro-bloque .social-input.youtube:before {
    background-image: url('https://api.iconify.design/uil:youtube.svg');
}

.registro-bloque .social-input.tiktok:before {
    background-image: url('https://api.iconify.design/ph:tiktok-logo.svg');
}

.registro-bloque .social-input.web:before {
    background-image: url('https://api.iconify.design/mdi:web.svg');
}

.registro-bloque input[type="date"] {
    display: block;
    width: 100%;
    border: 2px solid var(--black);
    margin-bottom: 1.5em;
    padding: 1em 0.5em;
}

.registro-bloque .registro-cats {
    max-width: 400px;
}

.registro-bloque .registro-cats > label {
    text-transform: lowercase;
}

.registro-bloque .registro-tipo {
    max-width: 400px;
}

.registro-bloque .registro-tipo label span {
    max-width: calc(100% - 30px);
}

.ikea-form .form-check {
    padding: 0;
}

.ikea-form .form-check input {
    margin: 0;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
}

.registro-bloque h5 {
    font-size: 16px;
}

.ikea-form input[type="submit"] {
    color: var(--blue);
    background: var(--white);
    border: 1px solid var(--black);
    font-size: 12px;
    font-weight: bold;
    padding: 1.5em;
    margin: 0 auto;
    display: block;
    width: 25%;
}

.ikea-form textarea {
    border: none;
    border-bottom: 2px solid var(--black);
}

.ikea-form label {
    width: auto;
}

.registro-bloque-titular {
    margin: 30px 0px;
}

.registro-bloque-titular h4,
.registro-bloque-titular p {
    margin: 0;
}

.ikea-form h3.titulo {
    text-align: center;
    color: #e24585;
    font-size: 29px;
}

#registro-privacidad {
    font-size: 12px;
    line-height: 1em;
    margin: 2em 0;
}

#registro-privacidad p {
    margin: 5px 0;
    line-height: 1.5em;
}

#registro-privacidad>strong {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.5em;
}

div#registro-privacidad p {
    padding-bottom: 1.5em;
    font-size: 1.2em;
}

.ikea-form-error-container {
    color: red;
}


.checkbox-circle input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top:0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--yellow);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.checkbox-circle input[type="checkbox"]:checked::before {
    content: '✔';
    color: black;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-circle input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 3px 2px rgba(255, 255, 0, 0.7);
}

/*condiciones*/

#si-quiero-button {
    background: transparent;
    border: 0;
    margin: 0 auto;
    display: block;
}

#si-quiero-button:hover {
    color: var(--blue);
}

#si-quiero-button .siquiero {
    font-size: 6em;
    line-height: 122px;
}

#si-quiero-button span {
    font-size: 20px;
}

/*buscador*/

#primary .buscador input {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

#primary .buscador input::-moz-placeholder {
    color: #CBCBCB;
}

#primary .buscador input:-ms-input-placeholder {
    color: #CBCBCB;
}

#primary .buscador input::placeholder {
    color: #CBCBCB;
}

.ikea_embajadores .buscador .borrar,
.ikea_embajadores .buscador .lupa {
    top: 50%;
    margin-top: -11px;
}

.ikea_embajadores .buscador .lupa::before {
    font-family: "embajadores-ikea";
    content: '\e805';
}

.ikea_embajadores .buscador .borrar::before {
    font-family: "embajadores-ikea";
    content: '\e80c';
}

/*editar perfil*/

#edit-profile-extra>h2 {
    display: none;
}

#edit-profile-extra>table:nth-child(7),
#edit-profile-extra>table:nth-child(5) {
    display: none;
}

#editar-perfil label {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

#editar-perfil input,
#editar-perfil textarea {
    font-size: 16px;
    padding: 7px 15px;
}

#editar-perfil td.acf-field,
#editar-perfil tr.acf-field {
    display: block;
    margin-bottom: 16px;
}

#editar-perfil .form-table>tbody>.acf-field>.acf-label {
    padding: 0;
    display: block;
}

#editar-perfil .form-table>tbody>.acf-field>.acf-input {
    padding: 0;
    display: block;
}

#edit-profile-extra>table {
    width: 100%;
}

a.button {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    background: #0058A3;
    padding: 8px 20px;
    margin: 0;
}

#author-editar-perfil>a {
    display: inline-block;
    margin-top: 20px;
}

#editar-perfil p.form-textarea {
    margin-top: 0;
}

#baja-link {
    color: #ACACAC;
    text-decoration: underline;
}

p.error {
    background: #FBD914;
    padding: 10px 15px;
}

/*descargar*/

.descargar {
    margin-left: 20px;
}

.descargar a {
    display: flex;
    align-items: center;
    color: #000;
}

.descargar a>span {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.descargar .eikea-download {
    width: 31px;
    height: 31px;
    cursor: pointer;
    display: block;
    background: #45e1b6;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
}

/* post */

.header-single-post {
    display: flex;
    align-items: flex-start;
}

.header-single-post .entry-save {
    margin-top: 0;
}

.header-single-post i.comment-ico {
    width: 2em;
    display: block;
    height: 1em;
}

.header-single-post i.comment-ico:before {
    content: '\e809';
    font-family: "embajadores-1";
    font-style: normal;
    position: absolute;
    margin-top: -4px;
    font-weight: 600;
    font-size: 23px;
    color: #111;
}

.single .comments .valor {
    background-color: var(--blue);
    top: -1.5em;
}

.single .entry-save-likes {
    column-gap: 1em;
    margin-left: 1em;
}

.single p.has-text-align-center {
    text-align: left;
}

.single .entry-content p{
    margin-block-start: 2em;
    margin-block-end: 2em;
}

.single .entry-content .has-text-align-center {
    text-align: left !important;
}

.single footer .entry-save {
    display: none;
}

.has-pale-cyan-blue-background-color{
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

.tit_footer_com>p:before {
    font-size: 18px;
    font-weight: 600;
    margin-right: 0.5em;
}

.tit_footer_com>p {
    font-size: 16px;
    font-weight: 600;
}

body.home #short_content .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

body.single-post article > .entry-content-actions {
    margin-top: 15px;
}

body.single-post article > footer {
    margin-top: -40px
}






/* Popup Registro */


.registro-overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1031;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

.registro-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: all;
}

#registro_enviado {
    position: fixed;
    right: -100vw;
    width: 28vw;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 5px #444;
    padding-top: 104px;
    padding-left: 56px;
    padding-right: 103px;
    transition: all 0.3s;
    z-index: 1050;
}

#registro_enviado.visible {
    right: 0;
    top: 0;
}

#registro_enviado h4 {
    color: var(--negro, #111);
    font-family: Noto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
}

#registro_enviado p {
    color: var(--gris, #484848);
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.registro-enviado-close  {
    position: absolute;
    right: 40px;
    top: 28px;
}

.registro-enviado-close:hover {
    cursor: pointer;
}

.registro-enviado-buttons {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}

#registro_enviado .button {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    border: 2px solid var(--black);
    background-color: transparent;
    color: var(--blue);
}

#registro_enviado .button:hover {
    cursor: pointer;
}





#terms {
    position: fixed;
    overflow: scroll;
    right: -100vw;
    top: 0;
    width: 48vw;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 5px #444;
    padding-top: 104px;
    padding-left: 56px;
    padding-right: 103px;
    transition: all 0.3s;
    z-index: 1050;
}

#terms.visible {
    right: 0;
}

.terms-close  {
    position: absolute;
    right: 40px;
    top: 28px;
}

.terms-close:hover {
    cursor: pointer;
}






/* HOME */

body.home #primary {
    margin-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
}

body.home #fav_header_icon .cls-1 {
    fill: var(--blue);
}

body.home b,
body.home strong {
    color: var(--blue);
}

body.home header #main_menu .current_page_item a {
    border-color: var(--blue);
}

#left_column #main_menu {
    padding-left: 80px;
}

#home_center .entry-header {
    display: none;
}

#home_center footer {
    display: none;
}

body.home .home_bottom_img {
    display: none;
    text-align: center;
}

body.home .owl-nav {
    top: 170px;
    position: absolute;
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    left: -60px;
}

body.home .owl-nav span {
    font-size: 60px;
}

body.home .owl-nav button:hover {
    background: transparent !important;
    color: var(--blue) !important;
}




/* ACEPTAR */

.group-w-580 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}


.group-w-580 h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Noto Ikea Latin';
}

.group-w-580 p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Noto Ikea Latin';
}

.group-w-580 label {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Noto Ikea Latin';
}

#si-quiero-button {
    width: 100%;
}

#si-quiero-button h4 {
    width: 100%;
}

#si-quiero-button span {
    display: block;
    width: 100%;
    max-width: 580px;
    background-color: var(--blue);
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Ikea Latin';
    padding: 8px 24px 8px 24px;
    border-radius: 15px;
}

#si-quiero-button span:hover {
    color: #000;
}

#ranking-list div a {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Noto Ikea Latin';
    font-weight: 400;
    line-height: 24px;
    color: #111;
  }

#ranking-list div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #484848;
    margin-right: 8px;
}






/* MENU PRINCIPAL */

ul.sub-menu {
    list-style-type: none;
}


.menu-item a{
    position: relative;
    cursor: pointer;
}

.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    margin-right: 10px; /* Espaciado entre la flecha y el texto */
    padding-left: 15px;
    padding-right: 15px;
}

.arrow.active {
    transform: rotate(180deg) translateY(55%);
}

ul.sub-menu a { padding-left: 0; }
ul.sub-menu a::before {
    content: none;
}





@media (max-width: 1600px) {

    .arrow {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-70%);
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
        transition: all 0.3s;
    }

    .arrow.active {
        transform: rotate(180deg) translateY(60%);
        padding-left: 0;
      }
}






/* POPUP */

.vp-flex {
    position: absolute;
    left: calc((100vw - 880px)/2);
    top: 15vh;
    z-index: 1032;
}

.vp-flex .YouTubePopUp-Close {
    position: absolute;
    right: 0;
    top: -30px;
    left: 96%;
    width: 30px;
}








/* HEADER FAVS */

#fav_header_icon {
    display: block;
    width: 19px;
    height: auto;
    margin-left: 10px;
}

#fav_header_icon .cls-1 {
    fill: #ffcf4b;
}







/* SHORTCODE POSTS */

body.home #short_posts {
    width: 100%;
}

#short_posts {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

#short_posts #center_filters {
    width: 100%;
    justify-content: flex-start;
}

#short_posts #center_filters .custom-select.order .select-box {
    /*margin-right: 0;*/
}







/* PÁGINAS */

.page-template-default #primary .page-title {
    display: none;
}

.black-text,
.black-text * {
    color: var(--black) !important;
}

.a-bordered a {
    border-bottom: 2px solid var(--black);
}




/* TENDENCIAS */

body.tendencias .svg-logo .cls-1,
body.tendencias .svg-logo .cls-2,
body.tendencias .svg-logo .cls-3,
body.tendencias .svg-logo .cls-5,
body.tendencias #fav_header_icon .cls-1 {
    fill: var(--orange);
}

body.tendencias b,
body.tendencias strong {
    color: var(--orange);
}

body.tendencias header #main_menu .current_page_item a {
    border-color: var(--orange);
}

.tendencias-top-text {
    column-gap: 0 !important;
}

body.tendencias #short_posts {
    width: 80%;
    margin-left: 20%;
}

body.tendencias #short_content .post-lite-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 240px;
}

body.tendencias #post-list .post-thumbnail {
    border-radius: 50%;
    max-width: 380px;
    max-height: 380px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

body.tendencias header.entry-header > a {
    display: none;
}

body.tendencias #post-list .post-thumbnail img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    max-width: inherit;

}

body.tendencias article .entry-content-flex,
body.tendencias article footer {
    display: none;
}

body.tendencias article .entry-read-more {
    margin-top: 15px;
    color: var(--orange);
    border-color: var(--black);
}

body.tendencias .custom-select .select-box .option:hover {
    color: var(--orange);
}

body.tendencias .owl-nav {
    top: 170px;
    position: absolute;
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    left: -60px;
}

body.tendencias .owl-nav span {
    font-size: 60px;
}

body.tendencias .owl-nav button:hover {
    background: transparent !important;
    color: var(--orange) !important;
}

body.tendencias #short_content.owl-off.columns-3 {
    column-gap: 150px
}

body.tendencias .load-more-button span {
    color: var(--orange);
}





/* TENDENCIAS POST */

body.single.category-Tendencias  .svg-logo .cls-1,
body.single.category-Tendencias  .svg-logo .cls-2,
body.single.category-Tendencias  .svg-logo .cls-3,
body.single.category-Tendencias  .svg-logo .cls-5,
body.single.category-Tendencias  #fav_header_icon .cls-1 {
    fill: var(--orange);
}

body.single.category-Tendencias  b,
body.single.category-Tendencias  strong {
    color: var(--orange);
}

body.single.category-Tendencias  header #main_menu .current_page_item a {
    border-color: var(--orange);
}

body.single.category-Tendencias .owl-nav button:hover {
    background: transparent !important;
    color: var(--orange) !important;
}

body.single.category-Tendencias .load-more-button span {
    color: var(--orange);
}

body.single.category-Tendencias #left_column #main_menu {
    display: none;
}

body.single.category-Tendencias #submit {
    background-color: var(--orange);
}

body.single.category-Tendencias a.entry-read-more {
    margin-top: 15px;
    border-color: var(--black);
    color: var(--orange);
}

body.single.category-Tendencias header #main_menu #menu-main_menu li:first-child a {
    border-bottom: none;
}

body.single.category-Tendencias header #main_menu #menu-main_menu li:nth-child(2) a {
    border-bottom: 2px solid var(--orange);
}

body.single.category-Tendencias .comment {
    border-color: var(--orange);
}

body.single.category-Tendencias #comment-form-comment textarea {
    border-color: var(--orange);
}

body.single.category-Tendencias .owl-nav span {
    color: var(--orange);
}



/* CONECTA */

body.conecta .svg-logo .cls-1,
body.conecta .svg-logo .cls-2,
body.conecta .svg-logo .cls-3,
body.conecta .svg-logo .cls-5,
body.conecta #fav_header_icon .cls-1 {
    fill: var(--green);
  }

body.conecta b,
body.conecta strong {
    color: var(--green);
}

body.conecta header #main_menu .current_page_item a {
    border-color: var(--green);
}

#menu-conecta_left {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

#menu-conecta_left li {
    margin-bottom: 30px;
    width: 100%;
}

#menu-conecta_left li a {
    color: var(--black);
}

#menu-conecta_left li:first-child a {
    border-bottom: 2px solid var(--green);
}

.conecta-left-column {
    padding-left: 82px;
}

.conecta-right-column {
    padding-right: 21%;
}

.conecta-center-column {
    padding-left: 82px;
}

p.conecta-left-text {
    line-height: 36px;
}

.video-container {
    position: relative;
    margin: auto;
    display: none !important;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
}

.play-image {
    display: block;
    width: 100%;
    height: auto;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    background-image: url('images/play.png');
    background-size: cover;
    cursor: pointer;
}

.video-iframe iframe {
    width: 100%;
}






/* MANIFIESTO */

body.manifiesto .svg-logo .cls-1,
body.manifiesto .svg-logo .cls-2,
body.manifiesto .svg-logo .cls-3,
body.manifiesto .svg-logo .cls-5,
body.manifiesto #fav_header_icon .cls-1 {
    fill: var(--yellow);
}
body.manifiesto b {
    color: var(--yellow);
}

body.manifiesto header #main_menu .current_page_item a {
    border-color: var(--yellow);
}

body.manifiesto #post-list {
    width: 100%;
    max-width: 850px;
}

body.manifiesto #post-list .wp-block-column {
    display: flex;
    align-items: center;
    align-content: center;
}

.manifiesto .man-row-3 {
    margin-top: -100px;
    margin-bottom: -100px;
}


.man-cols {
    position: relative;
    min-height: 2500px;
    padding-top: 100px;
}

.man-cols p {
    font-size: 1.5em;
    color: #000;
}

.man-cols p strong {
    color: #000;
}

.man-col-1 {
    margin-top: -50px
}

.man-col-1 p {
    margin-top: 120px;
}

.man-col-1 p span {
    color: #E08430
}

.man-col-2 {

}

.man-col-2 p {
    margin-top: 0;
}

.man-col-2 p span {
    color: #5BA747;
}

.man-col-3 {

}

.man-col-3 p {
    margin-top: 50px;
}

.man-col-3 span {
    color: #4498D8;
}

.man-col-4 {

}

.man-col-4 p span {
    color: #F2A4BC;
}

.man-col-5 {

}

.man-col-5 p {
    margin-top: 100px;
}

.man-col-5 p span {
    color: #5E297E;
}

.man-col-6 {

}

.man-col-6 p {
    margin-top: 150px;
}

.man-col-6 p span {
    color: #FBE64D;
}

.man-col-7 {

}

.man-col-7 p {

}

.man-col-7 p span {
    color: #D4D746;
}

.man-col-8 {

}

.man-col-8 p span {
    color: #FFCF4B;
}





/* PRIMETAG */

body.primetag .svg-logo .cls-1,
body.primetag .svg-logo .cls-2,
body.primetag .svg-logo .cls-3,
body.primetag .svg-logo .cls-5,
body.primetag #fav_header_icon .cls-1 {
    fill: var(--purple);
}
body.primetag b,
body.primetag strong {
    color: var(--purple);
}

body.primetag header #main_menu .current_page_item a {
    border-color: var(--purple);
}

body.primetag .a-bordered a {
    border-color: var(--purple);
}

.primetag-logo {
    margin-top: 45px;
    margin-bottom: 55px;
}

.primetag-center-column {
    padding-right: 21%;
}

.primetag-video-img {
    position: relative;
}

.video-column:before {
    content: '';
    width: 300px;
    height: 300px;
    background-color: var(--purple);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

body.primetag .video-container {
    margin-left: -21%;
    padding-top: 40px;
    padding-bottom: 100px;
}

body.primetag .wp-block-column > p {
    font-size: 20px !important;
}







/* POSTS ACTIONS */



.success-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background-color: var(--blue);
    padding: 30px 100px;
    border-radius: 5px;
    color: var(--white);
    transform: translateX(-50%);
}






/* POSTS */

body.single-post #fav_header_icon .cls-1 {
    fill: var(--blue);
}

body.single-post header #main_menu #menu-main_menu li:first-child a {
    border-bottom: 2px solid var(--blue);
}

body.single-post #post-list article .post-thumbnail {
    height: auto;
    min-height: 380px;
}

body.single-post #post-list article .entry-header {
    right: 0;
}

#home_posts article footer {
    display: none;
}

#comment-form-comment textarea {
    border: 2px solid var(--blue);
    background-color: var(--white);
    height: 50px;
}

body.single #short_content {
    margin-top: 100px
}

body.single #center_filters {
    display: none !important;
}

body.single #short_content .entry-title a {
    color: var(--black);
}

body.single .owl-nav {
    top: 170px;
    position: absolute;
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    left: -60px;
    font-size: 40px;
}

body.single .owl-nav span {
    background-color: var(--black);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: end;
}






/* FAVORITOS */


body.favoritos .favoritos-col {
    width: 20%;
    padding-right: 5%;
}

body.favoritos .favoritos-content {
    width: 80%;
}

#primary.favoritos h1 {
    border-bottom: none;
}

#primary.favoritos #fav-categories ul {
    list-style-type: none;
    padding-left: 0;
}

#primary.favoritos #fav-categories ul li a {
    text-transform: uppercase;
    color: var(--black0);
}

#primary.favoritos #post-list-lite {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

#primary.favoritos #post-list-lite article {
    flex-wrap: wrap;
}

#primary.favoritos #post-list-lite article .entry-header {
    display: none;
}

#primary.favoritos #post-list-lite .post-thumbnail {
    width: 100%;
    margin-right: 0;
}

#primary.favoritos #post-list-lite .post-thumbnail img {
    width: 100%;
    height: auto;
}

#primary.favoritos #post-list-lite .entry-read-more {
    padding: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

#primary.favoritos #post-list-lite article footer {
    display: none;
}









/* MI PERFIL */

body.editar-perfil #primary {
    flex-wrap: wrap;
}

#primary.mi-perfil #user_name {
    text-align: center;
}

#primary.mi-perfil #user_name h2 {
    margin-bottom: 3px;
}

#primary.mi-perfil #user_name h3 {
    color: var(--orange);
    margin-top: 3px
}

#primary.mi-perfil #user_name img {
    border-radius: 50%;
    margin-bottom: 30px;
}

#primary.mi-perfil h1 {
    text-align: center;
    display: inline-block;
    border: 3px solid var(--black);
    padding: 5px 15px;
    margin-bottom: 45px;
}

.mi-perfil-article {
    background-color: var(--red);
    padding-top: 30px;
    width: 100%;
}

#editar-perfil-imagen {
    display: grid;
}

#editar-perfil-imagen img {
    border-radius: 50%;
    margin-bottom: 30px;
}

#editar-perfil-imagen #fake_upload_file {
    width: auto;
    max-width: 300px;
    border: 4px solid var(--black);
    background-color: transparent;
    text-transform: uppercase;
}

.datos-publicos-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

#editar-perfil h2.page-title {
    display: inline-block;
    border-bottom: 2px solid var(--black);
    margin-top: 90px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#editar-perfil input,
#editar-perfil textarea {
    font-size: 16px;
    padding: 7px 15px;
    border: 4px solid var(--black);
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
}

#editar-perfil .form-textarea,
#editar-perfil .page-title-holder,
#editar-perfil .form-submit {
    grid-column: span 2;
}

#editar-perfil.ikea-form input[type="submit"] {
    width: auto;
    max-width: 300px;
    border: 4px solid var(--black);
    background-color: transparent;
    text-transform: uppercase;
    float: left;
    border-radius: 0;
    color: var(--black);
}

.cms-columns {
    gap: 0;
}

.baja-left-column {
    padding-right: 0%;
}

#baja-link {
    width: auto;
    max-width: 300px;
    border: 4px solid var(--black);
    background-color: transparent;
    text-transform: uppercase;
    float: left;
    border-radius: 0;
    color: var(--black) !important;
    font-size: 12px;
    padding: 7px 15px;
    text-decoration: none;
}

.form-baja > a {
    width: auto;
    max-width: 300px;
    border: 4px solid var(--black);
    background-color: transparent;
    text-transform: uppercase;
    float: left;
    border-radius: 0;
    color: var(--black) !important;
    font-size: 12px;
    padding: 7px 15px;
    text-decoration: none;
    margin-right: 15px;
}







/* PRE FOOTER */

#pre_footer {
    position: relative;
    width: 100%;
    height: 120px;
}

#pre_footer .pre-footer-left {
    width: 11%;
    height: 100%;
    position: relative;;
}

#pre_footer .pre-footer-left .pre-footer-left-img {
    position: absolute;
    background-image: url('images/footer-img-left.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    content: '';
}

#pre_footer .pre-footer-center {
    width: 78%;
    min-width: 1500px;
    height: 100%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}

#pre_footer .pre-footer-center .pre-footer-center-text {
    background-color: var(--red);
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

#pre_footer .pre-footer-center a {
    color: var(--white);
    text-decoration: underline;
}

#pre_footer .pre-footer-center .pre-footer-center-img-1 {
    background-image: url('images/footer-img-center-1.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 15%;
    content: '';
}

#pre_footer .pre-footer-center .pre-footer-center-img-2 {
    background-image: url('images/footer-img-center-2.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 15%;
    content: '';
}

#pre_footer .pre-footer-right {
    width: 11%;
    height: 100%;
    position: relative;;
}

#pre_footer .pre-footer-right .pre-footer-right-img-1 {
    position: absolute;
    background-image: url('images/footer-img-right-1.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    content: '';
}







/* FAQs */

#menu-faq_left_menu {
    margin-top: 70px;
}

#menu-faq_left_menu li {
    margin-bottom: 30px;
}

#menu-faq_left_menu li a {
    color: var(--black);
    font-weight: bold;
}

#menu-faq_left_menu li.current_page_item  {
    border-bottom: 2px solid var(--black);
}

.page-faqs h2 {
    font-size: 2em;
    font-family: 'Noto Ikea Latin';
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 15px;
}

.page-faqs .faq-subtitle {
    margin-bottom: 50px;
}

.wp-block-meowapps-faq {
    display: flex;
    flex-wrap: wrap;
}

.meow-faq-block .meow-faq-question {
    width: 100%;
    height: 50px;
    line-height: 30px;
    background: transparent;
    color: var(--black);
    border-top: 1px solid var(--black);
}

.meow-faq-block input[type=checkbox]:checked + label {
    font-weight: bold;
}

.meow-faq-block .meow-tab-answer .meow-tab-content {
    color: var(--black);
    margin-bottom: 30px;
}

.meow-faq-block input[type=checkbox] + label::after {
    font-size: 30px;
    line-height: 19px;
}

.meow-faq-block input[type=checkbox]:checked + label::after {
    transform: rotate(360deg);
    content: '—';
    font-size: 20px;
    padding: 0.5em 1em;
    right: 8px;
    left: inherit;
}





/* SINGLE POST */

body.single #primary {
    display: flex;
    justify-content: flex-start;

}

body.single #primary #left_column {
    width: 20%;
    padding-top: 70px
}

body.single #primary #post-list {
    width: 59%;
}

#post-list header.entry-header {
    position: relative;
}

#post-list .post-thumbnail {
    width: 100%;
    height: auto;
    background-size: cover;
}

.comments .valor {
    position: relative;
}











/* CONTACTO */

.contacto-text {
    padding-left: 0;
}



/* CHAT */

.chat-group {
    padding-top: 50px
}

.bp-messages-wrap {
    border: 3px solid var(--black);
}

.bp-messages-wrap .chat-header {
    border-bottom: 3px solid var(--black) !important;
}

.bm-reply {
    border-top: 3px solid var(--black) !important;
}

.bm-editor-content::before {
    color: var(--black) !important;
    font-size: 20px;
}












/* CONFIRM TEXT */

body.confirmar-solicitud main.container {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

body.confirmar-solicitud #primary {
    width: 60%;
    margin-left: 20%;
}

body.confirmar-solicitud #primary article {
    width: 100%;
}

body.confirmar-solicitud #primary .confirm-text {
    height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: var(--yellow);
    color: var(--black);
    border-radius: 5px;
}












/* ARREGLOS */


/* MANIFIESTO */

body.manifiesto .wp-block-column > p {
    font-size: 20px !important;
}







/* RESPONSIVE PORTÁTIL */

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

    .container {
        max-width: 1200px;
    }

    div#contenedor-login {
        padding: 5% 10%
    }

    body.home .owl-nav {
        width: calc(100% + 60px);
        left: -30px;
    }

    .login-form-img {
        width: 35%
    }

    #login_form {
        width: 60%;
    }

    #post-list {
        max-width: 1300px;
    }

    #home_posts {
        min-width: 1040px;
    }

    body header #main_menu a {
        font-size: 1.2rem;
    }

    #menu-footer li a {
        font-size: 1.4rem;
    }
    #primary
    #sidebar-siguenos ul li a {
        font-size: 26px;
    }

    #pre_footer .pre-footer-left {
        font-size: 30px;
        padding-left: 0%;
    }

    #pre_footer .pre-footer-center {
        font-size: 24px
    }

    #footer-widgets #menu-footer-1 a {
        font-size: 1.2rem
    }

    #sidebar-siguenos ul li a {
        font-size: 24px
    }

    #footer-widgets .widget-column {
        align-items: center;
    }

    footer#footer-container .wpcf7 form p:first-child {
        width: 70%;
    }

    footer#footer-container .wpcf7 input[type="text"],
    footer#footer-container .wpcf7 input[type="text"]::placeholder {
        font-size: 1.2rem
    }

    #footer-widgets #block-24 {
        width: 9%;
        margin-top: 0;
    }

    #footer-widgets #block-17 {
        width: 12%;
        margin-bottom: 0;
        margin-left: 2%;
    }

    .has-medium-font-size {
        font-size: 16px !Important;
    }







    /* REGISTRO */

    .ikea-form input[type="submit"] {
        width: auto;
    }



    /* HOME */

    .custom-select .select-box .selected {
        font-size: 14px;
    }


    /* TENDENCIAS */

    body.tendencias #post-list .post-thumbnail {
        height: 220px;
    }

    #post-list .entry-title {
        line-height: 20px;
    }

    #post-list .entry-title a {
        font-size: 18px;
        line-height: 20px;
    }



    /* CONECTA */

    p.conecta-left-text {
        font-size: 20px !important
    }

}



#block-custom{
    display:none !important;
}
#menu_header_icon_close{
    display:none;
}

#header-widgets > div#block-custom{
    display:none;
}


/* RESPONSIVE */

@media (max-width: 1023px) {

    /* GENERALES */

    #primary {
        padding-left: 20px;
        padding-right: 20px;
    }


    body {
        padding-top: 0
    }

    #header {
        border: none;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header-logo {
        position: absolute;
        top: 0;
        width: 30% !important;
        margin-right: 0;
        left:2%;
        z-index:9999;
    }

    #header .header-tools {
        position: absolute;
        left: 80%;
        top: 2%;
    }

    #header #main_menu {
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 50px;
        width: 100%;
    }

    #header .menu-item a {
        font-size: 12px
    }

    body.home #post-list{
        margin-top: 60px;
    }

    #header #main_menu .menu-item {
        padding-right: 15px;
    }

    #block-custom{
        display:block !important;
        padding-left: 5px;
    }
    header #main_menu #sidebar-top{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #header #main_menu{
        position: absolute;
        height: 100vh;
        width: 100vw;
        background: rgb(255, 255, 255);
        top: 0;
        z-index: 999;
        margin: 0;
        display:none;
    }
    header .menu{
        flex-direction: column;
        text-align: center;
    }
    #menu_header_icon_close{
        position: absolute;
        z-index:9999;
    }

    #header .menu-item a {
        font-size: 30px;
    }

    #header #main_menu .menu-item {
        padding-bottom: 20px;
    }

    #header #main_menu .menu-item:last-child {
        padding-right: 0;
    }

    #header-widgets {
        position: absolute;
        top: 0px;
        right: 10px;
    }

    #header .login-logout-widget {
        width: 20px;
        padding-top: 0;
    }

    .header-tools {
        display: flex;
        align-content: center;
        align-items: center;
    }

    #header-search-fake {
        position: absolute;
        top: 18px;
        right: 35px;
    }








    /* FOOTER */

    #pre_footer {
        height: 100px;
    }

    #pre_footer .pre-footer-left,
    #pre_footer .pre-footer-right {
        width: 25%;
    }
    #pre_footer .pre-footer-right,
    .pre-footer-center-img-1,
    .pre-footer-center-img-2
    {
        display:none;
    }

    #pre_footer .pre-footer-center {
        width: 75%;
        font-size: 14px;
        min-width:75%;
    }
    #pre_footer .pre-footer-center .pre-footer-center-text{
        width: 100%;
        padding: 0 15px;
    }

    #pre_footer .pre-footer-left {
        font-size: 18px;
        padding-left: 0;
    }

    #menu-footer {
        line-height: initial;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    footer#footer-container {
        padding: 15px 25px !important;
    }

    #footer-widgets #menu-footer-1 {
        flex-wrap: wrap;
    }

    #footer-widgets #menu-footer-1 a {
        font-size: 16px
    }

    #menu-footer li a {
        font-size: 14px;
    }

    #footer-widgets #menu-footer-1 li {
        margin-left: 0;
    }

    footer#footer-container .wpcf7 input[type="text"] {
        font-size: 18px;
        width: 100%;
    }

    footer#footer-container .wpcf7 input::placeholder {
        font-size: 16px;
    }

    #footer-widgets #block-18 {
        width: 100%;
    }

    #footer-widgets #block-24 {
        width: 50%;
        margin-top: 0;
    }

    #footer-widgets #block-17 {
        width: 50%;
    }

    #footer-widgets #custom_html-2 {
        width: 100%;
    }





    /* SHORTCODE POSTS */

    #short_posts {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-select.categories .select-box {
        min-width: inherit;
    }

    .custom-select .select-box .selected,
    .custom-select .select-box .option {
        font-size: 11px;
    }

    .custom-select select {
        padding: 8px 24px 8px 10px;
        font-size: 14px;
        margin-right: 15px;
    }

    .custom-select::after {
        right: 37px;
    }

    .custom-select.order::after {
        right: 12px;
    }




    /* HOME */

    #menu-home-left {
        display: flex;
        justify-content: space-around;
        font-size: 14px
    }

    body.home #left_column #main_menu {
        padding-left: 0;
    }

    .custom-select.order  .select-box{
        margin-right: 0;
    }

    #post-list {
        width: 100% !important;
    }

    #post-list .post-thumbnail img {
        width: auto;
    }

    body.home #post-list {
        flex-wrap: wrap;
    }

    body.home #post-list #left_column {
        width: 100%;
        padding-top: 0;
        border-bottom: 2px solid #eaeaea;
        margin-bottom: 30px;
    }

    body #post-list #home_center {
        width: 100%;
        min-width: inherit;
        padding-right: 0;
    }

    #post-list .entry-title {
        line-height: 16px;
    }

    #post-list .entry-title a {
        font-size: 24px;
        line-height: 24px;
    }

    .post-template-default #post-list .entry-title a {
        font-size: 34px;
        line-height: 34px;
    }

    #post-list .entry-content {
        font-size: 14px !important;
    }

    #post-list .entry-content .has-large-font-size{
        font-size: 20px !important;
    }

    .entry-content > div {
        flex-wrap: wrap;
    }

    a.entry-read-more {
        margin: 0;
        padding: 4px 15px;
        order: 2;
        width: 100%;
        text-align: center;
    }

    .entry-content-flex .right-content {
        order: 1;
        width: 100%;
    }

    body.tendencias #short_content .post-lite-right {
        height: auto !important;
    }
    body.tendencias #short_posts #short_content {
        width: 100% !important;
    }

    .tendencias .rowMain, .conecta .rowMain {
        padding-top:80px;
    }

    .conecta .conecta-left-column{
        padding-left:20px !important
    }

    .conecta .conecta-left-text.black-text{
        height: auto !important;
        margin-top: 0 !important;
    }

    .conecta .conecta-right-column {
        padding-right: 0%;
    }


    /* POST */

    body.single #primary {
        flex-wrap: wrap;
        padding-top: 70px !important;
    }

    body.single #primary #left_column {
        width: 100%;
        padding-top: 0;
        border-bottom: 2px solid #eaeaea;
        margin-bottom: 30px;
    }

    body.single #left_column #main_menu {
        padding-left: 0;
    }

    body.single #short_content .post-lite-right h2 {
        font-size: 14px;
    }



    /* TENDENCIAS */

    body.tendencias #short_posts {
        width: 100%;
        margin-left: 0;
    }

    .tendencias-left-column {
        display: none;
    }

    .tendencias-top-text {
        margin-bottom: 0;
        column-gap: 0;
    }

    .tendencias-top-text .has-medium-font-size {
        font-size: 16px !important
    }

    .tendencias-columns-text {
        gap: 0;
    }

    #post-list .post-thumbnail {
        height: auto;
    }

    body.tendencias #post-list .post-thumbnail {
        height: 232px;
    }

    #short_posts {
        width: 100%;
    }

    #short_posts #short_content {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr;
    }


    /* CONECTA */

    #menu-conecta_left {
        font-size: 1rem;
    }

    #menu-conecta_left li {
        margin-bottom: 15px;
    }

    .sticky-top {
        position: relative;
    }

    body.conecta #playable_video {
        height: 300px !important;
    }

    .play-button-overlay {
        width: 50px;
        height: 50px;
    }

    /* MANIFIESTO */

    .manifiesto-spacer-100 {
        display: none !important;
    }

    body.manifiesto .wp-block-column p {
        font-size: 16px !important
    }

    .black-text {
        font-size: 20px !important
    }

    #post-list .man-top-img {
        display: flex;
        justify-content: center;
    }

    #post-list .man-flex-fix > .fix-left {
        flex-basis: 100% !important;
    }

    #post-list .man-flex-fix > .man-txt-left-column {
        flex-basis: 45% !important;
    }


    #post-list .man-flex-fix > .man-img-right-column {
        flex-basis: 45% !important;
    }

    .man-cols {
        min-height: 2300px;
    }

    .man-col-1 {
        top: 0;
    }

    .man-col-1 p {
        margin-top: 15px;
    }

    .man-col-2 {
        top: 200px;
    }

    .man-col-3 p {
        margin-top: 15px;
    }

    .man-col-5 p {
        margin-top: 15px;
    }

    .man-col-6 {
        left: inherit;
        right: 0;
        top: 1250px;
        width: 45%;
    }

    .man-col-6 p {
        margin-top: 15px;
    }

    .man-col-7 {
        right: inherit;
        left: 0;
        top: 1200px;
    }

    .man-col-8 {
        left: inherit;
        right: 0;
        width: 45%;
        top: 1800px;
    }



    /* PRIMETAG */

    body.primetag #playable_video {
        height: 300px !important;
    }



    /* PERFIL */

    #primary.mi-perfil {
        padding-left: 0;
        padding-right: 0;
    }

    .datos-publicos-form {
        display: flex;
        flex-wrap: wrap;
    }

    .datos-publicos-form > * {
        width: 100%;
    }

    #primary.mi-perfil .form-password {
        display: block;
    }


    /* FAVORITOS */

    body.favoritos #primary {
        flex-wrap: wrap;
    }

    /* CATEGORÍAS */

    body.category #primary {
        flex-wrap: wrap;
    }


    /* AUTHOR */

    body.author #primary {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    body.author #primary > div {
        width: 100%;
        text-align: center;
    }

    body.author #author-hasthag {
        margin-top: 15px;
    }



    /* LOGIN */

    div#contenedor-login {
        padding: 15px;
        flex-wrap: wrap;
    }

    .login-form-img {
        width: 80% !important;
        padding: 20px !important;
        display: initial !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 20px auto 0 !important;
    }
    .login-form-img span{
        width: calc(100vw - 118px) !important;
        padding: 0px !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 20px auto 0 !important;
    }

    .img1 {
        grid-area: 1 / 1 / 2 / 3;
        width:100% !important;
    }
    .img2 {
        grid-area: 2 / 1 / 3 / 2;
        width:100% !important;
    }
    .img3 {
        grid-area: 2 / 2 / 3 / 3;
        width:100% !important;
    }

    #login_form {
        width: 100%;
        padding-top: 0;
        height: 80vh;
    }

    #login_form::before {
        font-size: 17px;
        margin-left: 20px;
    }

    #loginform {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #loginform > p {
        width: 100%;
        text-align: center;
    }

    #login form p.submit {
        text-align: center;
    }
    #login form .forgetmenot {
        display: flex;
        justify-content:start;
        width:70%;
        margin-bottom: 0 !important;
    }
    .login .forgetmenot label{
        text-align:left;
    }

    #wp-submit {
        float: none
    }

    .login .button {
        padding: 5px 15px !important;
        font-size: 14px
    }

    .login input[type="text"] {
        margin-right: 0;
    }

    .pre-register {
        margin-top: 30px;
        flex-wrap: wrap;
        min-height: 600px;
        height: auto !important;
        padding-bottom: 60px !important;
        margin-bottom: 70px;
    }

    .pre-register .btn-go {
        width: 24%;
        background-color: var(--yellow);
        padding: 15px;
        margin-top: 30px;
        display: block;
        right: 0;
    }

    .columnas_registro {
        column-gap: 75px;
        margin-top: 60px !important;
    }

    .ikea-form input[type="submit"] {
        width: 60%;
    }

    .registro-bloque .social-input::before {
        left: 23px;
    }


    .login-buttons > div {
        text-align: center;
    }

    .login-form-reg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.login .header-tools {
        display: none;
    }

    body.login #header-widgets {
        display: none;
    }

    #menu-faq_left_menu {
        display: flex;
        justify-content: space-around;
        margin-top: 20px
    }

    #menu-faq_left_menu li {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: center;
    }

    #menu-faq_left_menu li a {
        font-size: 12px;
    }

    .page-faqs h2 {
        font-size: 20px
    }

    .meow-faq-block .meow-faq-question {
        height: auto;
    }

    .meow-faq-block label::after {
        right: -30px;
    }
}
















/* MENÚ STICKY */

header {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

body.header-sticky {
    padding-top: 115px;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    height: 80px;
}

#header.sticky #header-logo {
    width: 8%;
    margin-right: 14%;
}

#header.sticky .menu {
    font-size: 16px;
}

#header.sticky #header-search-fake i {
    font-size: 16px;
}

#header.sticky #header-widgets img {
    height: 18px;
}

#header.sticky #header-widgets svg {
    scale: 0.7;
}










/* PAGINA BLOG */

#short_posts.owl-off {
    width: 100%;
}

#short_content.owl-off.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
}

#short_content.owl-off.columns-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 80px;
}






/* VER MÁS EN PÁGINA */

.load-more {
    display: block;
    margin-top: 100px;
    max-width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.load-more-button {
    position: relative;
    border: 1px solid var(--black);
    color: var(--blue);
    background-color: var(--white);
}

.load-more-button:hover {
    cursor: pointer;
}

.load-more-button span {
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--white);
    padding: 10px 20px;
    z-index: 20;
    position: relative;
}

.load-more-button::before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top:5px;
    left: 5px;
    border: 1px solid var(--black);
}









.pre-register {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow);
    width: 100%;
    height: calc(100% - 15px);
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-top: 3px;
    border-radius: 5px;
}

.pre-register h2.hej {
    margin-bottom: 30px;
}

.pre-register h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.pre-register p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.pre-register .btn-go {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    display: flex;
    align-content: center;
    align-items: center;
}

.pre-register .btn-go span {
    width: 35px;
    height: 35px;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 8px;
}

.pre-register .btn-go span .icon {
    width: 20px;
    height: 20px;
    fill: var(--white   );
}

.close-pre-register  {
    position: absolute;
    top: 30px;
    right: 30px;
}


.close-pre-register:hover  {
    cursor: pointer;
}

.close-pre-register .icon {
    width: 20px;
    height: 20px;
    fill: var(--black);
}







body.pre-queremos-saber-mas #primary {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 30px
}

.login-form-img {
    width: 39%;
    margin-right: 1%;
    padding-left: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.img1 {
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.img2 {
    width: calc(50% - 5px);
    margin-right: 5px;
    border-bottom-left-radius: 5px;;
}
.img3 {
    width: calc(50% - 5px);
    margin-left: 5px;
    border-bottom-right-radius: 5px;
}






/* POPUP YA REGISTRADOS */

.queremos-saber-mas .registro_form {
    position: relative;
}

.popup-cubrir-datos {
    position: relative;
    background-color: var(--yellow);
    width: 60%;
    height: calc(auto - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    margin-right: 100px;
    margin-top: 30px;
}

.popup-cubrir-datos .cerrar-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: var(--black);
    cursor: pointer;
}

.popup-cubrir-datos h2.hej {
    margin-bottom: 30px;
}

.popup-cubrir-datos h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.popup-cubrir-datos p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.popup-cubrir-datos .btn-go {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    display: flex;
    align-content: center;
    align-items: center;
}

.popup-cubrir-datos .btn-go span {
    width: 35px;
    height: 35px;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 8px;
}

.popup-cubrir-datos .btn-go span .icon {
    width: 20px;
    height: 20px;
    fill: var(--white   );
}

.close-pre-register  {
    position: absolute;
    top: 30px;
    right: 30px;
}


.close-pre-register:hover  {
    cursor: pointer;
}

.close-pre-register .icon {
    width: 20px;
    height: 20px;
    fill: var(--black);
}






/* QUEREMOS SABER MAS */

.queremos-saber-mas #registro_complementario h2 {
    margin-top: 0;
    line-height: 2.5rem;
}




/* FIX REGISTRO IMAGENES */

.checkbox-image-options label {
    position: relative;
}

.checkbox-image-options input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox-image-options input:hover {
    cursor: pointer;
}

.checkbox-image-options img {
    border: 2px solid transparent;
}

.checkbox-image-options img:hover {
    cursor: pointer;
}

.checkbox-image-options img.selected {
    border: 2px solid var(--yellow);
}


/* MANIFESTO CSS */
body {
    transition: background-color 0.5s ease-in-out; /* Smooth transition of background color */
}

body.manifiesto .is-layout-flex{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    position: relative;
    height: calc(100vh - 60px);
}
body.manifiesto .man-row-1 .wp-block-column:nth-child(2){
    flex-basis: 40% !important;
    position: relative;
    height: 80%;
    align-items: flex-start !important;
}
body.manifiesto .man-row-1 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
}
body.manifiesto .man-row-1 .wp-block-column:nth-child(3){
    flex-basis: 40% !important;
}
body.manifiesto .man-row-1 .wp-block-column:nth-child(3) figure{
    width: 80% !important;
    height: 50%;
}
body.manifiesto .man-row-1 .wp-block-column:nth-child(3) figure img{
    width: 68%;
}
body.manifiesto #post-list .wp-block-column {
    position: relative;
}


body.manifiesto .man-row-2 .wp-block-column:nth-child(1),
body.manifiesto .man-row-5 .wp-block-column:nth-child(1){
    flex-basis: 40% !important;
    justify-content: flex-end;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(1) figure,
body.manifiesto .man-row-5 .wp-block-column:nth-child(1) figure{
    width: 80% !important;
    height: 50%;
    text-align: center;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(1) figure img,
body.manifiesto .man-row-5 .wp-block-column:nth-child(1) figure img{
    width: 85%;
}

body.manifiesto .man-row-2 .wp-block-column:nth-child(2),
body.manifiesto .man-row-5 .wp-block-column:nth-child(2){
    flex-basis: 30% !important;
    position: relative;
    height: 80%;
    align-items: flex-start !important;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(2) p,
body.manifiesto .man-row-5 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(2) p strong,
body.manifiesto .man-row-5 .wp-block-column:nth-child(2) p strong{
    color: #ffffff !important;
}

body.manifiesto .man-row-2 .wp-block-column:nth-child(3){
    flex-basis: 30% !important;
    position: relative;
    height: 80%;
    align-items: center !important;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(3) figure{
    width: 80% !important;
    height: 50%;
    text-align: center;
    position: sticky;
    top: 120px !important;
}
body.manifiesto .man-row-2 .wp-block-column:nth-child(3) figure img{
    width: 68% !important;
    height: auto !important;
}


body.manifiesto .man-row-4{
    height: 80vh !important;
}

body.manifiesto .man-row-4 .wp-block-column:nth-child(3){
    flex-basis: 30% !important;
    position: relative;
    height: 80%;
    align-items: flex-start !important;
}
body.manifiesto .man-row-4 .wp-block-column:nth-child(3) p{
    position: sticky;
    top:80px;
    font-size: 48px !important;
    line-height: 54px;
    color: #ffffff;
}
body.manifiesto .man-row-4 .wp-block-column:nth-child(3) p span{
    color: #ffffff !important;
}


body.manifiesto .man-row-5 .wp-block-column:nth-child(1),
body.manifiesto .man-row-7 .wp-block-column:nth-child(1){
    flex-basis: 10% !important;
    justify-content: flex-end;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(2) .wp-block-image{
    height: 100%;
    width: 100%;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(2),
body.manifiesto .man-row-7 .wp-block-column:nth-child(2){
    flex-basis: 30% !important;
    justify-content: flex-end;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(2) figure,
body.manifiesto .man-row-7 .wp-block-column:nth-child(2) figure{
    width: 80% !important;
    height: 50%;
    text-align: center;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(2) figure img,
body.manifiesto .man-row-7 .wp-block-column:nth-child(2) figure img{
    width: 85% !important;
}

body.manifiesto .man-row-5 .wp-block-column:nth-child(3){
    flex-basis: 30% !important;
    position: relative;
    height: 80%;
    align-items: flex-start !important;
}

body.manifiesto .man-row-5 .wp-block-column:nth-child(3) p,
body.manifiesto .man-row-7 .wp-block-column:nth-child(3) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(3) p span,
body.manifiesto .man-row-7 .wp-block-column:nth-child(3) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-5 .wp-block-column:nth-child(3) p br,
body.manifiesto .man-row-7 .wp-block-column:nth-child(3) p br{
    display: none;
}

body.manifiesto .man-row-5 .wp-block-column:nth-child(3) p strong,
body.manifiesto .man-row-7 .wp-block-column:nth-child(3) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}


body.manifiesto .man-row-6 .wp-block-column:nth-child(1){
    flex-basis: 55% !important;
    justify-content: flex-end;
}
body.manifiesto .man-row-6 .wp-block-column:nth-child(2){
    flex-basis: 45% !important;
    position: relative;
    height: 80%;
    align-items: flex-start !important;
}
body.manifiesto .man-row-6 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-6 .wp-block-column:nth-child(2) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-6 .wp-block-column:nth-child(2) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}

body.manifiesto .man-row-7 .wp-block-column:nth-child(2){
    align-items:start !important;
}

body.manifiesto .man-row-7 .wp-block-column:nth-child(2) .wp-block-image{
    height: auto !important;
    width: 100%;
    top: 60px;
    position:sticky;
}

body.manifiesto .man-row-7 .wp-block-column:nth-child(3){
    flex-basis: 30% !important;
    position: relative;
    height: 80%;
    align-items: center !important;
}

body.manifiesto .man-row-8 .wp-block-column:nth-child(1){
    flex-basis: 10% !important;
    justify-content: flex-end;
}
body.manifiesto .man-row-8 .wp-block-column:nth-child(2){
    flex-basis: 40% !important;
    justify-content: center;
}
body.manifiesto .man-row-8 .wp-block-column:nth-child(3){
    flex-basis: 40% !important;
    justify-content: center !important;
}
body.manifiesto .man-row-8 .wp-block-column:nth-child(3) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-8 .wp-block-column:nth-child(3) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-8 .wp-block-column:nth-child(3) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}

body.manifiesto .man-row-8 .wp-block-column:nth-child(4){
    flex-basis: 10% !important;
    justify-content: flex-end;
}


body.manifiesto .man-row-9 .wp-block-column:nth-child(1){
    flex-basis: 30% !important;
    justify-content: flex-end;
}

body.manifiesto .man-row-9 .wp-block-column:nth-child(1) .wp-block-image{
    background: #ffffff;
    border-radius:195px;
    padding:20px;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(1) .wp-block-image .alignright{
    margin: 0 !important;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(3){
    flex-basis: 10% !important;
    justify-content: center;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(2){
    flex-basis: 50% !important;
    justify-content: center !important;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(2) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-9 .wp-block-column:nth-child(2) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}

body.manifiesto .man-row-10 .wp-block-column:nth-child(2){
    justify-content: center !important;
}
body.manifiesto .man-row-10 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-10 .wp-block-column:nth-child(2) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-10 .wp-block-column:nth-child(2) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}


body.manifiesto .man-row-11.wp-block-column:nth-child(2){
    justify-content: center !important;
}
body.manifiesto .man-row-11 .wp-block-column:nth-child(2) p{
    position: sticky;
    top:150px;
    font-size: 30px !important;
    color: #ffffff !important;
}
body.manifiesto .man-row-11 .wp-block-column:nth-child(2) p span{
    color: #ffffff !important;
}
body.manifiesto .man-row-11 .wp-block-column:nth-child(2) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}

body.manifiesto .wp-container-core-columns-is-layout-11{
    height: 60vh !important;
    justify-content: center !important;
}
body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1) p{
    position: sticky;
    top: 150px;
    font-size: 30px !important;
    color: #ffffff !important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100vw;
}
body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1) p.has-link-color{
    display: none;
}
body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1) p span{
    color: #ffffff !important;
}
body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1) p strong{
    color: #ffffff !important;
    margin-left: 5px;
}

body.manifiesto .wp-container-core-columns-is-layout-12{
    height: 150px !important;
    width:100vw !important;
    justify-content: center !important;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1){
    width: 100vw !important;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1) p:nth-child(1){
   display: none;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1) p:nth-child(2){
    width: 100%;
    text-align: center;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1) p span{
    color: #000000 !important;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1) p strong{
    color: #000000 !important;
    margin-left: 5px;
}
body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(2){
    display:none !important;
}

/** MEDIA QUERY MANIFESTO **/

@media (max-width: 1023px) {
    .manifiesto main.container{
        overflow: hidden;
    }
    body.manifiesto .man-row-1{
        flex-direction: column;
        height: auto;
        padding-bottom: 100px;
        margin-top: 20px;
    }
    body.manifiesto .man-row-2,
    body.manifiesto .man-row-5 {
        flex-direction: column;
        height: auto;
        padding-bottom: 100px;
    }
    body.manifiesto .man-row-1 .wp-block-column,
    body.manifiesto .man-row-2 .wp-block-column{
        padding: 0px 20px 20px;
    }
    body.manifiesto .man-row-1 .wp-block-column:nth-child(1){
        display: none !important;
    }
    body.manifiesto .man-row-1 .wp-block-column:nth-child(2){
        padding: 50px 10px 60px;
    }
    body.manifiesto .man-row-1 .wp-block-column:nth-child(2) p,
    body.manifiesto .man-row-2 .wp-block-column:nth-child(2) p{
        font-size: 20px !important;
    }
    body.manifiesto .man-row-1 .wp-block-column:nth-child(2) p br{
        display: none;
    }
    body.manifiesto .man-row-1 .wp-block-column:nth-child(2) p strong{
        margin-right: 10px;
    }

    body.manifiesto .man-row-1 .wp-block-column:nth-child(2){
        padding: 50px 10px 60px;
    }

    body.manifiesto .man-row-4 {
        height: 50vh !important;
    }

    body.manifiesto .man-row-4 .wp-block-column:nth-child(2){
        padding: 50px 10px 60px;
    }
    body.manifiesto .man-row-4 .wp-block-column:nth-child(2) .wp-block-image{
        text-align: center;
    }
    body.manifiesto .man-row-4 .wp-block-column:nth-child(2) .wp-block-image .alignright{
        width: 50%;
        margin:0;
        text-align: center;
    }
    body.manifiesto .man-row-4 .wp-block-column:nth-child(3){
        height: auto;
    }
    body.manifiesto .man-row-4 .wp-block-column:nth-child(3) p {
        font-size:20px !important;
        line-height: 36px;
        margin-left: 30px;
    }

    body.manifiesto .man-row-5{
        height: auto;
        margin-bottom: 90px;
    }
    body.manifiesto .man-row-5 .wp-block-column:nth-child(2){
        height: auto;
        align-items: initial !important;

    }
    body.manifiesto .man-row-5 .wp-block-column:nth-child(2) figure{
        width: 60% !important;
        height: auto;
        text-align: center;
    }
    body.manifiesto .man-row-5 .wp-block-column:nth-child(3){
        padding: 50px 20px;
    }
    body.manifiesto .man-row-5 .wp-block-column:nth-child(3) p{
        font-size: 20px !important;
    }

    body.manifiesto .man-row-6 {
        height: 66vh !important;
        flex-direction: row;
        justify-content: center;
        margin-top: 120px;
        display: contents;
    }
    .man-col-6{
        top: 0 !important;
    }
    body.manifiesto .man-row-6 .wp-block-column:nth-child(2){
        height: auto;
    }
    body.manifiesto .man-row-6 .wp-block-column:nth-child(2) p{
        font-size: 20px !important;
        padding: 0 20px;
    }

    body.manifiesto .man-row-7 {
        flex-direction: column;
        height: 60vh;
    }
    body.manifiesto .man-row-7 .wp-block-column:nth-child(3) p {
        font-size: 20px !important;
        padding: 0 20px;
    }

    body.manifiesto .man-row-8 {
        height: 65vh;
    }
    body.manifiesto .man-row-8 .wp-block-column:nth-child(3) p{
        font-size: 20px !important;
        padding: 0 20px;
    }
    body.manifiesto .man-row-9,
    body.manifiesto .man-row-10,
    body.manifiesto .man-row-11 {
        display: contents;
    }

    body.manifiesto .man-row-11 {
        padding-bottom: 150px;
    }
    body.manifiesto .man-row-9 .wp-block-column:nth-child(1) .wp-block-image{
        width: 50%;
    }
    body.manifiesto .man-row-9 .wp-block-column:nth-child(2) p {
        font-size: 20px !important;
    }

    body.manifiesto .wp-container-core-columns-is-layout-12{
        display: contents;
    }

    body.manifiesto .wp-container-core-columns-is-layout-10 .wp-block-column:nth-child(1),
    body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1){
        padding-top: 150px;
    }
    body.manifiesto .man-row-10 .wp-block-column:nth-child(2) p,
    body.manifiesto .man-row-11 .wp-block-column:nth-child(2) p,
    body.manifiesto .wp-container-core-columns-is-layout-11 .wp-block-column:nth-child(1) p,
    body.manifiesto .wp-container-core-columns-is-layout-9 .wp-block-column:nth-child(1) p{
        font-size: 20px !important;
    }

    body.manifiesto .wp-container-core-columns-is-layout-12 .wp-block-column:nth-child(1) p:nth-child(2) {
        width: 90vw;
    }
}

