.whatsappFixed-frm {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 101;
    width: 50px;
}
.whatsappFixed-frm a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #ffffff;
    transition: all 200ms linear;
}
.whatsappFixed-frm a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: rgba(255, 255, 255, 1);
}
.whatsappFixed-frm a.whatsappFixed {
    background-color: rgba(39, 197, 0, 1);
}
.whatsappFixed-frm a.whatsappFixed:hover {
    background-color: rgba(33, 169, 0, 1);
}

.footer-container:nth-child(1) {
    padding: 120px 0 80px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-content:nth-child(1) {
    max-width: 393px;
    width: 100%;
    gap: 32px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-logo .titulo-logo {
    font-family: "Baloo Bhai 2", sans-serif;
    color: #cfcfcf;
    font-size: 19px;
    margin: 0;
    font-style: normal;
    line-height: normal;
}
.footer-logo img {
    width: 46px;
}
.footer-content p {
    color: #CFCFCF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    margin: 0;
}
.footer-rs {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer-content h1 {
    color: #CFCFCF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: unset;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-menu-link,
.footer-text {
    color: #CFCFCF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}
a.footer-menu-link:hover {
    color: #F26803;
}
.footer-text-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-form form {
    display: flex;
}
.footer-form-input {
    padding: 22px 28px;
    border-bottom: 1px solid #F26803;
    background: rgba(255, 236, 224, 0.08);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 8px 0 0 8px;
}
.footer-form-input::placeholder {
    color: #CFCFCF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}
button.footer-submit-button {
    border: none;
    padding: 20px 32px;
    border-radius: 0px 8px 8px 0px;
    background: #F26803;
    color: #180020;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.8px;
}
.footer-content-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy,
.termos-politica {
    color: #CFCFCF;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
.termos-politica {
    display: flex;
    align-items: center;
    gap: 46px;
}
.footer-divider {
    height: 1px;
    opacity: 0.1;
    background: #D9D9D9;
}
.footer-container-copy {
    padding: 24px 0;
}

@media screen and (max-width: 900px) {
    .footer-container:nth-child(1) {
        flex-direction: column;
        gap: 40px;
    }
}