/*----------  Load KelsonSans Font  ----------*/
  @font-face {
    font-family: 'Kelson Sans';
    src: url('../font/KelsonSans-Bold.eot');
    src: url('../font/KelsonSans-Bold.eot') format('embedded-opentype'),
         url('../font/KelsonSans-Bold.woff2') format('woff2'),
         url('../font/KelsonSans-Bold.woff') format('woff'),
         url('../font/KelsonSans-Bold.ttf') format('truetype'),
		 url('../font/KelsonSans-Bold.svg#HelveticaNeueBold') format('svg');
	font-weight: 700;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('../font/KelsonSans-Light.eot');
    src: url('../font/KelsonSans-Light.eot') format('embedded-opentype'),
         url('../font/KelsonSans-Light.woff2') format('woff2'),
         url('../font/KelsonSans-Light.woff') format('woff'),
         url('../font/KelsonSans-Light.ttf') format('truetype'),
		 url('../font/KelsonSans-Light.svg#HelveticaNeueLight') format('svg');
	font-weight: 100;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('../font/KelsonSans-Normal.eot');
    src: url('../font/KelsonSans-Normal.eot') format('embedded-opentype'),
         url('../font/KelsonSans-Normal.woff2') format('woff2'),
         url('../font/KelsonSans-Normal.woff') format('woff'),
         url('../font/KelsonSans-Normal.ttf') format('truetype'),
		 url('../font/KelsonSans-Normal.svg#HelveticaNeueRoman') format('svg');
	font-weight: 400;
}

/*
* Navigation
*/
.navigation {
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}
.site-header .navigation-bar {
    height: 75px;
}
.site-header .navigation-bar:not(.navigation-bar--fullwidth):not(.navigation-bar--inverse) .navigation-bar__inner {
    box-shadow: 0 -2px 0 #fdeee9;
}
.site-header .navigation-bar-btn i {
    font-size: 25px;
    font-weight: bold;
    color: #f4662c;
}
.menu-guardiana-main-container .navigation--main>li>a {
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    padding: 0;
    margin-right: 75px;
    color: #371246;
    height: 75px;
    line-height: 75px;
}

.menu-guardiana-main-container .navigation--main>li>a:hover {
    text-shadow: 0px 0px 1px #371246;
}
.menu-guardiana-main-container .navigation--main>li>a:before {
    top: 0;
    bottom: auto;
    background: #371246;
}
.menu-guardiana-main-container .navigation--main>li.menu-item-has-children>a:after, 
.menu-guardiana-main-container .navigation--main .sub-menu>li.menu-item-has-children>a:after {
    content: none;
}
.menu-guardiana-main-container .navigation--main>li>.sub-menu, 
.menu-guardiana-main-container .navigation--main li>.sub-menu .sub-menu {
    background: #351044;
}
.menu-guardiana-main-container .navigation--main * {
    list-style: none;
}
.menu-guardiana-main-container .navigation--main .sub-menu a {
    color: white;
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(2)>a {
    color: #78205e;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(2)>a:hover {
    text-shadow: 0px 0px 1px #78205e;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(2)>a:before {
    background: #78205e;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(3)>a {
    color: #ca463c;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(3)>a:hover {
    text-shadow: 0px 0px 1px #ca463c;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(3)>a:before {
    background: #ca463c;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(4)>a {
    color: #f1572a;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(4)>a:hover {
    text-shadow: 0px 0px 1px #f1572a;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(4)>a:before {
    background: #f1572a;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(5)>a {
    color: #f8812d;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(5)>a:hover {
    text-shadow: 0px 0px 1px #f8812d;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(5)>a:before {
    background: #f8812d;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(6)>a {
    color: #ffac30;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(6)>a:hover {
    text-shadow: 0px 0px 1px #ffac30;
}
.menu-guardiana-main-container .navigation--main>li:nth-child(6)>a:before {
    background: #ffac30;
}

.menu-guardiana-main-container .navigation--main>li:last-child>a {
    margin-right: 0;
}
/*
* Sticky Menu
*/
.sticky-header .menu-guardiana-main-container .navigation--main>li>a {
    font-size: 20px;
    margin-right: 60px;
    height: 60px;
    line-height: 60px;
}
.sticky-header .navigation-bar-btn i {
    font-size: 25px;
    font-weight: bold;
    color: #f4662c;
}

/*
* Search Bar
*/
.header-search-dropdown.is-active {
    background-color: #361145;
}
.header-search-dropdown .search-form__input {
    color: white;
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif;
}
.header-search-dropdown .search-form__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.7);
}  
.header-search-dropdown .search-form__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7);;
}  
.header-search-dropdown .search-form__input::-ms-input-placeholder { /* Microsoft Edge */
    color:rgba(255, 255, 255, 0.7);;
}
.header-search-dropdown .search-results__inner {
    color: white;
}
.search-results__section-heading-title {
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
}
.search-results__list .post__text .post__title a {
    color: #ffc876 !important;
    color: #e1e1e1 !important;
}
.search-results__list .post__text .post__title a:hover {
    color: white;
}
.search-results__list .post__text .post__meta .time {
    color: white;
}

/*
* Search page
*/
.search .page-heading--has-background {
    background: #fff4e2;
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}
.search .page-heading--has-background h2{
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}

/*
* Header Align
*/
.single-header--derecha .single-header__inner {
    text-align: right;
}
.single-header--derecha .entry-title {
    text-align: right;
    margin-left: auto;
}
.single-header--derecha .entry-teaser {
    text-align: right;
    margin-left: auto;
}
.single-header--derecha .single-header__content .post__thumb--circle img {
    margin-right: 0;
}
.single-header--izquierda .single-header__content .post__thumb--circle img {
    margin-left: 0;
}

/*
* Footer
*/
.site-footer.site-footer--inverse{
    background-image: url('../img/background-footer-clean.png');
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
}
.site-footer.site-footer--inverse:before {
    content: '';
    background-image: url('../img/textura.png');
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.menu-guardiana-footer-container {
    max-width: 580px;
    margin: 0 auto;
}
.site-footer--inverse .navigation--footer>li {
    /* width: 32%; */
    padding: 8px 15px;
}
.site-footer--inverse .navigation--footer>li>a {
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
}
.site-footer--inverse .navigation--footer>li:nth-child(5),
.site-footer--inverse .navigation--footer>li:nth-child(6) {
    width: 43%;
    text-align: left;
}
.site-footer--inverse .navigation--footer>li:nth-child(5) a, 
.site-footer--inverse .navigation--footer>li:nth-child(6) a {
    font-size: 14px;
    text-align: left;
}
.site-footer--inverse .navigation--footer>li:nth-child(6){
    text-align: right;
}
.inverse-text .social-list>li>a {
    font-size: 24px;
}
.inverse-text .social-list>li>a:hover {
    transform: scale(1.2);
}
.site-footer--inverse a:hover {
    color: white;
    font-weight: 700;
    text-decoration: none;
}
/*
* General Elements
*/
.single .typography-copy blockquote, .single .comment-content blockquote {
    font-size: 1.1em;
    font-weight: bold;
}
.single .typography-copy blockquote:before, .single .comment-content blockquote:before {
    content: none;
}
.single .typography-copy blockquote p, .single .comment-content blockquote p {
    margin-bottom: 5px;
}
@media (min-width: 768px){
    .page-template-page_especiales .site-content,
    .page-template-page_iniciativas .site-content,
    .page-template-page_culturas .site-content,
    .page-template-page_preparate .site-content,
    .page-template-page_opinion .site-content,
    .tax-categorias .site-content,
    .tax-grupos .site-content,
    .tax-asesorias .site-content {
        padding-top: 60px;
    }
}
.single-content .cpt-media-content audio,
.single-content .cpt-media-content video {
    width: 100%;
}
.single-header__content .post__thumb--circle img {
    max-width: 100px;
    margin: 0 auto;
}
.btn.btn-default,
.header-search-dropdown .search-form__submit,
#suscribete-modal .gform_button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f1572a;
    border: none;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.btn.btn-default:hover, 
.btn.btn-default:focus, 
.btn.btn-default:active,
.header-search-dropdown .search-form__submit:hover,
.header-search-dropdown .search-form__submit:focus,
.header-search-dropdown .search-form__submit:active,
#suscribete-modal .gform_button:hover,
#suscribete-modal .gform_button:focus,
#suscribete-modal .gform_button:active {
    background: #f1572a;
    color: white;
    border: none;
    opacity: 0.9;
    transform: scale(1.1);
}
.btn-default.btn-load-more {
    background-color: #ca463c;
    padding-left: 20px;
    padding-right: 20px;
}

.header-social .social-list>li>a {
    font-size: 24px;
    color: #b63c44;
    margin-top: 18px;
}
.header-social .social-list>li>a:hover, 
.header-social .social-list>li>a:focus, 
.header-social .social-list>li>a:active {
    color: #f1572a;
    transform: scale(1.2);
}

.mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(248, 172, 149, 0.3);
}
.mnmd-block [class*="list-seperated"]>*:not(:last-child){
    border-bottom: 1px solid rgba(248, 172, 149, 0.3);
}
.block-heading .block-heading__title, 
.post__text .post__cat, 
.post__text .post__title,
.widget .widget__title-text {
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif;
}
.block-heading .block-heading__title,
.widget .widget__title-text {
    color: #f6a086;
    font-size: 24px;
    text-transform: none;
    letter-spacing: normal;
}
.post__text .post__title a {
    color: #ca463c;
}
.post__text .post__title a:hover {
    color: #ca463c;
    opacity: 0.8;
}
.post__text .post__cat {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block !important;
    margin-bottom: 10px;
}
.post__asesor {
    margin-top: 15px;
}
.post--horizontal .post__excerpt,
.post--vertical .post__excerpt {
    color: #000000;
    display: block !important;
}
.post--horizontal:not(.post--horizontal-sm) .post__excerpt,
.post--horizontal.post__excerpt.post__excerpt--lg {
    font-size: 16px;
}

.posts-list-culturas {
    padding-bottom: 50px;
}
.page-culturas .row--space-between {
    margin-bottom: 20px;
}

.widget-anuncios .anuncios-body .anuncio-content h4,
.widget-cpt .cpt-item h3 {
    border-radius: 4px 4px 0 0;
    background-color: #f6a086;
    color: #ffffff;
    font-family: "Kelson Sans";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.36px;
    padding: 10px 25px;
    line-height: 20px;
    margin-bottom: 0;
}
.widget-anuncios .anuncios-body .anuncio-content .anuncio-texto,
.widget-cpt .cpt-item .cpt-media-content,
.widget-cpt .cpt-item > a{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    padding: 20px 25px;
    border-radius: 4px;
    background-color: #fef7f1;
    text-decoration: none;
}
.widget-cpt .cpt-item .cpt-media-content{
    padding: 0 !important;
}
.widget-cpt .cpt-item .cpt-media-content audio {
    padding: 15px 0 0;
    display: block;
    width: 100%;
}
.widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a{
    margin: 0 auto;
    display: table;
    background: white;
    color: #ca463c;
}
.widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre{
    color: #ca463c;
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: 0.22px;
    line-height: 8px;
    background: transparent;
    border: none;
    padding: 5px 0;
    margin: 0 0 15px;
}
.widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre:last-child{
    margin-bottom: 0px;
}
.widget-banners .banner-body {
    max-width: 300px;
    margin: 0 auto;
}

/*
* Home Page
*/
.especiales-section .block-heading .block-heading__title{
    color: rgba(55, 18, 70, 0.7);
}
.especiales-section.mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(55, 18, 70, .3);
}
.especiales-section .post__text .post__title a {
    color: #371246;
}
.especiales-section .btn.btn-default {
    background-color: #56116d;
}
.iniciativas-section .block-heading .block-heading__title{
    color: rgba(120, 32, 94, 0.7);
}
.iniciativas-section.mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(55, 18, 70, .3);
}
.iniciativas-section .post__text .post__title a {
    color: #78205e;
}
.iniciativas-section .btn.btn-default {
    background-color: #78205e;
}
.culturas-section .block-heading .block-heading__title{
    color: #f6a086;
}
.culturas-section.mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(248, 172, 149, 0.3);
}
.culturas-section .post__text .post__title a {
    color: #ca463c;
}
.culturas-section .btn.btn-default {
    background-color: rgb(249, 143, 109, 1);
}
.preparate-section .block-heading .block-heading__title{
    color: rgba(241, 87, 42, .7);
}
.preparate-section.mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(241, 87, 42, .3);
}
.preparate-section .post__text .post__title a {
    color: #f1572a;
}
.preparate-section .btn.btn-default {
    background-color: #f1572a;
}
.opiniones-section .post__text a:hover {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}
.opiniones-section .author-title {
    color: #ff7a54;
    /* padding-left: 5px; */
    display: block;
}


.opinion-section .post__thumb--circle img {
    max-width: 150px;
    margin: 0 auto 25px;
}

.home .opiniones-section {
    margin-bottom: 0;
}
/*
* Especiales Colors on CPT and Taxonomy
*/
.page-template-page_especiales .posts-list-especiales .list-item:first-child,
.tax-categorias .posts-list-especiales .list-item:first-child {
    background: rgba(234, 230, 235, 0.55);
    padding: 10px;
}
.page-template-page_especiales .btn.btn-default,
.tax-categorias .btn.btn-default,
.single-especiales .btn.btn-default {
    background-color: rgba(55, 18, 70, 0.6);
}
.page-template-page_especiales .btn.btn-default:hover, 
.page-template-page_especiales .btn.btn-default:focus, 
.page-template-page_especiales .btn.btn-default:active,
.tax-categorias .btn.btn-default:hover, 
.tax-categorias .btn.btn-default:focus, 
.tax-categorias .btn.btn-default:active,
.single-especiales .btn.btn-default:hover, 
.single-especiales .btn.btn-default:focus, 
.single-especiales .btn.btn-default:active{
    background-color: rgba(55, 18, 70, 0.5);
}
.page-template-page_especiales .header-social .social-list>li>a,
.page-template-page_especiales .header-social .social-list>li>a:hover, 
.page-template-page_especiales .header-social .social-list>li>a:focus, 
.page-template-page_especiales .header-social .social-list>li>a:active,
.page-template-page_especiales .post__text .post__title a,
.page-template-page_especiales .post__text .post__title a:hover,
.page-template-page_especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.page-template-page_especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.tax-categorias .header-social .social-list>li>a,
.tax-categorias .header-social .social-list>li>a:hover, 
.tax-categorias .header-social .social-list>li>a:focus, 
.tax-categorias .header-social .social-list>li>a:active,
.tax-categorias .post__text .post__title a,
.tax-categorias .post__text .post__title a:hover,
.tax-categorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.tax-categorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.single-especiales .header-social .social-list>li>a,
.single-especiales .header-social .social-list>li>a:hover, 
.single-especiales .header-social .social-list>li>a:focus, 
.single-especiales .header-social .social-list>li>a:active,
.single-especiales .post__text .post__title a,
.single-especiales .post__text .post__title a:hover,
.single-especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.single-especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre {
    color: #371246;
}
.page-template-page_especiales .mnmd-news-ticker--fw.grd-auspiciadores,
.tax-categorias .mnmd-news-ticker--fw.grd-auspiciadores,
.single-especiales .mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #371246 0%, #ac759c 100%);
}
.page-template-page_especiales .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.page-template-page_especiales .grd-auspiciadores .mnmd-news-ticker__next i, 
.page-template-page_especiales .grd-auspiciadores .mnmd-news-ticker__prev i,
.tax-categorias .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.tax-categorias .grd-auspiciadores .mnmd-news-ticker__next i, 
.tax-categorias .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-especiales .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.single-especiales .grd-auspiciadores .mnmd-news-ticker__next i, 
.single-especiales .grd-auspiciadores .mnmd-news-ticker__prev i {
    color: #4d2c5b !important;
}
.page-template-page_especiales .block-heading .block-heading__title, 
.page-template-page_especiales .widget .widget__title-text,
.tax-categorias .block-heading .block-heading__title, 
.tax-categorias .widget .widget__title-text,
.single-especiales .block-heading .block-heading__title, 
.single-especiales .widget .widget__title-text {
    color: rgba(55, 18, 70, 0.7);
}
.page-template-page_especiales .mnmd-block .block-heading--line.block-heading:after,
.tax-categorias .mnmd-block .block-heading--line.block-heading:after,
.single-especiales .mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(55, 18, 70, .3);
}
.page-template-page_especiales .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.tax-categorias .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.single-especiales .mnmd-block [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid rgba(55, 18, 70, .3);
}
.page-template-page_especiales .widget-anuncios .anuncios-body .anuncio-content h4, 
.page-template-page_especiales .widget-cpt .cpt-item h3,
.tax-categorias .widget-anuncios .anuncios-body .anuncio-content h4, 
.tax-categorias .widget-cpt .cpt-item h3,
.single-especiales .widget-anuncios .anuncios-body .anuncio-content h4, 
.single-especiales .widget-cpt .cpt-item h3 {
    background-color: rgba(55, 18, 70, .5);
}
.page-template-page_especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.page-template-page_especiales .widget-cpt .cpt-item .cpt-media-content, 
.page-template-page_especiales .widget-cpt .cpt-item > a,
.tax-categorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.tax-categorias .widget-cpt .cpt-item .cpt-media-content, 
.tax-categorias .widget-cpt .cpt-item > a,
.single-especiales .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.single-especiales .widget-cpt .cpt-item .cpt-media-content, 
.single-especiales .widget-cpt .cpt-item > a {
    background-color: rgba(68, 29, 80, .05);
}
.page-template-page_especiales .btn-default.btn-load-more,
.tax-categorias .btn-default.btn-load-more,
.single-especiales .btn-default.btn-load-more,
.single-especiales .posts-navigation__label:before,
.single-especiales .entry-action-btn {
    background-color: #56116d;
}
/*
* Iniciativas Colors on CPT and Taxonomy
*/
.page-template-page_iniciativas .posts-listing .list-item:first-child {
    background: rgba(255, 226, 245, 0.55);
    padding: 10px;
}
.page-template-page_iniciativas .btn.btn-default,
.tax-iniciativas .btn.btn-default,
.single-iniciativas .btn.btn-default {
    background-color: rgba(120, 32, 94, .5);
}
.page-template-page_iniciativas .btn.btn-default:hover, 
.page-template-page_iniciativas .btn.btn-default:focus, 
.page-template-page_iniciativas .btn.btn-default:active,
.tax-iniciativas .btn.btn-default:hover, 
.tax-iniciativas .btn.btn-default:focus, 
.tax-iniciativas .btn.btn-default:active,
.single-iniciativas .btn.btn-default:hover, 
.single-iniciativas .btn.btn-default:focus, 
.single-iniciativas .btn.btn-default:active{
    background-color: rgba(55, 18, 70, 0.5);
}
.page-template-page_iniciativas .header-social .social-list>li>a,
.page-template-page_iniciativas .header-social .social-list>li>a:hover, 
.page-template-page_iniciativas .header-social .social-list>li>a:focus, 
.page-template-page_iniciativas .header-social .social-list>li>a:active,
.page-template-page_iniciativas .post__text .post__title a,
.page-template-page_iniciativas .post__text .post__title a:hover,
.page-template-page_iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.page-template-page_iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.tax-iniciativas .header-social .social-list>li>a,
.tax-iniciativas .header-social .social-list>li>a:hover, 
.tax-iniciativas .header-social .social-list>li>a:focus, 
.tax-iniciativas .header-social .social-list>li>a:active,
.tax-iniciativas .post__text .post__title a,
.tax-iniciativas .post__text .post__title a:hover,
.tax-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.tax-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.single-iniciativas .header-social .social-list>li>a,
.single-iniciativas .header-social .social-list>li>a:hover, 
.single-iniciativas .header-social .social-list>li>a:focus, 
.single-iniciativas .header-social .social-list>li>a:active,
.single-iniciativas .post__text .post__title a,
.single-iniciativas .post__text .post__title a:hover,
.single-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.single-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre {
    color: #78205e;
}
.page-template-page_iniciativas .mnmd-news-ticker--fw.grd-auspiciadores,
.tax-iniciativas .mnmd-news-ticker--fw.grd-auspiciadores,
.single-iniciativas .mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #78205e 0%, #ca463c 100%);
}
.page-template-page_iniciativas .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.page-template-page_iniciativas .grd-auspiciadores .mnmd-news-ticker__next i, 
.page-template-page_iniciativas .grd-auspiciadores .mnmd-news-ticker__prev i,
.tax-iniciativas .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.tax-iniciativas .grd-auspiciadores .mnmd-news-ticker__next i, 
.tax-iniciativas .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-iniciativas .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.single-iniciativas .grd-auspiciadores .mnmd-news-ticker__next i, 
.single-iniciativas .grd-auspiciadores .mnmd-news-ticker__prev i {
    color: #78205e !important;
}
.page-template-page_iniciativas .block-heading .block-heading__title, 
.page-template-page_iniciativas .widget .widget__title-text,
.tax-iniciativas .block-heading .block-heading__title, 
.tax-iniciativas .widget .widget__title-text,
.single-iniciativas .block-heading .block-heading__title, 
.single-iniciativas .widget .widget__title-text {
    color: rgba(120, 32, 94, 0.7);
}
.page-template-page_iniciativas .mnmd-block .block-heading--line.block-heading:after,
.tax-iniciativas .mnmd-block .block-heading--line.block-heading:after,
.single-iniciativas .mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(55, 18, 70, .3);
}
.page-template-page_iniciativas .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.tax-iniciativas .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.single-iniciativas .mnmd-block [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid rgba(55, 18, 70, .3);
}
.page-template-page_iniciativas .widget-anuncios .anuncios-body .anuncio-content h4, 
.page-template-page_iniciativas .widget-cpt .cpt-item h3,
.tax-iniciativas .widget-anuncios .anuncios-body .anuncio-content h4, 
.tax-iniciativas .widget-cpt .cpt-item h3,
.single-iniciativas .widget-anuncios .anuncios-body .anuncio-content h4, 
.single-iniciativas .widget-cpt .cpt-item h3 {
    background-color: rgba(120, 32, 94, .5);
}
.page-template-page_iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.page-template-page_iniciativas .widget-cpt .cpt-item .cpt-media-content, 
.page-template-page_iniciativas .widget-cpt .cpt-item > a,
.tax-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.tax-iniciativas .widget-cpt .cpt-item .cpt-media-content, 
.tax-iniciativas .widget-cpt .cpt-item > a,
.single-iniciativas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.single-iniciativas .widget-cpt .cpt-item .cpt-media-content, 
.single-iniciativas .widget-cpt .cpt-item > a {
    background-color: rgba(120, 32, 94, 0.05);
}
.page-template-page_iniciativas .btn-default.btn-load-more,
.tax-iniciativas .btn-default.btn-load-more,
.single-iniciativas .btn-default.btn-load-more,
.single-iniciativas .posts-navigation__label:before,
.single-iniciativas .entry-action-btn {
    background-color: #78205e;
}
/*
* Culturas Colors on CPT and Taxonomy
*/
.page-template-page_culturas .posts-listing .list-item:first-child,
.tax-grupos .posts-listing .list-item:first-child {
    background: rgba(255, 225, 222, 0.55);
    padding: 10px;
}
.page-template-page_culturas .btn.btn-default,
.tax-grupos .btn.btn-default,
.single-culturas .btn.btn-default {
    background-color: rgb(249, 143, 109, 1);
}
.page-template-page_culturas .btn.btn-default:hover, 
.page-template-page_culturas .btn.btn-default:focus, 
.page-template-page_culturas .btn.btn-default:active,
.tax-grupos .btn.btn-default:hover, 
.tax-grupos .btn.btn-default:focus, 
.tax-grupos .btn.btn-default:active,
.single-culturas .btn.btn-default:hover, 
.single-culturas .btn.btn-default:focus, 
.single-culturas .btn.btn-default:active{
    background-color: rgb(249, 143, 109, .8);
}
.page-template-page_culturas .header-social .social-list>li>a,
.page-template-page_culturas .header-social .social-list>li>a:hover, 
.page-template-page_culturas .header-social .social-list>li>a:focus, 
.page-template-page_culturas .header-social .social-list>li>a:active,
.page-template-page_culturas .post__text .post__title a,
.page-template-page_culturas .post__text .post__title a:hover,
.page-template-page_culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.page-template-page_culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.tax-grupos .header-social .social-list>li>a,
.tax-grupos .header-social .social-list>li>a:hover, 
.tax-grupos .header-social .social-list>li>a:focus, 
.tax-grupos .header-social .social-list>li>a:active,
.tax-grupos .post__text .post__title a,
.tax-grupos .post__text .post__title a:hover,
.tax-grupos .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.tax-grupos .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.single-culturas .header-social .social-list>li>a,
.single-culturas .header-social .social-list>li>a:hover, 
.single-culturas .header-social .social-list>li>a:focus, 
.single-culturas .header-social .social-list>li>a:active,
.single-culturas .post__text .post__title a,
.single-culturas .post__text .post__title a:hover,
.single-culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.single-culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre {
    color: #ca463c;
}
.page-template-page_culturas .mnmd-news-ticker--fw.grd-auspiciadores,
.tax-grupos .mnmd-news-ticker--fw.grd-auspiciadores,
.single-culturas .mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #ca463c 0%, #f1572a 100%);
}
.page-template-page_culturas .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.page-template-page_culturas .grd-auspiciadores .mnmd-news-ticker__next i, 
.page-template-page_culturas .grd-auspiciadores .mnmd-news-ticker__prev i,
.tax-grupos .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.tax-grupos .grd-auspiciadores .mnmd-news-ticker__next i, 
.tax-grupos .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-culturas .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.single-culturas .grd-auspiciadores .mnmd-news-ticker__next i, 
.single-culturas .grd-auspiciadores .mnmd-news-ticker__prev i {
    color: #ca463c !important;
}
.page-template-page_culturas .block-heading .block-heading__title, 
.page-template-page_culturas .widget .widget__title-text,
.tax-grupos .block-heading .block-heading__title, 
.tax-grupos .widget .widget__title-text,
.single-culturas .block-heading .block-heading__title, 
.single-culturas .widget .widget__title-text {
    color: #f6a086;
}
.page-template-page_culturas .mnmd-block .block-heading--line.block-heading:after,
.tax-grupos .mnmd-block .block-heading--line.block-heading:after,
.single-culturas .mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid #fef3ef;
}
.page-template-page_culturas .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.tax-grupos .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.single-culturas .mnmd-block [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid #fef3ef;
}
.page-template-page_culturas .widget-anuncios .anuncios-body .anuncio-content h4, 
.page-template-page_culturas .widget-cpt .cpt-item h3,
.tax-grupos .widget-anuncios .anuncios-body .anuncio-content h4, 
.tax-grupos .widget-cpt .cpt-item h3,
.single-culturas .widget-anuncios .anuncios-body .anuncio-content h4, 
.single-culturas .widget-cpt .cpt-item h3 {
    background-color: #f98f6d;
}
.page-template-page_culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.page-template-page_culturas .widget-cpt .cpt-item .cpt-media-content, 
.page-template-page_culturas .widget-cpt .cpt-item > a,
.tax-grupos .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.tax-grupos .widget-cpt .cpt-item .cpt-media-content, 
.tax-grupos .widget-cpt .cpt-item > a,
.single-culturas .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.single-culturas .widget-cpt .cpt-item .cpt-media-content, 
.single-culturas .widget-cpt .cpt-item > a {
    background-color: rgba(253, 217, 190, .2);
}
.page-template-page_culturas .btn-default.btn-load-more,
.tax-grupos .btn-default.btn-load-more,
.single-culturas .btn-default.btn-load-more,
.single-culturas .posts-navigation__label:before,
.single-culturas .entry-action-btn {
    background-color: #ca463c;
}
/*
* Preparate Colors on CPT and Taxonomy
*/
.page-template-page_preparate .posts-listing .list-item:first-child,
.tax-asesorias .posts-listing .list-item:first-child {
    background: rgba(255, 227, 219, 0.55);
    padding: 10px;
}
.page-template-page_preparate .btn.btn-default,
.tax-asesorias .btn.btn-default,
.single-preparate .btn.btn-default {
    background-color: rgb(249, 143, 109, 1);
}
.page-template-page_preparate .btn.btn-default:hover, 
.page-template-page_preparate .btn.btn-default:focus, 
.page-template-page_preparate .btn.btn-default:active,
.tax-asesorias .btn.btn-default:hover, 
.tax-asesorias .btn.btn-default:focus, 
.tax-asesorias .btn.btn-default:active,
.single-preparate .btn.btn-default:hover, 
.single-preparate .btn.btn-default:focus, 
.single-preparate .btn.btn-default:active{
    background-color: rgb(249, 143, 109, .8);
}
.page-template-page_preparate .header-social .social-list>li>a,
.page-template-page_preparate .header-social .social-list>li>a:hover, 
.page-template-page_preparate .header-social .social-list>li>a:focus, 
.page-template-page_preparate .header-social .social-list>li>a:active,
.page-template-page_preparate .post__text .post__title a,
.page-template-page_preparate .post__text .post__title a:hover,
.page-template-page_preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.page-template-page_preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.tax-asesorias .header-social .social-list>li>a,
.tax-asesorias .header-social .social-list>li>a:hover, 
.tax-asesorias .header-social .social-list>li>a:focus, 
.tax-asesorias .header-social .social-list>li>a:active,
.tax-asesorias .post__text .post__title a,
.tax-asesorias .post__text .post__title a:hover,
.tax-asesorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.tax-asesorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.single-preparate .header-social .social-list>li>a,
.single-preparate .header-social .social-list>li>a:hover, 
.single-preparate .header-social .social-list>li>a:focus, 
.single-preparate .header-social .social-list>li>a:active,
.single-preparate .post__text .post__title a,
.single-preparate .post__text .post__title a:hover,
.single-preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.single-preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre {
    color: #f1572a;
}
.page-template-page_preparate .mnmd-news-ticker--fw.grd-auspiciadores,
.tax-asesorias .mnmd-news-ticker--fw.grd-auspiciadores,
.single-preparate .mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #f1572a 0%, #fb962e 100%);
}
.page-template-page_preparate .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.page-template-page_preparate .grd-auspiciadores .mnmd-news-ticker__next i, 
.page-template-page_preparate .grd-auspiciadores .mnmd-news-ticker__prev i,
.tax-asesorias .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.tax-asesorias .grd-auspiciadores .mnmd-news-ticker__next i, 
.tax-asesorias .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-preparate .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.single-preparate .grd-auspiciadores .mnmd-news-ticker__next i, 
.single-preparate .grd-auspiciadores .mnmd-news-ticker__prev i {
    color: #f1572a !important;
}
.page-template-page_preparate .block-heading .block-heading__title, 
.page-template-page_preparate .widget .widget__title-text,
.tax-asesorias .block-heading .block-heading__title, 
.tax-asesorias .widget .widget__title-text,
.single-preparate .block-heading .block-heading__title, 
.single-preparate .widget .widget__title-text {
    color: rgba(241, 87, 42, .7);
}
.page-template-page_preparate .mnmd-block .block-heading--line.block-heading:after,
.tax-asesorias .mnmd-block .block-heading--line.block-heading:after,
.single-preparate .mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(241, 87, 42, .3);
}
.page-template-page_preparate .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.tax-preparate .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.single-preparate .mnmd-block [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid rgba(241, 87, 42, .3);
}
.page-template-page_preparate .widget-anuncios .anuncios-body .anuncio-content h4, 
.page-template-page_preparate .widget-cpt .cpt-item h3,
.tax-asesorias .widget-anuncios .anuncios-body .anuncio-content h4, 
.tax-asesorias .widget-cpt .cpt-item h3,
.single-preparate .widget-anuncios .anuncios-body .anuncio-content h4, 
.single-preparate .widget-cpt .cpt-item h3 {
    background-color: rgba(241, 87, 42, .5);
}
.page-template-page_preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.page-template-page_preparate .widget-cpt .cpt-item .cpt-media-content, 
.page-template-page_preparate .widget-cpt .cpt-item > a,
.tax-asesorias .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.tax-asesorias .widget-cpt .cpt-item .cpt-media-content, 
.tax-asesorias .widget-cpt .cpt-item > a,
.single-preparate .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.single-preparate .widget-cpt .cpt-item .cpt-media-content, 
.single-preparate .widget-cpt .cpt-item > a {
    background-color: rgba(241, 87, 42, .05);
}
.page-template-page_preparate .btn-default.btn-load-more,
.tax-asesorias .btn-default.btn-load-more,
.single-preparate .btn-default.btn-load-more,
.single-preparate .posts-navigation__label:before,
.single-preparate .entry-action-btn {
    background-color: #f1572a;
}
/*
* Opiniones Colors on CPT and Taxonomy
*/
.page-template-page_opiniones .btn.btn-default,
.tax-opiniones .btn.btn-default,
.single-opinion .btn.btn-default {
    background-color: rgb(249, 143, 109, 1);
}
.page-template-page_opiniones .btn.btn-default:hover, 
.page-template-page_opiniones .btn.btn-default:focus, 
.page-template-page_opiniones .btn.btn-default:active,
.tax-opinion .btn.btn-default:hover, 
.tax-opinion .btn.btn-default:focus, 
.tax-opinion .btn.btn-default:active,
.single-opinion .btn.btn-default:hover, 
.single-opinion .btn.btn-default:focus, 
.single-opinion .btn.btn-default:active{
    background-color: rgb(249, 143, 109, .8);
}
.page-template-page_opiniones .header-social .social-list>li>a,
.page-template-page_opiniones .header-social .social-list>li>a:hover, 
.page-template-page_opiniones .header-social .social-list>li>a:focus, 
.page-template-page_opiniones .header-social .social-list>li>a:active,
.page-template-page_opiniones .post__text .post__title a,
.page-template-page_opiniones .post__text .post__title a:hover,
.page-template-page_opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.page-template-page_opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.tax-opiniones .header-social .social-list>li>a,
.tax-opiniones .header-social .social-list>li>a:hover, 
.tax-opiniones .header-social .social-list>li>a:focus, 
.tax-opiniones .header-social .social-list>li>a:active,
.tax-opiniones .post__text .post__title a,
.tax-opiniones .post__text .post__title a:hover,
.tax-opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.tax-opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre,
.single-opinion .header-social .social-list>li>a,
.single-opinion .header-social .social-list>li>a:hover, 
.single-opinion .header-social .social-list>li>a:focus, 
.single-opinion .header-social .social-list>li>a:active,
.single-opinion .post__text .post__title a,
.single-opinion .post__text .post__title a:hover,
.single-opinion .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto a,
.single-opinion .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto pre {
    color: #fb6d2e;
}
.page-template-page_opiniones .mnmd-news-ticker--fw.grd-auspiciadores,
.tax-opiniones .mnmd-news-ticker--fw.grd-auspiciadores,
.single-opinion .mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #fb802e 0%, #ffca7b 100%);
}
.page-template-page_opiniones .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.page-template-page_opiniones .grd-auspiciadores .mnmd-news-ticker__next i, 
.page-template-page_opiniones .grd-auspiciadores .mnmd-news-ticker__prev i,
.tax-opiniones .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.tax-opiniones .grd-auspiciadores .mnmd-news-ticker__next i, 
.tax-opiniones .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-opinion .grd-auspiciadores .mnmd-news-ticker__content .post__cat,
.single-opinion .grd-auspiciadores .mnmd-news-ticker__next i, 
.single-opinion .grd-auspiciadores .mnmd-news-ticker__prev i,
.single-opinion .single-header__content .author-title {
    color: #fb962e !important;
}
.page-template-page_opiniones .block-heading .block-heading__title, 
.page-template-page_opiniones .widget .widget__title-text,
.tax-opiniones .block-heading .block-heading__title, 
.tax-opiniones .widget .widget__title-text,
.single-opinion .block-heading .block-heading__title, 
.single-opinion .widget .widget__title-text {
    color: rgba(251, 109, 46, .7);
}
.page-template-page_opiniones .mnmd-block .block-heading--line.block-heading:after,
.tax-opiniones .mnmd-block .block-heading--line.block-heading:after,
.single-opinion .mnmd-block .block-heading--line.block-heading:after {
    border-top: 2px solid rgba(251, 150, 46, .25);
}
.page-template-page_opiniones .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.tax-opiniones .mnmd-block [class*="list-seperated"]>*:not(:last-child),
.single-opinion .mnmd-block [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid rgba(251, 150, 46, .25);
}
.page-template-page_opiniones .widget-anuncios .anuncios-body .anuncio-content h4, 
.page-template-page_opiniones .widget-cpt .cpt-item h3,
.tax-opiniones .widget-anuncios .anuncios-body .anuncio-content h4, 
.tax-opiniones .widget-cpt .cpt-item h3,
.single-opinion .widget-anuncios .anuncios-body .anuncio-content h4, 
.single-opinion .widget-cpt .cpt-item h3 {
    background-color: rgba(241, 87, 42, .5);
}
.page-template-page_opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.page-template-page_opiniones .widget-cpt .cpt-item .cpt-media-content, 
.page-template-page_opiniones .widget-cpt .cpt-item > a,
.tax-opiniones .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.tax-opiniones .widget-cpt .cpt-item .cpt-media-content, 
.tax-opiniones .widget-cpt .cpt-item > a,
.single-opinion .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, 
.single-opinion .widget-cpt .cpt-item .cpt-media-content, 
.single-opinion .widget-cpt .cpt-item > a {
    background-color: rgba(241, 87, 42, .05);
}
.page-template-page_opiniones .btn-default.btn-load-more,
.tax-opiniones .btn-default.btn-load-more,
.single-opinion .btn-default.btn-load-more,
.single-opinion .posts-navigation__label:before,
.single-opinion .entry-action-btn {
    background-color: #fb802e;
}
/*
* Colaboradores Bar
*/
.mnmd-news-ticker--fw.grd-auspiciadores {
    background-image: linear-gradient(to right, #f1562a 0%, #ffae33 100%);
}
.mnmd-news-ticker--fw.grd-auspiciadores .mnmd-news-ticker__inner {
    background-color: transparent;
}
.mnmd-news-ticker--fw.grd-auspiciadores .mnmd-news-ticker__inner .mnmd-news-ticker__heading {
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.4px;
    color: white;
}
.grd-auspiciadores .mnmd-news-ticker__content .post__cat {
    color: #f6702d !important;
    font-family: "Kelson Sans";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: none;
    padding: 0px 2px;
    line-height: 26px;
    background: white;
}
.grd-auspiciadores .mnmd-news-ticker__content .post__title {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.grd-auspiciadores .mnmd-news-ticker__next, 
.grd-auspiciadores .mnmd-news-ticker__prev {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(202, 70, 60, 0.45);
    border-radius: 4px;
    background-color: #ffffff;
}
.grd-auspiciadores .mnmd-news-ticker__prev {
    margin-right: 10px;
}
.grd-auspiciadores .mnmd-news-ticker__next i, 
.grd-auspiciadores .mnmd-news-ticker__prev i {
    font-size: 30px;
    color: #f6702d;
}


/*
* Genaral List
*/
.posts-list,
.posts-list-iniciativas,
.posts-list-preparate,
.posts-list-tax-asesorias,
.posts-list-culturas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*
* Banners
*/
.banner-body .slick-track {
    display: flex;
    align-items: center;
}

/*
* Loader Button
*/
.btn-load-more.loader-loading i{
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/*
* Iniciativas Widget
*/
.cpt-media-content video {
    width: 100%;
    height: auto;
}

/*
* CPT Widget
*/
.widget-cpt .cpt-item:not(:last-child) {
    margin-bottom: 20px;
}
.widget-cpt .cpt-item .mnmd-shortcode-wrap {
    margin-top: 0em; 
    margin-bottom: 0em;
}

/*
* Anuncios Widget
*/
.widget-anuncios .anuncios-body .anuncio-content:not(:last-child) {
    margin-bottom: 20px;
}
/*
* Carousel Sponsors Logos
*/
.sponsors-logos .slick-track {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.sponsors-logos .slick-track .item-sponsors {
    padding: 0 20px;
}

/*
* Opiniones CPT 
*/
.posts-list-opiniones .post--card-sm {
    height: 30rem;
}
.posts-list-opiniones .post--vertical-cat-overlap .post__thumb {
    margin-bottom: 50px;
}
.posts-list-opiniones .post__thumb--circle img {
    width: 40%;
    left: 50%;
    top: 80%;
    position: relative;
    transform: translate3d(-50%, -50%, 0);
}
.posts-list-opiniones a:hover {
    text-decoration: none;
}
.posts-list-opiniones .author-title {
    color: #fb6d2e;
    /* padding-left: 5px; */
    display: block;
}
/*
* Apoyanos PopUp
*/
.apoyanos-modal .modal-dialog {
    width: 95%;
    max-width: 820px;
}
.apoyanos-modal .modal-body {
    background-image: url('../img/bg-popup.png');
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
.apoyanos-modal .modal-content {
    border-radius: 40px;
}
.apoyanos-modal .apoyanos-content {
    padding: 150px 150px 50px;
    text-align: center;
}
.apoyanos-modal .apoyanos-content p {
    color: #ffffff;
    font-family: "Kelson Sans";
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 20px 50px 20px 50px;
    margin-bottom: 0;
    text-align: left;
}
.apoyanos-modal .apoyanos-content .btn-default {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    background-color: #371246;
    color: #ffffff;
    font-family: "Kelson Sans";
    font-size: 30px;
    font-weight: 400;
    padding: 15px 30px;
    margin-top: 100px;
    line-height: 30px;
}
.apoyanos-modal button.close {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.23);
    background-color: #f85b16;
    color: white;
    opacity: 1;
    padding: 8px;
    border-radius: 100%;
    font-size: 18px;
    font-weight: normal;
}
.apoyanos-modal button.close:hover {
    opacity: .8;
}
#suscribete-modal.apoyanos-modal .apoyanos-content {
    padding: 50px;
    color: white;
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}
#suscribete-modal.apoyanos-modal .apoyanos-content > img {
    max-width: 250px;
}
#suscribete-modal.apoyanos-modal .apoyanos-content h2 {
    color: white;
    text-transform: uppercase;
    margin: 30px 0px;
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
#suscribete-modal label.gfield_label {
    font-family: 'Kelson Sans', Arial, Helvetica, sans-serif !important;
}


/*
* New Text Fixes
*/
header.single-header .entry-title {
    max-width: 100%;
}
header.single-header .entry-title--lg {
    font-size: 3.72rem;
}
.home .post__title.typescale-3 {
    font-size: 1.8rem;
}

.page-id-2652 .mnmd-block--fullwidth.mnmd-block--contiguous:first-child,
.page-id-2727 .mnmd-block--fullwidth.mnmd-block--contiguous:first-child {
    display: none;
}
.page-id-2652 .site-content .container,
.page-id-2727 .site-content .container,
.page-id-3539 .site-content .container {
    max-width: 800px;
}
.apoyanos-form li.gfield {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.apoyanos-form li.gfield .gfield_label {
    color: #ff6900;
}
/*
* Edit just on production to parchar titles
*/
article.post--single.post-2727.page.type-page.status-publish.hentry h6 {
    color: #f1572a;
}
/*
* Responsive
*/
@media screen and (max-width: 1200px){
    .site-header .navigation-bar {
        height: 60px;
    }
    .menu-guardiana-main-container .navigation--main>li>a {
        font-size: 20px;
        margin-right: 50px;
        height: 60px;
        line-height: 60px;
    }
    .mnmd-news-ticker--fw.grd-auspiciadores .mnmd-news-ticker__inner .mnmd-news-ticker__heading {
        font-size: 18px;
    }
    .grd-auspiciadores .mnmd-news-ticker__content .post__cat {
        font-size: 18px;
        line-height: 18px;
    }
    .grd-auspiciadores .mnmd-news-ticker__content .post__title {
        font-size: 15px;
    }
    .grd-auspiciadores .mnmd-news-ticker__next, .grd-auspiciadores .mnmd-news-ticker__prev {
        width: 27px;
        height: 27px;
        line-height: 28px;
    }
    .grd-auspiciadores .mnmd-news-ticker__prev {
        margin-right: 5px;
    }
    .grd-auspiciadores .mnmd-news-ticker__next i, .grd-auspiciadores .mnmd-news-ticker__prev i {
        font-size: 26px;
    }
    .sticky-header .menu-guardiana-main-container .navigation--main>li>a {
        font-size: 18px;
        margin-right: 40px;
    }
    .block-heading .block-heading__title, .widget .widget__title-text {
        font-size: 20px;
    }
    .widget-anuncios .anuncios-body .anuncio-content h4, .widget-cpt .cpt-item h3 {
        font-size: 18px;
        padding: 10px 15px;
    }
    .widget-anuncios .anuncios-body .anuncio-content .anuncio-texto, .widget-cpt .cpt-item .cpt-media-content, .widget-cpt .cpt-item > a {
        padding: 15px 15px;
    }
    .apoyanos-modal .apoyanos-content {
        padding: 100px 150px 50px;
    }    
    .apoyanos-modal .apoyanos-content .btn-default {
        margin-top: 50px;
    }
    header.single-header .entry-title--lg {
        font-size: 3.08rem;
    }
    .home .post__title.typescale-3 {
        font-size: 1.4rem;
    }
    .home .post__title.typescale-1 {
        font-size: 1.1rem;
    }
    .home .post--vertical .post__excerpt {
        font-size: 0.88rem;
    }
    .page-template-page_especiales .post--horizontal .typescale-3,
    .tax-categorias .post--horizontal .typescale-3 {
        font-size: 1.50rem;
    }
    .page-template-page_especiales .post--horizontal .typescale-2,
    .tax-categorias .post--horizontal .typescale-2 {
        font-size: 1.40rem;
    }
    .page-template-page_especiales .post--horizontal:not(.post--horizontal-sm) .post__excerpt,
    .tax-categorias .post--horizontal:not(.post--horizontal-sm) .post__excerpt {
        font-size: 13px;
    }
    .page-template-page_especiales .post--horizontal .post__excerpt,
    .tax-categorias .post--horizontal .post__excerpt {
        font-size: 0.83rem;
    }

    .page-template-page_iniciativas .post--vertical .typescale-4,
    .page-template-page_culturas .post--vertical .typescale-4,
    .tax-grupos .post--vertical .typescale-4,
    .page-template-page_preparate .post--vertical .typescale-4,
    .tax-asesorias .post--vertical .typescale-4 {
        font-size: 2.2rem;
    }
    .page-template-page_preparate .post--vertical .typescale-1,
    .tax-asesorias .post--vertical .typescale-1 {
        font-size: 1rem;
    }

    .page-template-page_iniciativas .post--vertical .post__excerpt,
    .page-template-page_culturas .post--vertical .post__excerpt,
    .tax-grupos .post--vertical .post__excerpt,
    .page-template-page_preparate .post--vertical .post__excerpt,
    .tax-asesorias .post--vertical .post__excerpt {
        font-size: 0.95rem;
    }
    
}
@media screen and (max-width: 992px){
    .posts-list-opiniones .post__thumb--circle img {
        width: 30%;
    }
    .apoyanos-modal .modal-dialog {
        max-width: 600px;
    }
    .apoyanos-modal .apoyanos-content {
        padding: 50px 100px 50px;
    }
    .apoyanos-modal .apoyanos-content p {
        font-size: 25px;
        padding: 20px;
        text-align: center;
    }
    .apoyanos-modal .apoyanos-content .btn-default {
        font-size: 25px;
        padding: 10px 20px;
        margin-top: 30px;
        line-height: 30px;
    }
    .mnmd-sub-col.sdmobile {
        float: none;
        margin-bottom: 20px;
    }
    header.single-header .entry-title--lg {
        font-size: 2.3rem;
    }
    .home .post__title.typescale-3 {
        font-size: 1.6rem;
    }
    .home .post--vertical .post__excerpt {
        font-size: 0.95rem;
    }
    .home .post__title.typescale-1 {
        font-size: 1.22rem;
    }

    .page-template-page_preparate .post--vertical .typescale-1,
    .tax-asesorias .post--vertical .typescale-1 {
        font-size: 1.566rem;
        font-weight: 700;
    }
}
@media screen and (max-width: 810px){
    .site-footer.site-footer--inverse {
        background-size: auto 100%;
        background-position: right top;
        background-attachment: fixed;
    }
}
@media screen and (max-width: 767px){
    .block-heading .block-heading__title, 
    .widget .widget__title-text {
        font-size: 16px;
    }
    .posts-list-opiniones .post__thumb--circle img {
        width: 100px;
    }
    .posts-list-opiniones .post--card-sm {
        height: auto;
    }
    .apoyanos-modal .modal-dialog {
        max-width: 400px;
    }
    .apoyanos-modal .apoyanos-content {
        padding: 20px 50px 20px;
    }
    .apoyanos-modal .apoyanos-content p {
        font-size: 20px;
        padding: 10px;
    }
    .apoyanos-modal .apoyanos-content .btn-default {
        font-size: 20px;
        padding: 10px 20px;
        margin-top: 20px;
        line-height: 30px;
    }
    .site-footer--inverse .site-logo a img{
        max-width: 180px;
    }
    .site-footer--inverse .navigation--footer>li {
        width: 100%;
        padding: 5px 0px;
    }
    .site-footer--inverse .navigation--footer>li:nth-child(5), 
    .site-footer--inverse .navigation--footer>li:nth-child(6) {
        width: 100%;
        text-align: center;
    }
    header.single-header .entry-title--lg {
        font-size: 1.8rem;
    }

    .page-template-page_iniciativas .post--vertical .typescale-2,
    .page-template-page_culturas .post--vertical .typescale-2,
    .tax-grupos .post--vertical .typescale-2 {
        font-size: 1.566rem;
    }
}
@media screen and (max-width: 500px){
    .post--horizontal .post__excerpt, 
    .post--vertical .post__excerpt {
        display: none !important;
    }
    .btn-default.btn-load-more {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }
    .widget-anuncios .anuncios-body .anuncio-content h4, 
    .widget-cpt .cpt-item h3 {
        font-size: 16px;
        padding: 10px 10px;
    }
    
    .home .especiales-section .row .col-xs-6,
    .home .iniciativas-section .row .col-xs-6,
    .home .preparate-section .row .col-xs-6,
    .home .culturas-section .row .col-xs-6 {
        width: 100%;
    }
    .home .opinion-section .post__thumb--circle img {
        max-width: 100px;
        margin: 0 auto 15px;
    }
    .home .post__title.typescale-3 {
        font-size: 1.22rem;
        font-weight: normal;
    }
    .page-template-page_especiales .post--horizontal .typescale-2,
    .tax-categorias .post--horizontal .typescale-2{
        font-size: 1.125rem;
    }

    .page-template-page_iniciativas .post--vertical .typescale-4,
    .page-template-page_culturas .post--vertical .typescale-4,
    .tax-grupos .post--vertical .typescale-4,
    .page-template-page_preparate .post--vertical .typescale-4,
    .tax-asesorias .post--vertical .typescale-4 {
        font-size: 1.5rem;
    }
    .page-template-page_iniciativas .post--vertical .typescale-2,
    .page-template-page_culturas .post--vertical .typescale-2,
    .tax-grupos .post--vertical .typescale-2,
    .page-template-page_preparate .post--vertical .typescale-1,
    .tax-asesorias .post--vertical .typescale-1 {
        font-size: 1.166rem;
        font-weight: normal;
    }
}