:root {
    --primary: rgba(31, 73, 155, 1);
    --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;
    text-align: center;
    font-weight: unset;
    line-height: unset;
    color: var(--primary);
}

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

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

#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: 40px;
    line-height: 57px;
    text-align: left;
}

#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 !important;
    margin: 7px 7px;
    text-align: center;
}

.modal-body {
    color: #444;
}

.modal-body p {
    text-align: left;
    color: #444;
}

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

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: 90%;
    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);
    background-color: transparent;
}

#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;
}

#image-back {
    height: 805px;
    width: 100%;
    max-width: 100vw;
    background-image: url('/images/banners/footer_image.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

#image-back>footer:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
    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;
}

.gradientBox.products {
    cursor: pointer;
}

html body div#image-back footer div.container div.moduletable div.custom p a {
    color: var(--lightColor);
    text-decoration: none;
}

#whatsapp {
    position: fixed;
    right: 10px;
    bottom: 80px;
}

.form-group {
    text-align: left;
    color: var(--paragraphColor);
    display: flex;
    flex-direction: column;
}

.modal-header {
    background-color: var(--gradientLight);
    color: var(--lightColor);
}

.modal-content {
    border-radius: 1.7rem;
}

.modal-header {
    border-top-left-radius: calc(1.7rem - 1px);
    border-top-right-radius: calc(1.7rem - 1px);
}

.modal-title {
    width: 100%;
    text-align: center;
}

.modal-footer {
    justify-content: center;
}

@media (max-width: 500px) {
    .girdBox {
        width: auto;
        flex-direction: column;
        align-items: center;
    }
    #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;
        align-items: center;
    }
    td {
        width: 85vw !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;
    }
    #image-back footer div.container div.moduletable div.custom p {
        font-size: 11px;
    }
    button.gradientBox:nth-child(2) {
        width: 300px;
    }
    div.moduletable:nth-child(2)>div:nth-child(2)>table:nth-child(2)>tbody:nth-child(1)>tr:nth-child(2)>td:nth-child(1)>img:nth-child(2) {
        margin-top: 70px;
        margin-bottom: 0px;
    }
    html body.iti-mobile div#banner div button.gradientBox.inverted {
        width: 300px !important;
    }
    #banner {
        background-color: unset;
        color: unset;
        border-bottom: 3px solid;
        border-top: 3px solid;
    }
}