:root {
    --primary: rgba(31, 73, 155, 1);
    --circle: rgba(0, 0, 0, .5);
    --primaryTransparent: rgba(31, 73, 155, .79);
    --lightColorTransparent: rgba(255, 255, 255, .9);
    --lightColor: rgba(255, 255, 255, 1);
    --gradientDark: rgba(31, 73, 155, 1);
    --gradientLight: rgba(104, 151, 228, 1);
    --paragraphColor: rgba(46, 73, 83, 1);
}

html {
    font-family: 'Open Sans', sans-serif;
    color: var(--primary);
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: unset;
    line-height: unset;
    color: var(--primary);
}

p {
    font-size: 19px;
    margin-bottom: 0;
}

.container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

html body div#content div.container div.colums div.col-left div.item-page div.page-header h2 {
    text-align: center;
}

#header {
    height: 805px;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

#top-header {
    width: 100%;
    max-width: 100vw;
    height: 99px;
    background-color: var(--lightColorTransparent);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#logo {
    margin: 0 0 0 71px;
    width: 238px;
    display: flex;
    align-items: center;
}

#menu {
    margin: 0 49px 0 0;
    display: flex;
    align-items: center;
}

#menu .moduletable .custom p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 247px;
    font-size: 18px;
}

#hero {
    height: 805px;
    width: 100%;
    max-width: 100vw;
    background-image: url('/images/banners/banner1.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

#hero-title {
    margin-left: 90px;
    color: var(--lightColor);
    font-size: 20px;
    text-align: left;
    width: 595px;
}

#hero-circel {
    border-radius: 300px;
    width: 300px;
    height: 300px;
    background-color: var(--circle);
    color: var(--lightColor);
}

#hero-circel div.moduletable h3 {
    color: var(--lightColor);
    margin-top: 33px;
}

#top-header>div:nth-child(1) {
    height: 100%;
}

h4, h3, h2 {
    font-weight: bold;
}

h3 {
    margin-top: 70px;
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--primary);
}

.girdBox {
    width: 1182px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.gradientBox {
    background: var(--gradientDark);
    background: linear-gradient(180deg, var(--gradientDark) 0%, var(--gradientLight) 100%);
    border-radius: 30px;
    margin: 7px 7px;
    text-align: center;
}

html body div#content div.container div.colums div.col-left div.item-page div p {
    color: var(--paragraphColor);
}

.inverted {
    background: linear-gradient(0deg, var(--gradientDark) 0%, var(--gradientLight) 100%);
}

html body div#content div.container div.colums div.col-left div.item-page div.page-header h2 {
    margin-bottom: 20px;
}

h4 {
    text-align: center;
    color: var(--lightColor);
    font-size: 28px;
    margin-top: 30px;
    height: 77px;
    padding: 0 10px;
}

.gradientBox img {
    margin-top: 20px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.gradientBox p {
    width: 310px;
    margin: 0 auto;
    color: var(--lightColor);
    margin-bottom: 30px;
}

#banner {
    margin-top: 70px;
    width: 100%;
    max-width: 100vw;
    height: 232px;
    background-color: var(--gradientLight);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--lightColor);
}

button {
    border: none;
    border-radius: 17px !important;
    font-size: 23px;
    color: var(--lightColor);
}

#info-banner {
    text-align: center;
    font-size: 42px;
}

.vl {
    height: 138px;
    border: 1px solid var(--lightColor);
    margin: 0 40px;
}

footer {
    position: absolute;
    height: 64px;
    width: 100%;
    max-width: 100vw;
    background-color: var(--primaryTransparent);
    bottom: 0;
    display: flex;
    align-items: center;
}

footer .container .moduletable .custom p a {
    text-decoration: none;
    color: var(--lightColor);
}

#content {
    margin-top: 50px;
}

#image-back {
    height: 100px;
    width: 100%;
    max-width: 100vw;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

html body div#image-back footer div.container div.moduletable {
    width: 100%;
    color: var(--lightColor);
}

div.moduletable:nth-child(2)>div:nth-child(2)>p:nth-child(1) {
    color: var(--paragraphColor);
}

#image-back>footer:nth-child(2)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>p:nth-child(1) {
    font-size: 17px;
}

td {
    cursor: pointer;
}

html body.modal-open div#formModal.modal.fade.show div.modal-dialog div.modal-content div.modal-header button.close span {
    color: var(--primary);
}

@media (max-width: 500px) {
    #logo {
        margin: 0;
    }
    #logo .moduletable .custom p a img {
        width: 140px;
    }
    #hero-title {
        width: 100%;
        margin-left: 13px;
        margin-right: 13px;
    }
    tr {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100vw;
    }
    td {
        width: 100vw !important;
        height: auto !important;
    }
    .gradientBox {
        margin: 7px 0;
    }
    table {
        border-spacing: unset !important;
        border-collapse: unset !important;
        width: 100vw !important;
    }
    #content {
        width: 100vw !important;
    }
    #banner {
        flex-direction: column;
        height: auto;
        padding: 23px 0;
    }
    .vl {
        display: none;
    }
    #menu .moduletable .custom p {
        flex-direction: column;
        align-items: end;
        font-size: 15px;
        width: auto;
        white-space: nowrap;
    }
    #menu .moduletable .custom p img {
        display: none;
    }
    .modal {
        width: 100vw;
    }
    #menu {
        width: auto;
        margin: 0;
    }
    #info-banner {
        font-size: 29px;
    }
    #hero-circel {
        display: none;
    }
    #image-back footer div.container div.moduletable div.custom p {
        font-size: 11px;
    }
}