body {
    font-family: "Gotham";
    background-color: #FFF !important;
}

.header::before {
    content: ' ';
    display: block;
    width: 300px;
    height: 200px;
    background: #c8080e;
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 0, 100px 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Container */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media(min-width: 1200px) and (max-width: 1399px) {
    .container { width: 100%; max-width: 98%; }
}
@media(min-width: 1400px) {
    .container { max-width: 1350px; }
}

/* Animações */
.animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
}
.slideIn {
    animation-name: slideIn;
    -webkit-animation-name: slideIn;
}
@keyframes slideIn {
    0% { transform: translateY(1rem); opacity: 0; }
    100% { transform: translateY(0rem); opacity: 1; }
    0% { transform: translateY(1rem); opacity: 0; }
}
@-webkit-keyframes slideIn {
    0% { -webkit-transform: translateY(1rem); -webkit-opacity: 0; }
    100% { -webkit-transform: translateY(0); -webkit-opacity: 1; }
    0% { -webkit-transform: translateY(1rem); -webkit-opacity: 0; }
}

/* Input Autocomplete Transparente */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/* Remove sombra de todos os Inputs */
input:focus {
    box-shadow: none!important;
}

/* Título de Seção */
.section-title {
    position: relative;
    font-family: "Gotham";
    font-weight: bold;
    font-size: 2.4rem;
    color: #404040;
    text-align: center;
    width: 50%;
    margin: 1rem auto 5rem auto;
    line-height: 2.5rem;
}
.section-title span {
    color:#c8080e;
}

/* Subtítulo de Seção */
.section-subtitle {
    position: relative;
    font-family: "Gotham";
    font-weight: 500;
    font-size: 1.125rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2rem;
}

/* Botão Padrão */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}
.btn:hover,
.btn:focus {
    box-shadow: none;
}

/* Botão Verde */
.btn-consorcios {
    font-family: "Gotham";
    font-weight: 500;
    font-size: 1.125rem;
    background-color: #c8080e;
    border-color: #c8080e;
    color: #ffffff;
    height: 56px;
    max-width: 480px;
    border-radius: 1.75rem;
}
.btn-consorcios:hover,
.btn-consorcios:focus {
    background-color: #ad0f0a;
    border-color: #ad0f0a;
    color: #ffffff;
}

/* Scrollbar Horizontal */
.scrollbar-h {
    background-color: #e3e3e3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(2rem + 2px);
    width: 100%;
    height: 7px;
    z-index: -10;
}
@media(min-width: 576px) {
    .scrollbar-h {
        max-width: 540px;
        margin: 0 auto;
    }
}
@media(min-width: 768px) {
    .scrollbar-h {
        max-width: 720px;
    }
}
@media(min-width: 992px) {
    .scrollbar-h {
        max-width: 960px;
    }
}
@media(min-width: 1200px) {
    .scrollbar-h {
        display: none;
    }
}

/* Botões Flutuantes */
.buttons-floating {
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.buttons-floating a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}
.buttons-floating a.btn-arrow-up {
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #ad0f0a;
    box-shadow: 0px 0px 7px 1px rgba(123, 123, 123, 0.5);
}
.buttons-floating a.btn-whatsapp {
    width: 52px;
    height: 52px;
    color: #FFFFFF;
    background-color: #67d449;
}
.buttons-floating a.btn-whatsapp i {
    font-size: 1.75rem;
}
@media(min-width: 1600px) {
    .buttons-floating {
        bottom: 16px;
        right: 16px;
    }
}

/* Modal */
.modal .modal-content .modal-header .btn-close {
    right: 0.75rem;
}
.modal .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

/* Navbar */
.navbar {
    height: 100px;
    background-color: #FFFFFF;
}
.navbar .navbar-brand {
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translateX(-50%);
    z-index: 2;
}
.navbar .navbar-collapse .nav-item .nav-link {
    font-family: "Gotham";
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin: 0.75rem 0;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #c8080e;
}
@media(min-width: 576px) {
    .navbar .navbar-collapse .navbar-nav {
        max-width: 540px;
        margin: 0 auto;
    }
}
@media(min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav {
        max-width: 720px;
    }
}
@media(min-width: 992px) {
    .navbar {
        height: 130px;
    }
    .navbar .navbar-brand {
        position: initial;
        left: auto;
        width: auto;
        transform: initial;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }
    .navbar .navbar-collapse .navbar-nav {
        max-width: 100%;
        margin: 0 0 0 auto;
        align-items: flex-end;
    }
    .navbar .navbar-collapse .nav-item .nav-link {
        margin: 0 0.5rem;
    }
}
@media(min-width: 1200px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        margin: 0 1.5rem;
    }
}
@media(max-width: 991px) {
    .header::before {
        width: 120px;
        height: 100px;
        clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 0, 30px 0);
    }
    /* Navbar Collapse */
    .navbar .navbar-collapse {
        position: fixed;
        z-index: 1020;
        top: 100px;
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 5px 0.5px rgba(122, 122, 122, 0.7);
    }
    .navbar .navbar-collapse.collapsing {
        transition: height .3s ease-out;
    }
    .navbar .navbar-collapse .navbar-nav {
        padding: 1.5rem 1rem;
    }
    /* Navbar Menu Hamburger */
    .navbar .navbar-toggler {
        position: relative;
        cursor: pointer;
        width: 28px;
        height: 21px;
        padding: 0;
        border: 0;
        box-shadow: none;
        background-color: transparent;
        z-index: 2;
        margin: 30px 0 0 20px;
    }
    .navbar .navbar-toggler span {
        display: block;
        position: absolute;
        width: 28px;
        height: 3px;
        border-radius: 5px;
        background-color: #FFF;
        -webkit-transition: -webkit-transform 0.3s;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .navbar .navbar-toggler span:nth-child(1) { top: 0px; }
    .navbar .navbar-toggler span:nth-child(2) { top: 9px; }
    .navbar .navbar-toggler span:nth-child(3) { top: 18px; }
    .navbar .navbar-toggler.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 9px;
    }
    .navbar .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }
    .navbar .navbar-toggler.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 9px;
    }
}
@media(max-width: 1200px) {
    .header::before {
        width: 120px;
        height: 140px;
        clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 0, 30px 0);
    }
}

/* Footer */
.footer {
    padding-top: 3rem;
    background-color: #232323;
}
.footer span {
    font-family: "Gotham";
    font-weight: bold;
    font-size: 1.125rem;
    color: #FFFFFF;
}
.footer .entities {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.footer .entities div:nth-child(1) {
    flex-basis: 33%;
}
.footer .entities div:nth-child(2) {
    flex-basis: 32%;
}
.footer .entities div:nth-child(3) {
    flex-basis: 19%;
}
@media(min-width: 576px) {
    .footer .entities {
        gap: 2rem;
    }
}
@media(min-width: 992px) {
    .footer .entities {
        max-width: 720px;
        margin: 0 auto;
    }
    .footer .entities > * {
        flex-basis: inherit!important;
    }
}

/* Footer Copyright */
.footer .footer-copyright {
    background-color: #303030;
    margin-top: 3rem;
    padding: 1.125rem 0;
}
.footer .footer-copyright span {
    font-family: "Gotham";
    font-size: 0.875rem;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.25;
}
.footer .footer-copyright .developed-by span {
    color: #e8e8e8;
    margin-top: 0.25rem;
}
@media(min-width: 1200px) {
    .footer .footer-copyright .copyright {
        margin: 0 auto;
        max-width: 980px;
        text-align: center;
    }
    .footer .footer-copyright .copyright span:nth-child(2)::before {
        content: "-";
    }
}

/* Footer Icone Redes Sociais */
.footer .socials .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
}
.footer .socials .icone:hover::before {
    animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    -webkit-animation: toBottomFromTop 0.4s forwards;
}
.footer .socials .icone-facebook::before {
    content: "";
    background-image: url("../images/icones/icone-facebook.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
}
.footer .socials .icone-instagram::before {
    content: "";
    background-image: url("../images/icones/icone-instagram.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
@-webkit-keyframes toBottomFromTop {
    49% { -webkit-transform: translateY(100%); }
    50% { opacity: 0; -webkit-transform: translateY(-100%); }
    51% { opacity: 1; }
}
@-moz-keyframes toBottomFromTop {
    49% { -moz-transform: translateY(100%); }
    50% { opacity: 0; -moz-transform: translateY(-100%); }
    51% { opacity: 1; }
}
@keyframes toBottomFromTop {
    49% { transform: translateY(100%); }
    50% { opacity: 0; transform: translateY(-100%); }
    51% { opacity: 1; }
}