#home-carousel .owl-stage-outer {
    height: 371px !important;
    overflow: hidden;
}
#home-carousel .owl-stage-outer .owl-stage {
    height: 371px !important;
    overflow: hidden;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 371px !important;
    overflow: hidden;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 371px !important;
    overflow: hidden;
    position: relative;
}
@media (max-width: 817px) {
    #home-carousel .owl-stage-outer .owl-stage .owl-item .flagged {
        display: none;
    }		
}
@media (min-width: 818px) {
    #home-carousel .owl-stage-outer .owl-stage .owl-item .flagged {
        display: block;
        position: absolute;
        top: 24px;
        left: 0;
        z-index: 50;
        background-color: #FFF101;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 100px 9px 20px;
    }
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    height: 371px !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: 30;
}

@media (max-width: 817px) {
    #home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        left: 5%;
        z-index: 50;
        background-color: rgba(255,255,255,.9);
        box-sizing: border-box;
        padding: 41px 32px 70px;
        border-bottom: 3px solid #FFF101;
    }
}


@media (min-width: 818px) {
    #home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper {
        position: absolute;
        top: 24px;
        right: 24px;
        z-index: 50;
        width: 542px;
        height: auto;
        background-color: rgba(255,255,255,.96);
        box-sizing: border-box;
        padding: 41px 32px 70px;
        border-bottom: 3px solid #FFF101;
        -webkit-box-shadow: 6px 6px 12px -5px rgba(97,97,97,1);
        -moz-box-shadow: 6px 6px 12px -5px rgba(97,97,97,1);
        box-shadow: 6px 6px 12px -5px rgba(97,97,97,1);
    }
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper .item-txt-title {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #000000;
    margin-bottom: 35px;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper div {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}	
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper div i {
    display: block;		
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper div .item-txt-date {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    font-weight: normal;
    color: rgba(0,0,0,.5);
    text-transform: capitalize;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper .item-txt-abstract {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: rgba(0,0,0,.5);
    margin-bottom: 13px;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper .item-txt-cta {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper .item-txt-cta:hover {
    color: #FFF101;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .item-txt-wrapper .item-txt-cta:before {
    display: inline-block;
    margin-right: 5px;
    content: '+';
    font-size: 13px;
    line-height: 1.1;
    font-weight: normal;
    color: red;
}

#home-carousel .owl-stage-outer .owl-stage .owl-item .item .load-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    height: 5px;
}
#home-carousel .owl-stage-outer .owl-stage .owl-item .item .load-bar .loaded {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    animation: loadbar 10s infinite;
}
@keyframes loadbar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
#home-carousel .owl-carousel .owl-dots {
    margin-top: 30px;
    position: absolute;
    z-index: 108;
    bottom: 0;
    left: 0;
    right: 0;
}
#home-carousel .owl-carousel .owl-dots .owl-dot span {
    width: 18px !important;
    height: 18px !important;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 12px -5px rgba(97,97,97,1);
    -moz-box-shadow: 6px 6px 12px -5px rgba(97,97,97,1);
    box-shadow: 6px 6px 12px -5px rgba(97,97,97,1); 
}	
#home-carousel .owl-carousel .owl-dots .owl-dot.active span {
    background: #FFF101 !important;
}

.prof-rec {
    margin-top: 80px;
}
.prof-rec-list {
    margin-top: 45px;
}
.prof-rec-item {
    background-color: #FFFFFF;
    border: 1px solid #f8e71c;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prof-rec-ficha {
    flex: 1;
    padding: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prof-rec-name {
    width: 100%;
    line-height: 1.1;
    text-decoration: underline;
    color: #000000;
    padding: 0;
    margin: 0 0 15px;
}
@media (max-width: 420px) {
    .prof-rec-name {
        font-size: 18px;
    }
}
@media (min-width: 421px) {
    .prof-rec-name {
        font-size: 21px;
    }
}
.prof-rec-name a {
    line-height: 1.1;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin: 0;
}
@media (max-width: 420px) {
    .prof-rec-name a {
        font-size: 18px;
    }
}
@media (min-width: 421px) {
    .prof-rec-name a {
        font-size: 21px;
    }
}
.prof-rec-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.prof-rec-logo {
    width: 82px;
    height: 82px;
    border: 1px solid #717171;
    object-fit: contain;
    position: absolute;
    top: 26px;
    top: 0;
}
@media (max-width: 420px) {
    .prof-rec-cat-mobile {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        color: #717171;
        display: block;
        margin-bottom: 12px;
        padding-bottom: 6px;
        margin-bottom: 8px;
    }
    .prof-rec-cat {
        display: none;
    }
}
@media (min-width: 421px) {
    .prof-rec-cat {
        width: 100%;
        font-size: 15px;
        line-height: 14px;
        color: #717171;
        display: block;
        margin-bottom: 12px;
        margin-left: 94px;
        padding-bottom: 6px;
        border-bottom: 1px solid #717171;
        margin-bottom: 8px;
    }
    .prof-rec-cat-mobile {
        display: none;
    }
}
.prof-rec-loc {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding-left: 22px;
    position: relative;
    margin-left: 94px;
    margin-bottom: 6px;
}

@media (max-width: 420px) {
    .prof-rec-loc {
        min-height: 82px;
        font-size: 14px;
    }
}
.prof-rec-loc:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C4.9 0 2.4 2.5 2.4 5.6 2.4 9.8 8 16 8 16s5.6-6.2 5.6-10.4C13.6 2.5 11.1 0 8 0zM8 7.6c-1.1 0-2-0.9-2-2s0.9-2 2-2 2 0.9 2 2S9.1 7.6 8 7.6z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media (max-width: 420px) {
    .prof-rec-info {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #bebebe;
    }
}
@media (min-width: 421px) {
    .prof-rec-info {
        margin-left: 94px;
        margin-top: 4px;
        font-size: 15px;
        line-height: 20px;
        color: #bebebe;
    }
}
@media (max-width: 799px) {
    .prof-rec-cta {
        width: 100%;
        padding: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 800px) {
    .prof-rec-cta {
        width: 222px;
        padding: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 420px) {
    .prof-rec-cta > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile,
    .prof-rec-mas {
        width: 100%;
    }
}
@media (min-width: 421px) and (max-width: 799px) {
    .prof-rec-cta > div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile,
    .prof-rec-mas {
        width: 47%;
    }
}
@media (min-width: 800px) {
    .prof-rec-cta > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile,
    .prof-rec-mas {
        width: 100%;
    }
}	
.prof-rec-phone-desktop,
.prof-rec-phone-mobile,
.prof-rec-mas {
    border-radius: 2px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 14px;
}
.prof-rec-phone-desktop {
    border: 0;
    cursor: pointer;
}
.prof-rec-phone-desktop:focus{
    outline: 0px;
}
.prof-rec-phone-desktop,
.prof-rec-phone-mobile {
    background-color: #f8e71c;
    color: #000000;
    text-decoration: none;
}
@media (max-width: 420px) {
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile {
        margin-bottom: 24px;
    }		
}
@media (min-width: 421px) and (max-width: 799px) {
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile {
        margin-bottom: 0;
    }			
}
@media (min-width: 800px) {
    .prof-rec-phone-desktop,
    .prof-rec-phone-mobile {
        margin-bottom: 24px;
    }		
}	
.prof-rec-phone-desktop:hover,
.prof-rec-phone-mobile:hover {
    background-color: #CBBE17;
    color: #000000;
    text-decoration: none;
}
.prof-rec-phone-desktop:before,
.prof-rec-phone-mobile:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 6.9c1.3 2.5 3.3 4.6 5.9 5.9l2-2c0.2-0.2 0.6-0.3 0.9-0.2 1 0.3 2.1 0.5 3.2 0.5 0.5 0 0.9 0.4 0.9 0.9v3.1c0 0.5-0.4 0.9-0.9 0.9C6.8 16 0 9.2 0 0.9 0 0.4 0.4 0 0.9 0H4c0.5 0 0.9 0.4 0.9 0.9 0 1.1 0.2 2.2 0.5 3.2 0.1 0.3 0 0.7-0.2 0.9L3.2 6.9z'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}
.prof-rec-mas {
    background-color: #e3664d;
    color: #FFFFFF;
    text-decoration: none;
}
.prof-rec-mas:hover {
    background-color: #A64B39;
    color: #FFFFFF;
    text-decoration: none;
}
.prof-rec-tit {
    margin-bottom: 10px;
}
.copy-shown {
    display: inline-flex;
}
.copy-hidden {
    display: none;
}
@media (max-width: 1024px) {
    .prof-rec-phone-desktop {
        display: none;
    }
}
@media (min-width: 1025px) {
    .prof-rec-phone-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog_single .post_text.header p {
        line-height: 1.1;
        font-size: 28px;
    }
}




/*@media (max-width: 520px) {
    .blog_holder > .post h1 {
        font-size: 28px;
        line-height: 1.1428;
    }
    .blog_single .post_text.header p {
        font-size: 28px !important;
        line-height: 1.1428 !important;
    }
    .blog_holder > .post h2 {
        font-size: 25px;
        line-height: 1.12;
        margin-bottom: 20px;
    }
    .blog_holder > .post h3 {
        font-size: 19px;
        line-height: 1.21;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .blog_holder > .post h4 {
        font-size: 19px;
        line-height: 1.21;
        margin-bottom: 20px;
    }
    .blog_holder > .post h5 {
        font-size: 19px;
        line-height: 1.21;
        margin-bottom: 20px;
    }
    .blog_holder > .post h6 {
        font-size: 16px;
        line-height: 1.21;
        margin-bottom: 20px;
    }
}
@media (min-width: 521px) {
    .blog_holder > .post h2 {
        margin-bottom: 22px;
    }
    .blog_holder > .post h3 {
        margin-bottom: 22px;
        font-weight: 600;
    }
    .blog_holder > .post h4 {
        margin-bottom: 22px;
    }
    .blog_holder > .post h5 {
        margin-bottom: 22px;
    }
    .blog_holder > .post h6 {
        margin-bottom: 22px;
    }
}*/


/*RECIPE*/
.recipe-container {
    margin-top: 60px;
    border: 3px solid #333333;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-rows: auto 30px auto;
}
.recipe-container-img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
}
.recipe-container-img img {
    position: absolute;
    top: 0; left: 0;
    bottom: 0; 
    right: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover
}
.recipe-container-header {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}
.recipe-container-header > h2 {
    font-family: 'Open Sans', sans-serif; 
    font-size: 24px; 
    line-height: 26px; 
    color: #333333; 
    letter-spacing: -.3px; 
    font-weight: bold; 
    margin-bottom: 10px
}
.recipe-container-header > span {
    display: block; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 13px; 
    line-height: 1.3; 
    color: #333333;   
    opacity: .6; 
    font-style: italic
}
.recipe-container-ingredients {
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 5px 0 10px;
}
.recipe-container-ingredients dt {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; 
    line-height: 1; 
    color: #333333; 
    font-weight: bold;
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;
}
.recipe-container-ingredients dd {
    font-family: 'Open Sans', sans-serif; 
    font-size: 13px; 
    line-height: 18px; 
    color: #333333; 
    opacity: .6;   
    letter-spacing: -.3px
}
.recipe-container-data {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    flex-direction: column;
} 
.recipe-container-data > dl {
    flex: 1; 
    display: flex; 
    align-items: center; 
    min-height: 20px; 
    padding-top: 5px; 
    padding-bottom: 5px
} 
.recipe-container-data > dl dt {
    font-family: 'Open Sans', sans-serif; 
    font-size: 13px; 
    line-height: 1; 
    color: #333333; 
    font-weight: bold;
    display: flex; 
    align-items: center
} 
.recipe-container-data > dl dt.special {
    opacity: .6;
    margin-left: 25px;
    font-weight: normal;
}
.recipe-container-data > dl dd {
    flex: 1; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 13px; 
    line-height: 1; 
    color: #333333; 
    opacity: .6; 
    letter-spacing: -.3px; 
    text-align: right;
}
@media (max-width: 750px) {
    .recipe-container {
        margin-top: 40px;
        padding: 16px;
        grid-template-columns: 1fr;
        grid-template-rows: 185px 20px auto 30px auto auto;
    }
    .recipe-container-img {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .recipe-container-header {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .recipe-container-ingredients {
        border-top: 2px solid #333333;
        border-bottom: none;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
        padding: 5px 0 10px;
    }
    .recipe-container-data {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 6;
        grid-row-end: 7;
    }  
}


/* MICROSOFT CAROUSEL */

.msn-container {
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (min-width: 800px) {
    .msn-container {
        margin-top: 60px;
        margin-bottom: 120px;
    }
}

.microsoft-carousel {
    height: 286px;
    width: 100%;
}
@media (min-width: 800px) {
    .microsoft-carousel {
        width: 88.532%;
        margin: auto;
    }
}

.c-blog-card {
    height: 286px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 2px solid #FEF102;
}
.c-blog-card-media {
    display: block;
    width: 100%;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #FEF102;
}
.c-blog-card-body {
    height: 170px;
    box-sizing: border-box;
    padding: 20px 17px;
    display: flex;
    flex-direction: column;
}
.c-blog-card-title {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
}
.c-blog-card-title a {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
}
.c-blog-card-source {
    height: 17px;
    width: 100%;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-blog-card-source-img {
    width: 17px !important;
    height: 17px;
    margin-right: 7px;
}
.c-blog-card-source-txt {
    flex: 1;
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    opacity: .5;
}
#microsoft-carousel > .owl-nav > .owl-prev,
#microsoft-carousel > .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(51, 51, 51, .06);
    border-radius: 100%;
    color: rgba(51, 51, 51, 0);
}
#microsoft-carousel > .owl-nav > .owl-prev:after,
#microsoft-carousel > .owl-nav > .owl-next:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
#microsoft-carousel > .owl-nav > .owl-prev {
    left: -5.734%;
}
#microsoft-carousel > .owl-nav > .owl-prev:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='black' stroke='none'><path d='M18 20l7.6 7.7L23.3 30l-10-10 10-10 2.4 2.3L18 20z'></path></svg>") no-repeat;
}
#microsoft-carousel > .owl-nav > .owl-next {
    right: -5.734%;
}
#microsoft-carousel > .owl-nav > .owl-next:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='black' stroke='none'><path d='M26.7 20l-10 10 -2.4-2.3L22 20l-7.6-7.7 2.4-2.3L26.7 20z'></path></svg>") no-repeat;
}
#microsoft-carousel > .owl-nav > .owl-prev.disabled {
    opacity: .2;
    cursor: default;
}
#microsoft-carousel > .owl-nav > .owl-next.disabled {
    opacity: .2;
    cursor: default;
}

.page-seo-index {
    margin-top: 36px;
    list-style-type: none;
    border-bottom: 1px solid rgb(246, 246, 246);
    border-top: 2px solid rgb(246, 246, 246);
}
.page-seo-index ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0!important;
}
.page-seo-index li span {
    display: flex; 
    align-items: center;
    font-size: 18px; 
    line-height: 1.34; 
    letter-spacing: -1px; 
    color: #8c8c8c; 
    font-style: normal; 
}
.page-seo-index li i {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    transform-origin: center center;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 8px;
    cursor: pointer;
}
.page-seo-index > li > span {
    padding: 8px 0 8px 30px;
    border-bottom: 1px solid rgb(246, 246, 246);
    position: relative;
    font-weight: 700
}
.page-seo-index > li:not(:first-child) > span {
    border-top: 1px solid rgb(246, 246, 246);
}
.page-seo-index ul li {
    padding: 8px 0 8px 30px;
}
.page-seo-index ul li:not(:last-child) {
    border-bottom: 1px solid rgb(246, 246, 246);
}
ul.menu-index-hidden {
    display: none;
}
.post_content_holder > p {
    margin-top: 36px;
}

@media (max-width: 520px) {
    .page-seo-index {
        margin-top: 10px;
    }
    .page-seo-index li span {
        font-size: 16px; 
        line-height: 1.2; 
        letter-spacing: -1.25px; 
    }
    .page-seo-index li i {
        top: 5px;
    }
    .post_content_holder > p {
        margin-top: 0;
    }
}

.text-center {text-align: center; margin-bottom: 20px; margin-top: 20px;}

/* LÍNEA SEPARACIÓN BLOQUE ARTÍCULO DE RELACIONADOS, RECOMENDADOS Y TIENDEO */
.container-sep-style {
    border-top: 3px solid #333333;
}
@media (max-width: 750px) {
    .container-sep-style {
        border-top: 1px solid #333333;
    }
}	

/* NAV BEEDIGITAL */
.nav-beedigital {
    height: 35px!important;
    font-weight: 600;
    background: #801DD4;
    border-bottom: 1px solid #ccc!important;
    padding: 0 25px;
    color: #fff;
}
.nav-beedigital-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav-beedigital-content-left .logo-menu {
    margin-right: 15px;
}
.nav-beedigital-content-left .logo {
    height: 36px;
    display: block;
}
.nav-beedigital-content-left,
.nav-beedigital-content-right {
    height: 100%;
}
.nav-beedigital-content-left .logo-menu img {
    height: 36px;
    width: auto;
}
.nav-beedigital .menu-beedigital {
    list-style-type: none;
    padding: 0!important;
    margin-bottom: 0;
}
.nav-beedigital-content-right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
}
.nav-beedigital .menu-beedigital,
.nav-beedigital .otros {
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-weight: 400;
}
.nav-beedigital .menu-beedigital .fa {
    font-size: 20px;
    margin-right: 5px;
}
.nav-beedigital .menu-beedigital li {
    display: inline-block;
}
.nav-beedigital .menu-beedigital li a {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
}
.nav-beedigital .otros {
    list-style-type: none;
    margin: 1.5px 0 0 0;
    padding: 0;
    text-decoration: none;
}
.nav-beedigital .otros li {
    display: inline-block;
    padding: 4px 5px 4px 5px;
}
.nav-beedigital .otros li a {
    color: #FFF;
}
.nav-beedigital .otros li a:hover {
    text-decoration: underline;
}
.nav-beedigital .otros .registro-icon {
    margin: 0 5px;
}

@media (max-width: 1280px) {
    .nav-beedigital-content-right {
        margin-left: 15px;
    }
}

@media (max-width: 1279px) {
    .nav-beedigital-content-left .logo-menu {
        margin-right: 15px;
    }
    .nav-beedigital-content-left .logo-menu img {
        height: 36px;
        width: auto;
    }
    .nav-beedigital {
        padding: 0 15px;
    }
    .nav-beedigital .menu-beedigital, 
    .nav-beedigital .otros {
        font-size: 12px;
    }
    
}
@media (max-width: 1199px) {
    .nav-beedigital {
        padding: 0 15px;
    }
    .nav-beedigital .menu-beedigital,
    .nav-beedigital .otros {
        font-size: 11px;
    }
}
/* @media (max-width: 1279px) {
    .nav-beedigital .menu-beedigital,
    .nav-beedigital .otros {
        font-size: 12px;
    }
} */

.nav-beedigital-mobile {
    display: none;
    border-top: 1px solid #555
}
.nav-beedigital-mobile .logo {
    height: 36px;
    display: block;
}
.nav-beedigital-mobile .logo img {
    height: 36px;
    width: auto;
}
.nav-beedigital-mobile .menu-beedigital .fa {
    font-size: 24px;
    margin-right: 5px;
}
.nav-beedigital-mobile .menu-beedigital a {
    display: flex;
    align-items: center;
}
.nav-beedigital-mobile .otros {
    padding-top: 20px;
    padding-bottom: 15px;
}
.nav-beedigital-mobile .otros a,
.nav-beedigital-mobile .menu-beedigital a {
    padding: 7px 0;
}

@media (max-width: 1023px) {
    .nav-beedigital {
        display: none;
    }
}

@media (max-width: 1023px) {
    .column_inner_desktop {
        display: none;
    }
}
@media (min-width: 1024px) {
    .column_inner_mobile {
        display: none;
    }
}

/* Ensanchar container Blog igual PAES */
header {
    z-index: 1001;
}
body.boxed .footer_inner,
body.boxed .wrapper_inner,
.boxed .header_inner {
    margin: 0 auto;
}

.boxed .header_inner {
    width: 100%;
}
.boxed .header_bottom {
    padding: 0;
}

.header_bottom .container_inner {
    width: 100%;
}

header.menu_bottom .header_inner_left {
    padding: 0 25px;
}

header:not(.centered_logo) .header_fixed_right_area {
    right: 25px;
    width: calc(100% - 230px);
}

nav.main_menu ul {
    padding: 0 25px;
}
nav.main_menu {
    margin-left: 0; 
}

body.boxed .footer_inner {
    width: 100%;
}

@media (max-width: 1280px) {
    header:not(.centered_logo) .header_fixed_right_area {
        width: calc(100% - 210px);
    }
}

@media (max-width: 1279px) {
    header:not(.centered_logo) .header_fixed_right_area {
        width: calc(100% - 185px);
    }
    nav.main_menu {
        width: 100%;
    }
    
}

@media (min-width: 1200px) {

    /* body.boxed .footer_inner,
    body.boxed .wrapper_inner,
    .boxed .header_inner {
        width: 1170px !important;
    } */
    nav.main_menu {
        width: 100%;
        /*margin-left: 0;*/
    }

    .container_inner {
        width: 1120px;
    }
    header.sticky.sticky_animate nav.main_menu > ul > li > a {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    body.boxed .header_inner {
        width: 100% !important;
    }

    header.menu_bottom .header_inner_left {
        padding: 0 15px;
    }

    /* nav.main_menu ul,
    .boxed .header_bottom {
        padding: 0 15px;
    } */
    
    /* nav.main_menu {
        margin-left: -15px; 
    } */
    .container_inner {
        /*width: 1140px;*/
        width: 1000px;
    }
}

@media (max-width: 1199px) {
    nav.main_menu > ul > li > a {
        padding: 0px 12px;
        font-size: 16px;
    }
    header.sticky.sticky_animate nav.main_menu > ul > li > a {
        padding: 0 7px;
    }

    .container_inner {
        width: 970px;
    }
    header:not(.centered_logo) .header_fixed_right_area {
        width: calc(100% - 150px);
        right: 15px;
    }
    header.menu_bottom .header_inner_left {
        padding: 0 15px;
    }
}
@media (max-width: 1023px) {
    .texto_blog {
        left: 50%;
        transform: translateX(-50%);
    }
    .boxed .header_bottom {
        padding: 0 15px;
        /*height: 50px;*/
    }
    header.menu_bottom.has_header_fixed_right .mobile_menu_button {
        height: 100%;
    }
    header.menu_bottom .header_inner_left {
        height: 35px;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .container_inner,
    body.boxed .footer_inner,
    nav.mobile_menu>ul {
        width: 100%;
        
    }
    .content .content_inner {
        padding-left: 25px;
        padding-right: 25px;
    }
    .barra_home {
        padding-left: 0;
        padding-right: 0;
    }
    .column_inner_mobile img {
        width: 300px;
    }
}

@media (max-width: 675px) {
    /* .content .content_inner {
        padding-left: 0;
        padding-right: 0;
    }
    .barra_home,
    .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    } */
    #home-carousel {
        width: inherit;
    }
    #home-carousel,
    .vc_row.disable_negative_margin {
        margin-left: -15px;
        margin-right: -15px;
    }
}

header:not(.sticky) .header_menu_bottom nav.main_menu>ul>li:last-child>a {
    padding-right: 0;
}

.pagination ul li a, 
.pagination ul li span {
    margin: 0 9px 9px 0px;
}

.widget.widget_bsearch_form form.bsearchform div:after {
    top: 50%;
    transform: translateY(-50%);
}