body div.cookiewarning {
	display: none;
}
body.cookiewarning div.cookiewarning {
padding: 15px 25px;    
	display: block;
	position: fixed;
    z-index: 999999;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,1);
	color: white;
    font-size: 12px;
    overflow-x: hidden;
}
div.cookiewarning p a{ color: #fff !important; text-decoration: underline;}
body.cookiewarning p{line-height: 150%;}

body.cookiewarning .removecookie {
	display: none;
}
.btn-cookie{
    clear: both;
    margin: 10px 0;
}
.btn-warning{
    background: #fff;
    color: #000;
    padding: 5px 10px;   
    cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    border: 1px solid #fff;
}
.btn-warning:hover{
    background: #000;
    color: #fff;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    font-size: 16px;
    color: #004365;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover {
    color: #075a84;
}
a img {
    border: none;
}
.anima, #form-contato *, #home-areas .flex .item * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignleft {
    float: left;
    padding: 5px 15px 5px 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 10px 15px;
}
.aligncenter {
    text-align: center !important;
    margin: 0px auto !important;
}
.left {
}
.right {
}
.clear {
    clear: both;
}
.clear-both {
    clear: both;
}
.pagenavi {
    margin: 20px 0;
    clear: both;
}
.full {
    width: 100% !important;
}

/*==================================================
HEADER
====================================================*/
#m-response {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: -150%;
    height: 100vh;
    max-width: 450px;
    padding: 5%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(3,51,37,0);
}
#m-response.inactive {
    animation-name: FechaMenuResponsive;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    -webkit-animation-name: FechaMenuResponsive;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#m-response.active {
    animation-name: AbreMenuResponsive;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    -webkit-animation-name: AbreMenuResponsive;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    background: rgba(3,51,37,1);
}
#m-response .fechar a {
    position: relative;
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: block;
}
#m-response .fechar {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#m-response .fechar:hover {
    transform: rotate(90deg);
}
@-webkit-keyframes AbreMenuResponsive {
0% {
background:rgba(50,73,94,0);
left:-100%;
width: 0px;
}
100% {
background:rgba(50,73,94,1);
left:0%;
width: 100%;
}
}
@-webkit-keyframes FechaMenuResponsive {
0% {
background:rgba(50,73,94,1);
}
100% {
background:rgba(50,73,94,0);
left:-100%;
width: 0px;
}
}
#m-response ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-width: 95%;
    display: block;
}
#m-response ul li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #3d546a;
}
#m-response ul li a {
    color: #fff !important;
    font-size: 14px;
    text-align: left;
    display: block;
    padding: 14px 10px 14px 0;
    background-image: url(img/right.png);
    background-repeat: no-repeat;
    background-position: 120% center;
    background-size: 13%;
}
#m-response ul li a:hover {
    background-color: #3d546a;
    background-position: 98% center;
    padding-left: 20px;
}
#btn-nav {
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
#btn-nav a {
    width: 40px;
    height: 40px;    
    display: block;
    background: url("img/mresponse.png") no-repeat center center;
}

header {
    background: #fff;
    text-align: center;
    padding: 18px 15px 5px 15px;
}
header .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 98%;
    margin: 0px auto;
    align-items: center;
}

header .logo, header nav {
    margin: 0px;
    padding: 0px;
}
header .logo {
    position: relative;
    flex: 25%;
}

#cssmenu{margin:0; padding: 0; }
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }

#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu > ul{display: flex; justify-content: flex-end;}
#cssmenu ul{margin: 0; padding: 0;}
#cssmenu > ul > li{ font-size: 13px; text-align: left !important;  position: relative; float:left; margin: 0 10px;text-transform: uppercase;  }
#cssmenu > ul > li.active{opacity: 1; top: 0;}
#cssmenu > ul > li > a{padding:14px; text-decoration:none;color:#000;display: block;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#2e4867;}
#cssmenu ul li.menu-item-has-children.active:hover{background:#2e4867 !important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}

#cssmenu > ul > li.menu-item-has-children > a{padding-right:30px;}
#cssmenu > ul > li.menu-item-has-children:hover > a {color: #666 !important;
}
#cssmenu > ul > li.menu-item-has-children > a:after{ position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ccc;content:''}
#cssmenu > ul > li.menu-item-has-children > a:before{ position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ccc;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.menu-item-has-children:hover > a:before{top:23px;height:0;}
#cssmenu ul ul{
	
	position:absolute;
	z-index: 99; 
	left:-9999px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);		
	background: #fff;
}

#cssmenu ul ul li{ 
    text-transform: none; 
   line-height: 200%;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;    
}
#cssmenu ul ul li:not(:last-child){border-bottom:1px solid #f0f0f0; border-collapse: collapse;}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{min-height:45px;}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li{background: #fff;font-size: 12px !important; padding: 0; margin: 0;}
#cssmenu ul ul li a{ padding:14px;width:200px;text-decoration:none;color:#000000;   line-height: 180%;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background: #ff9900; }
#cssmenu ul ul > li.menu-item-has-children:hover > a:before{top:17px;height:0}

/*==================================================
ARTICLE
====================================================*/
article {
    padding: 0 15px;
    margin: 0px;
}
article ul {
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 0px !important;
    line-height: 180%;
    text-align: justify;
    list-style-position: left;
    list-style:disc;
}
article ul li {
    padding: 0px !important;
    margin: 0px !important;
    text-align: justify;
}
p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;
    text-align: justify;
}

#cabecalho {
    width: 100%;
    display: block;
    text-align: left;
    background: linear-gradient(to right, #f87600, #f9c595);
    padding: 40px 5px;
}
#cabecalho h2 {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 400 !important;
    font-size: 27px;
}
.flex-v{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction:column;
}
.flex-h{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction:row;
    flex-wrap:wrap;
}
/*==================================================
HOME
====================================================*/


#home-solucoes {
    background: #27aae1;
    background-image: url(https://pierresolucoes.com.br/wp-content/themes/tema/img/bg_home_solucoes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
    padding: 65px 0;
}
#home-solucoes * {
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: center;
}
#home-solucoes .mask {
    background: rgba(255,165,0,.87);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#home-solucoes .lista {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
#home-solucoes .lista .item {
    width: 33%;
    padding: 1% 2%;
    text-align: center;
   
}
#home-solucoes .lista .item img {
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
#home-solucoes .lista .item p {
    text-align: center;
    font-weight: 600;
}
#home-solucoes h2 {
    font-size: 28px;
    font-weight: 800;
}
#home-solucoes p:nth-child(1) {
    font-weight: 600;
}
#introducao {
    padding: 70px 0;
}
#introducao .row{
        width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#introducao h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
}
#introducao h2 strong {
    color: #8fc5a5;
}
#introducao .saiba-mais a {
    border: 1px solid #ff9900;
    text-transform: uppercase;
    font-size: 13px;
    color: #ff9900;
    padding: 8px 14px;
}
#introducao .saiba-mais a:hover {
    box-shadow: -200px 0 0 0 rgba(143,197,165,1) inset;
    color: #fff;
}
#home-areas .flex {
    margin-top: 15px !important;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
#home-areas .flex .item {
    width: 24%;
    position: relative;
    z-index: 1;
}
#home-areas .flex .item .mask {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#home-areas .flex .item a {
    color: #fff;
}
#home-areas .flex .item img{
    display: block;
}
#home-areas .flex .item p {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
    font-size: 20px;
    max-width: 70%;
    text-align: left;
}
#home-areas .flex .item:hover .mask {
    background: rgba(0,0,0,.75);
}
#home-areas .flex .item:hover .bar {
    width: 50%;
    background: #9aca3c;
}
#home-areas .flex .item .bar {
    display: block;
    height: 4px;
    width: 80px;
    background: #8fc5a5;
    margin: 12px 0;
}
#home-blog {
    padding: 70px 0;
    position: relative;
}
#home-blog .barra {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#home-blog .barra div {
    width: 100%;
    max-width: 550px;
    height: 8px;
    display: block;
    margin: 0px auto;
    background-color: #ff9900;
}
#home-blog h2 {
    text-align: center;
    margin: 15px 0 30px 0;
    text-transform: uppercase;
    font-size: 22px;
}
#home-blog .lista {
    width: 90%;
    max-width: 1560px;
    margin: 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#home-blog .lista .item {
    width: 33%;
    padding: 0 1%;
}
#home-blog .data {
    padding: 10px 0px;
    color: #999;
    font-size: 13px;
}
#home-blog .data span.bar {
}
#home-blog .data span {
    color: #ff9900;
}
#home-blog .lista figure {
    margin: 0;
    padding: 0;
}
#home-blog .lista p {
    font-size: 18px;
    border-left: 4px solid #8fc5a5;
    padding-left: 10px;
    text-transform: uppercase;
}
#home-blog p a:hover {
    color: #004365;
    text-decoration: underline;
}
#home-blog .lista p.titulo {
    margin-bottom: 10px;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 120%;
}
#home-blog .ver-todas {
    text-align: center;
    margin: 30px 0 15px 0;
}
#home-blog .ver-todas a {
    color: #999;
    text-transform: uppercase;
    margin: 20px auto;
    border: 1px solid #999;
    padding: 8px 10px;
    font-size: 12px;
}
#home-blog .ver-todas a:hover {
    color: #fff;
    border-color: #000;
    background: #000;
    padding: 8px 15px;
}
/*==================================================
SOBRE
====================================================*/
#certificacoes .lista {
    padding: 30px 0;
    margin: 12px auto;
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
#certificacoes .lista .item {
    width: 25%;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #f0f0f0;
    padding: 1%;
}
#certificacoes .lista .item img {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 0px auto;
}
.lista-parceiros{
    width: 100%;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 15px;

}
.lista-parceiros .item {    
    width: 100%;
     border:1px solid #f0f0f0;
     padding: 20px;
    min-height: 150px;
    justify-content: center;
    align-items: center;
}
.lista-parceiros .item figure img {
    display: block;
    width: 100% !important;
    max-width: 250px !important;
    height: auto;
}
.lista-parceiros .item figure {
margin: 0;
    display: block;
    padding: 0;
}

/*==================================================
AREAS
====================================================*/
.big {
    position: relative;
    z-index: 1;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 100%;
    height: 50vh;
}
.big .mask {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
}
.big .flex {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.big p {
    margin: 0px auto;

    color: #fff;
    font-size: 28px;
    padding: 10px 15px;
    text-align: center;
}
#itens-seg {
    margin-top: 30px;
}
#itens-seg figure {
    width: 50%;
    opacity: .5;
    margin: 0px auto;
    padding-top: 15px;
}
#itens-seg img {
    filter: invert(100%);
}
#itens-seg h3 {
    color: #64a9df;
}
#itens-seg .item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0 20px 0
}
#itens-seg .item:last-child {
    border: none;
}
#conformidade ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#conformidade ul li {
    display: inline-block;
    vertical-align: top;
}
/*==================================================
BLOG
====================================================*/
.lista-blog {
    max-width: 800px;
    margin: 0px auto;
}
.lista-blog ul li {
    clear: both;
    width: 90%;
    padding-bottom: 20px;
}
.lista-blog ul li h2 {
    line-height: 110%;
    font-size: 22px;
    margin: 0px;
    padding: 15px 0;
    font-weight: 700;
}
.lista-blog ul li h2 a {
    color: #72c6a5;
}
.lista-blog ul li h2 a:hover {
    text-decoration: underline;
}
.lista-blog ul li p {
    font-size: 13px;
    line-height: 150%;
}
.lista-blog ul li .info {
    padding: 25px 0px;
}
.lista-blog ul li figure {
    display: block;
    margin: 0px;
}
.lista-blog ul li img {
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
}
.lista-blog ul li span.data {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1%;
    color: #999;
}
.lista-blog ul li p img {
    display: none;
}
/*==================================================
FOOTER
====================================================*/

footer {
    position: relative;
    padding: 50px 0;
    background: #000000;
}
footer * {
    color: #fff;
}
.endereco p {
    margin: 0px;
    padding: 0;
    font-size: 14px;
    text-align: left;
}
.endereco {
    width: 100%;
    display: table;
}
.endereco .cell {
    display: table-cell;
    vertical-align: top;
}
.endereco p strong {
    color: #fff;
}
#mapa {
    text-align: center;
    width: 98%;
    display: flex;
    -webkit-justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mapa dl {
    max-width: 50%;
    text-align: left;
}
#mapa dt {
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}
#mapa dd {
    margin: 0px;
    padding-bottom: 6px;
    width: 98%;
    font-size: 14px;
}
#mapa a {
    color: #fff;
}
#mapa a:hover {
    color: #fff;
    text-decoration: underline;
}
.redes {
    margin: 20px 0;
}
.redes a {
    font-size: 30px;
}
.redes a:hover {
    color: #fff;
}
.by {
    clear: both;
    text-align: center;
    font-size: 11px;
    width: 100%;
    padding: 15px;
    background: #fff;
}
.by, .by a {
    color: #fff;
    background: #000000;
}
.by a {
    text-decoration: underline;
}


/*==================================================
CLASSES
====================================================*/

.data {
    color: #ccc;
    display: block;
}
#btn-whats {
    position: fixed;
    top: 130px;
    right: 1px;
    z-index: 999999;
    opacity: .7;
}
#btn-whats:hover {
    right: 10px;
    opacity: 1;
}
#back-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 9999;
}
#back-top a {
    width: 40px;
    display: block;
    color: #fff;
    /* background color transition */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
/* arrow icon */
#back-top span {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background: #fff url(https://pierresolucoes.com.br/wp-content/themes/tema/img/up-arrow.png) no-repeat center 5px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
#back-top a:hover span {
    background-color: #075a84;
    background-position: center -27px;
}
.ulReset {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p.voltar {
    clear: both;
    margin-top: 35px;
}
p.voltar a {
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    letter-spacing: 1px;
}
p.voltar a:hover {
    color: #fff;
    background: #8fc5a5;
    border-color: #8fc5a5;
}
.img-interna {
    max-width: 450px;
    float: left;
    margin: 10px 25px 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.share {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
    margin-top: 25px;
    clear: both;
}
.share a {
    font-size: 15px;
    margin-left: 6px;
    color: #666;
}
.share a:hover {
    color: #8fc5a5;
}
.respiro {
    padding: 40px 0 60px 0;
    display: block;
}
.single-title {
    color: #8fc5a5;
    ;
    padding-bottom: 12px;
    font-size: 21px;
}
/*==================================================
FORM
====================================================*/
#form-contato {
    margin: 0px auto;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    text-align: center;
    border: 1px solid #ccc !important;
    border-collapse: collapse;
}
.wpcf7-validation-errors {
    border-color: red !important;
    color: yellow;
}
.wpcf7-mail-sent-ok {
    border-color: green !important;
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: yellow !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 12px !important;
}
.wpcf7-form, form, .wpcf7-form p {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.wpcf7-submit {
    padding: 8px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    color: #666;
    font-family: 'Open Sans', serif;
}
.wpcf7-submit:hover {
    color: #fff;
    background: #72c6a5;
    border-color: #72c6a5;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-email, #form-contato select {
    font-family: 'Open Sans', serif;
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000000;
}
#form-contato select, #form-contato select * {
    color: #000000 !important;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-email:focus, .wpcf7-submit:hover, #form-contato select:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    border-left: 5px solid #ff9900;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.wpcf7-textarea {
    height: 120px;
}
#google-container {
    position: relative;
    width: 100%;
    height: 700px;
    display: block;
    background-color: #e7eaf0;
}

@media only screen and (min-width: 1170px) {
#google-container {
    height: 700px;
}
}
#cd-google-map {
    position: relative;
}

@media only screen and (min-width: 768px) {
#cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
}
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #666;
}

@media only screen and (min-width: 768px) {
#cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
}
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
#cd-zoom-in {
    margin-top: 50px;
}
}
#cd-zoom-out {
    background-position: 50% -32px;
}
/*==================================================
FONTELO
====================================================*/
@font-face {
    font-family: 'fontello';
    src: url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.eot?33935113');
    src: url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.eot?33935113#iefix') format('embedded-opentype'), url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.woff2?33935113') format('woff2'), url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.woff?33935113') format('woff'), url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.ttf?33935113') format('truetype'), url('https://pierresolucoes.com.br/wp-content/themes/tema/font/fontello.svg?33935113#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
    content: '\e800';
} /* '' */
.icon-home:before {
    content: '\e802';
} /* '' */
.icon-twitter:before {
    content: '\f099';
} /* '' */
.icon-gplus:before {
    content: '\f0d5';
} /* '' */
.icon-mail-alt:before {
    content: '\f0e0';
} /* '' */
.icon-linkedin:before {
    content: '\f0e1';
} /* '' */
.icon-angle-left:before {
    content: '\f104';
} /* '' */
.icon-instagram:before {
    content: '\f16d';
} /* '' */
.icon-facebook-official:before {
    content: '\f230';
} /* '' */
.icon-pinterest:before {
    content: '\f231';
} /* '' */
.icon-whatsapp:before {
    content: '\f232';
} /* '' */

.text  p {
    text-align: left;
  display: inline-block;
  vertical-align: top;
    font-size: 30px;
  margin: 0;
}
    .text {
     width: 100%;
    max-width: 650px;
   margin: 0px auto;
    text-align: left;
    padding: 10px 30px;
        font-size: 30px;
          color: #fff;
        position: relative;
}
.word {
  position: absolute;
  width: auto;
  opacity: 0;
    font-weight: 800;
    color: #fff;
    margin: 0px auto;
}    
    .letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
          transform-origin: 50% 50% 25px;
}

.letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.letter.in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#hothome{
    background: #000;    
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
    #hothome .mask{
        background: rgba(11,71,95,.6);
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    #hothome *{
        
        z-index: 4;
    }    
#hothome #video{
      position: absolute;
  top: 0%;
     left: 0%;
max-width: 100%;
    width: 100%;
       max-height: 350px;

    z-index: -1;
     object-fit: fill;
}
@media only screen and (max-width: 768px) {
    #hothome{
        height: 200px;
    }
    .text, .text p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
        .text, .text p{
        font-size: 15px;
    }
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    content: "";
    clear: both;
}
a:focus {
    outline: none;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%;
}

/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1150px;
 *zoom: 1;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
 *zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
 *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33.33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;
}
.wats {
    margin: 35px auto;
    text-align: center;
    max-width: 300px;
    display: none;
}
.wats a {
    background: #fff url(img/wats.png) no-repeat left center;
    padding: 12px 15px 12px 50px;
    font-weight: 800;
    color: #25d366;
    font-size: 17px;
    display: block;
    border: 1px solid #25d366;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.wats a:hover {
    background: #25d366 url(img/wats_hover.png) no-repeat left center;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 1200px) {
	#cssmenu{display: none;}
}
@media only screen and (max-width: 1000px) {
    
    #home-areas .flex .item {
    display: inline-block;
    width: 50% !important;
    }
    #home-solucoes .lista .item{
    width: 50%;    
    }
     #mapa dl {
         padding: 2%;
    }

}

@media only screen and (max-width: 768px) {
    .lista-parceiros{
    width: 90%;  
    grid-template-columns: 50% 50%;    

}
    #home-blog .lista{
        display: block;
    }
    #home-blog .lista .item {
    width: 90%;
        margin: 10px auto;
}

    #home-solucoes .lista .item{
    width: 90%;
    margin: 10px auto;
}

#contato .wpcf7-text, #contato .wpcf7-textarea {
    width: 99%;
    float: none;
}
footer * {
    text-align: center !important;
}
    #mapa{
        display: block;
    }
    #mapa dl {
    width: 90% !important;
    display: block;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0px auto;
    margin-bottom: 15px;
}
#mapa dd {
    font-size: 13px;
    margin: 0px auto;
}
.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns {
    display: block !important;
    width: 100%;
}
.HideOnMobile, .HideOnMobile * {
    display: none;
}
}

@media only screen and (max-width: 690px) {
        .lista-parceiros{
    width: 90%;  
 display: block;
            margin: 0px auto;
}
    .Container .Head {
        text-align: center;
        max-width: 100px;
        height: 30px;
        min-height: inherit;
        left: 50%;
        margin-left: -50px;
        z-index: 99;
}
    .Container .Head *{top: 0; width: 40px; height: 25px; padding: 20px;}
    .galeria{ padding-top: 50px; position: relative; z-index: 9;}
    .Container{
    margin: 0;
        padding: 0;
}
.galeria .item {
    width: 100%;
    max-width: 600px;
    padding: 0px;
}
    #home-areas .flex{
        display: block;
        width: 100%;
        text-align: center;
    }
    #home-areas .flex .item {
        margin: 10px auto;
    width: 90% !important;
}
.single-title {
    font-size: 16px;
}
img.alignleft, img.alignright, .img-interna {
    height: auto;
    width: 100%;
    max-width: 450px;
    float: none;
}
#cabecalho h2 {
    font-size: 28px;
}
article * {
    font-size: 14px;
}
	
@media only screen and (max-width:
	768px) {
		header .logo {
			display: block;
			margin: 0px auto;
			max-width:200px;
			}
	}	
}

