/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*** General ***/
.breadcrumb_blog ol {
    padding-left: 0;
    margin-bottom: 1rem;
    overflow: auto;
    white-space: nowrap;
}
.breadcrumb_blog li {
    display: inline;
}
.breadcrumb_blog li a, .breadcrumb_blog li span {
    color: #232323;
    font-size: 0.8rem;
}
.breadcrumb_blog li:after {
    content: ">";
    color: #232323;
    font-size: 11px;
    margin: .3125rem;
}
.breadcrumb_blog li:last-child:after {
    content: "";
}

/*** Home ***/
.authors {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.group_authors .title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
    margin-top: 25px;
}

.team_authors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.team_authors > li {
    width: calc(33.5% - 25px);
    margin: 0 25px 25px 0;
}

.team_authors > li:last-child {
    margin: 0 0 25px 0;
}

.team_authors .link_author {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #232323;
}

.team_authors img {
    max-width: 100%;
    border-radius: 10px;
    max-height: 200px;
}

.team_authors .name {
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

.team_authors .link {
    font-size: 0.85rem;
    color: #2fb5d2;
}

.team_authors .link > span {
    font-size: 0.85rem;
    color: #2fb5d2;
}

.large_description ul {
    list-style: disc;
    padding-left: 25px;
}

.large_description ul li {
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

/*** Authors ***/
.author_shortinfo {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.author_shortinfo .img_author {
    max-width: 250px;
    margin-right: 20px;
}
.author_shortinfo .short_info_author {
    width: calc(100% - 270px);
}

.author_shortinfo .img_author img {
    max-width: 100%;
    border-radius: 10px;
}

.author_shortinfo .nameandrrss {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.author_shortinfo .nameandrrss .name {
    font-weight: 600;
    font-size: 1.2rem;
}

.nameandrrss ul {
    display: flex;
    margin: 0;
}

.nameandrrss ul li {
    margin: 0 5px;
}

.nameandrrss ul li img {
    width: 30px;
}

.author_shortinfo .work,
.author_shortinfo .additional {
    margin-bottom: 8px;
}

.author_shortinfo .additional {
    display: flex;
}

.author_shortinfo .work span {
    color: #7a7a7a;
}

.author_shortinfo .work .colegiado {
    font-size: 0.75rem;
    margin-left: 10px;
}

.author_shortinfo .additional .label {
    background: #eafbf7;
    color: #1f9379;
    padding: 2px 8px;
    border-radius: 24px;
    font-size: 0.8rem;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.author_shortinfo .additional .label svg {
    flex: 0 0 16px;
    margin: 0 4px -2px -4px;
    height: 16px;
    width: 16px;
    fill: #28be9c;
}

.author_shortinfo .additional .valoracion_media {
    font-size: 0.75rem;
    color: #7a7a7a;
}

.author_content {
    margin-left: 0;
    margin-right: 0;
}

.author_content .specialties .title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
}

.author_content .specialties .tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.author_content .specialties .tags li {
    border: 1px solid #d9d9d9;
    color: #7a7a7a;
    padding: 3px 8px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 3px 3px 0;
}

.author_content .col-md-4 {
    padding-right: 0;
}

.block_views {
    padding: 16px;
    background: rgba(242,240,249,.8);
    border-radius: 8px;
}

.block_views .title {
    font-weight: 600;
    color: #2f235b;
    font-size: 1.1rem;
}

.block_views ul>li {
    position: relative;
    padding-left: 24px;
    margin: 6px 0;
    font-size: 0.9rem;
}

.block_views ul>li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDExLjUxM0wxMi4xMiAxNGwtMS4wOTMtNC42ODcgMy42NC0zLjE1My00Ljc5NC0uNDA3TDggMS4zMzNsLTEuODczIDQuNDItNC43OTQuNDA3IDMuNjQgMy4xNTNMMy44OCAxNCA4IDExLjUxM3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDExLjUxM0wxMi4xMiAxNGwtMS4wOTMtNC42ODcgMy42NC0zLjE1My00Ljc5NC0uNDA3TDggMS4zMzNsLTEuODczIDQuNDItNC43OTQuNDA3IDMuNjQgMy4xNTNMMy44OCAxNCA4IDExLjUxM3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: #856ddf;
}

.block_views ul li a {
    color: #636363;
}

.body_author {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}

.posts_author {
    background-color: #FFF;
    padding: 20px 0;
    margin-bottom: 20px;
}

.posts_author .title {
    margin: 0 15px 15px;
}

.posts_author .col-md-6:nth-child(2n+1) {
    clear: both;
}

.posts_author .--card-blog {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.posts_author .--card-blog .stars {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
    .author_shortinfo .additional .valoracion_media {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .author_shortinfo .short_info_author {
        width: 100%;
    }
}

/*** Stars ***/

:root {
    --star-size: 20px;
    --star-color: #d9d9d9;
    --star-background: #e7711b;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 0;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.valoraciones_author {
    background-color: #FFF;
    padding: 15px 0;
    margin-bottom: 20px;
}

.valoraciones_author .title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #232323;
}

.valoraciones_author .points {
    font-weight: 600;
    color: #232323;
    padding: 2rem 0.5rem;
    display: inline-block;
    font-size: 5.5rem;
}

.valoraciones_author .valoraciones_resumen {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.valoraciones_author .desglose {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.valoraciones_author .valoraciones_totales {
    font-size: 0.75rem;
    color: #636363;
}

@media all and (max-width: 1024px) { 
    #content-wrapper.authors {
        padding: 15px !important;
    }
    #module-dbaboutus-home .breadcrumb,
    #module-dbaboutus-author .breadcrumb {
        display: block !important;
        overflow: auto;
        white-space: nowrap;
    }
    .author_shortinfo {
        display: flex;
        flex-direction: column;
    }
    .author_shortinfo .img_author {
        margin: 0 auto;
        max-width: 55%;
    }
    .author_shortinfo .nameandrrss {
        flex-direction: column;
    }
    .author_shortinfo .nameandrrss .name {
        margin: 10px 0;
    }
    .author_shortinfo .work, .author_shortinfo .additional {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .author_shortinfo .short_description {
        margin: 10px 0 0;
    }
    .team_authors {
        justify-content: space-between;
        align-items: flex-start;
    }
    .team_authors > li {
        width: calc(50% - 12px);
        margin: 0 0 25px 0;
    }
    .team_authors .link_author {
        text-align: center;
    }
    /*.author_shortinfo .additional .label {
        margin: 0 auto;
    }*/
    .author_content .col-md-4 {
        padding-right: 15px;
    }
    #module-dbaboutus-author .list_comments {
        margin-right: 15px;
        margin-left: 15px;
    }
    .author_content,
    .author_shortinfo {
        margin-left: -15px;
        margin-right: -15px;
    }
    .author_shortinfo .additional {
        flex-direction: column;
    }
    .author_shortinfo .additional .label {
        margin-right: 0;
        margin-bottom: 10px;
    }
}