

.space-evenly {
    justify-content: space-evenly!important;
}


.sticky-masteres{
    position: sticky;
    float: right;
}
.faq-title-secondary:hover, .faq-title-secondary[aria-expanded="true"] {
    background-color: var(--color-secondary) !important;
    color: white;
    cursor: pointer;
}

.banner-title {
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    /* identical to box height, or 175% */


    /* Principal */

    color: #41548C;

}
.banner-sub-title {

      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;


    color: #3D3D3D;
}
.gradient-pink-box {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20.63%, rgba(255, 219, 251, 0.60)), color-stop(46.47%, rgba(200, 228, 255, 0.60)));
    background: -o-linear-gradient(left, rgba(255, 219, 251, 0.60) 20.63%, rgba(200, 228, 255, 0.60) 46.47%);
    background: linear-gradient(90deg, rgba(255, 219, 251, 0.60) 20.63%, rgba(200, 228, 255, 0.60) 46.47%);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(55, 55, 55, 0.35);
    box-shadow: 0px 0px 14px 0px rgba(55, 55, 55, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 100%;
}
.forbes-section-desc {
    text-align: center;
}


.forbes-section-capitation {
    color: #0F1F50;
      font-family: 'Poppins', Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
}
.forbes-section-title {
    color: var(--azul, rgba(0, 37, 94, 0.90));
    text-align: center;
    leading-trim: both;
    text-edge: cap;
      font-family: 'Poppins', Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.forbes-section-desc {
    color: #41548C;
    leading-trim: both;
    text-edge: cap;
      font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.7rem;
}

.title-40px {
    color: var(--Principal, var(--Color-en-mov-2, #41548C));
      font-family: 'Poppins', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
}




.convenio-card-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 23px;
    line-height: 160%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #007C7C;
}


h2.convenio-card-title {
    border-bottom: 1px solid var(--color-secondary);
    padding-bottom: 3px;
    margin-top: 15px;
}

h3.convenio-card-title {
    font-size: 21px;
    color: var(--color-corporate-blue);
    font-weight: 700;
    margin-left: 15px;
    padding-bottom: 3px;

}

h3.convenio-card-title + p {
    margin-left: 15px;
}


h4.convenio-card-title , .h4.convenio-card-title {
    font-size: 18px;
    color: var(--color-azul);
    font-weight: 700;
    margin-left: 30px;
    padding-bottom: 3px;

}

h4.convenio-card-title  + p ,.h4.convenio-card-title  + p  {
    margin-left: 30px;
}


.card-sub-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #3D3D3D;
}
.card-sub-text-2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 278%;
    color: #3D3D3D;
}


@media screen and (max-width: 768px) {
    .title-40px {
        font-size: 24px;
    }
    .card-sub-text {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
        color: #3D3D3D;
    }
    .card-sub-text-2 {
        font-size: 14px;
        line-height: 210%;
    }


    h2.convenio-card-title {
        font-size: 20px;
    }

    h3.convenio-card-title {
        font-size: 18px;
        margin-left: 8px;
    }

    h3.convenio-card-title + p {
        margin-left: 8px;
    }


    h4.convenio-card-title {
        font-size: 16px;
        margin-left: 16px;
    }

    h4.convenio-card-title  + p  {
        margin-left: 16px;
    }

}

@media screen and (max-width: 425px){

    .cst-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .cst-text {
        font-size: 17px;
    }
    .bg-gradient-blue {
        height: calc(70vh - 90px);
    }

}
