@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.transition-300 {
    transition: 300ms;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
    width: 3px;
}

.scroll::-webkit-scrollbar-button {
    border-radius: 15px;
    background: #eee;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 15px;
    background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
    background: #023e95;
    border-radius: 15px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #023e95;
}

.u-black-1-font {
    color: #292929;
}

.u-grey-1-font {
    color: #e5e2dd;
}

.u-grey-2-font {
    color: #777;
}

.u-grey-3-font {
    color: #2f2f2f;
}

.u-white-1-font {
    color: #ffffff;
}

[class*='u-font-bold'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0px;
}

[class*='u-font-medium'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0px;
}

[class*='u-font-regular'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px;
}

[class*='u-font-light'] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0px;
}

[class*='u-font-bold-CIB'] {
    font-family: 'fontsans-bold', Fallback, sans-serif;
    font-weight: 700;
    margin: 0px;
}

[class*='u-font-medium-CIB'] {
    font-family: 'fontsans-bold', Fallback, sans-serif;
    font-weight: 600;
    margin: 0px;
}

[class*='u-font-regular-CIB'] {
    font-family: 'fontsans-bold', Fallback, sans-serif;
    font-weight: 400;
    margin: 0px;
}

[class*='u-font-light-CIB'] {
    font-family: 'fontsans-bold', Fallback, sans-serif;
    font-weight: 300;
    margin: 0px;
}

.u-font-bold-70,
.u-font-medium-70,
.u-font-regular-70,
.u-font-light-70,
.u-font-bold-CIB-70,
.u-font-medium-CIB-70,
.u-font-regular-CIB-70,
.u-font-light-CIB-70 {
    font-size: 7rem;
}

.u-font-bold-60,
.u-font-medium-60,
.u-font-regular-60,
.u-font-light-60,
.u-font-bold-CIB-60,
.u-font-medium-CIB-60,
.u-font-regular-CIB-60,
.u-font-light-CIB-60 {
    font-size: 6rem;
}

.u-font-bold-45,
.u-font-medium-45,
.u-font-regular-45,
.u-font-light-45,
.u-font-bold-CIB-45,
.u-font-medium-CIB-45,
.u-font-regular-CIB-45,
.u-font-light-CIB-45 {
    font-size: 4.5rem;
}

.u-font-bold-40,
.u-font-medium-40,
.u-font-regular-40,
.u-font-light-40,
.u-font-bold-CIB-40,
.u-font-medium-CIB-40,
.u-font-regular-CIB-40,
.u-font-light-CIB-40 {
    font-size: 4rem;
}

.u-font-bold-35,
.u-font-medium-35,
.u-font-regular-35,
.u-font-light-35,
.u-font-bold-CIB-35,
.u-font-medium-CIB-35,
.u-font-regular-CIB-35,
.u-font-light-CIB-35 {
    font-size: 3.5rem;
}

.u-font-bold-30,
.u-font-medium-30,
.u-font-regular-30,
.u-font-light-30,
.u-font-bold-CIB-30,
.u-font-medium-CIB-30,
.u-font-regular-CIB-30,
.u-font-light-CIB-30 {
    font-size: 3rem;
}

.u-font-bold-25,
.u-font-medium-25,
.u-font-regular-25,
.u-font-light-25,
.u-font-bold-CIB-25,
.u-font-medium-CIB-25,
.u-font-regular-CIB-25,
.u-font-light-CIB-25 {
    font-size: 2.5rem;
}

.u-font-bold-22,
.u-font-medium-22,
.u-font-regular-22,
.u-font-light-22,
.u-font-bold-CIB-22,
.u-font-medium-CIB-22,
.u-font-regular-CIB-22,
.u-font-light-CIB-22 {
    font-size: 2.2rem;
}

.u-font-bold-21,
.u-font-medium-21,
.u-font-regular-21,
.u-font-light-21,
.u-font-bold-CIB-21,
.u-font-medium-CIB-21,
.u-font-regular-CIB-21,
.u-font-light-CIB-21 {
    font-size: 2.1rem;
}

.u-font-bold-20,
.u-font-medium-20,
.u-font-regular-20,
.u-font-light-20,
.u-font-bold-CIB-20,
.u-font-medium-CIB-20,
.u-font-regular-CIB-20,
.u-font-light-CIB-20 {
    font-size: 2rem;
}

.u-font-bold-18,
.u-font-medium-18,
.u-font-regular-18,
.u-font-light-18,
.u-font-bold-CIB-18,
.u-font-medium-CIB-18,
.u-font-regular-CIB-18,
.u-font-light-CIB-18 {
    font-size: 1.8rem;
}

.u-font-bold-16,
.u-font-medium-16,
.u-font-regular-16,
.u-font-light-16,
.u-font-bold-CIB-16,
.u-font-medium-CIB-16,
.u-font-regular-CIB-16,
.u-font-light-CIB-16 {
    font-size: 1.6rem;
}

.u-font-bold-15,
.u-font-medium-15,
.u-font-regular-15,
.u-font-light-15,
.u-font-bold-CIB-15,
.u-font-medium-CIB-15,
.u-font-regular-CIB-15,
.u-font-light-CIB-15 {
    font-size: 1.5rem;
}

.u-font-bold-14,
.u-font-medium-14,
.u-font-regular-14,
.u-font-light-14,
.u-font-bold-CIB-14,
.u-font-medium-CIB-14,
.u-font-regular-CIB-14,
.u-font-light-CIB-14 {
    font-size: 1.4rem;
}

.u-font-bold-13,
.u-font-medium-13,
.u-font-regular-13,
.u-font-light-13,
.u-font-bold-CIB-13,
.u-font-medium-CIB-13,
.u-font-regular-CIB-13,
.u-font-light-CIB-13 {
    font-size: 1.3rem;
}

.u-font-bold-12,
.u-font-medium-12,
.u-font-regular-12,
.u-font-light-12,
.u-font-bold-CIB-12,
.u-font-medium-CIB-12,
.u-font-regular-CIB-12,
.u-font-light-CIB-12 {
    font-size: 1.2rem;
}

.u-font-bold-11,
.u-font-medium-11,
.u-font-regular-11,
.u-font-light-11,
.u-font-bold-CIB-11,
.u-font-medium-CIB-11,
.u-font-regular-CIB-11,
.u-font-light-CIB-11 {
    font-size: 1.1rem;
}

.u-font-bold-10,
.u-font-medium-10,
.u-font-regular-10,
.u-font-light-10,
.u-font-bold-CIB-10,
.u-font-medium-CIB-10,
.u-font-regular-CIB-10,
.u-font-light-CIB-10 {
    font-size: 1rem;
}

.u-dots-p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-dots-p-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-border-1-black {
    border: 1px solid #2C2A29;
    border-radius: 2px;
}

.u-border-1-black:hover,
.u-border-1-black .active {
    border: 1px solid #FDDA24;
}

.u-border-1-yellow {
    border: 1px solid #FDDA24;
}

.u-p-10 {
    padding: 10rem;
}

.u-btn {
    padding: 10px 105px;
    border-radius: 100px;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: 300ms;
}

.u-btn-yellow {
    background: #FDDA24;
}

.u-btn-gray {
    background: #e5e2dd;
    color: #777;
}

.u-btn-gray:hover,
.u-btn-gray .active {
    background-color: #FDDA24;
    color: #292929;
}

body {
    font-size: 16px;
}

.menu-cards__father-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.menu-cards__childrens {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 37.5em) {
    .menu-cards__childrens {
        flex-direction: column;
    }
}

.menu-cards__child {
    width: 50%;
    height: 23rem;
    padding: 2rem 3rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
}

@media (max-width: 37.5em) {
    .menu-cards__child {
        width: 100%;
    }
}

.menu-cards__child-icons {
    display: flex;
}

.menu-cards__p-10 {
    padding: 10rem;
}

@media (max-width: 37.5em) {
    .menu-cards__p-10 {
        padding: 5rem 0rem;
    }
}

.ico-calendar {
    background: #FDDA24 url('../img/ico-calendar.svg') no-repeat center;
    background-size: 24px;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 23px;
    margin-right: 15px;
}

.ico-clock {
    background: #FDDA24 url('../img/clock.svg') no-repeat center;
    background-size: 24px;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 23px;
    margin-right: 15px;
}

.ico-right {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/ico-right.svg') no-repeat center;
    float: right;
    margin-top: 10px;
}

.ico-right-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/ico-right-arrow.svg') no-repeat center;
    background-size: contain;
}

.panel-shadow {
    box-shadow: 2px 2px 15px #ccc;
    padding: 30px 40px;
    margin-bottom: 15px;
    min-height: 240px;
    text-align: left;
}

.panel-shadow .title-box {
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 1;
}

.panel-shadow .title-box a {
    display: block;
}

.panel-shadow label {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
}

.panel-shadow p {
    font-size: 14px;
    color: #292929;
}

.qflow-title1 {
    font-size: 28px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 40px;
}

.sub-description {
    color: #292929;
    font-size: 16px;
}

.sub-description a {
    font-weight: 600;
    text-decoration: underline;
}