/*
Theme Name: Ze Paulo Gomes 2025
Theme URI: https://akun.com.br
Author: Andrew Kuhn - AKUN
Author URI: https://akun.com.br
Description: Tema para o site da Ze Paulo
Version: 2.5
Tags: zepaulo,propaganda, publicidade, akun

*/

/* 
@font-face {
    font-family: 'Bergen Text';
    src: url('library/fonts/bergentext-bold-webfont.woff2') format('woff2'),
         url('library/fonts/bergentext-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'Bergen Text';
    src: url('library/fonts/bergentext-regular-webfont.woff2') format('woff2'),
         url('library/fonts/bergentext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');

/* =General
-------------------------------------------------------------- */

:root {
    --preto: #000000;
    --amarelo: #feec34;
    --amareloEscuro: #ffce2f;
    --cinza: #dee0d8;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    transition: left 0.25s ease-in-out;
    position: relative;
    left: 0;
    color: #000000;
    font-weight: 400;
    background: #ffffff;
    line-height: 1.2;
    font-size: x-small;
    letter-spacing: 0.02em;
    margin: 0 auto;
    animation: all 0.8s ease-out;
    padding-top: 100px;
}

.js-grid {
    max-width: 1250px;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}

h1,h2{
    font-family: "Anton", Sans-serif;
    
}
h1,
h2,
h3,
h4,
h5,
h6 {
        letter-spacing: 0.05rem;
}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

pre {
    text-wrap: auto;
}

p {
    margin-block-start: 0;
}

li {
    padding-top: 0.5em;
    list-style: none;
}

iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

input {
    outline: none;
}

h2 {
    font-size: 3.4em;
    font-weight: 400;
    color: #323232;
}
h5 {
    font-size: 1.8em;
    font-weight: bold;
}

h2.title {
    font-size: 2.9em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #e5cbb7;
    letter-spacing: 0.05em;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0 #fff solid;
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition: border 0.3s ease-out;
    -webkit-transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.noscroll {
    overflow-y: hidden;
}

#logo h1 {
    margin: 0;
}

/* Adicione estilos CSS conforme necessário para o botão flutuante */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
#whatsapp-button svg {
    width: 60px;
    padding: 3px;
    height: 60px;
}
h3.tituloLinha {
    color: var(--preto);
    position: relative;
    background: #fff;
    z-index: 5;
    display: inline-block;
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3em;
    padding-left: .5rem;
}
.linha {
    position: relative;
}
.linha::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e6e6e6;
    z-index: 4;
    width: 100%;
}

section {
    padding: 30px 0;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.loading div {
    max-width: 80%;
    margin: 0 auto;
}
.loading img {
    transition: all 5s ease-in;
    animation: animated_div 5s 1;
    animation-iteration-count: infinite;
}

.loading h3 {
    max-width: 100%;
    padding-top: 10%;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background-image: url(library/images/texturaTexto.jpg);
    font-weight: 900;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: block;
    background-position: center center;
    background-size: cover;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    position: relative;
    z-index: 10;
}
#animated_div {
    width: 70px;
    height: 47px;
    background: #92b901;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    animation: animated_div 5s 1;
    border-radius: 5px;
}

@keyframes animated_div {
    0% {
        transform: rotate(0deg);
        left: 0;
    }
    25% {
        transform: rotate(20deg);
        left: 0;
    }
    50% {
        transform: rotate(0deg);
        left: 500px;
    }
    55% {
        transform: rotate(0deg);
        left: 500px;
    }
    70% {
        transform: rotate(0deg);
        left: 500px;
        background: #1ec7e6;
    }
    100% {
        transform: rotate(-360deg);
        left: 0;
    }
}

/* =Header
-------------------------------------------------------------- */
header {
    margin: 0;
    overflow: hidden;
}

header .containerHeader {
    width: 100%;
    height: 100%;
    position: relative;
}
header .js-grid {
    display: flex;
    align-items: center;
    height: 100%;
}
header .logoTopo,
header h1,
header .chamadaTopo {
    z-index: 99;
}
header .textoDestaque {
    position: absolute;
    right: 0;
    bottom: 7%;
    z-index: 9;
}
img {
    margin: 0 auto;
    display: inline-block;
}
header .textoDestaque a {
    color: #fff;
    letter-spacing: 0.05em;
}
header .textoDestaque a:hover {
    color: var(--amarelo);
}
header .chamadaTopo h2 {
    color: var(--amarelo);
    font-size: 4.5em;
    font-weight: 700;
}

header .logoTopo img {
    height: 11vh;
}
header img.js-display-middle {
    display: block;
    text-align: center;
    max-height: 83%;
    max-width: 66%;
    left: 39.5%;
    transform: none;
    top: 2.7%;
}

.archive header img.js-display-middle,
.page-template-page-portfolio header img.js-display-middle,
.page-template-page-blog.single-post header img.js-display-middle {
    top: 0;
    transform: translateX(-50%);
    max-height: 100%;
    max-width: 40%;
}
.elementor-posts-container a.elementor-post__thumbnail__link {
    margin: 3px 6px;
}
img.attachment-medium.size-medium {
    width: 380px;
    height: 198px;
    object-fit: cover;
}

header img.completa {
    object-fit: cover;
}
/*
header img.completa{
    margin: 0 auto;
    display: block;
    max-width: 350%;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    max-height: 120%;
}*/
header .esquerda i {
    font-size: 1.3em;
    vertical-align: middle;
}

header .centro,
header .direita {
    background: #fff;
}
header .centro {
    font-size: 2em;
    text-align: center;
}
header .botaoPadrao {
    padding: 0.4em 3em;
    margin: 0.7em auto 0;
}

header span {
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.botaoTransparente,
.botaoPretoTransparente,
textarea.js-input,
.botaoAmareloVerde,
.botaoPretoAmarelo,
.botaoPadrao {
    font-size: 2em;
    text-transform: uppercase;
    padding: 0.45em 2em;
    min-width: 15%;
    margin: 1em auto 0;
    letter-spacing: 0.1em;
    font-weight: bold;
    border: 3px solid var(--amarelo);
    background-color: var(--amarelo);
    transition: all 0.2s ease-in;
    color: var(--preto);
    outline: none;
    cursor: pointer;
}
.js-button * {
    vertical-align: middle;
}
.js-input:focus {
    color: var(--amarelo);
    border-color: var(--amarelo);
    transition: all 0.3s ease-in;
}

.botaoTransparente {
    background: none;
    color: var(--amarelo);
    border: var(--amarelo) 3px solid;
}
.botaoPretoTransparente {
    background: none;
    color: var(--preto);
    border: var(--preto) 3px solid;
}
.botaoPretoTransparente:hover {
    color: var(--amarelo);
    background: var(--preto);
}
.botaoPretoTransparente:hover svg {
    fill: var(--amarelo);
    transition: all 0.3s ease-in;
}
#barraMenu .centro .botaoTransparente.whatsapp .texto {
    display: none;
}

.botaoTransparente:hover,
.botaoPadrao:hover {
    background-color: var(--preto);
    color: var(--amarelo);
    border-color: var(--preto);
    border-radius: 50px;
}

a.botaoAmareloVerde {
    font-size: 2.1em;
    background: var(--amarelo);
    color: var(--preto);
    padding: 0.45em 2em;
}
a.botaoAmareloVerde:hover {
    background: var(--preto);
    color: var(--amarelo);
}
a.botaoPretoAmarelo {
    font-size: 2.1em;
    background: var(--amarelo);
    color: var(--preto);
    padding: 0.45em 2em;
}
a.botaoPretoAmarelo:hover {
    color: var(--amarelo);
    background: var(--preto);
    border-color: var(--preto);
}

.botaoTransparente:hover {
    color: var(--preto);
    background: var(--amarelo);
    border-color: var(--amarelo);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea.js-input {
    text-align: center;
    background: none;
    color: #000000;
    border: #000000 3px solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #000000;
    background: none;
}
::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}
section {
    padding-bottom: 30px;
}
main {
    overflow: hidden;
}
/* =barraMenu
-------------------------------------------------------------- */
.containerMenu {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 398;
    top: 0;
}
.containerMenuBg {
    background: var(--preto);
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 400;
}
.noscroll .containerMenuBg {
    padding-right: 17px;
}
#barraMenu {
    height: 100px;
    background: var(--preto);
    justify-content: center;
    width: 100%;
    z-index: 400;
    display: flex;
    align-items: center;
}

#barraMenu .esquerda a {
    display: block;
}
#barraMenu .esquerda img {
    max-height: 60px;
}
#logotovapPropaganda {
    max-width: 5vw;
    max-height: 60px;
}
#barraMenu #logoMenu {
    display: none;
}

#barraMenu .centro .botaoTransparente {
    font-size: 1.3em;
    margin: 0;
    padding: 0.5em 4.5vw;
    color: var(--amarelo);
}
#barraMenu .centro .botaoTransparente svg {
    display: inline-block;
    vertical-align: middle;
    fill: var(--amarelo);
    width: 1.4em;
}
#barraMenu .centro .botaoTransparente:hover {
    color: var(--preto);
}
#barraMenu .centro .botaoTransparente span {
    vertical-align: middle;
}
#barraMenu .centro .botaoTransparente:hover svg {
    fill: var(--preto);
    transition: fill 0.3s ease-in;
}

#barraMenu.fixar {
    top: 0%;
}
#barraMenu.baixo {
    bottom: 0%;
    top: auto;
}
#containerMenuAberto {
    position: fixed;
    background: var(--preto);
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    text-transform: uppercase;
    top: -100%;
    transition: 0.3s ease-in all;
    display: flex;
    height: calc(100% - 100px);
}
#containerMenuAberto a {
    color: var(--amarelo);
    padding: 1em 2em;
    font-family: "Anton", Sans-serif;
}
#containerMenuAberto.mostrar {
    top: 100px;
}
address.telefones {
    color: #000000;
    font-weight: bold;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
address.telefones a {
    display: inline-block;
}
address.telefones a i {
    padding: 0 0.5em;
}


#barraMenu .direita .telefones i {
    font-size: 1.2em;
    font-weight: lighter;
}
#barraMenu .direita .containerBarras i {
    font-size: 2em;
    color: #263937;
    font-weight: lighter;
    width: 10%;
}
#barraMenu .direita {
    text-align: right;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#barraMenu .direita .containerBarras {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    cursor: pointer;
}
#barraMenu .direita .containerBarras .navbar-toggle {
    background: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--amarelo);
    padding: 10px 25px;
}
#barraMenu .direita .containerBarras .navbar-toggle:hover {
    background-color: var(--amarelo);
}
#barraMenu .direita .containerBarras .navbar-toggle:hover span {
    color: var(--preto);
}
#barraMenu .direita .containerBarras .navbar-toggle .icon-bar {
    display: block;
    width: 13px;
    height: 2px;
    border-radius: 1px;
    margin-top: 2px;
    background: var(--amarelo);
    margin-left: 15px;
}
#barraMenu .direita .containerBarras .navbar-toggle:hover .icon-bar {
    background: var(--preto);
}
#barraMenu .direita .containerBarras .navbar-toggle .texto {
    color: var(--amarelo);
    display: inline-block;
    font-weight: bold;
}

#menuSecundario {
    position: fixed;
    height: calc(100% - 80px);
    width: 100%;
    background: #f9c164;
    top: 100%;
    left: 0;
    right: 0;
    padding: 100px 20px;
    visibility: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
    transition: all 0.5s ease-out;
    border-radius: 5px;
    z-index: 398;
}

#menuSecundario.mostrar {
    visibility: visible;
    animation-direction: normal;
    left: 0%;
    right: 0%;
    width: 100%;
    top: 0;
}
#menuSecundario.mostrar .js-quarter {
    display: block;
    position: relative;
    z-index: 99999;
}

#menuSecundario img {
    cursor: pointer;
    transition: all 0.3s linear;
    margin: 0 auto;
    transform: scale(1);
}
#menuSecundario.mostrar img {
    display: block;
    opacity: 1;
}
#menuSecundario img:hover {
    transform: scale(1.1);
}
/* =homeIntro
Amarelo

#homeAmarelo {
    background: var(--amarelo);
    padding-bottom: 6vh;
    padding-top: 6vh;
    padding-left: 10px;
    padding-right: 10px;
}
#homeAmarelo .js-container{
    display: flex;
}
#homeAmarelo .tituloLinha{
    background: var(--amarelo);
}
#homeAmarelo .esquerda{
    padding-right:0;
}
#homeAmarelo .direita{
    padding-right:10vw;
}
-------------------------------------------------------------- */


.duasColunas.imagemLegenda {
    margin-bottom: 30px;
}
.duasColunas .esquerda {
    width: 30%;
    padding-right: 10%;
}
.duasColunas .direita {
    width: 70%;
}
.duasColunas h1,
.duasColunas h2 {
    color: var(--preto);
    font-weight: 900;
    font-size: 3.4em;
}
.duasColunas li,
.duasColunas h4,
.duasColunas p {
    color: var(--preto);
    font-size: 2.4em;
}

.duasColunas li {
    list-style: disc;
    padding-left: 0;
    margin-left: 30px;
}

/* =homeAmarelo
-------------------------------------------------------------- */
#homeAmarelo {
    background: var(--amarelo);
    padding-bottom: 7vh;
    padding-top: 7vh;
    padding-left: 10px;
    padding-right: 10px;
}
#homeAmarelo .js-container {
    display: flex;
    align-items: center;
}
#homeAmarelo .tituloLinha {
    background: var(--amarelo);
}
#homeAmarelo .esquerda {
    padding-right: 0;
}
#homeAmarelo .direita {
    max-width: 970px;
    padding-left: 7%;
}

/* =homeIdentidadeVisual
-------------------------------------------------------------- */
#homeIdentidadeVisual .elementos {
    display: flex;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 4em;
}
#homeIdentidadeVisual .elementos .js-col {
    padding-right: 5%;
}
#homeIdentidadeVisual .cheio {
    background: #e4e5de;
    padding: 5em;
}
#homeIdentidadeVisual .is-full h2 {
    padding: 1em 0;
}
#homeIdentidadeVisual .elementos h4 {
    font-weight: bold;
}
#homeIdentidadeVisual .elementos p {
    font-size: 1.8em;
}
#homeIdentidadeVisual .cheio {
    display: flex;
    align-items: center;
    justify-content: center;
}
#homeIdentidadeVisual .cheio div {
    padding: 10px;
    width: 39%;
}
#homeIdentidadeVisual .cheio div.esquerda {
    width: 22%;
}
/* =homePreto
-------------------------------------------------------------- */
#homePreto {
    background: var(--preto);
    padding-bottom: 1px;
}
#homePreto h2 {
    color: var(--amarelo);
    font-size: 4.5em;
}
#homePreto .js-container {
    display: flex;
    align-items: center;
}
#homePreto .esquerda {
    width: 55%;
}
#homePreto .direita {
    width: 45%;
}
/* =homePortfolio
-------------------------------------------------------------- */
.containerPortfolio {
    display: flex;
    flex-wrap: wrap;
}
.containerPortfolio .coluna {
    width: 33%;
    padding: 6px 3px 0;
    display: block;
    overflow: hidden;
}
.itemPortfolio {
    position: relative;
}

.itemPortfolio .boxTexto {
    position: absolute;
    left: 0;
    background: var(--amarelo);
    padding: 10px;
    top: -20%;
    bottom: 100%;
    right: 00%;
    transition: 0.3s ease-in;
    visibility: collapse;
    opacity: 0.5;
    flex: 1;
}
.itemPortfolio .boxTexto > div {
    border: 3px solid black;
    height: 100%;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}
.itemPortfolio:hover .boxTexto {
    bottom: 0%;
    top: 0;
    opacity: 1;
    right: 0%;
    visibility: visible;
}
.itemPortfolio .boxTexto h4 {
    color: #2b3b3d;
    font-weight: 900;
    font-size: 2em;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-transform: uppercase;
}
.itemPortfolio .boxTexto span {
    color: #2b3b3d;
    font-weight: 500;
    font-size: 1.8em;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
.itemPortfolio .boxImagem img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* =homeDepoimentos
-------------------------------------------------------------- */
#homeDepoimentos {
    background: var(--cinza);
    text-align: center;
}
#homeDepoimentos h3 {
    color: var(--preto);
    font-size: 3.5em;
    font-weight: bold;
}
.containerDepoimento {
    overflow: hidden;
}

/* =homeClientes
-------------------------------------------------------------- */
#homeClientes {
    margin: 0;
    padding: 0;
    padding-bottom: 100px;
}

#homeClientes .js-container img {
    max-width: 140px;
    max-height: 140px;
    height: auto;
}
#homeClientes .slick-list {
    padding-right: 2px;
}
#homeClientes .slick-track {
    display: flex;
}
.itemClientes {
    display: inline-block;
    border-right: none;
    width: 16.43%;
    padding: 0 0.6vw;
    text-align: center;
    background-clip: border-box;
    margin: 20px 0;
}

/* =homeEstrutura
-------------------------------------------------------------- */

#homeEstrutura > div {
    margin-left: 9.667%;
}
#homeEstrutura a {
    position: relative;
    display: block;
}
#homeEstrutura p {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color: #a59272;
    width: 100%;
    font-size: 1.8em;
    padding: 0.2em 1em;
    margin: 0;
    text-transform: uppercase;
}
#homeEstrutura img:hover {
    opacity: 0.8;
}

/* =Serviços
-------------------------------------------------------------- */

.page-template-page-servicos header img.js-display-middle {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
#servicos .itemPortfolio .boxTexto h4 {
    font-size: 2.4em;
    text-transform: uppercase;
}
#servicos .containerPortfolio {
    display: flex;
    align-self: center;
    margin-bottom: 80px;
    justify-content: flex-start;
    transition: all 1s ease-in;
}

#servicos .itemPortfolio i {
    font-size: 8em;
    transition: all 0.5s ease-in;
    display: block;
}
#servicos .itemPortfolio:hover i {
    transform: rotate(90deg);
}
.verMais .itemPortfolio {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #263937;
    background: var(--amarelo);
}
.containerHeaderHome {
    height: auto;
    margin-top: 8vh;
    background: var(--preto) !important;
    position: relative;
}
.containerHeader .imagemHome {
    position: relative;
    z-index: 1;
    display: block;
}
.containerHeader .js-grid {
    justify-content: space-between;
}
.containerHeader .imagemTopo {
    margin-top: -8vh;
}

.page-id-8 .containerHeader {
    display: flex;
    background: #fff;
}
.page-id-8 .containerHeader .coluna {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    background: #e4e5de;
}
.page-id-8 .containerHeader .coluna:last-child {
    margin-right: 0;
}
.page-id-8 .containerHeader .coluna * {
    position: relative;
    z-index: 2;
}
.page-id-8 .containerHeader .coluna img.js-display-middle {
    position: absolute;
    min-height: 100%;
    z-index: 0;
    min-width: 25vw;
}
.page-id-8 .containerHeader .coluna img.imagemCategoria {
    position: absolute;
    z-index: 1;
}
.page-id-8 .containerHeader .coluna h2 {
    color: var(--preto);
    font-weight: 900;
    margin-bottom: 40vh;
}



/* =Formulario de projeto
-------------------------------------------------------------- */
#containerFormulario {
    max-width: 70%;
    margin: 0 0 0 auto;
}
#containerFormulario .forminator-ui#forminator-module-1513.forminator-design--material .forminator-button-upload,
#containerFormulario .forminator-ui#forminator-module-1513.forminator-design--material .forminator-button-submit {
    margin: 0;
    padding: 0.65em 1.5em;
    color: var(--preto);
    background: var(--amarelo);
    border-color: var(--amarelo);
    border-radius: 30px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    width: auto;
    margin-right: 10px;
}
/* =Blog
-------------------------------------------------------------- */
#blogIntro {
    display: none;
}
.containerPosts {
    display: flex;
    flex-wrap: wrap;
    padding: 0; 
}
.containerPosts .coluna {
    width: 33.33%;
    padding: 6px 10px 0;
    display: block;
    overflow: hidden;
    margin-bottom: 2em;
}
.containerPosts .coluna .itemBlog{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.segunda address.telefones i {
    font-size: 6em;
    padding: 0 5px;
    transition: all 0.3s ease-in;
}
.segunda address.telefones a:hover i {
    color: var(--amarelo);
}
.page-template-page-blog header img {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

.itemBlog h4 {
    font-weight: 900;
    font-size: 1.9em;
    min-height: 3rem;
    text-transform: uppercase;
}

.itemBlog .boxTexto,
.itemBlog .boxBotoes  {
    padding: 10px;
}
.itemBlog .boxBotoes  {
    display: flex;
    align-items: flex-end;
}
.itemBlog:hover {
    background: #f1f1f1;   
}

.itemBlog h5 {
    font-weight: 900;
    text-transform: uppercase;
    color: var(--preto);
    font-size: 1.5em;
}
.itemBlog h5.date{
    font-size: 1.3em;
}
.itemBlog h5.leiaMais {
    border: 3px solid black;
    padding: 7px;
    text-align: center;
    transition: all ease-in 0.3s;
}
.itemBlog:hover h5.leiaMais {
    background-color: var(--amarelo);
    border-color: var(--amarelo);
    border-radius:20px;
}
.itemBlog .mais {
    text-align: right;
}
.itemBlog p {
    font-size: 1.6em;
    color: #2b3b3d;
}
.itemBlog img.wpp-thumbnail {
    width: 100%;
}
#noticia h1 {
    text-transform: uppercase;
    font-size: 4.8em;
}
#noticia h1,
#noticia h2,
#noticia h3 {
    color: var(--preto);
    font-weight: 600;
}
#noticia article h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 3.2rem 0 1.6rem;
}
#noticia article h3 {
    font-size: 1em;
}
#noticia hr {
    color: rgb(140 140 140/0.2);
    margin: 1.6rem 0;
}
#noticia figure {
    margin: 3.2rem 0;
}
#noticia .primeira {
    background: #f1f1f1;
    padding-top: 2em;
    padding-bottom: 2em;
}
.single-post article {
    font-size: 2em;
    margin-top: 1em;
    padding-top: 1em;
    padding: 3px;
}

.single-post article li {
    list-style: inherit;
    margin-left: 2em;
}
.single-post article li p {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.single-post article blockquote {
    color: #56687a;
    border-left: 0.4rem solid #56687a;
    line-height: 1.5;
    padding-left: 20px;
    font-weight: 600;
    margin: 3.2rem 0;
}
.single-post article p {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.5;
}

.crp_related {
    padding-top: 20px;
}
.crp_related ul {
    display: flex;
}
.crp_related li {
    font-size: 2em;
    width: 30%;
    padding: 10px;
    text-align: center;
}
.crp_related li img {
    display: block;
    width: 100%;
}
.crp_related li span {
    padding-top: 10px;
    display: block;
}

/* =Main Navigation
-------------------------------------------------------------- */

#mobile-menu {
    font-size: 3em;
    color: #333333;
}

#mobile-menu i {
    font-size: 0.8em;
}

#site-navigation {
    position: absolute;
    right: 8%;
    z-index: 300;
    transition: all 0.3s ease-in;
    color: #fff;
    top: 20%;
}
#site-navigation nav {
    width: 100%;
    display: block;
}
#site-navigation.show {
    opacity: 1;
    visibility: visible;
}

#site-navigation #menu {
    position: relative;
    z-index: 302;
}

#site-navigation ul {
    display: flex;
}
#site-navigation li {
    flex: 1 0 auto;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}
#site-navigation li a {
    padding: 0.5em 1em;
    display: block;
}
#site-navigation li:hover {
    color: #ed7b4f;
}

/* =Mobile Navigation
-------------------------------------------------------------- */

#mobile-menu {
    width: 100%;
    background: #bb9755;
    display: none;
    text-align: right;
    padding: 5px 10px;
    position: fixed;
    z-index: 9999;
    height: 50px;
}

#mobile-menu a {
    width: 45px;
    line-height: 35px;
    padding-top: 4px;
    margin: 0 0 0 5px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

#mobile-menu a:hover {
    background-color: #fff;
    color: #000;
}

#mobile-menu a.left-menu {
    float: left;
    margin: 0 5px 0 0;
}

/* =Footer
-------------------------------------------------------------- */

footer {
    text-transform: uppercase;
    background: var(--preto);
}

footer p {
    color: var(--branco);
}

footer a:hover {
    color: var(--amarelo);
}

footer .row {
    margin-bottom: 0;
}

footer .esquerda a {
    padding-right: 10px;
}
footer .esquerda a img {
    padding-right: 5px;
}
footer .direita a {
    font-size: 1.9em;
}
footer .js-grid {
    display: flex;
    align-items: center;
    align-self: center;
}

footer .copyright {
    padding-bottom: 3em;
    padding-top: 5em;
    font-size: 1em;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    color: #fff;
}
footer .copyright a {
    color: #fff;
}
footer .paddingRodape {
    padding-top: 30px;
    padding-bottom: 50px;
}

footer .sociais {
    padding-left: 1em;
}
footer .sociais img {
    max-width: 25%;
    padding: 0 2%;
    margin: 0;
}
#menu-menu-footer {
    display: flex;
}
#menu-menu-footer li {
    list-style: none;
    flex: 1 0 auto;
    padding: 0;
    font-size: 1em;
    margin: 0;
}
#menu-menu-footer li::before {
    display: none;
    padding: 0;
    margin: 0;
}
#menu-menu-footer li a {
    transition: all 0.1s ease-in;
}
#menu-menu-footer li a:hover {
    color: #ee286e;
}
/* =internaPortfolio
-------------------------------------------------------------- */
#portIntro {
    padding-top: 100px;
}
#portfolioGaleria {
    padding: 20px 0;
}
.itemGaleria {
    padding: 3px;
}

.galeriaSecundaria {
    padding-top: 30px;
}

#portfolioVideo .fb-video {
    width: 100%;
}

.slick-dots {
    margin: 0 auto;
    text-align: center;
}
.containerEquipe img {
    transition: all 0.2s ease-in;
    width: 100%;
}

.slick-slide img {
    margin: 0 auto;
}
.slick-next,
.slick-prev {
    border: none;
    font-size: 0;
    position: absolute;
    top: 45%;
    outline: none;
    cursor: pointer;
    background-image: url(/wp-content/themes/tovap/library/images/prev.png);
    height: 43px;
    width: 43px;
    background-color: transparent;
}
.slick-prev {
    left: 0;
}
.slick-next {
    transform: rotateY(180deg);
    right: 0;
}
.slick-next:hover,
.slick-prev:hover {
    opacity: 0.8;
}
.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 1em 0.5em;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid var(--amarelo);
    border-radius: 30px;
    font-size: 0;
    height: 15px;
    width: 15px;
    padding: 5px;
    display: block;
    outline: none;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--amarelo);
}
.linkSite {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.linkSite h3 {
    color: #f8c164;
    font-size: 2em;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
#navegacao {
    text-align: center;
    padding-bottom: 30px;
}
.botaoNavegacao {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #f8c164;
    color: #f8c164;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.botaoNavegacao.selecionado,
.botaoNavegacao:hover {
    background: #f8c164;
    color: #253937;
}
.botaoNavegacao i {
    font-size: 40px;
    vertical-align: middle;
    display: inline-block;
}
.botaoNavegacao i.icon-tablet {
    transform: rotate(90deg);
}
.botaoNavegacao span {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}
#containerSite {
    margin: 0 auto;
    position: relative;
}
#containerSite iframe {
    transition:
        width 0.3s linear,
        height 0.3s linear;
    border: 1px solid #263937;
}
#containerSite.desktop iframe {
    display: block;
    width: 1920px;
    max-width: 100%;
    height: calc(100vh - 220px);
    transform-origin: center top;
    margin: 0 auto;
    max-height: 38vw;
}

#containerSite.mobile iframe {
    display: block;
    transform-origin: center top;
    max-width: 1920px;
    margin: 0 auto;
    width: 375px;
    height: 667px;
}

#containerSite.tablet iframe {
    display: block;
    transform-origin: center top;
    max-width: 100%;
    margin: 0 auto;
    width: 800px;
    height: 600px;
}
#iMac {
    background-image: url(/wp-content/themes/tovap/library/images/imac.jpg);
    padding-bottom: 45.7%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#iMac iframe {
    display: block;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: top center;
    left: 4.4%;
    width: 215%;
    top: 17%;
    height: 124%;
    transform: scale(0.4284);
    transform-origin: 0 0;
    max-width: 1920px;
}

#iPhone {
    background-image: url(/wp-content/themes/tovap/library/images/iphone6pp.jpg);
    padding-bottom: 41.1%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#iPhone iframe {
    display: block;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: top center;
    left: 7.6%;
    width: 108.6%;
    top: 14%;
    height: 91.6%;
    transform: scale(0.78);
    transform-origin: 0 0;
    max-width: 435px;
    border-radius: 0 3px 3px 0;
}
#iPhoneL {
    background-image: url(/wp-content/themes/tovap/library/images/iphone6pl.jpg);
    padding-bottom: 26%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#iPhoneL iframe {
    display: block;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: top center;
    left: 12.4%;
    width: 96.2%;
    top: 14%;
    height: 100.7%;
    transform: scale(0.78);
    transform-origin: 0 0;
    max-width: 865px;
    border-radius: 0 3px 3px 0;
}
/* =Outros
-------------------------------------------------------------- */
.js-input {
    background: #fff;
    border: 1px solid white;
    color: #918372;
    font-size: 1.8em;
    padding: 0.7em 1em;
}
.js-inputinput::placeholder {
    color: #fff;
}
textarea.js-input {
    height: 5rem;
    margin: 0;
    text-transform: none;
}
#agendeReuniao .js-section {
    margin-bottom: 5px;
}
.mensagem.js-section {
    margin-top: 0;
}
/* =Main
-------------------------------------------------------------- */

#primary.centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

/* =Assitive Text
-------------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/* =Modulos
-------------------------------------------------------------- */

/* =Sticky Footer
-------------------------------------------------------------- */

@media only screen and (max-width: 1380px) {
}

#footer-content {
    display: flex;
}

#footer-content div {
    flex: 1 1 auto;
    align-self: center;
    align-content: center;
}

/* =Videos
-------------------------------------------------------------- */

#modal.visible {
    display: block;
}

#modal img {
    display: none;
}

#modal iframe {
    min-height: 50vh;
}

#modal h2 {
    font-size: 4em;
    font-weight: normal;
}

#modal .js-modal-content::before {
    position: absolute;
    left: 100%;
    font-family: FontAwesome;
    bottom: 100%;
    content: "\f00d";
    font-size: 3em;
    color: white;
    cursor: pointer;
}

video {
    max-width: 100%;
    height: auto;
}

.responsive-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.responsive-video-wrapper iframe,
.responsive-video-wrapper object,
.responsive-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
    display: block;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header.paginaErro h2 {
    font-size: 4em;
    color: #fff;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
header.paginaErro img {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    display: block;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 960px) {
    .row .row .c1,
    .row .row .c2,
    .row .row .c3,
    .row .row .c4,
    .row .row .c5,
    .row .row .c7,
    .row .row .c8,
    .row .row .c9,
    .row .row .c10,
    .row .row .c11,
    .row .row .c12 {
        width: 100%;
    }
    .row .row > div:last-child {
        margin-bottom: 0 !important;
    }
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld,
    only screen and (max-width: 768px),
    only screen and (max-device-width: 768px) and (orientation: portrait) {
    .row {
        margin-bottom: 0 !important;
    }
    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

/* =Media query for iPhone and smaller handheld devices
-------------------------------------------------------------- */

@media only screen and (max-width: 780px) and (orientation: portrait) {
    .row {
        margin-bottom: 0 !important;
    }
    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    body {
        font-size: 5px;
    }
    body > * {
        font-size: 1.8em;
    }
    h2 {
        font-size: 2.5em;
    }
    h3.tituloLinha {
        width: auto;
    }
    .slick-prev {
        left: 5%;
    }
    .slick-next {
        right: 5%;
    }
    header .chamadaTopo h2 {
        text-align: center;
        padding-bottom: 1em;
        padding-top: 1em;
    }
    header .chamadaTopo .js-button {
        font-size: 1.4em;
    }
    header .js-grid {
        margin: 0 20px;
    }
    .containerHeaderHome {
        margin-top: 0;
    }
    .containerHeaderHome .imagemTopo {
        margin: 0;
    }
    .containerHeaderHome .js-grid {
        flex-direction: column;
    }
    header .logoTopo {
        display: none;
    }
    header img.completa {
        height: 80vh;
        object-fit: cover;
        margin-left: -100%;
        max-width: 300%;
        width: 300%;
    }
    header img.js-display-middle {
        max-width: 85%;
    }
    .home header img.js-display-middle {
        max-height: 90%;
        max-width: 240%;
        left: 0;
        transform: none;
        top: 1.7%;
    }

    #logotovapPropaganda {
        max-width: 15vw;
    }
    #barraMenu .centro {
        width: 50%;
    }
    #barraMenu .centro .botaoTransparente {
        display: none;
    }
    #barraMenu .centro .botaoTransparente.whatsapp {
        display: block;
        padding: 5px 10px;
        border-width: 2px;
    }
    #barraMenu .direita .containerBarras .navbar-toggle .texto {
        font-size: 1.4em;
        padding-top: 5px;
    }
    #barraMenu .centro .botaoTransparente.whatsapp span {
        display: inline;
        font-size: 0.6em;
    }

    #homeIdentidadeVisual .elementos p {
        margin-top: 0;
    }
    #homeIdentidadeVisual .elementos h4 {
        margin-bottom: 0;
        margin-top: 2em;
    }
    #barraMenu .esquerda {
        width: 20%;
        padding-left: 10px;
    }
    #barraMenu .esquerda img#logoMenu {
        display: inline-block;
        width: 140px;
        margin-right: 10px;
        max-width: 38vw;
    }

    address.telefones {
        float: none;
        padding-right: 10px;
    }
    address.telefones a {
        font-size: 1.4em;
    }
    address.telefones a i {
        padding: 5px 5px;
        display: inline-block;
    }
    address.telefones a span {
        display: none;
    }
    address.telefones a.reuniao {
        display: inline-block;
    }

    #barraMenu .direita {
        width: auto;
    }
    #barraMenu .direita .containerBarras .navbar-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 3px;
        margin-left: 0;
    }
    #barraMenu .direita .containerBarras .navbar-toggle .texto {
        display: none;
    }
    #barraMenu .direita .containerBarras .navbar-toggle {
        border-width: 2px;
    }
    #barraMenu .direita .containerBarras {
        padding-right: 10px;
    }
    header .textoDestaque {
        display: none;
    }
    header .logoTopo,
    header h1,
    header .chamadaTopo {
        top: auto;
        position: relative;
    }
    .noscroll .containerMenuBg {
        padding: 0;
    }
    #homeIdentidadeVisual .elementos {
        flex-wrap: wrap;
    }
    #homeIdentidadeVisual .elementos .js-col {
        width: 100%;
        text-align: center;
    }
    #homeIdentidadeVisual .cheio {
        display: block;
        padding-bottom: 1em;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }
    #homeIdentidadeVisual .cheio div {
        width: 100% !important;
        text-align: center;
    }

    #homeAmarelo .js-container {
        display: block;
    }
    #homePreto .js-container {
        display: block;
    }
    #homePreto .esquerda,
    #homePreto .direita {
        width: 100%;
    }
    #menuSecundario {
        display: block;
        overflow: scroll;
        padding: 0;
    }
    #menuSecundario .containerMenuSecundario {
        width: 250vw;
        display: flex;
        height: 100%;
        padding: 10px;
        align-items: center;
    }

    #menuSecundario .jsthird {
        width: 50vw;
    }
    #menuSecundario.mostrar.baixo {
        padding-top: 0;
    }
    #menuSecundario .js-quarter {
        width: 50%;
    }
    #menuSecundario img {
        max-height: 80vh;
    }

    .duasColunas {
        font-size: 0.8em;
    }
    .duasColunas .esquerda {
        width: 100%;
    }
    .duasColunas .direita {
        width: 100%;
    }
    .galeriaSecundaria .itemGaleria.js-third {
        width: 33.33333%;
    }
    .containerPortfolio {
        padding: 0;
    }
    .containerPortfolio .coluna {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        padding: 2px 2px 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        padding: 1em 3em;
        margin: 1em auto;
        font-size: 1.2em;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    .botaoTransparente,
    textarea,
    .botaoPadrao {
        font-size: 1.4em;
    }
      
    
    .itemPortfolio .boxTexto h4 {
        font-size: 1.7em;
        bottom: 0;
    }
    .itemClientes {
        width: 49%;
    }
    #homeDepoimentos h3 {
        padding: 0 10px;
    }

    /* =Serviços
    -------------------------------------------------------------- */
    .page-id-8 .containerHeader {
        flex-wrap: wrap;
    }
    .page-id-8 .containerHeader .coluna {
        width: 47%;
        margin-top: 2%;
        margin-bottom: 1%;
    }
    .page-id-8 .containerHeader .coluna:nth-child(3),
    .page-id-8 .containerHeader .coluna:nth-child(4) {
        margin-bottom: 2%;
        margin-top: 1%;
    }
    .page-id-8 .containerHeader .coluna:nth-child(1),
    .page-id-8 .containerHeader .coluna:nth-child(3) {
        margin-right: 1%;
        margin-left: 2%;
    }
    .page-id-8 .containerHeader .coluna:nth-child(2),
    .page-id-8 .containerHeader .coluna:nth-child(4) {
        margin-right: 2%;
        margin-left: 1%;
    }

    .page-id-8 .containerHeader h2 {
        font-size: 2em;
    }
    .page-id-8 .containerHeader .coluna h2 {
        margin-bottom: 20vh;
    }
    .page-id-8 .containerHeader .saibaMais {
        font-size: 1em;
    }

    .tax-servico .containerHeader img.js-display-middle {
        top: 20vh;
    }
    .tax-servico header {
        background: #acacac;
    }
    .tax-servico .containerHeader h2 {
        width: 80vw;
    }
    .tax-servico .containerHeader img.imagemCategoria {
        margin-top: 0;
        max-width: 100%;
    }
    .tax-servico .containerHeader h4 {
        margin-top: 0;
        width: 80vw;
    }
    .tax-servico .containerHeader {
        flex-direction: column;
        background: #adadad;
        justify-content: space-evenly;
    }
    /* =Portfolio
    -------------------------------------------------------------- */
    .page-template-page-blog header img.js-display-middle,
    .page-template-page-portfolio header img.js-display-middle {
        max-width: 90%;
    }
    /* =footer
    -------------------------------------------------------------- */
    #agendeReuniao {
        padding: 5vh 0;
    }
    footer {
        background-size: cover;
    }
    footer #contatos .esquerda .js-row {
        flex-direction: column;
    }
    footer .js-grid {
        display: block;
    }
    footer .js-third,
    footer .js-section {
        padding: 0;
        margin: 0;
    }
    textarea.js-input {
        margin: 1em auto 1.5em;
    }

    footer #contatos {
        font-size: 1.2em;
    }
    footer #contatos .js-third {
        margin-bottom: 20px;
    }
    footer .direita a {
        font-size: 1.1em;
        display: block;
        width: 100%;
        text-align: center;
    }
    footer #contatos .esquerda {
        margin-bottom: 30px;
        font-size: 1.1em;
        margin-top: 30px;
        line-height: 1.618;
        text-align: left;
    }
    footer #contatos .esquerda a {
        display: block;
        padding-bottom: 10px;
    }
    .botaoNavegacao {
        display: inline-block;
        padding: 15px 0;
        border: 2px solid #f8c164;
        color: #f8c164;
        text-align: center;
        margin: 0;
        width: 33.3%;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    .botaoNavegacao.selecionado,
    .botaoNavegacao:hover {
        background: #f8c164;
        color: #253937;
    }
    .botaoNavegacao i {
        font-size: 20px;
        vertical-align: middle;
        display: inline-block;
    }
    .botaoNavegacao i.icon-tablet {
        transform: rotate(90deg);
    }
    .botaoNavegacao span {
        vertical-align: middle;
        font-size: 10px;
        font-weight: 700;
    }
    #desktop {
        display: none;
    }
    #tablet {
        display: none;
    }

    .containerPosts .coluna {
        width: 100%;
    }
}

@media only screen and (min-width: 2500px) {
    .containerPortfolio .coluna {
        width: 25%;
    }

    #servicos .containerPortfolio .coluna {
        width: 33%;
    }
    .galeriaPrimaria img {
        width: 100vw;
        margin: 0 auto;
    }
    header img.completa {
        max-height: 160%;
    }
}

.leitorTela {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
