/*!
Theme Name: RMD
Author: Paola Ponce
Author URI: https://revistamundodiners.com/
Description: Theme for a magazine
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: rmd
*/


/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/********** ///////  CUSTOM STYLES /////// ********/

#wpadminbar a.ab-item {
    color: #f0f0f1 !important;
}


/* generales*/

body {
    font-size: 21px !important;
    color: #122849 !important;
    font-family: "Bitter", serif !important;
    letter-spacing: -0.015em;
}

#main .main {
    color: #122849;
}

.btn {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-color: #fff !important;
    padding: 10px !important;
}

a {
    color: #26559b !important;
}

a.author-fld {
    color: #529bba !important;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
}

#primary a.author-fld {
    color: #c2dbe5 !important;
}

footer#footer a {
    color: #fff !important;
}

a:hover,
footer#footer a:hover {
    color: #f87b4d !important;
}

.bck-blue-dark {
    background-color: #26559b;
}

.bck-blue {
    background-color: #529bba;
}

.bck-blue-light {
    background-color: #c2dbe5;
}

.bck-orange {
    background-color: #f87b4d;
}

.bck-lila {
    background-color: #e19adc;
}

.bck-white {
    background-color: #fff;
}

.blue-degrade {
    background: linear-gradient( 360deg, rgba(38, 85, 155, 1) 15%, rgba(255, 255, 255, 0) 100%);
    padding: 0 16px;
    width: 100%;
}

.blue-light-degrade {
    background: linear-gradient( 360deg, rgba(194, 219, 229, 1) 15%, rgba(255, 255, 255, 0) 100%);
    padding: 0 16px;
    width: 100%;
}

.title-box-degrade {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.txt-white {
    color: #fff !important;
}

.txt-black {
    color: #122849 !important;
}

.txt-blue,
a.author-fld.txt-blue,
#primary .author-fld.txt-blue {
    color: #529bba !important;
}

.txt-orange {
    color: #f06415;
}

.txt-dark-blue {
    color: #26559b;
}

.author-avatar img {
    width: 100%;
}


/* botones */

.btn-primary {
    background-color: #f87b4d !important;
    color: #fff !important;
    padding: 12px 14px !important;
}

.btn-reverse {
    color: #f87b4d !important;
    border: 1px solid #f87b4d !important;
    display: inline-block;
    padding: 12px 14px !important;
    margin-bottom: 24px;
    background-color: #ffffff !important;
}

.btn-white {
    background-color: #ffffff !important;
    color: #f87b4d !important;
    padding: 12px 14px !important;
    text-transform: none !important;
    font-size: 1rem !important;
}

.btn-white span {
    display: block;
    color: #122849;
    margin: 0;
    padding: 0;
    font-size: 0.9rem !important;
}

.btn-primary:hover {
    background-color: #f65f28 !important;
    color: #fdd3c4 !important;
}

.btn-link:hover,
.btn-link:hover .fa-color {
    color: #f87b4d !important;
}

.btn-home {
    display: table !important;
    margin: 0 auto;
}

#nav-top div::after {
    content: "|";
}

#nav-top div.txt-login::after {
    content: "";
}

.fa-color {
    color: #26559b;
}


/* header */

header,
footer {
    font-size: 0.857em;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}

nav#header.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(38, 85, 155, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.navbar-toggler {
    color: #26559b !important;
}

nav#header {
    text-transform: uppercase;
}


/* menu */

#navbarNavExpand,
#navbarNav {
    background-color: #c2dbe5;
    width: 100%;
    padding: 16px;
}

i.fa {
    font-size: 1.429em;
}

.border-main {
    border-bottom: 0.02em solid #26559b;
}

nav#header {
    padding-bottom: 0;
}


/*font*/

h1,
h2,
h3,
p {
    font-family: "Bitter", serif;
}

h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.03rem;
}

h1,
.blue-degrade h1 {
    font-size: 1.905em;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 0;
}

h1.title-author {
    font-size: 2rem;
    padding-bottom: 0px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

h1.title-profile {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    color: #26559b;
    font-size: 28px;
    padding: 0;
    margin-bottom: 8px;
}

h2 {
    font-size: 1.524em !important;
    font-weight: 700 !important;
    padding: 8px 0;
    margin-bottom: 0 !important;
}

h2.sanserif-title {
    font-size: 2em !important;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    padding-bottom: 10px;
}

h2.sanserif-title::first-letter {
    text-transform: uppercase;
}

h3 {
    font-size: 1.3em !important;
    font-weight: 700 !important;
    padding: 8px 0;
}

h4 {
    font-size: 1.048em;
}

h2.featured-title {
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    padding-bottom: 24px;
}

.today {
    color: #26559b;
    font-size: 14px;
}


/* colores links */

.txt-login {
    width: 2.095em/*44px*/
    ;
    height: 2.095em/*44px*/
    ;
    background-color: #26559b;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 12px;
}

a.navbar-brand {
    margin-right: 0;
    padding: 0 0 0 24px;
}

ul.wp-block-social-links li {
    background-color: transparent !important;
}


/*footer */

footer#footer {
    background-color: #26559b;
    color: #fff;
    padding: 24px 16px;
}

footer#footer p {
    font-size: 0.667em;
}

ul.menu.nav {
    flex-direction: column;
}

#footer ul li {
    list-style: none;
}

span.nav-link {
    display: none;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.nav-item {
    padding-bottom: 32px;
}


/* imagenes */

.background-image {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

.foot-bar {
    display: block;
    background-color: #f87b4d;
    height: 13px;
    margin-top: 4px;
    width: 150px;
}

article p {
    margin-bottom: 0;
    margin-top: 0;
}

article img {
    width: 100%;
    height: auto;
}

div.row.no-margin-mobile {
    margin-left: 0;
    margin-right: 0;
}

.pdng-bottom {
    padding-bottom: 0.381em !important;
}

.txt-box {
    padding-right: 8px;
}

.image-box {
    position: relative;
    border-top: 1px solid #c2dbe5;
    border-bottom: 1px solid #c2dbe5;
    border-left: 1px solid #c2dbe5;
    border-right: 0;
}

.image-box img {
    border-radius: 5px 0 0 5px;
}

span.date {
    font-family: "Roboto", sans-serif;
    font-size: 0.762em;
    color: #f87b4d;
    padding-bottom: 24px;
    display: block;
}

.txt-excerpt {
    padding-bottom: 8px;
    font-size: 0.905em;
}


/* iconos play podcast */

span.media-icon {
    position: absolute;
    bottom: 0px;
    right: 8px;
    font-size: 32px;
    text-shadow: 2px 2px 5px #666;
}


/* articles */

#message-articles {
    color: #fff;
    font-size: 0.762em;
    margin-bottom: 24px;
    font-family: "Roboto", san-serif;
    line-height: 1;
}

#message-articles div>p {
    padding: 0 14px 0;
    color: #f8f9ce;
}

#message-articles span {
    font-size: 1.143em;
    font-weight: bold;
    padding: 0 4px;
}

h1.entry-title {
    font-size: 2.619em;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 0;
}

.txt-author {
    font-size: 0.857em;
    letter-spacing: 0;
}

.single .entry-content {
    margin: 0.762em 0 !important;
}

.caption,
.wp-block-image figcaption {
    font-family: "Roboto", san-serif;
    font-size: 0.762em;
    line-height: 1.4;
    font-weight: 300;
    border-left: 2px solid #26559b;
    padding-left: 8px;
    margin-bottom: 24px;
    text-align: left;
}

.entry-meta {
    font-size: 0.667em !important;
    margin-top: 0 !important;
    margin-bottom: 16px;
    color: #26559b;
    font-family: "Roboto", san-serif;
}

.article-content p {
    margin-bottom: 24px !important;
    letter-spacing: 0;
    line-height: 1.65;
}

.entry-content>p:first-of-type:first-letter {
    float: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    margin-right: 6px;
}

.article-content>p:first-of-type:first-letter {
    float: left;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
    margin-right: 6px;
    font-family: "Roboto", san-serif !important;
}

.btn.btn-white.d-md-none {
    width: 150px;
    padding: 4px !important;
    font-size: 1rem !important;
    line-height: 1.2;
}

.author-info {
    color: #122849;
    width: 100%;
}

.author-avatar {
    width: 300px;
    height: auto;
}

.author-links .fa {
    color: #122849;
    padding: 0 16px 24px 0;
}

.author-content h2 {
    font-size: 1rem !important;
    padding: 24px 0;
}

.author-description {
    margin-bottom: 24px;
}

.summary-block {
    font-size: 1.19em;
}

ul.related_articles {
    margin-bottom: 24px;
}

#related_articles {
    border-left: 2px solid #26559b;
    padding-left: 16px;
}

#related_articles h3,
#related_articles h4 {
    font-family: "Roboto", sans-serif !important;
    color: #26559b;
    padding: 0 !important;
}

#related_articles h3 {
    font-size: 1.238em;
    font-weight: 700;
    margin-bottom: 24px;
}

#related_articles h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
}

.related_articles li,
.favorites-list li {
    list-style: square;
    color: #26559b;
    margin-bottom: 24px;
    line-height: 1.2;
    border-top: 0 !important;
}

.favorites-list li::before,
.favorites-list li::after {
    display: block !important;
}

.related_articles li:last-child {
    margin-bottom: 0px;
}

ul.related-tags {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.related-tags li {
    background-color: #fbb69d;
    padding: 4px 16px;
    margin-right: 8px;
    border-radius: 20px;
}


/* sidebar */

#sidebar #widget-area h2.wp-block-heading {
    font-size: 1.333em !important;
    padding: 0 0 16px 0;
}

ol.most-view {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
}

ol#horizontal.most-view {
    align-items: flex-start;
}

ol.most-view>li {
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ol#horizontal.most-view>li {
    align-items: baseline;
}

ol.most-view>li:before {
    content: counter(item);
    counter-increment: item;
    margin-right: 8px;
    font-size: 70px;
    list-style-type: decimal;
    font-family: "Playfair Display", serif;
    color: #f87b4d;
    line-height: 0;
    position: relative;
    top: -13px;
    width: 8%;
}

ol.most-view.most-topic>li:before {
    left: 0;
    top: 25% !important;
    transform: translateY(-25%);
    position: absolute !important;
}

ol.most-view.most-topic>li {
    padding-left: 48px;
    position: relative;
}

ol.most-topic p {
    margin: 0;
    font-family: "Roboto", san-serif;
}

ol.most-view.most-topic li p:first-child {
    font-size: 1.5rem;
}

ol.most-view.most-topic li p:nth-child(2) {
    color: #26559b;
    font-size: 1rem;
}

ol#horizontal.most-view>li:before {
    font-size: 100px !important;
}

ol#horizontal li {
    width: 20%;
    padding: 0;
    margin: 0;
}

ol.most-view>li:first-child:before {
    content: counter(item);
    top: -10px;
}

ol.most-view>li:nth-child(2):before {
    top: -10px;
}

ol.most-view>li:last-child {
    border-bottom: 0.1em solid #c2dbe5;
}

ol.most-view.most-topic>li:last-child {
    border-bottom: 0 transparent;
}

ol#horizontal.most-view>li:last-child {
    border-bottom: 0 transparent;
}

ol .most-view.d-flex>li:last-child {
    border-bottom: 0 transparent;
}

.most-view .thumbnail {
    width: 70px;
    height: 100px;
    background-size: cover;
    background-position: center;
    margin: 0 16px 0 8px;
}

#list-content {
    width: 70%;
}

#horizontal #list-content {
    width: 85%;
}

#list-content h4 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    margin: 0;
    padding-top: 8px;
}

#list-content h4 a {
    padding: 0;
}

#list-content span.author,
#list-content span.author a {
    font-family: "Roboto", sans-serif !important;
    color: #529bba !important;
}

#list-content span.author {
    font-size: 0.857em;
}

blockquote.wp-block-quote {
    border-left: 0;
    padding-left: 0;
    margin: 24px 0;
}

blockquote.wp-block-quote::before {
    content: "";
    background-image: url("assets/images/cita.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

blockquote.wp-block-quote p {
    padding-left: 48px;
    margin-top: -42px;
    margin-bottom: 16px !important;
    font-style: italic;
    font-size: 1.619em;
    line-height: 1.2;
    color: #26559b;
}

blockquote.wp-block-quote cite {
    padding-left: 48px;
}

.share-buttons {
    display: flex;
}

.share-buttons ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.share-buttons ul li {
    padding: 0 16px 0 0;
}

a.simplefavorite-button {
    padding-left: 16px;
}

.favorite-icon span {
    display: inline-block;
    padding-left: 8px;
}

a.author-fld {
    padding-bottom: 8px;
    display: block;
}

.related-posts h3 {
    padding: 8px 0 0;
}

.author-content {
    width: 100%;
}


/* modal favoritos */

.simplefavorites-modal-backdrop.active,
.simplefavorites-modal-content.active {
    z-index: 9999;
}


/* CTP */

#free-access {
    background-image: url("assets/images/bck-lines.png");
    margin-bottom: 24px;
    background-position: bottom;
    height: 66px;
    background-repeat: repeat-x;
}

#free-access p {
    text-transform: uppercase;
}

#sponsors {
    height: 66px;
}

#sponsors p {
    text-transform: uppercase;
    color: #f87b4d;
}


/* archive */

header.page-header h1 {
    padding: 24px 0 0 0;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    margin: 0;
    font-size: 44px;
}

#scroll-wrapper {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

#modules {
    height: 90px;
    /* 40px - more place for scrollbar, is hidden under parent box */
    padding: 5px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.module {
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

li.module:not(:last-of-type)::after {
    content: " | ";
    padding: 0 20px;
}

.module i.fa.fa-arrow-left {
    font-size: 20px;
    margin-right: 8px;
}

.sponsor-txt {
    text-transform: uppercase;
    font-size: 18px;
    color: #f87b4d;
    margin-bottom: 24px;
}


/* paginador */

a.page-numbers {
    color: #c2dbe5;
}

.page-numbers:before {
    content: "|";
    padding: 0 16px;
    color: #26559b;
}

.page-numbers:first-child:before {
    content: "";
}

span.page-numbers.current {
    font-weight: 700;
}

a.page-numbers {
    color: #529bba !important;
}


/* author- archive */

.author-avatar-archive {
    width: 14%;
}

.author-avatar-archive img {
    width: 100%;
    padding-right: 24px;
}

.title-social-media-archive {
    width: 14%;
    justify-content: center;
    display: flex;
}

.author-description-archive {
    width: 52%;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
}

.author-links-archive .fa {
    color: #122849;
    padding: 0 16px 0 0;
}

.author-links-archive {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 43px;
}


/* 404*/

.title-not-found {
    color: #fff;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}


/* home */

.box-title-and-text {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;
    z-index: 9;
    /* width: 100%; */
    padding: 16px 24px 62px 24px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
}

.more-txt {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0 0 14px 16px;
}

.more-txt span {
    padding-right: 8px;
}

.more-txt a {
    color: #f06415 !important;
    text-shadow: #fff;
    text-shadow: white 0px 1px 8px;
}

.gallery-caption {
    left: 0 !important;
    padding: 8.25rem 40px 0 40px;
    position: absolute;
    right: 0 !important;
    text-align: left;
}

.carousel-indicators {
    justify-content: end !important;
    margin-left: 0 !important;
    margin-right: 5% !important;
}

.num {
    padding: 10px;
    width: 50px;
    text-align: left;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 38px;
}

.box-slider-nav {
    display: flex;
    width: 26%;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    position: absolute;
    bottom: 0;
    right: 24px;
    z-index: 99;
}

.box-slider-nav i.fa-solid.fa-caret-left,
.box-slider-nav i.fa-solid.fa-caret-right {
    font-size: 38px;
    color: #fff;
}

i.fa-solid.fa-caret-left {
    opacity: 0.4;
}

i.fa-solid.fa-caret-left:hover {
    opacity: 1;
}

h3.title-h3 {
    padding-bottom: 40px;
    font-size: 2.1em !important;
}

h3.title-h3.pbot-0 {
    padding-bottom: 40px;
    font-size: 2em !important;
}

.bg-column {
    background-color: #c2dbe5;
    position: relative;
    overflow: hidden;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.carousel.slide {
    position: initial;
}

.max-widht-80 {
    max-width: 80%;
}

.txt-uppercase {
    text-transform: uppercase;
}


/* agenda home */

ul.agenda-list {
    list-style: none;
    padding: 0;
}

.agenda-date {
    font-family: "Roboto", sans-serif;
    color: #f87b4d;
}

.agenda-date span {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 45px;
    display: block;
    line-height: 1;
    text-align: center;
}

.agenda-content {
    padding-left: 16px;
}

.agenda-content p {
    color: #26559b;
    font-size: 16px;
    margin: 0;
}

li.agenda-item {
    margin-bottom: 24px;
}

.rounded-image {
    border-radius: 5px;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}

ol#horizontal img {
    border-radius: 5px;
}

ol#horizontal li h4 a {
    color: #122849 !important;
}


/*Mi cuenta*/

.border-b-10 {
    border-bottom: 10px solid #f87b4d;
}

.border-b-1 {
    border-bottom: 1px solid #f87b4d;
}

.txt-26 {
    font-size: 26px;
}

.magazine-image {
    width: 100%;
    height: auto;
    border: 1px solid #c2dbe5;
}

h2.magazine-title {
    font-size: 24px !important;
    font-family: "Roboto", san-serif !important;
}

.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.user_email {
    display: none;
}

form label {
    font-family: "Roboto", san-serif !important;
    font-weight: normal !important;
    font-size: 18px;
}

form.pmpro_form input,
form#loginform input,
form#lostpasswordform input,
form#loginform input[type="checkbox"] {
    background-color: #e2eff3;
    border: 1px solid #529bba;
}

form.pmpro_form input[type="submit"],
form#loginform input[type="submit"],
form#lostpasswordform input[type="submit"] {
    background-color: #f87b4d !important;
    color: #fff !important;
    padding: 12px 14px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: 0 transparent;
    font-family: "Roboto", san-serif !important;
}

form.pmpro_form input[type="button"] {
    border: 1px solid #f87b4d;
    padding: 12px 14px !important;
    color: #f87b4d !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 8px;
    font-family: "Roboto", san-serif !important;
}


/* Ads */

#ad-block {
    background-color: #f4f4f4;
}


/*active campaign*/

._form-content {
    text-align: left;
}

._form-title {
    font-size: 26px;
    text-align: left;
}

._html-code {
    text-align: left;
}

._form-branding {
    display: none;
}

._form-content input {
    background: #e2eff3;
    border: 1px solid #529bba;
    width: 100%;
}

button#_form_1_submit {
    background: #f87b4d;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: 0 transparent;
    font-family: "Roboto", san-serif !important;
    margin-top: 16px;
}


/***** /////////////////////// RESPONSIVE ///////////////////////// *****/

@media screen and (min-width: 1024px) {
    /* Estilos para dispositivos mayores a 1024px (desktop) */
    .navbar-nav-expand-container {
        width: 100%;
    }
    ul#navbarNavExpand>li {
        font-weight: bold;
        padding-bottom: 21px;
    }
    ul.sub-menu {
        padding-top: 16px;
        font-weight: 400;
    }
    .navbar-brand {
        padding-left: 8px;
    }
    a.navbar-brand {
        padding: 0 0 0 9px;
    }
    a.navbar-brand img {
        height: 55px;
    }
    ul.wp-block-social-links.is-content-justification-center.is-layout-flex.wp-container-1 {
        margin-bottom: 0;
        padding-right: 24px;
    }
    ul.wp-block-social-links li.wp-social-link a.wp-block-social-link-anchor {
        padding: 0;
    }
    #navbarNav ul#menu-main-menu>li a::after {
        content: "|";
        padding-left: 16px;
    }
    ul.menu.nav>li {
        border-right: 0.02em solid #f4f4f4;
        padding: 0 80px 0 0 !important;
    }
    ul.menu.nav>li:last-child {
        border-right: 0 transparent;
        padding: 0;
    }
    #footer .widget-menu-sidebar {
        border-top: 0.02em solid #fff;
        padding-top: 40px;
    }
    .pdng-bottom {
        padding-bottom: 1.143em !important;
    }
    #main.container-fluid.p-0 {
        margin-top: 7.9rem;
    }
    .navbar-nav-expand,
    .masonry-menu {
        column-count: 5;
        column-gap: 0 16px;
        width: 100%;
    }
    .masonry-menu>li {
        margin: 0;
        display: inline-block;
        margin-bottom: 0px;
        width: 100%;
    }
    h2.featured-title {
        padding: 0 0 24px 81px;
        font-size: 2em !important;
    }
    .pdng-lg-x {
        padding: 0 9px;
    }
    .max-height-600 {
        max-height: 600px;
        overflow: hidden;
    }
    #second-articles .txt-excerpt {
        display: none;
    }
}


/**/

@media (min-width: 992px) {
    /* Estilos para dispositivos mayores a 992px (desktop y tablets) */
    #navbarNav {
        background-color: transparent;
        width: auto;
        padding: 0;
    }
    #featured .blue-degrade h1 {
        width: 90%;
        font-size: 2.619em;
    }
    blockquote.wp-block-quote::before {
        width: 60px;
        height: 60px;
    }
    .article-content blockquote.wp-block-quote p {
        padding-left: 66px;
        margin-top: -48px;
    }
    .article-content blockquote.wp-block-quote cite {
        padding-left: 63px;
    }
    ._x79509846,
    ._x08927289,
    ._x23747127 {
        display: inline-block;
        width: 30%;
    }
    ._x08927289,
    ._x23747127 {
        padding-left: 16px;
    }
    ._form-content {
        padding: 0 48px;
    }
}


/**/

@media (min-width: 768px) {
    /* Estilos para dispositivos mayores a 768px (tablets y desktop) */
    .navbar {
        -webkit-box-align: stretch;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    nav ul.menu.nav {
        flex-direction: row;
        justify-content: space-between !important;
    }
    .background-image {
        height: 600px;
    }
    .main-border-b {
        border-bottom: 0.02em solid #c2dbe5;
        margin-bottom: 24px;
        display: block;
    }
    .orange-border-b {
        border-bottom: 0.05em solid #f87b4d;
        margin-bottom: 24px;
        display: block;
    }
    .orange-border-t {
        border-top: 0.05em solid #f87b4d;
        display: block;
    }
    .border-e {
        border-right: 0.02em solid #c2dbe5;
        height: 100%;
    }
    .border-e-white {
        border-right: 0.02em solid #fff;
        height: 100%;
    }
    .title-social-media {
        display: flex;
    }
    .author-content h2 {
        padding: 0 16px 0 0;
    }
    .author-avatar {
        padding-right: 16px;
    }
    .author-links .fa {
        padding: 0 8px;
    }
    .author-bio {
        display: flex;
        flex-direction: row;
        padding: 8px 48px;
    }
    .author-content a.btn.btn-white {
        margin: 0 auto !important;
        display: table;
        margin: 0 auto !important;
    }
    .author-avatar {
        width: 356px;
        height: auto;
    }
    #related_articles {
        float: left;
        padding-right: 24px;
        width: 50%;
    }
    .entry-meta {
        display: flex;
        justify-content: space-between;
    }
}


/**/

@media (min-width: 768px) and (max-width: 991px) {
    /* Estilos para tablets */
    nav ul.menu.nav>li {
        width: 48%;
    }
    h2 {
        font-size: 1.2em !important;
    }
    .author-avatar-archive {
        width: 30%;
    }
    ol#horizontal.most-view {
        flex-wrap: wrap;
    }
    ol#horizontal li {
        width: 50%;
    }
    ol#horizontal li:last-child {
        display: none;
    }
    ol#horizontal img {
        width: 100%;
        height: auto;
    }
}


/**/

@media (max-width: 991px) {
    /* Estilos para tablets y móviles*/
    #main.container-fluid.p-0 {
        margin-top: 3.7rem;
    }
    h2.featured-title {
        font-size: 1.8em !important;
    }
}


/**/

@media (max-width: 767px) {
    /* Estilos para dispositivos móviles */
    #featured article {
        padding: 0 16px;
    }
    #featured article:first-child {
        padding: 0;
    }
    #main.container-fluid.p-0 {
        margin-top: 3.7rem;
    }
    .border-b {
        border-bottom: 0.02em solid #c2dbe5;
        display: block;
    }
    .border-b-white {
        border-bottom: 0.02em solid #fff;
        display: block;
    }
    .entry-meta {
        text-align: center;
    }
    .author-avatar {
        width: 150px;
        margin: 0 auto;
    }
    #sidebar {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .share-buttons {
        justify-content: center;
        padding-top: 24px;
    }
    .share-buttons i.fa {
        font-size: 24px;
    }
    .share-buttons ul li {
        padding: 0 24px 0 0;
    }
    .most-view .thumbnail {
        width: 90px;
    }
    li.module:not(:last-of-type)::after {
        padding: 0 8px;
    }
    #category article:nth-child(n+7) .image-box {
        display: none;
    }
    #category article:nth-child(n+7) h2 {
        padding: 24px 0 16px 0;
    }
    h1.entry-title {
        font-size: 2em;
    }
    /*article:last-child {
		margin-bottom: 24px;
	}*/
    .title-social-media-archive {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .author-description-archive {
        width: 100%;
        padding-left: 0;
    }
    .author-avatar-archive img {
        padding-right: 0;
    }
    .author-avatar-archive {
        width: 80%;
        margin: 0 auto 16px;
    }
    article:nth-child(n+8) .image-box {
        display: none;
    }
    .box-slider-nav {
        width: 50%;
    }
    .box-title-and-text {
        top: 0;
        left: 0;
    }
    h3.title-h3 {
        font-size: 1.8em;
        width: 100%;
    }
    .gallery-caption {
        padding: 8.25rem 16px 0 16px;
    }
    .background-image {
        height: 420px;
    }
    .box-title-and-text {
        padding: 6px 16px 62px 16px;
        width: 100%;
    }
    .num {
        width: 27px;
        font-size: 32px;
    }
    h3.title-h3 {
        padding-bottom: 26px;
    }
    .more-txt {
        font-size: 14px;
        width: 290px;
    }
    .no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bg-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    h3.title-h3 {
        font-size: 1.5em !important;
    }
    .box-slider-nav {
        right: 0;
    }
    i.fa-solid.fa-caret-left {
        padding-right: 8px;
    }
    article.col-sm-6 {
        width: 50%;
    }
    .image-box img {
        border-radius: 5px;
    }
    .title-box-degrade {
        height: 70%;
    }
    .pt-sm-24 {
        padding-top: 24px;
    }
    h1.title-profile {
        font-size: 23px;
        letter-spacing: -1px;
    }
    h2.sanserif-title {
        font-size: 1.7em !important;
    }
    form.pmpro_form input[type="button"] {
        margin-left: 0;
    }
    input.pmpro_btn.pmpro_btn-submit {
        margin-bottom: 16px;
    }
}