@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

.backgroundImage {
    background-image: url("../img/FARIAS.bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

.addressText {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: white;
    direction: ltr;
    line-height: 1.5;
}

.cookies:hover {
    color: #8a8e92 !important;
}

.cookies {
    text-align: center;
    color: white;
    line-height: 1.3;
    font-size: 14px;
    text-decoration: None !important;
}

.font-small {
    font-size: 12px;
}

.formFlex {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding: 32px;
    box-sizing: border-box;
    height: 100%;
}

img {
    max-width: 100%;
}

.formContainer {
    text-align: center;
    max-width: 100%;
    direction: ltr;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20.5%;
}

.topButtonContainer {
    margin: 3%;
    justify-content: center;
    display: flex;
}

.buttonContainer {
    margin-top: 48px;
}

.btn-secondary {
    background-color: #007e86 !important;
    width: 380px !important;
    min-height: 50px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}

.btn-danger {
    background-color: #DE0520 !important;
    height: 40px !important;
    align-items: center !important;
    width: 100%;
}

.col-3 {
    margin-top: 1em !important;
}

.col {
    margin-top: 1em !important;
}

.btn {
    border-radius: 20px !important;
    border-width: 0px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    border-radius: 20px !important;
    border-width: 0px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    padding: 0 16px !important;
    justify-content: center !important;
    font-size: 12px !important;
}

.center {
    text-align: center;
}

.contact {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 2.5rem;
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.text-align-left {
    text-align: left;
}

.pageTitle {
    direction: ltr;
    line-height: 1;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: var(--font-bold);
}