﻿.container p {
    padding-left: 1.3rem;
}

.B-2-icon-sus {
    height: 160px;
    margin: 24px;
    padding: 35px 25px 25px 25px;
    border-radius: 0.2rem;
    border: solid 2px #c1c1c1;
    text-align: center;
    cursor: pointer;
}

.B-2-icon-img-sus {
    display: flex;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.B-2-icon-img-sus > img {
    width: 50px;
    height: auto;
    color: #464646;
}

.B-2-icon-sus:hover .B-2-icon-img-sus > img,
.B-2-icon-sus:active .B-2-icon-img-sus > img,
.B-2-icon-sus:focus .B-2-icon-img-sus > img,
.B-2-icon-sus.on .B-2-icon-img-sus > img {
    color: #FFF;
    background-color: #096391;
}

#B-2Icon1-sus:hover #B-2-icon-img1-sus > img,
#B-2Icon1-sus.on #B-2-icon-img1-sus > img {
    content: url(../img/B-2_1w.svg);
}

#B-2Icon2-sus:hover #B-2-icon-img2-sus > img,
#B-2Icon2-sus.on #B-2-icon-img2-sus > img {
    content: url(../img/B-2_2w.svg);
}

#B-2Icon3-sus:hover #B-2-icon-img3-sus > img,
#B-2Icon3-sus.on #B-2-icon-img3-sus > img {
    content: url(../img/B-2_3w.svg);
}

#B-2Icon4-sus:hover #B-2-icon-img4-sus > img,
#B-2Icon4-sus.on #B-2-icon-img4-sus > img {
    content: url(../img/B-2_4w.svg);
}

#B-2Icon5-sus:hover #B-2-icon-img5-sus > img,
#B-2Icon5-sus.on #B-2-icon-img5-sus > img {
    content: url(../img/B-2_5w.svg);
}

#B-2Icon6-sus:hover #B-2-icon-img6-sus > img,
#B-2Icon6-sus.on #B-2-icon-img6-sus > img {
    content: url(../img/B-2_6w.svg);
}

.B-2-icon-sus,
.B-2-icon-sus .fas {
    color: #464646;
}

.B-2-fa {
    font-size: 2.5rem;
}

.B-2-icon-sus:hover,
.B-2-icon-sus:focus,
.B-2-icon-sus:active,
.B-2-icon-sus.on {
    border: solid 2px #096391;
    background-color: #096391;
    fill: #FFF;
    color: #FFF;
}

.B-2-icon-sus:hover .fas,
.B-2-icon-sus:focus .fas,
.B-2-icon-sus:active .fas,
.B-2-icon-sus.on .fas {
    color: #FFF;
}

.B-2-content {
    position: relative;
    background-color: #efefef;
    left: 0;
    width: 100vw;
    border-bottom: 24px;
    z-index: 10;
}

#B-2Content1-sus,
#B-2Content4-sus {
    /*left: calc(-50vw + 160%);*/
    left: calc(-50vw + 156%);
}

#B-2Content2-sus,
#B-2Content5-sus {
    left: calc(-50vw + 51%);
}

#B-2Content3-sus,
#B-2Content6-sus {
    left: calc(-50vw - 57.5%);
}

#B-2Content1-sus,
#B-2Content2-sus,
#B-2Content3-sus,
#B-2Content4-sus,
#B-2Content5-sus,
#B-2Content6-sus {
    display: none;
}

.B-2-contentLeft,
.B-2-contentRight {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 35.5px;
    padding-right: 35.5px;
    padding-bottom: 1.5rem;
    text-align: left;
    width: 50%;
}

.B-2-contentRight {
    border-left: 1px solid #303030;
}

.B-2-contentLeft h6,
.B-2-contentRight h6 {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
}

.B-2-contentLeft p,
.B-2-contentRight p {
    padding-left: 0;
    padding-bottom: 0;
}

.B-2-contentLeft ul li,
.B-2-contentRight ul li {
    list-style: disc;
    margin-left: 20px;
}


/*****/
.context-PT50 {
    overflow: hidden;
}

.B-2-icon-sus.on .fa-chevron-down {
    transform: rotate(180deg);
}

.B-2-icon-sus .fa-chevron-down {
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .B-2-content > .container {
        margin-bottom: 10px;
    }

    #B-2Content1-sus,
    #B-2Content3-sus,
    #B-2Content5-sus {
        /*left: 0;
        width: calc(100vw - 30px);*/
        left: calc(-50vw + 102%);
        width: 100vw;
    }

    .B-2-icon-sus {
        margin: 0 0 10px;
        padding: 30px 20px 20px;
    }

    .B-2-content > .d-flex {
        flex-wrap: wrap;
    }

    .B-2-contentLeft,
    .B-2-contentRight {
        padding: 0;
        margin-top: 10px;
        width: 100%;
        margin-bottom: 0;
        border: none;
    }

    .B-2-contentLeft h6,
    .B-2-contentRight h6 {
        padding-top: 0;
    }

    .B-2-contentLeft ul,
    .B-2-contentRight ul {
        margin-bottom: 20px;
    }

    .B-2-contentLeft p,
    .B-2-contentRight p {
        margin-bottom: 20px;
    }

    .B-2-contentLeft a,
    .B-2-contentRight a {
        word-break: break-all;
    }

    #B-2Content6-sus,
    #B-2Content4-sus,
    #B-2Content2-sus {
        /*left: -50%;
        width: calc(100% - 30px);*/
        left: calc(-50vw - 2%);
        width: 100vw;
    }

    .cgcnt > .d-flex > div {
        margin-bottom: 20px;
    }

    .cgcnt > br {
        display: none;
    }

    .suscollapse-wrapper .row > div:nth-child(odd) {
        padding-right: 5px;
    }

    .suscollapse-wrapper .row > div:nth-child(even) {
        padding-left: 5px;
    }
}

@media (max-width: 575px) {

    #B-2Content1-sus,
    #B-2Content4-sus {
        left: 0;
        width: calc(100vw - 30px);
    }

    #B-2Content3-sus,
    #B-2Content5-sus {
        left: 0;
        width: calc(100vw - 30px);
    }

    #B-2Content6-sus,
    #B-2Content4-sus,
    #B-2Content2-sus {
        left: calc(-50vw + 4%);
        width: calc(100vw - 30px);
    }

}