@font-face {
    font-family: 'Gilroy H';
    src: url('../fonts/Gilroy-Heavy.ttf') format('opentype');
}
@font-face {
    font-family: 'Gilroy B';
    src: url('../fonts/Gilroy-Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'Gilroy SB';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('opentype');
}
@font-face {
    font-family: 'Gilroy R';
    src: url('../fonts/Gilroy-Regular.ttf') format('opentype');
}
@font-face {
    font-family: 'Gilroy RI';
    src: url('../fonts/Gilroy-RegularItalic.ttf') format('opentype');
}
@font-face {
    font-family: 'Gilroy M';
    src: url('../fonts/Gilroy-Medium.ttf') format('opentype');
}
body {
    margin: 0;
    font-family: "Gilroy M", sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #202020;
    line-height: 22px;
    background: #F6F6F6;
}

hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.conteudo p {
    margin-bottom: 2rem;    
}
.conteudo ul {
    padding-left: 1rem;
}
.conteudo li {
    margin-bottom: 0.6rem;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #ab1010 !important;
}
.wpcf7 form {
    transition: all .3s;
    position: relative;
}
.wpcf7 form.submitting {
    opacity: 0.5;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 form.submitting::after {
    width: 48px;
    height: 48px;
    border: 5px solid #ab1010;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    z-index: 2;
    top: calc(50% - 48px);
    left: calc(50% - 24px);
    content: '';
}

.btn-contato {
    background-color: #F69743;
    text-decoration: none;
    color: #FFFFFF;
    padding: 20px 45px;
    transition: all .3s;
    border-radius: 80px;
    border: none;
    width: fit-content;
    display: inline-block;
    height: fit-content;
    font-family: 'Gilroy R';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
}
.btn-contato svg path {
    transition: all .3s;
}
.btn-contato:hover {
    background-color: #f88622;
    color: #FFF;
}

.btn-ver-todos {
    color: #202020;
    font-family: 'Gilroy M';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-decoration: none;
    
    &:hover {
        color: #202020;
    }
}

.box-img img {
    max-width: 100%;
}

header .box-h {
    background: #2C2C2C;
    padding-top: 48px;
}
header .nav-header {
    padding: 22px 30px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .nav-header .menu-itens ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
}
header .nav-header .menu-itens ul li {
    margin-right: 32px;
}
header .nav-header .menu-itens ul li:last-child {
    margin-right: 0;
}
header .nav-header .menu-itens a {
    color: #0A0A0A;
    font-family: 'Gilroy M';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
header .social-itens {
    display: flex;
    align-items: center;
}
header .social-itens a {
    display: inline-flex;
    text-decoration: none;
    margin-left: 28px;
}

.open-menu {
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: none;
}

.close-menu {
    background-color: transparent;
    border: none;
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 100;
    right: -100vw;
    transition: all .3s;
}

.topo-pagina {
    padding: 80px 0;
}
.topo-pagina .btn-cta {
    background-color: transparent;
    text-decoration: none;
    color: #585858;
    padding: 20px 45px;
    transition: all .3s;
    border-radius: 80px;
    border: solid 1px #f88622;
    display: inline-block;
    height: fit-content;
    font-family: 'Gilroy R';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.breadcrumb {
    margin-bottom: 21px;
}
.breadcrumb a {
    color: #202020;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 4px 24px 24px 4px;
    background: #EAEAEA;
    box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 7px 24px;
    text-decoration: none;
    margin-left: -5px;
}
.breadcrumb li:first-child a {
    margin-left: 0;
    position: relative;
    z-index: 2;
}
.breadcrumb li:last-child a {
    background-color: transparent;
    box-shadow: none;
}

.titulo-pagina h1 {
    color: #202020;
    font-family: 'Gilroy H';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
}

.card-projeto,
.card-principal {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    
    .box-img {
        border-radius: 8px;
        overflow: hidden;
    }

    img {
        width: 100%;
        border-radius: 8px;
        height: 180px;
        object-fit: cover;
        aspect-ratio: 331 / 180;
        transition: all .5s;
    }

    &:hover {
        img {
            transform: scale(1.1);
        }
    }
    
}
.card-principal {
    height: 630px;
}

.card-projeto .categoria {
    margin: 11px 0;
}
.card-projeto p {
    color: #000;
    font-family: 'Gilroy M';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-principal img {
    width: 100%;
    height: 630px;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 969 / 638;
}
.card-principal p {
    color: #FFF;
    font-family: 'Gilroy M';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-principal .bg-layer {
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 630px;
    position: absolute;
    top: 0;
    z-index: 2;
    text-decoration: none;
}
.card-redes .categoria,
.card-projeto .categoria,
.card-principal .categoria,
.card-carousel-projeto .categoria {
    color: #4E4E4E;
    font-family: 'Gilroy M';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 10px 8px 10px;
    border-radius: 8px;
    width: fit-content;
    text-decoration: none;
    background-color: #D2F5FD;
}
.card-redes .categoria.cat-minidoc,
.card-projeto .categoria.cat-minidoc,
.card-principal .categoria.cat-minidoc,
.card-carousel-projeto .categoria.cat-minidoc,
.card-redes .categoria.cat-minidocs,
.card-projeto .categoria.cat-minidocs,
.card-principal .categoria.cat-minidocs,
.card-carousel-projeto .categoria.cat-minidocs {
    background-color: #FFEEDF;
}
.card-redes .categoria.cat-campanha,
.card-principal .categoria.cat-campanha,
.card-projeto .categoria.cat-campanha,
.card-carousel-projeto .categoria.cat-campanha {
    background-color: #FBD3CB;
}
.card-redes .categoria.cat-webseries,
.card-projeto .categoria.cat-webseries,
.card-principal .categoria.cat-webseries,
.card-carousel-projeto .categoria.cat-webseries {
    background-color: #D2F5FD;
}

.newsletter {
    h2 {
        color: #000;
        text-align: center;
        font-family: 'Gilroy M';
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 67.2px */
    }

    input {
        width: 100%;
        height: 60px;
        background-color: transparent;
        border: none;
        border-bottom: solid 1px #0A0A0A;

        color: #000;
        font-family: 'Gilroy M';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        padding-left: 15px;
    }
}

.botoes-flutuantes {
    position: fixed;
    right: 3rem;
    bottom: 200px;
    display: flex;
    flex-direction: column;
    z-index: 2;

    a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 10px;

        &.btn-atendimento {
            background-color: #F89742;
        }
        &.btn-chat {
            background-color: #808889;
        }
        &.btn-whatsapp {
            background-color: #00CC45;
        }
    }
}

footer {
    padding-top: 90px;
}
footer .box-footer {
    border-radius: 24px;
    background: #1C1C1C;
    padding: 80px 45px;
}
footer .box-contato {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .box-contato h2 {
    color: #FFF;
    font-family: 'Gilroy SB';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    letter-spacing: 2.56px;
    text-transform: uppercase;
}
footer hr {
    height: 3px !important;
    background-color: #414141;
    margin-top: 50px;
    margin-bottom: 50px;
}
footer .box-primario,
footer .box-secundario {
    display: flex;
    flex-direction: column;
}
footer .box-primario a {
    color: #FFF;
    font-family: 'Gilroy R';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-decoration: none;
    /* width: max-content; */
}
footer .box-secundario a {
    color: #9F9F9F;
    font-family: 'Gilroy M';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: none;
    max-width: 110px;
}

footer .box-endereco h3 {
    color: #FFA353;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    margin-bottom: 17px;
}
footer .box-endereco p {
    color: #FFF;
    font-family: 'Gilroy R';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.8px;
    margin-bottom: 38px;
}
footer .box-endereco a {
    color: #FFF;
    font-family: 'Gilroy SB';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    margin-bottom: 12px;
    display: block;
}

footer .copy {
    height: 80px;
}
footer .copy p,
footer .copy a {
    color: #808889;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1800px) {
    footer .box-contato h2 {
        font-size: 50px;
        line-height: 110%;
    }
    footer .box-endereco h3 {
        font-size: 24px;
        line-height: 115%;
    }
    footer .box-endereco p {
        font-size: 17px;
        line-height: 117%;
    }
    footer .box-endereco a {
        font-size: 18px;
        line-height: 115%;
    }
}
@media (max-width: 1600px) {
    header .nav-header {
        padding: 22px 12px;
    }
    header .box-logo img {
        width: 124px;
    }
    header .nav-header .menu-itens a {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    .btn-contato {
        padding: 17px 40px;
        font-size: 21px;
    }

    header .nav-header .menu-itens a {
        font-size: 14px;
    }
    header .nav-header .social-itens {
        overflow: hidden;
        position: absolute;
        z-index: 3;
        top: 520px;
        right: -100vw;
        transition: all .3s;
    }

    footer .box-contato h2 {
        font-size: 40px;
        line-height: 110%;
    }
    footer .box-endereco h3 {
        font-size: 24px;
        line-height: 115%;
    }
    footer .copy {
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    footer .box-footer {
        padding: 60px 30px;
    }

    header .menu-itens {
        display: none;
    }

    header .nav-header .menu-itens {
        overflow: hidden;
        top: 0;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        flex-direction: column;
        z-index: 99;
        align-items: flex-end;
        left: 100vw;
        width: 100vw;
        display: flex;
        transition: all .3s;
        padding-right: 10px;
    }
    header .nav-header ul {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    header .nav-header .menu-itens li {
        margin: 0 3rem 10px 0 !important;
    }
    header .nav-header .menu-itens li a {
        font-size: 19px !important;
        font-weight: 500;
    }
    header .nav-header.active .menu-itens {
        left: 0;
    }
    header .nav-header.active ul {
        margin-top: 172px;
    }
    .open-menu {
        display: block;
    }
    header .nav-header.active .close-menu {
        right: 3rem;
    }
    header .nav-header.active .social-itens {
        right: 3rem;
    }
}
@media (max-width: 992px) {
    footer .box-contato {
        flex-direction: column;

        h2 {
            margin-bottom: 30px;
            text-align: center;
        }
    }
    .card-projeto {
        width: calc(50% - 0.75rem);
    }
    .card-projeto img {
        height: 240px;
    }
    .card-principal img,
    .card-principal .bg-layer {
        height: 540px;
    }

    .card-principal .bg-layer {
        padding: 20px;
    }
    .card-principal p {
        color: #FFF;
        font-family: 'Gilroy M';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }
    
    footer .box-primario a {
        font-size: 16px;
    }
    
    footer .box-contato h2 {
        font-size: 30px;
        line-height: 105%;
    }
}
@media (max-width: 768px) {
    .card-projeto {
        width: 100%;
    }

    .botoes-flutuantes {
        position: fixed;
        right: 1rem;
        bottom: 75px;
        display: flex;
        flex-direction: column;
        z-index: 2;
    }
}