/********************propuestas inner css************************/
.propuestas-detail {
    float: left;
    width: 100%;
}

.prop-det-lft {
    float: left;
    width: 71%;
}

.prop-det-lft h2 {
    font-size: 35px;
    line-height: 38px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Yolk-Black';
}

ul.author-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 30px;
}

ul.author-list li {
    flex: 0 1 auto;
    font-size: 16px;
    color: #262626;
    padding-left: 30px;
}

ul.author-list li.auth-ico {
    color: #a41984;
    font-family: 'Yolk-Black';
    font-size: 18px;
    background: url(../../images/propuestas/user-m-blue.svg) no-repeat 0 0;
}

ul.author-list li.date-ico {
    background: url(../../images/propuestas/card-m.svg) no-repeat 4px 2px;
}

ul.author-list li.com-ico {
    background: url(../../images/propuestas/comments-m.svg) no-repeat 0px 0px;
}

.prop-img {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.prop-img img {
    float: left;
    width: 100%;
}

.prop-det-lft p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.prop-det-rht {
    float: right;
    width: 23%;
}

.soporte-sec {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sopor-btn {
    float: left;
    width: 100%;
}

.sopor-btn a {
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'Yolk-Black';
    color: #fff;
    background: #a41984;
    font-size: 18px;
    height: 46px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all 0.4s ease;
    display: block;
}

.sopor-btn a:hover {
    background: #5f2d53;
}

.sopor-btn.com-btn a {
    background: #fff;
    color: #a41984;
    font-size: 16px;
    border: 2px solid #a41984;
    line-height: 42px;
}

.sopor-btn.com-btn a:hover {
    background: #a41984;
    color: #fff;
}

.tiene-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.tiene-sec h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a41984;
    font-family: 'Yolk-Black';
}

.tiene-sec p {
    color: #a41984;
    font-size: 16px;
}

.pert-line {
    float: left;
    width: 100%;
    height: 10px;
    background: #E9E9E9;
    border-radius: 25px;
    margin: 8px 0;
    position: relative;
}

.pert-line::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background: #a41984;
    width: 50%;
    height: 100%;
    border-radius: 25px;
}

.para-blu {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    background: #ecf3f9;
    margin-bottom: 50px;
}

.para-blu p {
    font-size: 20px;
    color: #a41984;
    margin-bottom: 5px;
}

.para-blu ul li {
    font-size: 20px;
    color: #a41984;
}

.para-blu ul li a {
    color: #a41984;
    font-family: 'Yolk-Black';
    transition: all 0.4s ease;
}

.para-blu ul li a:hover {
    color: #5f2d53;
}

.para-blu.para-grn {
    background: #f4f8ea;
    margin-top: 0px;
}

.para-blu.para-grn p {
    color: #78B41A;
    font-family: 'Yolk-Medium';
}

.link-sec {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.link-sec h4 {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Yolk-Black';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
}

.link-sec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
}

.link-sec ul li {
    flex: 1 1 100%;
    color: #000000;
    font-size: 16px;
}

.link-sec ul li a {
    color: #000000;
    transition: all 0.5s ease;
    padding-left: 30px;
}

.link-sec ul li.yt-ico a {
    background: url(../images/header-yt.svg) no-repeat 0 5px;
}

.link-sec ul li.link-ico a {
    background: url(../images/link.svg) no-repeat 0 8px;
}

.link-sec ul li a:hover {
    color: #a41984;
}

.link-sec.document ul li a {
    background: url(../images/doc.svg) no-repeat 0 0;
}

.link-sec.compartir {
    margin-right: 0px;
    margin-top: 0px;
}

.link-sec.compartir ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.link-sec.compartir ul li {
    flex: 0 1 auto;
}

.link-sec.compartir ul li a {
    padding: 0;
}

.link-sec.compartir ul li a img {
    transition: all 0.4s ease;
}

.link-sec.compartir ul li a:hover img {
    opacity: 0.6;
}

.comentarios-sec {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.comentarios-pad {
    float: left;
    width: 100%;
    padding-right: 12%;
}

.comentarios-sec h2 {
    font-size: 35px;
    line-height: 38px;
    color: #282828;
    font-family: 'Yolk-Black';
    margin-bottom: 15px;
}

.comentarios-sec p.blu-bg {
    font-size: 20px;
    color: #a41984;
    margin-bottom: 40px;
    background: #ecf3f9;
    padding: 12px 20px;
    border-radius: 5px;
}

.comentarios-sec p.blu-bg a {
    color: #a41984;
    font-family: 'Yolk-Black';
    transition: all 0.4s ease;
}

.comentarios-sec p.blu-bg a:hover {
    color: #5f2d53;
}

#tab-container {
    float: left;
    width: 100%;
}

.comentarios-sec ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.comentarios-sec ul.tabs li {
    text-transform: uppercase;
    background: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 40px;
    padding: 0 0 12px 0px;
    color: #868686;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    transition: all 0.5s ease;
}

.comentarios-sec ul.tabs li::after {
    transition: all 0.5s ease;
    position: absolute;
    display: block;
    content: "";
    background: #a41984;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
}

.comentarios-sec .tab-content {
    display: none;
    background: #fff;
    padding: 30px 0px;
    float: left;
    width: 100%;
}

.comentarios-sec .tab-content.current {
    display: inherit;
}

.content-coment {
    float: left;
    width: 100%;
    margin-bottom: 38px;
}

.content-coment h3 {
    font-size: 18px;
    color: #000000;
    font-family: 'Yolk-Black';
    line-height: 24px;
    margin-bottom: 10px;
}

.content-coment input[type="text"] {
    border: 1px solid #979797;
    width: 100%;
    padding: 0px 20px;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Yolk-Regular';
    font-size: 16px;
}

.content-coment button {
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    font-family: 'Yolk-Black';
    color: #fff;
    background: #a41984;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all 0.4s ease;
    display: block;
}

.content-coment button:hover {
    background: #5f2d53;
}

.content-anterior {
    float: left;
    width: 100%;
}

.content-anterior h3 {
    font-size: 18px;
    color: #000000;
    font-family: 'Yolk-Black';
    line-height: 24px;
    margin-bottom: 20px;
}

.content-anterior ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    align-items: center;
}

.content-anterior>ul>li {
    flex: 1 1 100%;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.content-anterior>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ante-lft {
    float: left;
    width: 70%;
}

.ante-lft p {
    color: #000000;
    font-size: 16px;
}

.content-anterior ul.ante-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 20px;
}

.content-anterior ul.ante-list li {
    font-size: 16px;
    color: #a41984;
}

.content-anterior ul.ante-list li.ant-mj {
    font-size: 18px;
    font-family: 'Yolk-Black';
}

.content-anterior ul.ante-list li.ant-mj span {
    background: #E1F3FF;
    color: #a41984;
    font-size: 20px;
    text-transform: uppercase;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
}

.content-anterior ul.ante-list li.ant-date {
    background: url(../images/calendar-blue.svg) no-repeat 0 2px;
    padding-left: 25px;
}

.comentarios-sec ul.tabs li.current {
    color: #a41984;
    font-family: 'Yolk-Black';
}

.comentarios-sec ul.tabs li.current::after {
    position: absolute;
    display: block;
    content: "";
    background: #a41984;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

.comentarios-sec ul.tabs li:hover {
    color: #a41984;
}

.ante-rht {
    float: right;
    width: auto;
    margin-top: 80px;
}

.ante-rht ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.ante-rht ul li {
    flex: 0 1 auto;
    font-size: 20px;
    font-family: 'Yolk-Black';
    color: #a41984;
}

.eventos-sec {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.eventos-sec h2 {
    margin-bottom: 20px;
}

.propuestas-tab.smk_accordion .accordion_in {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.propuestas-tab.smk_accordion.acc_with_icon .accordion_in .acc_head {
    float: left;
    width: 100%;
    padding: 20px 30px 50px 40px;
    border: 1px solid #979797;
    position: relative;
    cursor: pointer;
}

/* .propuestas-tab.smk_accordion.acc_with_icon .accordion_in .acc_head { padding-right: 40px;} */
.propuestas-tab.smk_accordion .accordion_in .acc_head h5 {
    color: #a41984;
    font-size: 16px;
    font-family: 'Yolk-Medium';
    margin-bottom: 6px;
    display: block;
    line-height: 24px;
}

.propuestas-tab.smk_accordion .accordion_in .acc_head h4 {
    transition: all 0.4s ease;
    font-size: 25px;
    color: #282828;
    font-family: 'Yolk-Medium';
    line-height: 30px;
    margin-bottom: 10px;
}

.propuestas-tab.smk_accordion .accordion_in .acc_head p {
    color: #000000;
    font-family: 'Yolk-Regular';
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.propuestas-tab.smk_accordion .accordion_in .acc_head p span {
    display: none;
}

.propuestas-tab.smk_accordion .accordion_in.acc_active .acc_head p span {
    display: inline;
}

.propuestas-tab.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    transition: all 0.4s ease;
    background: url(../images/plus.svg) no-repeat 0 0;
    width: 33px;
    height: 33px;
    top: 25px;
    right: 25px;
    position: absolute;
}

.propuestas-tab.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url(../images/minus.svg) no-repeat 0 0;
    width: 33px;
    height: 33px;
    top: 25px;
}

.propuestas-tab.smk_accordion.acc_with_icon .accordion_in:hover .acc_head h4 {
    color: #a41984;
}

.sobre-sec {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sobre-sec-pad {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #979797;
}

.sobre-sec-pad ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.sobre-sec-pad ul li {
    flex: 0 1 auto;
}

.sobre-sec-pad ul li a {
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #979797;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.sobre-sec-pad ul li a:hover {
    background: #a41984;
    color: #fff;
    border: 1px solid #a41984;
}

.top-rgt .select-btn {
    display: none;
}



@media screen and (max-width:767px) {

    /*************propuestas inner*************/
    .prop-det-lft {
        width: 100%;
    }

    .prop-det-lft h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .comentarios-sec h2 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.author-list {
        margin-bottom: 15px;
        row-gap: 13px;
    }

    ul.author-list li {
        font-size: 15px;
    }

    .propuestas-tab.smk_accordion.acc_with_icon .accordion_in .acc_head {
        padding: 15px 30px 30px 15px;
    }

    .propuestas-tab.smk_accordion .accordion_in .acc_head h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
        letter-spacing: normal;
    }

    .propuestas-tab.smk_accordion .accordion_in:last-child {
        margin-bottom: 0;
    }

    .propuestas-tab.smk_accordion .accordion_in .acc_head .acc_icon_expand {
        right: 10px;
        top: 15px;
        width: 26px;
        height: 26px;
        background-size: cover;
    }

    .propuestas-tab.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
        right: 10px;
        top: 15px;
        width: 26px;
        height: 26px;
        background-size: cover;
    }

    .prop-det-rht {
        width: 100%;
        padding-bottom: 50px;
    }

    .soporte-sec {
        margin-top: 0;
    }

    .sopor-btn a {
        font-size: 16px;
        padding: 0px 14px;
    }

    .tiene-sec h4 {
        font-size: 16px;
    }

    .para-blu {
        padding: 15px;
        margin-bottom: 30px;
    }

    .para-blu p,
    .para-blu ul li {
        font-size: 18px;
    }

    .link-sec {
        margin-bottom: 30px;
    }

    .link-sec h4 {
        font-size: 17px;
    }

    .sopor-btn.com-btn a {
        font-size: 14px;
    }

    .comentarios-pad {
        padding-right: 0%;
    }

    .comentarios-sec {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .comentarios-sec ul.tabs {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
    }

    .comentarios-sec p.blu-bg {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .eventos-sec {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .prop-img {
        width: calc(100%);
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }

    .propuestas-tab.smk_accordion .accordion_in .acc_head p {
        font-family: 'Yolk-Regular';
        letter-spacing: normal;
        font-size: 15px;
    }

    .ante-lft {
        width: 100%;
    }

    .ante-rht {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .content-anterior ul.ante-list {
        row-gap: 15px;
        margin-bottom: 15px;
    }

    .content-anterior ul.ante-list li.ant-mj span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-right: 5px;
    }

    .content-anterior ul.ante-list li {
        font-size: 15px;
    }

    .comentarios-sec ul.tabs li {
        margin-right: 25px;
    }

    .content-anterior ul.ante-list li.ant-mj {
        font-size: 18px;
    }

    .sobre-sec-pad ul {
        row-gap: 10px;
    }

    .sobre-sec-pad ul li a {
        padding: 10px 20px;
        font-size: 15px;
    }

    .link-sec.compartir {
        margin-bottom: 0;
    }

    .sopor-btn.com-btn {
        margin-top: 25px;
    }

    .row, .row1 {
        width: 100%;
        padding: 0px 15px;
    }
}