@media(max-width:992px) {

    :root {

        --tamanho-titulo-h1: 2rem;

        --tamanho-titulo-h2: 2rem;

        --tamanho-texto: 0.9rem

    }

}



@media(min-width:641px) and (max-width:992px) {

    :root {

        --tamanho-titulo-h1: 3rem;

        --tamanho-titulo-h2: 3rem;

        --tamanho-texto: 0.9rem

    }

}



@media(min-width:993px) and (max-width:1200px) {

    :root {

        --tamanho-titulo-h1: 4vw;

        --tamanho-titulo-h2: 3.5vw;

        --tamanho-texto: 1.2vw

    }

}



@media(min-width:1201px) and (max-width:1400px) {

    :root {

        --tamanho-titulo-h1: 4vw;

        --tamanho-titulo-h2: 3.5vw;

        --tamanho-texto: 1.2vw

    }

}



@media(min-width:1401px) and (max-width:1600px) {

    :root {

        --tamanho-titulo-h1: 4vw;

        --tamanho-titulo-h2: 3.5vw;

        --tamanho-texto: 1.2vw

    }

}



@media(min-width:1601px) and (max-width:1800px) {

    :root {

        --tamanho-titulo-h1: 4vw;

        --tamanho-titulo-h2: 3.5vw;

        --tamanho-texto: 1.2vw

    }

}



@media(min-width:1801px) {

    :root {

        --tamanho-titulo-h1: 4vw;

        --tamanho-titulo-h2: 3.5vw;

        --tamanho-texto: 1.1vw

    }

}

body {

    background: #141414

}

p {

    margin-bottom: 3%

}



table {

    border-collapse: collapse;

    border-spacing: 0

}



img {

    min-width: initial !important;

    min-height: initial !important;

    position: initial !important

}

#menu-fixo {

    display: none;

}

@media(max-width:992px) {

    .pagination {

        position: absolute;

        right: 0;

        left: 0;

        margin-left: auto;

        margin-right: auto;

        bottom: 10px;

        z-index: 5;

        list-style: none;

        margin: 0;

        padding: 0;

        display: flex;

        justify-content: center;

        color: #fff;

    }



        .pagination span {

            position: absolute;

            left: -9999999999px;

        }



        /*.linha {

        position: absolute;

        float: left;

        width: 96vw;

        bottom: 1.55rem;

        margin-left: auto;

        margin-right: auto;

        left: 0;

        right: 0;

        border-bottom: 1px solid #fff;

        z-index: 0

    }



    .linha-branca {

        border-bottom: 1px solid #ffffff !important;

    }



    .linha-azul {

        border-bottom: 1px solid #1E164A !important;

    }*/



    .pagination li {

        padding: 5px;

        width: 8%;

        height: 16px

    }



        .pagination li a {

            margin: 0 auto;

            width: 10px;

            height: 10px;

            display: block;

            background: 0 0;

            border: 1px solid #fff;

            border-radius: 10px;

            -webkit-border-radius: 10px;

            -moz-border-radius: 10px;

            -ms-border-radius: 10px;

            transition: all .2s ease;

            -webkit-transition: all .2s ease;

            -moz-transition: all .2s ease;

            -ms-transition: all .2s ease

        }



            .pagination li a.active {

                margin: 0 auto;

                width: 10px;

                height: 10px;

                display: block;

                background: 0 0;

                border-radius: 10px;

                background: #fff;

                border: 1px solid #fff;

                -webkit-border-radius: 10px;

                -moz-border-radius: 10px;

                transition: all .5s ease;

                -webkit-transition: all .5s ease

            }



    .pagination-branco {

        color: #fff !important;

    }



        .pagination-branco li a {

            border: 1px solid #fff;

        }



            .pagination-branco li a.active {

                background: #fff !important;

                border: 1px solid #fff !important;

            }



                .pagination-branco li a:hover::after {

                    color: #fff;

                }



    .pagination-azul {

        color: #1E164A !important;

    }



        .pagination-azul li a {

            border: 1px solid #1E164A !important;

        }



            .pagination-azul li a.active {

                background: #1E164A !important;

                border: 1px solid #1E164A !important;

            }



                .pagination-azul li a:hover::after {

                    color: #1E164A !important;

                }

}



@media(min-width:993px) {

    .pagination {

        position: absolute;

        right: 0;

        left: 0;

        margin-left: auto;

        margin-right: auto;

        bottom: 33px;

        z-index: 5;

        list-style: none;

        margin: 0;

        padding: 0;

        display: flex;

        justify-content: center;

        color: #fff;

    }



        .pagination span {

            position: absolute;

            left: -9999999999px;

        }



        /*.linha {

        position: absolute;

        float: left;

        width: 45vw;

        bottom: 2.25rem;

        margin-left: auto;

        margin-right: auto;

        left: 0;

        right: 0;

        border-bottom: 1px solid #fff;

        z-index: 0;

    }



    .linha-branca {

        border-bottom: 1px solid #ffffff !important;

    }



    .linha-azul {

        border-bottom: 1px solid #1E164A !important;

    }*/



    .pagination li {

        width: 4.5vw;

    }



        .pagination li a {

            margin: 0 auto;

            width: 0.5vw;

            height: 0.5vw;

            display: block;

            background: 0;

            border-radius: 0.5vw;

            border: 1px solid #fff;

            -webkit-border-radius: 0.5vw;

            -moz-border-radius: 0.5vw;

            -ms-border-radius: 0.5vw;

            -webkit-transition: all .2s ease;

            -moz-transition: all .2s ease;

            -ms-transition: all .2s ease;

            transition: all .3s;

        }



            .pagination li a.active, .pagination li a:hover {

                margin: 0 auto;

                width: 0.5vw;

                height: 0.5vw;

                display: block;

                background: #fff;

                border-radius: 0.5vw;

                border: 1px solid #fff;

                -webkit-border-radius: 0.5vw;

                -moz-border-radius: 0.5vw;

                transition: all .5s ease;

                -webkit-transition: all .5s ease

            }





                .pagination li a:hover::after {

                    position: absolute;

                    font-size: .7vw;

                    color: #fff;

                    margin-top: 1.2vw;

                }



        /*.pagination li:nth-child(1) a:hover::after {

            content: 'HOME';

            margin-left: -0.8vw

        }*/



        .pagination li:nth-child(1) a:hover::after {

            content: 'A AGÊNCIA';

            margin-left: -1.8vw

        }



        .pagination li:nth-child(2) a:hover::after {

            content: 'SEO';

            margin-left: -.5vw

        }



        .pagination li:nth-child(3) a:hover::after {

            content: 'INBOUND MARKETING';

            margin-left: -3.5vw

        }



        .pagination li:nth-child(4) a:hover::after {

            content: 'GOOGLE ADS';

            margin-left: -2vw

        }



        .pagination li:nth-child(5) a:hover::after {

            content: 'REDES SOCIAIS';

            margin-left: -2.5vw

        }



        .pagination li:nth-child(6) a:hover::after {

            content: 'CRIAÇÃO DE WEBSITES';

            margin-left: -3.5vw

        }



        .pagination li:nth-child(7) a:hover::after {

            content: 'CRIAÇÃO DE LOJA VIRTUAL';

            margin-left: -4vw

        }



        .pagination li:nth-child(8) a:hover::after {

            content: 'BLOG';

            margin-left: -.5vw

        }



        .pagination li:nth-child(9) a:hover::after {

            content: 'CONTATO';

            margin-left: -1.5vw

        }



    .pagination-branco {

        color: #fff !important;

    }



        .pagination-branco li a {

            border: 1px solid #fff;

        }



            .pagination-branco li a.active, .pagination-branco li a:hover {

                background: #fff !important;

                border: 1px solid #fff !important;

            }



                .pagination-branco li a:hover::after {

                    color: #fff;

                }



    .pagination-azul {

        color: #1E164A !important;

    }



        .pagination-azul li a {

            border: 1px solid #1E164A !important;

        }



            .pagination-azul li a.active, .pagination-azul li a:hover {

                background: #1E164A !important;

                border: 1px solid #1E164A !important;

            }



                .pagination-azul li a:hover::after {

                    color: #1E164A !important;

                }

}

@media(min-width:1300px) and (max-width: 1920px) {

    .pagination {

        bottom: 32px;

    }

}

@media(min-width:1921px) and (max-width: 2800px) {

    .pagination {

        bottom: 30px;

    }

}

@media(min-width:2801px) and (max-width: 3800px) {

    .pagination {

        bottom: 28px;

    }

}

    

    /* HOME (INTRO) */

    @media(max-width:992px) {

        #home {

            background-color: #d807a4;

            color: #fff;

            display: flex;

            justify-content: center;

        }

    }



    @media(min-width:993px) {

        #home {

            background-color: #d807a4;

            color: #fff;

            display: flex

        }

    }



    /* A AGÊNCIA */

    @media(max-width:992px) {

        #a-agencia {

            background-color: #fff;

            color: #1E164A;

            display: flex;

            justify-content: center;

        }



        #a-agencia-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



        #da-agencia-corpo::-webkit-scrollbar {

            width: 4px

        }



        #da-agencia-corpo::-webkit-scrollbar-track {

            background: rgba(255,255,255,.3);

            border-radius: 20px

        }



        #a-agencia-corpo::-webkit-scrollbar-thumb {

            background: rgba(255,255,255,.7);

            border-radius: 12px

        }



        #a-agencia-img {

            width: 100%;

            text-align: center

        }



            #a-agencia-img img {

                width: 50%

            }



        #a-agencia-conteudo {

            width: 95%;

            color: #1E164A;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #a-agencia-titulo {

            width: 90%;

            margin-left: auto;

            margin-right: auto

        }



            #a-agencia-titulo h1 {

                font-size: 3.5vw;

                font-weight: 900;

                text-align: center;

                letter-spacing: 2px;

                margin-bottom: 1rem;

                margin-top: 2rem;
                line-height: 3.8vw;

            }



            #a-agencia-titulo h2 {

                font-size: 9vw;

                font-weight: 900;

                text-align: left;

                margin-bottom: .3em;

                letter-spacing: 2px

            }



        #a-agencia-descricao {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            line-height: 130%

        }



        #a-agencia-principios ul {

            margin-top: 2rem;

            margin-bottom: 1em

        }



            #a-agencia-principios ul li {

                width: 100%;

                text-align: center;

                color: #1E164A

            }



        #a-agencia-principios p {

            text-align: center;

            color: #4b7fae;

        }



        #a-agencia-principios img.ativo {

            display: none;

        }



        #a-agencia-principios div {

            display: none;

            transition: all .3s

        }



        #a-agencia-principios ul li:hover > div {

            opacity: 1

        }



        #a-agencia-principios img {

            width: 4em

        }



        #a-agencia-principios b,
        #a-agencia-principios strong {

            font-weight: bold;

        }

    }



    @media(min-width:993px) {

        #a-agencia {

            background-color: #fff;

            color: #1E164A;

            display: flex

        }



        #a-agencia-corpo {

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%;

        }



            #a-agencia-corpo::-webkit-scrollbar {

                width: 4px

            }



            #a-agencia-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #a-agencia-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #a-agencia-img {

            display: none

        }



        #a-agencia-conteudo {

            position: relative;

            float: right;

            width: 45%;

            margin-left: 40%;

            color: #1E164A;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #a-agencia-titulo h1 {
    font-size: 3.7vw;
    font-weight: 900;
    text-align: left;
    letter-spacing: 2px;
    line-height: 3.8vw;
    margin-bottom: 15px;
}



        #a-agencia-titulo h2 {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px

        }



        #a-agencia-descricao {

            line-height: 130%

        }



        #a-agencia-principios ul {

            display: flex;

            justify-content: space-around;

            margin-top: 3rem;

            margin-bottom: 1em

        }



            #a-agencia-principios ul li {

                text-align: center;

                color: #1E164A

            }



        #a-agencia-principios img {

            max-width: 4.5em;

            max-height: 4.5rem;

            transition: all .3s;

            margin-left: auto;

            margin-right: auto;

        }



        #a-agencia-principios b,
        #a-agencia-principios strong {

            font-weight: bold;

        }



        #a-agencia-principios-pessoas-txt, #a-agencia-principios-processos-txt, #a-agencia-principios-atendimento-txt, #a-agencia-principios-resultado-txt,

        #a-agencia-principios-pessoas-img img.hover, #a-agencia-principios-processos-img img.hover, #a-agencia-principios-atendimento-img img.hover, #a-agencia-principios-resultado-img img.hover {

            display: none;

        }



        #a-agencia-principios-pessoas-img:hover > p, #a-agencia-principios-processos-img:hover > p, #a-agencia-principios-atendimento-img:hover > p, #a-agencia-principios-resultado-img:hover > p {

            display: block;

            position: absolute;

            margin-top: 1rem;

            text-align: justify;

            left: 0;

            color: #4b7fae;

        }

        #a-agencia-principios-pessoas-img:hover > div, #a-agencia-principios-processos-img:hover > div, #a-agencia-principios-atendimento-img:hover > div, #a-agencia-principios-resultado-img:hover > div {

            color: #4b7fae;

            margin-top: 0.4rem;

        }

        #a-agencia-principios-pessoas-img:hover > img.ativo, #a-agencia-principios-processos-img:hover > img.ativo, #a-agencia-principios-atendimento-img:hover > img.ativo, #a-agencia-principios-resultado-img:hover > img.ativo {

            display: none;

        }

        #a-agencia-principios-pessoas-img:hover > img.hover, #a-agencia-principios-processos-img:hover > img.hover, #a-agencia-principios-atendimento-img:hover > img.hover, #a-agencia-principios-resultado-img:hover > img.hover {

            display: block;

        }

    }



    /* SEO */

    @media(max-width:992px) {

        #seo {

            background-color: #d807a4;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #seo-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #seo-corpo::-webkit-scrollbar {

                width: 4px

            }



            #seo-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #seo-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #seo-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #seo-titulo h1,
#seo-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #seo-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #seo-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 1rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #seo-img {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 3rem;

            color: #fff

        }



            #seo-img img {

                width: 100%

            }

    }



    @media(min-width:993px) {

        #seo {

            background-color: #d807a4;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #seo-corpo {

            margin-left: 10%;

            margin-right: 10%;

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%

        }



            #seo-corpo::-webkit-scrollbar {

                width: 4px

            }



            #seo-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #seo-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #seo-conteudo {

            width: 42%;

            margin-right: 8%;

            color: #fff;

            font-size: var(--tamanho-texto);

            display: flex;

            justify-content: center;

            flex-direction: column;

            text-align: justify;

        }



        #seo-titulo h1,
#seo-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #seo-titulo h2 {

            font-size: calc(var(--tamanho-titulo-h2) - 100%);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #seo-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 2rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #seo-img {

            width: 50%;

            text-align: center

        }



            #seo-img img {

                width: 90%

            }

    }



    /* INBOUND */

    @media(max-width:992px) {

        #inbound {

            background-color: #ff3a51;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #inbound-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #inbound-corpo::-webkit-scrollbar {

                width: 4px

            }



            #inbound-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #inbound-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #inbound-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #inbound-titulo h1,
#inbound-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #inbound-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #inbound-descricao {

            justify-content: space-around;

            margin-top: 1rem;

            margin-bottom: 2em;

            line-height: 130%

        }



            #inbound-descricao p:first-child {

                margin-bottom: 1em

            }



        #inbound-img {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 3rem;

            color: #fff

        }



            #inbound-img img {

                width: 100%

            }

    }



    @media(min-width:993px) {

        #inbound {

            background-color: #ff3a51;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #inbound-corpo {

            margin-left: 10%;

            margin-right: 10%;

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%

        }



            #inbound-corpo::-webkit-scrollbar {

                width: 4px

            }



            #inbound-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #inbound-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #inbound-conteudo {

            width: 42%;

            margin-right: 8%;

            color: #fff;

            font-size: var(--tamanho-texto);

            display: flex;

            justify-content: center;

            flex-direction: column;

            text-align: justify;

        }



        #inbound-titulo h1,
#inbound-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #inbound-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #inbound-descricao {

            justify-content: space-around;

            margin-top: 2rem;

            margin-bottom: 2em;

            line-height: 130%

        }



            #inbound-descricao p:first-child {

                margin-bottom: 1em

            }



        #inbound-img {

            width: 50%;

            text-align: center

        }



            #inbound-img img {

                width: 90%

            }

    }



    /* GOOGLE ADS */

    @media(max-width:992px) {

        #google-ads {

            background-color: #ff9100;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #google-ads-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #google-ads-corpo::-webkit-scrollbar {

                width: 4px

            }



            #google-ads-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #google-ads-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #google-ads-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #google-ads-titulo h1,
#google-ads-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #google-ads-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #google-ads-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 1rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #google-ads-img {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 3rem;

            color: #fff

        }



            #google-ads-img img {

                width: 100%

            }

    }



    @media(min-width:993px) {

        #google-ads {

            background-color: #ff9100;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #google-ads-corpo {

            margin-left: 10%;

            margin-right: 10%;

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%

        }



            #google-ads-corpo::-webkit-scrollbar {

                width: 4px

            }



            #google-ads-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #google-ads-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #google-ads-conteudo {

            width: 42%;

            margin-right: 8%;

            color: #fff;

            font-size: var(--tamanho-texto);

            display: flex;

            justify-content: center;

            flex-direction: column;

            text-align: justify;

        }



        #google-ads-titulo h1,
#google-ads-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #google-ads-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #google-ads-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 2rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #google-ads-img {

            width: 50%;

            text-align: center

        }



            #google-ads-img img {

                width: 90%

            }

    }



    /* REDES SOCIAIS */

    @media(max-width:992px) {

        #redes-sociais {

            background-color: #F1c40F;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #redes-sociais-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #redes-sociais-corpo::-webkit-scrollbar {

                width: 4px

            }



            #redes-sociais-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #redes-sociais-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #redes-sociais-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #redes-sociais-titulo h1,
#redes-sociais-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #redes-sociais-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #redes-sociais-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 1rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #redes-sociais-img {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 3rem;

            color: #fff

        }



            #redes-sociais-img img {

                width: 100%

            }

    }



    @media(min-width:993px) {

        #redes-sociais {

            background-color: #F1c40F;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #redes-sociais-corpo {

            margin-left: 10%;

            margin-right: 10%;

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%

        }



            #redes-sociais-corpo::-webkit-scrollbar {

                width: 4px

            }



            #redes-sociais-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #redes-sociais-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #redes-sociais-conteudo {

            width: 42%;

            margin-right: 8%;

            color: #fff;

            font-size: var(--tamanho-texto);

            display: flex;

            justify-content: center;

            flex-direction: column;

            text-align: justify;

        }



        #redes-sociais-titulo h1,
#redes-sociais-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #redes-sociais-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #redes-sociais-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 2rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #redes-sociais-img {

            width: 50%;

            text-align: center

        }



            #redes-sociais-img img {

                width: 90%

            }

    }



    /* CRIAÇÃO DE WEBSITE */

    @media(max-width:992px) {

        #website {

            background-color: #83b100;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #website-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #website-corpo::-webkit-scrollbar {

                width: 4px

            }



            #website-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #website-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #website-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #website-titulo h1,
#website-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #website-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #website-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 1rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #website-img {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 3rem;

            color: #fff

        }



            #website-img img {

                width: 100%

            }

    }



    @media(min-width:993px) {

        #website {

            background-color: #83b100;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #website-corpo {

            margin-left: 10%;

            margin-right: 10%;

            display: flex;

            overflow-y: auto;

            align-items: center;

            height: 100%

        }



            #website-corpo::-webkit-scrollbar {

                width: 4px

            }



            #website-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #website-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #website-conteudo {

            width: 42%;

            margin-right: 8%;

            color: #fff;

            font-size: var(--tamanho-texto);

            display: flex;

            justify-content: center;

            flex-direction: column;

            text-align: justify;

        }



        #website-titulo h1,
#website-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #website-titulo h2 {

            font-size: var(--tamanho-titulo-h2);

            font-weight: 900;

            text-align: left;

            margin-bottom: .3em;

            letter-spacing: 2px;

            display: block;

        }



        #website-descricao {

            display: flex;

            justify-content: space-around;

            margin-top: 2rem;

            margin-bottom: 2em;

            line-height: 130%

        }



        #website-img {

            width: 50%;

            text-align: center

        }



            #website-img img {

                width: 90%

            }

    }



/* CRIAÇÃO DE LOJA VIRTUAL */

@media(max-width:992px) {

    #loja-virtual {

        background-color: #8f44ad;

        color: #fff;

        display: flex;

        justify-content: center;

    }



    #loja-virtual-corpo {

        height: calc(100% - 9rem);

        margin-top: 90px;

        overflow-y: auto;

    }



        #loja-virtual-corpo::-webkit-scrollbar {

            width: 4px

        }



        #loja-virtual-corpo::-webkit-scrollbar-track {

            background: rgba(255,255,255,.3);

            border-radius: 20px

        }



        #loja-virtual-corpo::-webkit-scrollbar-thumb {

            background: rgba(255,255,255,.7);

            border-radius: 12px

        }



    #loja-virtual-conteudo {

        width: 90%;

        margin-left: auto;

        margin-right: auto;

        color: #fff;

        font-size: var(--tamanho-texto);

        text-align: justify;

    }



    #loja-virtual-titulo h1,
#loja-virtual-titulo h2 span {

        font-size: var(--tamanho-titulo-h1);

        font-weight: 900;

        text-align: left;

        letter-spacing: 2px;

            display: block;

    }



    #loja-virtual-titulo h2 {

        font-size: var(--tamanho-titulo-h2);

        font-weight: 900;

        text-align: left;

        margin-bottom: .3em;

        letter-spacing: 2px;

            display: block;

    }



    #loja-virtual-descricao {

        display: flex;

        justify-content: space-around;

        margin-top: 1rem;

        margin-bottom: 2em;

        line-height: 130%

    }



    #loja-virtual-img {

        width: 90%;

        margin-left: auto;

        margin-right: auto;

        margin-top: 3rem;

        color: #fff

    }



        #loja-virtual-img img {

            width: 100%

        }

}



@media(min-width:993px) {

    #loja-virtual {

        background-color: #8f44ad;

        color: #fff;

        display: flex;

        justify-content: center;

        flex-direction: column

    }



    #loja-virtual-corpo {

        margin-left: 10%;

        margin-right: 10%;

        display: flex;

        overflow-y: auto;

        align-items: center;

        height: 100%

    }



        #loja-virtual-corpo::-webkit-scrollbar {

            width: 4px

        }



        #loja-virtual-corpo::-webkit-scrollbar-track {

            background: rgba(255,255,255,.3);

            border-radius: 20px

        }



        #loja-virtual-corpo::-webkit-scrollbar-thumb {

            background: rgba(255,255,255,.7);

            border-radius: 12px

        }



    #loja-virtual-conteudo {

        width: 42%;

        margin-right: 8%;

        color: #fff;

        font-size: var(--tamanho-texto);

        display: flex;

        justify-content: center;

        flex-direction: column;

        text-align: justify;

    }



    #loja-virtual-titulo h1,
#loja-virtual-titulo h2 span {

        font-size: var(--tamanho-titulo-h1);

        font-weight: 900;

        text-align: left;

        letter-spacing: 2px;

            display: block;

    }



    #loja-virtual-titulo h2 {

        font-size: var(--tamanho-titulo-h2);

        font-weight: 900;

        text-align: left;

        margin-bottom: .3em;

        letter-spacing: 2px;

            display: block;

    }



    #loja-virtual-descricao {

        display: flex;

        justify-content: space-around;

        margin-top: 2rem;

        margin-bottom: 2em;

        line-height: 130%

    }



    #loja-virtual-img {

        width: 50%;

        text-align: center

    }



        #loja-virtual-img img {

            width: 90%

        }

}



    /* BLOG */

    @media(max-width:992px) {

        #blog {

            background-color: #52D2BC;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #blog-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

        }



            #blog-corpo::-webkit-scrollbar {

                width: 4px

            }



            #blog-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #blog-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #blog-conteudo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #blog-titulo h1,
#blog-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            letter-spacing: 2px;

            display: block;

        }



        #posts-blog {

            position: relative;

            float: left;

            width: 100%

        }



        .posts-blog-corpo {

            width: 90%;

            margin-left: auto;

            margin-right: auto;

            margin-top: 2rem;

            transition: all .3s

        }



            .posts-blog-corpo a {

                color: #fff

            }



        .post-titulo {

            font-weight: 700;

            font-size: 1.5rem

        }



        .post-data {

            text-align: right;

            font-size: 1.1rem;

            margin-bottom: .5rem

        }



        #posts-blog img {

            display: none

        }



        #posts-blog .alignnone {

            display: initial;

            max-width: 100%;

            height: auto

        }



        .posts-blog-corpo * {

            display: none

        }



        .posts-blog-corpo .post-conteudo, .posts-blog-corpo .post-conteudo a h1 img, .posts-blog-corpo .post-data, .posts-blog-corpo .post-data br, .posts-blog-corpo .post-titulo, .posts-blog-corpo .post-titulo br, .posts-blog-corpo a, .posts-blog-corpo h1 {

            display: block

        }



        .post-img {

            display: block;

            margin-bottom: 10%;

        }



            .post-img img {

                display: none !important;

            }



                .post-img img:first-child {

                    display: block !important;
                    max-width: 100%;

                }

        #blog .btn-descubra {

            width: 100%;

            display: flex;

            justify-content: center;

            margin-top: 3rem;

            margin-bottom: 2rem;

        }



            #blog .btn-descubra img {

                width: 50%;

            }



        #blog .btn-descubra div:nth-child(1) {

            position: relative;

            float: left;

        }



        #blog .btn-descubra div:nth-child(2) {

            position: relative;

            float: initial;

        }

    }



    @media(max-width:640px) {

        .post-titulo {

            font-size: 1.2rem

        }

    }



    @media(min-width:993px) {

        #blog {

            background-color: #52D2BC;

            color: #fff

        }



        #blog-corpo {

            overflow-y: auto;

            height: 100%;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



            #blog-corpo::-webkit-scrollbar {

                width: 4px

            }



            #blog-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #blog-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #blog-conteudo {

            color: #fff;

            font-size: var(--tamanho-texto);

            text-align: justify;

        }



        #blog-titulo h1,
#blog-titulo h2 span {

            font-size: var(--tamanho-titulo-h1);

            font-weight: 900;

            text-align: left;

            margin-left: 8vw;

            margin-bottom: 2vw;

            letter-spacing: 2px;

            display: block;

        }



        #posts-blog {

            display: flex;

            justify-content: center

        }



        .posts-blog-corpo {

            width: 25%;

            margin-left: 2%;

            margin-right: 2%;

            margin-top: 2rem;

            transition: all .3s

        }



            .posts-blog-corpo a {

                color: #fff

            }



        .post-titulo {

            font-weight: 700;

            font-size: 1.3vw;

            position: relative;

            float: left;

            height: 5vw;

        }



        .post-data {

            text-align: right;

            font-size: 1vw;

            margin-bottom: .5rem

        }



        #posts-blog img {

            display: none

        }



        #posts-blog .alignnone {

            display: initial;

            max-width: 100%;

            height: auto

        }



        .posts-blog-corpo * {

            display: none

        }



        .posts-blog-corpo .post-conteudo, .posts-blog-corpo .post-conteudo a h1 img, .posts-blog-corpo .post-data, .posts-blog-corpo .post-data br, .posts-blog-corpo .post-titulo, .posts-blog-corpo .post-titulo br, .posts-blog-corpo a, .posts-blog-corpo h1 {

            display: block

        }



        .post-img {

            display: block;

        }

            .post-img img {

                display: none !important;

            }

            .post-img img:first-child {

                display: block !important;
                max-width: 100%;

            }



        #blog .btn-descubra{

            justify-content: center;

            margin-top: 3rem;

        }

        #blog .btn-descubra div:nth-child(1) {

            position: relative;

            float: left;

        }

        #blog .btn-descubra div:nth-child(2) {

            position: relative;

            float: initial;

        }

    }



    /* CONTATO */

    @media(max-width:992px) {

        #contato {

            background-color: #0047ae;

            color: #fff;

            display: flex;

            justify-content: center;

        }



        #contato-corpo {

            height: calc(100% - 9rem);

            margin-top: 90px;

            overflow-y: auto;

            width: 100%;

        }



            #contato-corpo::-webkit-scrollbar {

                width: 4px

            }



            #contato-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #contato-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #contato-conteudo {

            margin-left: auto;

            margin-right: auto;

            color: #fff;

            font-size: 2vw;

        }



        #contato-titulo div h1,
#contato-titulo div h2 span {

            font-size: 8.1vw;

            font-weight: 900;

            text-align: left;

            letter-spacing: .2vw;

            max-width: 64%;

            margin-left: auto;

            margin-right: auto;

            display: block;

        }


        #contato-titulo div h1 br:nth-child(2),
        #contato-titulo div h2 span br:nth-child(2) {

            display: none;

        }



        #contato-endereco-telefone {

            margin-left: auto;

            margin-right: auto;

            margin-top: 2%;

            text-align: left;

            letter-spacing: .2vw;

            max-width: 64%;

        }



            #contato-endereco-telefone a {

                color: #fff

            }



            #contato-endereco-telefone div:nth-child(2) {

                position: relative;

                float: left

            }



            #contato-endereco-telefone div:nth-child(3) {

                position: relative;

                float: right;

                margin-right: 17.5%;

            }



        #contato-social {

            margin-top: 10%;

            display: flex;

            justify-content: center;

        }



            #contato-social span {

                position: absolute;

                left: -9999999999px;

            }



            #contato-social div {

                width: 10vw;

                margin-left: 4vw;

                margin-right: 4vw;

                text-align: center;

            }



            #contato-social img {

                width: 8vw;

            }





        .contato-selos.desktop {

            display: none !important;

        }



        .contato-selos {

            display: flex !important;

            justify-content: space-between;

            align-items: baseline;

            width: 100%;

        }



            .contato-selos div img{

                margin-bottom: 2rem;

            }



                .contato-selos div:nth-child(3) img {

                    margin-left: 3vw;

                }

                .contato-selos div:nth-child(4) img {

                    margin-left: 11vw;

                }



                .contato-selos div img {

                    max-width: 80%;

                    max-height: 70px;

                }



        #contato-formulario {

            width: 80%;

            margin-top: 3em;

            margin-left: 10%;

            margin-right: 10%;

            color: #fff;

            font-size: var(--tamanho-texto)

        }



        #contato-formulario p{

           margin-bottom: 0px;

        }



            #contato-formulario label {

                position: absolute;

                left: -9999999999px;

            }



            #contato-formulario input[type=text], #contato-formulario textarea {

                width: 100%;

                color: #fff;

                background-color: rgba(255,255,255,0);

                border: 0;

                border-bottom: 1px solid #fff;

                margin-bottom: 5%;

                font-size: .8rem

            }



                #contato-formulario input[type=text]:hover, #contato-formulario textarea:hover {

                    background-color: #00327a

                }



        input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {

            border: 1px solid rgba(255,255,255,0);

            -webkit-text-fill-color: #fff;

            box-shadow: 0 0 0 1000px #0047ae inset;

            -webkit-box-shadow: 0 0 0 1000px #0047ae inset;

            transition: background-color 5000s ease-in-out 0s

        }



        .btn-descubra input[type=submit] {

            background-image: url(../images/icones/enviar.png);

            background-size: 50%;

            background-position: right;

            background-repeat: no-repeat;

            background-color: rgba(0,0,0,0);

            color: #fff;

            width: 8rem;

            text-align: left;

            border: 0;

            padding: 0;

            transition: all .3s

        }



        .btn-descubra button img {

            width: 80%

        }



        #contato-formulario .btn-descubra {

            display: flex;

            justify-content: center;

            margin-top: 1rem;

            margin-bottom: 4rem

        }



        #contato-img {

            width: 100%;

            text-align: center;

            display: none;

        }



            #contato-img img {

                width: 50%

            }

    }



    @media(max-width: 580px) {

        #contato-conteudo {

            font-size: 3vw;

        }



        #contato-titulo div h1,
#contato-titulo div h2 span {

            font-size: 9.5vw;

            max-width: 80%;

            display: block;

        }



        #contato-endereco-telefone {

            max-width: 80%;

        }



            #contato-endereco-telefone div:nth-child(3) {

                margin-right: 4.5%;

            }

    }



    @media(min-width:993px) {

        #contato {

            background-color: #0047ae;

            color: #fff;

            display: flex;

            justify-content: center;

            flex-direction: column

        }



        #contato-corpo {

            margin-left: 0;

            margin-right: 10%;

            display: flex;

            /* overflow-y: auto; */

            align-items: center;

            justify-content: center;

            height: 100%

        }



            #contato-corpo::-webkit-scrollbar {

                width: 4px

            }



            #contato-corpo::-webkit-scrollbar-track {

                background: rgba(255,255,255,.3);

                border-radius: 20px

            }



            #contato-corpo::-webkit-scrollbar-thumb {

                background: rgba(255,255,255,.7);

                border-radius: 12px

            }



        #contato-conteudo {

            width: 30%;

            color: #fff;

            font-size: 1vw;

            display: flex;

            justify-content: center;

            flex-direction: column;

            margin-top: -1%;

        }



        #contato-titulo div h1,
#contato-titulo div h2 span {

            font-size: 3.92vw;

            font-weight: 900;

            text-align: left;

            letter-spacing: 0.2vw;

            display: block;

        }



        #contato-endereco-telefone a {

            color: #fff

        }



        #contato-endereco-telefone div:nth-child(2) {

            position: relative;

            float: left

        }



        #contato-endereco-telefone div:nth-child(3) {

            position: relative;

            float: right;

            margin-right: 4.2vw;

        }



        #contato-social {

            margin-top: 52%;

            padding-right: 15%;

            display: flex;

            justify-content: space-evenly;

        }



            #contato-social span {

                position: absolute;

                left: -9999999999px;

            }



            #contato-social div {

                width: 15%;

                text-align: center;

            }



            #contato-social img {

                width: 70%

            }



        .contato-selos {

            display: flex !important;

            align-items: baseline;

            margin-top: 23.5vw;

            position: absolute;

            margin-left: 31.5%;

            width: 32%;

        }



            .contato-selos div {

                width: 100%;

            }



                .contato-selos div img {

                    max-width: 100%;

                    max-height: 4.8vw;

                }



                .contato-selos div img:nth-child(1) {

                    margin-bottom: 5%;

                }

        .contato-selos-dir div:nth-child(1) img{

            max-height: 5.8vw;

        }



        .contato-selos-esq {

            text-align: left;

            margin-left: 15%;

        }





            .contato-selos-esq div:nth-child(2) img {

                margin-top: 1.5vw;

            }

        .contato-selos-dir {

            text-align: right;

            margin-right: 15%;

        }



        #contato-formulario {

            width: 35%;

            margin-left: 5%;

            margin-right: 5%;

            margin-bottom: 16vw;

            color: #fff;

            font-size: 1em;

            display: flex;

            justify-content: center;

            flex-direction: column;

        }



            #contato-formulario p {

                margin-bottom: 0px;

            }



            #contato-formulario label {

                position: absolute;

                left: -9999999999px;

            }



            #contato-formulario input[type=text], #contato-formulario textarea {

                width: 100%;

                color: #fff;

                font-size: 0.8vw;

                background-color: rgba(255,255,255,0);

                border: 0;

                border-bottom: 1px solid #fff;

                margin-bottom: 5%;

                transition: all .3s;

            }



                #contato-formulario input[type=text]:hover, #contato-formulario textarea:hover {

                    background-color: #00327a

                }



        input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {

            border: 1px solid rgba(255,255,255,0);

            -webkit-text-fill-color: #fff;

            box-shadow: 0 0 0 1000px #0047ae inset;

            -webkit-box-shadow: 0 0 0 1000px #0047ae inset;

            transition: background-color 5000s ease-in-out 0s

        }



        .btn-descubra input[type=submit] {

            color: #fff;

            background-image: url(../images/icones/enviar.png);

            background-color: rgba(255,255,255,0);

            border: 0;

            background-size: 50%;

            background-position: right;

            background-repeat: no-repeat;

            font-size: 0.8vw;

            width: 8vw;

            text-align: left;

            border: 0;

            padding: 0;

            transition: all .3s;

            cursor: pointer;

        }



        #contato-img {

            display: none

        }

    }



    @media(max-width:992px) {

        .btn-descubra {

            font-size: var(--tamanho-texto);

            display: flex

        }



            .btn-descubra a {

                color: #fff

            }



            .btn-descubra div {

                position: relative;

                float: left;

                font-style: italic;

            }



                .btn-descubra div:nth-child(1) {

                    margin-right: 10px

                }



            .btn-descubra img {

                width: 35%

            }



        .desktop {

            opacity: 0;

            display: none

        }



        .mobile {

            opacity: 1;

            display: block

        }

    }



    @media(min-width:993px) {

        .btn-descubra {

            font-size: var(--tamanho-texto);

            display: flex

        }



            .btn-descubra a {

                color: #fff

            }



            .btn-descubra div {

                position: relative;

                float: left;

                font-style: italic;

            }



                .btn-descubra div:nth-child(1) {

                    margin-right: 10px

                }



            .btn-descubra img {

                width: 35%

            }



        .desktop {

            opacity: 1;

            display: block

        }



        .mobile {

            opacity: 0;

            display: none

        }

    }



    



    /* GLOBAL */

    .ocultar {

        opacity: 0

    }



    .exibir {

        opacity: 1

    }



    .clear {

        clear: both

    }



    @media(max-width: 992px) {

        .error {

            position: relative;

            color: gold;

            font-size: 0.8rem;

            top: 3em;

        }



        #contato-formulario form p:nth-child(7) .error {

            top: 6.5em !important;

        }

    }



    @media(min-width: 993px) {

        .zoom:hover {

            transform: scale(1.2)

        }



        .error {

            position: absolute;

            color: gold;

            font-size: 0.8vw;

            margin-top: 22px;

        }



        #contato-formulario form p:nth-child(7) .error {

            margin-top: 5.4em;

        }

    }



    @media(min-width: 1920px) and (max-width: 2500px){

        .error {

            margin-top: 25px !important;

        }



        #contato-formulario form p:nth-child(7) .error {

            margin-top: 5.4em !important;

        }

    }



    @media(min-width: 2501px) {

        .error {

            margin-top: 35px !important;

        }



        #contato-formulario form p:nth-child(7) .error {

            margin-top: 5.4em !important;

        }

    }



    ::-webkit-input-placeholder {

        color: #fff

    }



    :-ms-input-placeholder {

        color: #fff

    }



    ::placeholder {

        color: #fff

    }



    .wrap-out {

        opacity: 0;

        /*zoom: 50%;

    width: 50% !important;

    height: 50% !important;

    top: 25%;

    bottom: 25%;*/

        margin-left: auto;

        margin-right: auto;

        left: 0;

        right: 0;

        -webkit-filter: blur(5px);

        filter: blur(5px);

        transform-style: preserve-3d;

        -webkit-transform-style: preserve-3d;

        transition: all .3s;

        z-index: -1

    }



    



/* REMOÇÃO TEMPORÁRIA DE ITENS FALTANTES*/

#home {

    display: none;

}