

/* FONTS HEADER SECTION */

/* Header */
.text-jumbotron {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 93%;
    height: 500px;
    margin: 7px 0 7px 6.3%;
    padding: 2rem 3rem;
    background-image: url('https://lh3.googleusercontent.com/HlbnJmSX9lPKAzw3PIgcWlotRXK1gKby51ni9mjugFHiOuDQSCNKXP6hQWW053Z_SpyIoD-J-XPCCGB03IrdCmC7NkzLQgJgNUXv10BIW99PWRZjtRI=w2400-rj');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.text-jumbotron h2 {
    font-size: 5rem;
}

.text-jumbotron p {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
}


/* MAIN */
main {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    padding: 7rem 9rem 1rem 16rem;
}

main p {
    line-height: 2.3;
}
main ul {
    width: 100%;
    height: 8rem;
    line-height: 2.5;
    margin-bottom: 5rem;
}
main ul li::before {
    background-image: url('https://m3.material.io/static/assets/list-bullet-dark.svg');
    content: "";
    display: inline-block;
    top: 8px;
    width: 8px;
    height: 8px;
    margin-right: 0.7rem;
    transform: rotate(calc(var(--rotation) * 36deg));
}


main section.use-case .text-image{
    width: 100%;
    height: 70%;
    border-radius: 20px;
}
main .img-description {
    margin-top: 1.2rem;
    margin-left: 1rem;
    line-height: 1.7;
    font-size: 0.9rem;
}


main section.context .brief-history {
    margin-bottom: 5rem;
    line-height: 2.3;
}
main h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
}


main h4 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
}


main section.text-styles {
    margin: 0 0 4rem;
}
main section.text-styles h4 {
    margin: 2rem 0 1rem 0;
}
main section.text-styles p {
    margin: 0 0 2rem 0;
}
main section.text-styles .table-wrapper {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #444746;
}
main section.text-styles table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 0.9rem;
}
main section.text-styles table thead th {
    background-color: #28292a;
    color: #b8bbb9;
}
main section.text-styles table tbody {
    color: #e3e3e3;
}
main section.text-styles table th, td {
    padding: 15px;
    border: 0.5px solid #444746;
}


main section.examples .columns-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 5rem;
}
main section.examples .column-two {
    width: 60%;
}
main section.examples .column-one {
    width: 40%;
    margin-bottom: 2rem;
}

main section.examples .column-two img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

main button {
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: 'Plus Jakarta Sans', Verdana, Geneva, Tahoma, sans-serif;
}
.container-cta {
    height: 8rem !important;
    background-color: #28292a;
    padding: 0px 20px 0.5rem 2rem;
    text-align: left;
    border-radius: 24px;
    justify-content: center;
    color: #fff;
    margin-top: 0rem;
    width: 100% !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.container-cta:hover {
    background-color: #1b5e84;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.container-cta .text {
    flex: 1;
    height: 50%;
}

.container-cta .icon {
    align-items: start;
    height: 50%;
}

.container-cta .icon span {
    font-size: 2rem;
}

.container-cta .text h4 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

/* SVG's dividers */

.footer-divider {
    width: 100%;
}

/* Footer */

footer {
    width: 85%;
    margin: 2rem 5rem 9rem 9.3%;
}

footer .main-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 2.5rem 0;
}

footer .main-footer .links {
    justify-content: space-evenly;
    height: 10rem;
}

footer .main-footer .description {
    line-height: 1.7;
    margin-bottom: 2rem;
}

footer .main-footer .description span {
    font-size: 2rem;
}

footer .main-footer .description p {
    font-weight: lighter;
}

footer .main-footer .links {
    display: flex;
    flex-flow: row nowrap;
}

footer .main-footer .links .column {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

footer .main-footer .links .column h6 {
    font-size: 0.8rem;
}

footer .main-footer .links .column span {
    display: block;
    color: #a6c5f8;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
}

footer .main-footer .links .column span:hover {
    color: #fbfdff;
}

footer .legal-footer a {
    color: #fff;
    margin-right: 3rem;
    font-size: 0.98rem;
}

footer .legal-footer a:not(.page-name):hover {
    text-decoration: underline;
}

footer .legal-footer a:first-child {
    font-size: 1.2rem;
    font-weight: bolder;
}