@font-face {
    font-family: commissioner;
    src: url('/../fonts/Commissioner-Regular.ttf');
}

@font-face {
    font-family: commissioner-light;
    src: url('/../fonts/Commissioner-Light.ttf');
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 224px;
}
body {
    color: #000000
}

#alerts-container .alert button {
    background-color: transparent;
    color: #000000;
    width: auto;
}

#alerts-container .alert {
    border-radius: 5px;
    position: fixed;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 1110px;
}

#alerts-container .alert.alert-info {
    background-color: #22546e;
    border-color: #122c3a;
    color: #000 !important;
}

#alerts-container.shared-alerts-container {
    margin: 0 auto;
    width: 60%;
}

#alerts-container.within-alerts-container {
    margin-top: 0;
}

.main-container {
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: commissioner !important;
}

.copyright-div {
    width: 1110px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto;
    background-color: white;
}

.copyright-div > span {
    line-height: 40px;
}

.navbar-container {
    position: sticky;
    top:0;
    background-image: url('/../images/white.png');
    background-position: bottom;
    width: 100%;
    height: 224px;
    z-index: 10;
}

.navbar {
    width: 1110px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
}

.navbar-light .navbar-brand{
    margin-bottom: 100px;
    margin-right: 0;
    width: 200px;
    font-size: 26px;
    color: #4fa1b0;
    padding: 0;
}

.navbar-light .navbar-brand:hover{
    color: #122c3a;
}

.navbar-light .navbar-brand:nth-child(1),
.navbar-light .navbar-brand:nth-child(4){
    text-align: left;
}
.navbar-light .navbar-brand:nth-child(2)
.navbar-light .navbar-brand:nth-child(5){
    text-align: right;
}


.logo {
    width: 150px;
    height: 150px;
    margin: 0 80px;
}
.navbar-light .btn{
    display: none;
}


.crowdting {
    height: auto;
    margin-top: -224px;
    background-color: #4fa1b0;
    background-repeat: no-repeat;
    background-image: url('/../images/turquoise_yellow.png');
    background-position: bottom;
    text-align:center;
}

.crowdting-content {
    padding-top: 224px;
    padding-bottom: 200px;
    display: grid;
    grid-template-rows: 112px auto 60px auto 70px auto;
}

.crowdting-content h1 {
    font-size: 30px;
    grid-row: 2;
    grid-column: 1;
    margin: 0;
    line-height: 36px;
}

.crowdting h2 {
    font-size: 24px;
    grid-row: 4;
    grid-column: 1;
    margin: 0;
    line-height: 30px;
}

.crowdting div {
    grid-row: 6;
    grid-column: 1;
}

.crowdting div img{
    width: 974px;
    height: auto;
    text-align: center;
    box-shadow: 0 0 15px 10px black;
}

.functionalities {
    height: auto;
    background-color: #f6c25d;
    background-repeat: no-repeat;
    background-image: url('/../images/yellow_blue.png');
    background-position: bottom;
}

.functionalities-content {
    width: 1110px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 112px;
    padding-bottom: 156px;
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 480px 480px;
    grid-row-gap: 60px;
    grid-column-gap: 150px;
}

.functionalities-content h1 {
    grid-row: 1;
    grid-column: span 2;
    text-transform: uppercase;
    font-size: 30px;
    align-self: center;
    text-align:center;
    color: #4fa1b0;
}

.functionality .row {
    position: relative;
    margin: 2% 0 0 0;
}

.functionality .row .title{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    width: 345px;
    line-height : 36px;
}

.functionality .description{
    margin-top: 30px;
    font-size: 24px;
    line-height : 30px;
    font-family: commissioner-light;
}

.functionality .row .icon {
    margin-right: 60px;
}

.functionality .row .icon > img {
    width: 75px;
    height: 75px;
}

.functionalities-content .last-functionality {
    grid-row: 4;
    grid-column: span 2;
    margin: 0 315px;
}

.systems {
    height: auto;
    background-color: #22546e;
    background-repeat: no-repeat;
    background-image: url('/../images/blue_turquoise.png');
    background-position: bottom;
}

.systems-content {
    width: 1110px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 112px;
    padding-bottom: 192px;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, 330px);
    grid-row-gap: 60px;
    grid-column-gap: 60px;
}

.systems-content h1 {
    margin: 0;
    grid-row: 1;
    grid-column: span 3;
    text-transform: uppercase;
    font-size: 30px;
    align-self: center;
    text-align:center;
    color: #f6c25d;
}

.system {
    grid-row: 2;
    text-align: center;
    margin-bottom: 10px;
}

.system img {
    width: 330px;
    height: 330px;
    box-shadow: 0 0 15px 10px black;
    cursor: pointer;
}

.system img:hover {
    box-shadow: 0 0 15px 10px slategrey;
}

.system .label {
    font-size: 30px;
    margin-bottom: 70px;
}

.system-features-block {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, 330px);
    grid-row-gap: 30px;
    grid-column-gap: 60px;
}

.system-feature .row {
    position: relative;
    margin: 0;
}

.system-feature .row .title{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    line-height: 30px;
    width: 240px;
}

.system-feature .description{
    margin-top: 30px;
    font-size: 20px;
    font-family: commissioner-light;
    line-height: 24px;
    visibility: hidden;
    color: black;
}

.system-feature .row .icon {
    margin-right: 30px;

}

.system-feature .row .icon > img {
    width: 60px;
    height: 60px;
}

.form-container {
    height: auto;
    background-color: #4fa1b0;
}

.contact-form form {
    display: grid;
    width: 1110px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 112px 0;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 480px 480px;
    grid-row-gap: 60px;
    grid-column-gap: 150px;
}

.contact-form form h1 {
    margin: 0;
    grid-row: 1;
    grid-column: span 2;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #122c3a;
}

.message {
    grid-row: 4;
    grid-column: span 2;
}

.contact-form form .form-group {
    margin: 0;
}

.contact-form form .form-group input {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border-width: 0;
    border-radius: 1px;
    background-color: #22546e;
    box-shadow: 0 0 10px 2px black;
    font-size: 18px;
    padding: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.contact-form form .form-group textarea{
    margin-top: 30px;
    width: 100%;
    height: 224px;
    border-width: 0;
    border-radius: 1px;
    background-color: #22546e;
    box-shadow: 0 0 10px 2px black;
    font-size: 18px;
    padding: 10px;
}

.contact-form form .form-group label {
    font-size: 24px;
    margin: 0;
    height: 28px;
}

#captcha {
    grid-row: 5;
    grid-column: span 2;
}

.contact-form form .form-group button {
    width: 188px;
    height: 60px;
    background-color: #22546e;
    padding-top: 9px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 1px;
    box-shadow: 0 0 10px 2px black;
    color: #000000;
}

#invalid-email-message {
    margin-bottom: -20px;
}

.legal-link {
    color: #4fa1b0;
}

.form-group.website-url {
    display: none;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.contact-form textarea:invalid.invalid-textarea,
.contact-form input[type=email]:invalid.invalid-input,
.contact-form input[type=text]:invalid.invalid-input {
    border-radius: 1px;
    border: 2px solid #e20820;
    color: #999999;
    outline: none;
    font-style: italic;
    box-shadow: none;
}


/* TREATMENT MODAL CONTACT CUSTOMERS */
.data-treatment-customers-modal.show-layer,
.data-treatment-customers-overlay.show-layer {
    display: block;

}

.data-treatment-customers-modal.show-layer {
    max-height: 85vh;
    overflow-y: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.data-treatment-customers-modal.show-layer::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.data-treatment-customers-modal.hide-layer,
.data-treatment-customers-overlay.hide-layer {
    display: none;
}

.data-treatment-customers-overlay {
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 102%;
    background-color: #000;;
    opacity: .5;
    z-index: 51;
}

.data-treatment-customers-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1110px;
    background-color: #f6c25d;
    z-index: 52;
    transform: translate(-50%,-50%);
    line-height: 24px;
    font-size: 18px;
    font-family: commissioner-light;
}

.data-treatment-customers-modal .data-treatment-customers-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.data-treatment-customers-modal .data-treatment-customers-content ul {
    padding-left: 20px;
}

.data-treatment-customers-modal .data-treatment-customers-content p {
    margin-bottom: 0px
}

.data-treatment-customers-modal .data-treatment-customers-content b {
    font-family: commissioner;
}

.data-treatment-customers-modal .data-treatment-customers-content span {
    text-align: justify;
    word-wrap: break-word;
}

.data-treatment-customers-modal .data-treatment-customers-content {
    padding: 60px;
}

.data-treatment-customers-content .btn-contact {
    margin: 30px auto 0 auto;
    width: 375px;
}
.data-treatment-customers-content .btn-contact .btn {
    width: 130px;
    height: 40px;
    background-color: #22546e;
    font-size: 18px;
    font-family: commissioner;
    text-transform: uppercase;
    border-radius: 1px;
    box-shadow: 0 0 10px 2px black;
    color: #000000;
}

.show-blur {
    filter: blur(2px);
}

.language-selector {
    text-align: center;
}

.btn.text-center.dropdown-toggle {
    font-size: 18px;
    padding: 0;
}

.dropdown-menu.show {
    display: flex;
    left: -100% !important;
}

.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
    border: none !important;
    content: url('/../images/drop.png');
    display: contents;
}

.legal-warn-container {
    height: auto;
    margin-top: -224px;
    padding-top: 224px;
    background-color: #4fa1b0;
}

.legal-warn-content {
    width: 1110px;
    margin: 0 auto;
    padding: 112px 0 60px 0;
    font-family: commissioner;
    line-height: 24px;
    font-size: 18px;
}

.legal-warn-content .title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.br-sm {
    content: '';
}

.br-sm:after {
    content: ' ';
}
