@font-face {
    font-family: 'archivo';
    src: url(../fonts/Archivo-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'archivo';
    src: url(../fonts/Archivo-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'archivo';
    src: url(../fonts/Archivo-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'archivo';
    src: url(../fonts/Archivo-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'archivo';
    src: url(../fonts/Archivo-Light.woff2) format('woff2');
    font-weight: 300;
    font-display: swap;
}

.author-bio, .comments-wrap {
    margin: 36px auto;
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px
}

.site-header-image {
    display: block;
    margin: auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    clear: both;
    display: block
}

.author-bio .avatar {
    border: 1px solid #dee2e6;
    border-radius: 50%
}

.wp-block-cover-text p {
    padding: 1.5em 16px
}

@media screen and (min-width:768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0
    }
    .arrow {
        display: none;
    }
}

ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 16px
}

@media screen and (min-width:768px) {
    .entry-content, .entry-header {
        font-size: calc(1rem + 0.375*(100vw - 768px)/432);
        font-weight: 300;
        line-height: inherit
    }

    .entry-header h1 {
        font-size: calc(2.5rem + 0.9375*(100vw - 768px)/432)
    }
}

@media screen and (min-width:1200px) {
    .entry-content, .entry-header {
        font-size: 1.375rem
    }

    .entry-header h1 {
        font-size: 3.4375rem
    }
}

.more-link {
    display: block
}

.wp-block-code {
    padding: .5em 1em;
    margin: 0 0 1.5rem
}

.entry-content ol, .entry-content ul:not(.blocks-gallery-grid) {
    margin: 0 auto 1.5em;
    max-width: 720px;
    list-style-position: outside
}

.entry-content li {
    margin-left: 2.5em
}

.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
    margin: 0 auto
}

.entry-content ol ol li, .entry-content ol ul li, .entry-content ul ol li, .entry-content ul ul li {
    margin-left: 0
}

.wp-block-quote {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0
}

.wp-block-quote>* {
    margin-left: 1rem
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 36px auto;
    padding: 0
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 13px;
    font-size: .8125rem
}

@media screen and (min-width:768px) {
    .wp-block-quote {
        margin: 48px auto
    }
}

.wp-block-pullquote>p:first-child {
    margin-top: 0
}

.wp-block-pullquote.alignright {
    margin-left: 2rem
}

.wp-block-pullquote.alignleft {
    margin-right: 2rem
}

.entry-content {
    margin: 48px auto;
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px
}

.entry-content>.alignwide, .wp-block-gallery.alignwide, .wp-block-image.alignwide {
    width: 100vw;
    max-width: 1100px;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.entry-content>.alignwide>img {
    width: 1100px
}

.entry-content>.alignfull, .wp-block-gallery.alignfull, .wp-block-image.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.entry-content>.alignfull>img {
    width: 100vw
}

@media screen and (min-width:768px) {
    .entry-content>* {
        padding-left: 0;
        padding-right: 0
    }
}

.wp-block-columns {
    padding-right: 1rem;
    padding-left: 1rem
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0
}

.wp-block-group>.wp-block-group__inner-container>* {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.wp-block-group>.wp-block-group__inner-container>.alignwide {
    width: 100vw;
    max-width: 1100px;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wp-block-group>.wp-block-group__inner-container>.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 1.5em 0 1.5em 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wp-block-group.has-background>.wp-block-group__inner-container>:first-child {
    margin-top: 0
}

.wp-block-group.has-background>.wp-block-group__inner-container>.alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, img {
    max-width: 100%;
    height: auto
}

.wp-block-image img {
    display: block
}

.wp-block-image.alignleft, .wp-block-image.alignright {
    width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw
}

.wp-block-image .alignleft figcaption, .wp-block-image .alignleft img, .wp-block-image .alignright figcaption, .wp-block-image .alignright img {
    max-width: 100%;
    width: 100%
}

.wp-block-gallery.alignfull, .wp-block-image .alignfull {
    width: 100vw
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-image .alignleft, .wp-block-image .alignright {
    max-width: 344px
}

.wp-block-gallery.alignright, .wp-block-image .alignright {
    margin-left: 2rem
}

.wp-block-gallery.alignleft, .wp-block-image .alignleft {
    margin-right: 2rem
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wp-block-video video {
    max-width: 720px
}

.wp-block-table {
    overflow-x: auto;
    margin: 1.5rem0
}

.wp-block-table table {
    border-collapse: collapse
}

.wp-block-table td, .wp-block-table th {
    padding: .5em
}

#comments, #reply-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.commentlist, .commentlist ul {
    padding-left: 0
}

.commentlist li {
    padding: 1rem
}

.comment-meta {
    margin-bottom: 1rem
}

.comment>.children {
    margin-top: 1rem;
    margin-right: -.625rem;
    margin-bottom: -1.625rem
}

body {
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-family: 'archivo';
    color: #1C2C53;
    background-color: #F5F5F5;
}

main {
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

#site-footer {
    background-color: #f3f4f5
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

/*BTN*/
.btn-transparent {
    background-color: transparent;
    border: 2px solid #336AE9;
    border-radius: 20px;
    padding: .5rem 1rem;
    color: #fff;
    transition: all 500ms;

    &:hover {
        background-color: #336AE9;
        color: #fff;
    }
}

.btn-transparent-blue {
    background-color: transparent;
    border: 1px solid #336AE980;
    border-radius: 15px;
    padding: .5rem 1rem;
    color: #336AE9CC;
    transition: all 500ms;
    font-weight: 700;

    &:hover {
        background-color: #336AE9;
        color: #fff;
    }
}

.btn-blue {
    background-color: #336AE9;
    border: 1px solid #336AE980;
    border-radius: 15px;
    padding: .5rem 2rem;
    color: #fff;
    transition: all 500ms;
    font-weight: 700;

    &:hover {
        background-color: transparent;
        color: #336AE9;
    }
}

/*TEXTS*/
.ciano-color {
    color: #16D1C6;
}

.blue-color {
    color: #336AE9;
}

b, strong {
    font-weight: 700;
}

p, li {
    font-size: 1.1rem;
}

/*NAVBAR*/
.navbar {
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
}

.logo {
    width: 80px;
    margin: 0 auto;
}

/*BANNER*/
.banner {
    background-image: url(../img/banner.webp);
    background-size: cover;
    height: 103vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 3rem 0 8rem 0;

    h1 {
        text-transform: uppercase;
        font-weight: 400;
        width: 700px;
        color: #D3D3D3;
    }
}

/*SERVICO*/
.servico {
    background-color: #0947C6;
    padding: 3rem 0 0 0;
    position: relative;

    & .container {
        max-width: 95%;
    }

    & h2 {
        text-align: center;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        width: 830px;
        margin: 0 auto;
        line-height: 50px;
    }
}

.bg-servico-top {
    margin-top: -10rem;
}

.servicos-lista {
    margin: 5rem auto -28rem auto;

    & .col-md-4 {
        padding: 0 2rem;
    }

    & .col-md-4:nth-child(2) {
        margin-top: 5rem;
    }

    & .col-md-4:nth-child(5) {
        margin-top: 3rem;
    }

    & .col-md-4:nth-child(6) {
        margin-top: -2rem;
    }
}

.servicos-itens {
    background-color: #FFFFFFE5;
    box-shadow: 0px 5px 50px 0px #1D2C534D;
    border-radius: 100% 100% 100px 100px;

    & h3 {
        color: #0947C6;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    & img {
        width: 100%;
        margin-bottom: -1.5rem;
    }

    & p {
        margin-bottom: 0;
        font-weight: 300;
        width: 255px;
    }

    & div {
        padding: 0 2rem 2rem 2rem;
    }
}

.asterisco {
    position: absolute;
    right: 0;
    bottom: -33rem;
    z-index: -1;
}

/*CONHECA*/
.conheca {
    margin-top: -5rem;

    & h2 {
        font-weight: 400;
        margin-bottom: 1rem;
    }

    & strong {
        color: #336AE9;
    }

    & .row {
        justify-content: space-between;
        align-items: center;
    }

    & .col-md-8 {
        height: -webkit-fill-available;
    }

    & .col-md-4 {
        padding: 3rem .75rem;
    }
}

.conheca-buttons {
    display: flex;
    gap: 1rem;
}

.red-back {
    content: '';
    background-color: #FF2521;
    display: block;
    height: 100%;
    width: 98%;
    border-radius: 20px;
    position: relative;
    padding: 0 1rem;

    &::before {
        content: '';
        background-color: #336AE9;
        border-radius: 900px;
        width: 90px;
        height: 50px;
        display: block;
        position: absolute;
        bottom: 5rem;
        left: -2.8rem;
    }
}


/*NEWSLETTER*/
.newsletter {
    padding: 5rem 0;
    text-align: center;
    margin-bottom: -12rem;
    z-index: 1;

    & h2 {
        text-transform: uppercase;
        font-weight: 500;
        color: #1D2C53;
    }

    & strong {
        color: #336AEA;
    }

    & p {
        width: 50%;
        margin: 1rem auto;
        color: #000;
    }
}

.newsletter-form p {
    display: flex;
    gap: .5rem;
    justify-content: center;
    width: max-content;
    position: relative;

    & .btn-blue {
        font-weight: 400;
        padding: .72rem 1rem;
        height: max-content;
        box-shadow: none !important;
    }

    & .form-control {
        padding: 1.5rem 1rem;
        border: none;
        box-shadow: none;
        width: 700px;
        border-radius: 20px;
        color: #1C2C53;

        &::placeholder {
            color: #1C2C53 !important;
        }
    }
}

.wpcf7-spinner {
    position: absolute;
    right: -2rem;
    margin: 0;
}

/*ESTRATEGIA*/
.bg-blue {
    background-color: #B7DBFF;
}

.estrategia {

    & h2 {
        font-weight: 500;
        margin-bottom: 1rem;

        & strong {
            color: #336AEA;
        }
    }

    & .row {
        align-items: center;
        justify-content: center;
    }

    & img {
        width: 100%;
    }

    & .container {
        margin-top: -10rem;
    }
}

.losango {
    position: absolute;
    right: 10rem;
    bottom: 0;
}

/*CONFIANÇA*/
.confianca {
    padding: 5rem 0;
    text-align: center;

    & h2 {
        font-weight: 400;
        width: max-content;
        margin: 0 auto;

        &::after {
            content: '';
            height: 5px;
            width: 100px;
            display: block;
            background-color: #336AEA;
            margin: .5rem 0 1rem auto;
        }

        & strong {
            color: #336AEA;
            font-weight: 800;
        }
    }
}

/*DEPOIMENTOS*/
.depoimentos {
    padding: 0 0 5rem 0;

    & .row {
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    & h2 {
        font-size: 2.5rem;
        font-weight: 500;
        text-transform: uppercase;

        & strong {
            color: #336AEA;
        }
    }
}

.depoimento-item {
    background-color: #1D2C53CC;
    backdrop-filter: blur(15px);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 80px;
    padding: 1rem 2rem 1rem 0;
    display: flex;
    gap: 2rem;
    align-items: center;

    & p {
        color: #fff;
        margin-bottom: 0;
    }

    & h3 {
        color: #B7DBFF;
        font-weight: 700;
        width: 300px;
    }

    & img {
        margin-left: -5rem;
    }
}


/*CONTATO*/
.section-form {
    padding-bottom: 15rem;
    z-index: 2;

    & h2 {
        text-align: center;
        margin: 0 auto;
        width: 650px;
        font-weight: 700;
        color: #1D2C53;
    }

    & .btn-blue {
        width: 100%;
        margin-top: .5rem;
    }

    & p {
        position: relative;
    }
}

.contact-form {
    display: flex;
    gap: .5rem;

    &>div {
        width: 100%;
    }

    & p {
        width: 100%;
    }

    & .wpcf7-form-control-wrap {
        display: block;

        &[data-name='contact-mail'] {
            margin: -13.2px 0;
        }
    }

    & .form-control {
        height: 70px;
        box-shadow: none;
        border-radius: 30px;
        padding: 0 1rem 1rem 1.5rem;
        background-color: #FFFFFF80;
        border: none;

        &[name='mensagem'] {
            height: 236.4px;
            padding-top: 1rem;
        }


        &::placeholder {
            color: #1D2C5380;
        }
    }

}

.form {
    width: 75%;
    margin: 3rem auto 0 auto;
}


/*FOOTER*/
.footer {
    background-color: #1D2C53;
    padding: 3rem 0;

    & .row {
        align-items: center;
        z-index: 4;
        position: relative;
    }

    & .col-md-4 {
        & img {
            transition: all 500ms;

            &:hover {
                filter: brightness(.5);
            }
        }
    }

    & p {
        color: #ECF2FFCC;
        font-weight: 300;
        font-size: 1rem;
    }
}

.bg-footer-top {
    margin: -13rem 0 -20rem 0;
    z-index: 3;
}

.content-footer {
    display: flex;
    align-items: center;
    gap: 3rem;

    & h2 {
        color: #F5F5F5;
        font-weight: 300;
        text-transform: uppercase;
        width: 335px;

        & strong {
            color: #15D1C6;
        }
    }
}

.redes-sociais {
    background-color: #FF7D6B;
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 2rem;

    & h3 {
        color: #F5F5F5;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

.content-redes {
    display: flex;
    gap: 1rem;
}

.wpp {
    margin: 0 0 2rem 2rem;
}


/*MOBILE*/
@media (max-width: 768px) {

    /*HEADER*/
    .navbar {
        padding: 0 1rem;
    }

    .logo {
        margin: 0;
    }

    /*TEXTS*/
    p, li {
        font-size: 1rem;
    }

    h1, h2, h3, p {
        width: 100% !important;
    }

    /*BANNER*/
    .banner {
        height: 60vh;
        background-position: center;
        padding: 3rem 0 6rem 0;

        & h1 {
            text-align: center;
        }
    }

    /*SERVIÇOS*/
    .bg-servico-top {
        margin-top: -4rem;
    }

    .servico {
        & h2 {
            line-height: 1.2em;
        }
    }

    .servicos-lista {
        margin: 2rem auto -10rem auto;
        position: relative;

        & .col-md-4 {
            margin: 0 !important;
        }

        & .row {
            gap: 2rem;
        }
    }

    .servicos-itens {
        height: 356.31px;
        box-shadow: none;
    }

    .asterisco {
        bottom: -11rem;
        width: 85px;
    }

    .fa-angle-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .fa-angle-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .arrow {
        font-size: 20px;
        color: #fff;
    }

    /*CONHEÇA*/
    .conheca {
        margin-top: 0;

        & .col-md-8 {
            height: 200px;
            order: 1;
        }
    }

    /*NEWSLETTER*/
    .newsletter {
        padding: 4rem 0;
    }

    .newsletter-form p {
        & .form-control {
            width: 100%;
        }
    }

    .corte-bg-blue {
        margin-top: 5rem;
    }

    /*ESTRATEGIA*/
    .estrategia {
        & .container {
            margin-top: 0;
        }

        & .col-md-6 {
            order: 1;
        }
    }

    .losango {
        position: absolute;
        right: 1rem;
        bottom: -1.2rem;
        width: 40px;
    }

    /*CONFIANÇA*/
    .confianca {
        padding: 4rem 0 2rem 0;

        & h2 {
            font-size: 1.8rem;

            &::after {
                margin: .5rem auto 1rem auto;
            }
        }

        & img {
            margin: 0 auto;
        }

        & .col-md-2 {
            padding: 0 2rem;
        }
    }

    /*DEPOIMENTOS*/
    .depoimentos {
        & h2 {
            font-size: 1.8rem;
            text-align: center;
        }

        & .row {
            gap: 1rem;
        }
    }

    .depoimento-item {
        flex-direction: column;
        padding: 2rem;
        border-radius: 50px;

        & img {
            margin: 0;
        }
    }

    .wpcf7-spinner {
        right: 0;
        top: 0;
    }

    /*CONTACT FORM*/
    .section-form {
        padding-bottom: 7rem;
    }

    .form {
        width: 100%;
        margin: 2rem auto 0 auto;
    }

    .contact-form {
        flex-direction: column;
        gap: 0;

        & .wpcf7-form-control-wrap {
            &[data-name='contact-mail'] {
                margin: -9.2px 0;
            }
        }

        & .form-control {
            &[name='mensagem'] {
                height: 140px;
            }
        }
    }


    /*FOOTER*/

    .bg-footer-top {
        margin: -5rem 0 -6rem 0;
    }
    .content-footer {
        flex-direction: column;
        gap: 1rem;
        & img {
            width: 70px;
        }
    }
    .wpp {
        margin: 2rem 0 1rem 2rem;
    }

}