@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* * {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
} */

a {
    text-decoration: none !important;
    color: white ;
    cursor: pointer;
}
a.dropdown-item {
    color: #212529 ;
}
p {
    color: #fff;
}
.containerMy {
    overflow: hidden;
    background-color: #f72950;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    padding-bottom: 5rem;
}

.navbarMy {
    display: flex;
    align-items: center;
    place-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 1rem 3rem;
    color: white;
    font-weight: bold;
}

.navbarMy .links {
    margin-left: 10rem;
}

.navbarMy .links a {
    margin: 0 1.5rem;
}

.mainBody {
    padding: 1rem 4rem 14rem;
    display: flex;
    align-items: start;
}
.col-md-4.profile-img {
    position: relative;
}
.col-md-4.profile-img img {
    position: absolute;
    left: -20%;
    top: 0;
    max-width: 100%;
}
.stars img {
    margin-left: 0;
}

.mainBody .details {
    margin-top: 2rem;
    width: 100%;
    /*font-weight: bold;*/
    position: relative;
}

.mainBody .details .top {
    color: white;
}

.mainBody .details .top .title,
.mainBody .details .top .titleBottom,
.mainBody .details .top .titleBottom .mainDetailsBottom {
    display: flex;
    align-items: center;
    place-content: space-between;
}

.mainBody .details .top .title h1 {
    font-size: 3rem;
}

.mainBody .details .top .title .stars {
    display: flex;
    align-items: center;
}

.mainBody .details .top .title .stars p {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.mainBody .details .top .titleBottom .mainDetailsBottom p {
    margin-right: 1rem;
}

.mainBody .details .top .titleBottom p {
    font-size: 0.9rem;
    font-weight: normal;
}

.mainBody .details .top .titleBottom .mainDetailsBottom .rightMargin {
    font-weight: normal;
    margin-right: 7rem;
}

.mainBody .details .whiteBox {
    background-color: white;
    border-radius: 0 0 1rem 1rem;
    z-index: 4;
    width: 100%;
}

.mainBody .details .cards {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.mainBody .details .cards {
    border: none !important;
    border-bottom: none !important;
}

.mainBody .details .cards img {
    position: absolute;
    left: 0;
    max-height: 91px !important;
    bottom: -1px;
    background-color: white;
    border-radius: 2rem 2rem 0 0;
    padding: 1rem;
    z-index: 2;
}

.mainBody .details .cards .second_card {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(140%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 2rem 0 0;
    padding: 1rem 4rem;
    margin-left: -2rem;
    font-size: 1.7rem;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.mainBody .details .cards .third_card {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    transform: translateX(0%);
    background-color: white;
    border-radius: 2rem 2rem 0 0;
    padding: 1rem 5rem;
    z-index: 1;
    background-color: black;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.mainBody .details .cards button {
    border: none !important;
}
li.nav-item button {
    background: unset;
}

.mainBody .details .nav-tabs .nav-item.show .nav-link,
.mainBody .details .nav-tabs .nav-link.focus {
    border: none !important;
    outline: none !important;
}

.mainBody .details .whiteBox .body {
    z-index: 4;
    color: #5d5d5d;
    padding: 3rem;
}

.mainBody .details .whiteBox .body p {
    z-index: 4;
    margin-bottom: 2rem;
}

.mainBody .details .whiteBox .body .listContain {
    display: flex;
    align-items: start;
    place-content: space-between;
}


.mainBody .details .whiteBox .body .listContain ul li {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    position: relative;
    margin-left: 1.3em;
}

.mainBody .details .whiteBox .body .listContain ul li:before{
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(/assets/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: -1.3em;
    top: 2px;
    position: absolute;
}


.mainBody .details .whiteBox .body .choices .choice {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    place-content: space-between;
    margin: 0.5rem 0;
    padding: 2rem 1rem;
    border-radius: 2rem;
}

.mainBody .details .whiteBox .body .choices .choice p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.9rem;
    color: #5d5d5d;
}

.mainBody .details .whiteBox .body .choices .choice h4 {
    margin-bottom: 0;
}

.mainBody .details .whiteBox .body .choices .choice button {
    font-family: roboto;
    background-color: #6caf5cbf;
    border: none;
    padding: 0.5rem 1rem;
    color: white;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.mainBody .details .whiteBox .body .choices .selected {
    background-color: #fb2b52;
    color: white;
}
.mainBody .details .whiteBox .body .choices .selected p{
    color: white;
}

.mainBody .details .whiteBox .body .choices .selected button {
    background-color: #6daf5c;
}

.mainBody .details .videoDiv {
    display: flex;
    align-items: center;
    place-content: space-between;
    color: white;
}

.mainBody .details .videoDiv p {
    font-size: 0.85rem;
    font-weight: normal;
    width: 43%;
    margin-top: 2rem;
}

.mainBody .details .nav {
    margin-top: 4rem;
}
.nav.nav-tabs.cards h3 {
    font-family: 'Noteworthy Light';
}
.mainBody .details .nav button {
    margin-right: 3rem;
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 30px;
}

.mainBody .details .nav .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
}
.grey-text{
    color: var(--grey);
}
.acreditat--info {
    margin-left: 20px;
    opacity: 0.7;
    display: none;
}
.acreditat--info.highlight{
    opacity: 1;
}
.slider {
    display: none;
}
.navMy{
    background: rgb(209,4,42);
    background: linear-gradient(0deg, rgba(209,4,42,1) 0%, rgba(251,43,82,1) 100%);
    color: white;
    border-bottom: none !important;
}
.navMy.black{
    background: rgba(84,84,84,1);
    background: linear-gradient(180deg, rgba(84,84,84,1) 0%, rgba(0,0,0,1) 100%);
}
.containerMy{
    background: rgb(209,4,42);
    background: linear-gradient(0deg, rgba(209,4,42,1) 0%, rgba(251,43,82,1) 100%);
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
}
.containerMy.black{
    background: rgba(84,84,84,1);
    background: linear-gradient(180deg, rgba(84,84,84,1) 0%, rgba(0,0,0,1) 100%);
}
@media screen and (max-width: 1300px) {
    .mainBody .details .cards img {
        width: 35%;
    }
    .mainBody .details .cards .second_card {
        transform: translateX(140%);
        font-size: 0.7rem;
    }
    .mainBody .details .cards .third_card {
        font-size: 0.7rem;
    }
    .mainBody .details div#nav-tab button {
        margin-right: 0;
        font-size: 0;
        padding: 0;
    }
    .mainBody .details .nav button {
        margin-right: 0rem;
        color: white;
        font-size: 24px;
        font-weight: 600;
        padding: 10px 30px;
    }
    .mainBody .details .videoDiv {
        display: block;
    }
    .mainBody .details .videoDiv p {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .mainBody .details .cards .second_card {
        transform: translateX(100%);
    }
    .mainBody .details .nav button {
        margin-right: 0rem;
        color: white;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .acreditat--info {
        display: block;
    }
    .col-md-8.profile-description {
        max-width: 100%;
    }
    .mainBody .details .videoDiv p{
        width: 100%;
    }
    .mainBody .details .videoDiv iframe {
        width: 100%;
    }
    .mainBody {
        padding: 0;
        display: block;
    }
    .mainBody {
        padding: 1rem 0 4rem;
    }
    .mainBody .details .nav button {
        margin-right: 3rem;
        color: white;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 5px;
        margin-right: 12px;
        border: unset;
        opacity: 0.7;
    }
    .mainBody .details .nav button.active {
        font-size: 16px;
        opacity: 1;
    }
    .mainBody .details .whiteBox .body {
        padding: 1rem;
    }
    .mainBody .details .whiteBox .body .listContain {
        display: block;
    }
    .mainBody .details .whiteBox .body .choices .choice {
        display: block;
    }
    .mainBody .details .whiteBox .body .choices .choice h4 {
        margin-bottom: 5px;
    }
    .mainBody .details .whiteBox .body .choices .choice button {
        margin-top: 10px;
        width: 100%;
    }
    .mainBody .details .cards img {
        border-radius: 1rem 1rem 0 0;
        width: 130px;
    }
    .mainBody .details .cards .second_card {
        transform: translateX(140%);
        border-radius: 0 1rem 0 0;
        padding: 1rem 1rem;
        margin-left: -1.3rem;
        font-size: 0.75rem;
    }
    .mainBody .details .cards .third_card {
        transform: translateX(0%);
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 1rem;
        font-size: 0.75rem;
    }
    .col-md-4.profile-img img {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        width: 100%;
        max-width: 300px;
    }
    .mainBody .details .top .title h1 {
        font-size: 2rem;
    }
    .mainBody .details .top .titleBottom .mainDetailsBottom .rightMargin {
        font-weight: normal;
        margin-right: 0;
    }
    .mainBody .details .top .titleBottom {
        display: block;
        float: left;
        width: 100%;
    }
    .mainBody .details .top .titleBottom .mainDetailsBottom {
        display: block;
        width: 100%;
        margin-bottom: -50px;
    }
    .mainBody .details .top .titleBottom  .mainDetailsBottom-last {
        position: absolute;
        right: 0;
        top: 34px;
        max-width: 62px;
        font-size: 10px !important;
        line-height: 13px;
    }
    .mainBody .details .nav {
        margin-top: 1rem;
        float: left;
        width: 100%;
    }
    .tabholder {
        display: none;
    }
    .slider {
        display: block;
        float: left;
        width: 100vw;
        padding-top: 110px;
        left: -15px;
        background: #fff;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    }
    .slide-title {
        text-align: center;
        color: #000000;
        padding: 15px 0;
    }
    .choice p {
        width: 50%;
        float: left;
    }
    .choice p.last {
        text-align: right;
    }
    .slick-next {
        right: 15px;
        top: 140px;
        z-index: 1;
    }
    .slick-prev {
        left: 15px;
        top: 140px;
        z-index: 1;
    }
    .slick-prev[aria-disabled="true"],
    .slick-next[aria-disabled="true"] {
        display: none !important;
    }
    h3.slide-title img {
        margin: 0 auto;
    }
    .containerMy{
        background: rgb(209,4,42);
        background: linear-gradient(0deg, rgba(209,4,42,1) 0%, rgba(251,43,82,1) 100%);
        color: white;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        padding-bottom: 0rem;
        margin-bottom: 5rem;
    }
    .containerMy.black{
        background: rgba(84,84,84,1);
        background: linear-gradient(180deg, rgba(84,84,84,1) 0%, rgba(0,0,0,1) 100%);
    }
    .bottom-tab-holder {
        background: rgb(209,4,42);
        background: linear-gradient(0deg, rgba(209,4,42,1) 0%, rgba(251,43,82,1) 100%);
        width: 100vw;
        margin-left: -15px;
        padding: 15px;
        float: left;
    }
    .bottom-tab-holder.black{
        background: rgba(84,84,84,1);
        background: linear-gradient(180deg, rgba(84,84,84,1) 0%, rgba(0,0,0,1) 100%);
    }
    .mainBody .details .nav {
        justify-content: space-between;
    }
    .mainBody .details .videoDiv{
        display: inline-flex;
        flex-flow: column-reverse;
        padding-top: 20px;
    }
}

#nav-8-tab.bg-white-program {
    background-color: #fff !important;
}
