.button-link.searchcenter:active, .button-link.searchcenter:focus, .button-link.searchcenter:hover{
    background-color: #de3c20;
}

/* /section MISALUD */
.banner_acceso_tienda{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F5F5F5;
    display: flex;
    padding: 0;
}
.banner_acceso_tienda.contain-me{
    padding: 0;
}
@media screen and (max-width:767px){
    .banner_acceso_tienda.contain-me{
        margin-left: 15px;
        margin-right: 15px;
    }
}
.banner_acceso_tienda_content {
    padding: 57px 90px;
    width: 50%;
    font-family: 'Roboto';
    font-style: normal;
}
.batc_title {
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.64px;
    color: #000000;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.batc_content {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #000000;
}
.batc_button {
    margin-top: 52px;
    color: #FFF;
    background-color: #E43317;
    text-align: center;
    padding: 16px;
    width: 100%;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 85.5%;
}
.batc_button:hover {
    margin-top: 52px;
    color: #FFF;
    background-color: #E43317;
    text-align: center;
    padding: 16px;
    width: 100%;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 85.5%;
}
@media screen and (max-width: 1199px){

    .banner_acceso_tienda_content {
        padding: 20px 25px;
    }
}
@media screen and (max-width:991px){
    .batc_title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .batc_content {
        font-size: 14px;
    }
    .batc_button {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .banner_acceso_tienda_content {
        order: 2;
        width: 100%;
        padding: 0px 16px;
    }
    .batc_title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .batc_content {
        font-size: 16px;
        line-height: 22px;
    }
    .batc_button {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 56px;
    }
    .banner_acceso_tienda{
        flex-direction: column;
    }
}
.banner_acceso_tienda_image {
    display: flex;
    width: 50%;
}
.banner_acceso_tienda_image a {
    width: 100%;
}
.banner_acceso_tienda_image img {
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width:767px){
    .banner_acceso_tienda_image{
        width: 100%;
        margin-bottom: 40px;
    }
    .banner_acceso_tienda_image img {
        object-fit: cover;
        width: 100%;
        max-height: 300px;
    }
}

/* /FIN section MISALUD */

/*Pagina Autor*/
body.author .category-hero{
    background-color: #de3c20;
}

body.author .category-hero {
    background-color: #fff;
    margin-top: 105px;
}

.author-post{
    background-color: #f8f8f8;
    margin-bottom: 100px;
    padding: 40px;
}
.author-post .category-posts{
    align-items: center;
}
.author .box-author h2{
    display: inline-block;
    padding: 0 2px 7px 2px;
    border-bottom: 3px solid #f7a702;
    margin-bottom: 50px;
    text-transform: capitalize;

}
.txt-author{
    text-transform: capitalize;

}
.author-photo {
    padding: 20px;
}
.category-menu ul li button {
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1;
    padding: 14px 27.5px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}


.category-menu ul li.current-menu-item button {
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: 150ms linear background;
    white-space: nowrap
}

.category-menu ul li.current-menu-item button span {
    color: #fff;
    transition: 150ms linear color
}

.category-menu ul li.current-menu-item button:hover {
    text-decoration: none
}

.category-menu ul li button.active {
    background: #000;
    text-decoration: none;
    transition: 150ms linear background;
    color: #fff
}

.category-menu ul li button.active span {
    color: #fff;
    transition: 150ms linear color
}

.category-menu ul li button.active:hover {
    text-decoration: none
}

.category-menu ul li button {
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1;
    padding: 14px 27.5px;
    color: #000;
    text-decoration: none;
    white-space: nowrap
}

.category-menu ul li button span {
    color: #000;
    white-space: nowrap;
    line-height: 1
}

.category-menu ul li button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    transition: 150ms linear background
}

.category-menu ul li button:hover span {
    color: #fff;
    transition: 150ms linear color
}
.category-menu ul li button span {
    white-space: nowrap
}

.tab-content>.category-posts>.active {
    display: block;
}
.tab-content>.category-posts>.tab-pane {
    display: none;
}
body .hero-container-video .title-container .title-container-inner h2 {
    font-size: 65px;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    body .category-menu-list ul {
        width: 100%;
        max-width: 100%;
    }
}
.social .social-inner h2 {
    text-align: center;
}
