@charset "UTF-8";
/*!
Theme Name: pulcherstudio2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulcherstudio2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pulcherstudio2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Pulcher Studio
--------------------------------------------------------------*/
*, *:focus, *:visited, *:hover, *:active {
  outline: 0 !important;
}
html {
  font-family: 'Roboto', sans-serif !important;
  position: relative;
  margin: 0px !important;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif !important;
  margin: 0px !important;
  margin-bottom: 160px !important;
  background-color: #ececec !important;
}
.inv-recaptcha-holder {
  display: none !important;
}
#masthead .container {
  position: relative;
  z-index: 5;
}
.navbar-ps {
  border: none !important;
  background: #ffffff !important;
  margin-bottom: 0px !important;
}
.navbar-ps-button {
  border-color: #e02629 !important;
  background: #ffffff !important;
  margin: 23px 15px !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.navbar-ps-button .icon-bar {
  background: #e02629 !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.navbar-ps-button:hover {
  background: #e02629 !important;
}
.navbar-ps-button:hover .icon-bar {
  background: #ffffff !important;
}
.navbar-pattern {
  width: 100%;
  height: 80px !important;
  padding: 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.navbar-pattern table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.navbar-pattern table tbody > tr > td:nth-child(1) {
  background: url('/wp-content/themes/pulcherstudio2017/assets/header-pattern.png') 0 0;
  background-position: right;
  background-size: cover;
  width: 25px;
}
.navbar-menu {
  font-weight: bold;
}
.navbar-menu li {
  margin-top: 0px;
  margin-right: 0px;
  border-left: 5px solid #ffffff;
  -webkit-transition: border 200ms;
  -moz-transition: border 200ms;
  -o-transition: border 200ms;
  transition: border 200ms;
}
.navbar-menu li a {
  padding-left: 10px !important;
  -webkit-transition: border 200ms;
  -moz-transition: border 200ms;
  -o-transition: border 200ms;
  transition: border 200ms;
}
.navbar-menu li.active a {
  background: #FFFFFF !important;
}
.navbar-menu li.home a {
  color: #000000 !important;
}
.navbar-menu li.home.active {
  border-left-color: #000000 !important;
}
.navbar-menu li.home:hover {
  border-left-color: #000000 !important;
}
.navbar-menu li.empresa a {
  color: #0FAAB9 !important;
}
.navbar-menu li.empresa.active {
  border-left-color: #0FAAB9 !important;
}
.navbar-menu li.empresa:hover {
  border-left-color: #0FAAB9 !important;
}
.navbar-menu li.projetos a {
  color: #DF4913 !important;
}
.navbar-menu li.projetos.active {
  border-left-color: #DF4913 !important;
}
.navbar-menu li.projetos:hover {
  border-left-color: #DF4913 !important;
}
.navbar-menu li.clientes a {
  color: #88BE42 !important;
}
.navbar-menu li.clientes.active {
  border-left-color: #88BE42 !important;
}
.navbar-menu li.clientes:hover {
  border-left-color: #88BE42 !important;
}
.navbar-menu li.contato a {
  color: #4f2d80 !important;
}
.navbar-menu li.contato.active {
  border-left-color: #4f2d80 !important;
}
.navbar-menu li.contato:hover {
  border-left-color: #4f2d80 !important;
}
.navbar-menu li:last-child {
  margin-right: 0px;
}
.navbar-pulcher {
  height: 80px !important;
}
.navbar-pulcher img {
  width: 196px;
}
.header-go-down-button button {
  position: relative;
}
@keyframes shake {
  0% {
    top: 0px;
  }
  50% {
    top: 0px;
  }
  62.5% {
    top: -20px;
  }
  75% {
    top: 0px;
  }
  87.5% {
    top: -20px;
  }
  100% {
    top: 0px;
  }
}
.header-go-down-button button i {
  color: #000000;
  font-weight: 400;
  position: relative;
  animation: shake 2s infinite;
  font-size: 4em;
}
@media screen and (max-height: 700px) {
  .pattern {
    min-height: 500px;
    margin-top: -150px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-menu > li {
    margin-top: 30px;
    border-left: none;
  }
  .navbar-menu > li a {
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    border-bottom: 5px solid #ffffff;
  }
  .navbar-menu > li.home.active {
    border-left: none;
  }
  .navbar-menu > li.home.active a {
    border-bottom-color: #000000 !important;
  }
  .navbar-menu > li.home:hover {
    border-left: none;
  }
  .navbar-menu > li.home:hover a {
    border-bottom-color: #000000 !important;
  }
  .navbar-menu > li.empresa.active {
    border-left: none;
  }
  .navbar-menu > li.empresa.active a {
    border-bottom-color: #0faab9 !important;
  }
  .navbar-menu > li.empresa:hover {
    border-left: none;
  }
  .navbar-menu > li.empresa:hover a {
    border-bottom-color: #0faab9 !important;
  }
  .navbar-menu > li.projetos.active {
    border-left: none;
  }
  .navbar-menu > li.projetos.active a {
    border-bottom-color: #df4913 !important;
  }
  .navbar-menu > li.projetos:hover {
    border-left: none;
  }
  .navbar-menu > li.projetos:hover a {
    border-bottom-color: #df4913 !important;
  }
  .navbar-menu > li.clientes.active {
    border-left: none;
  }
  .navbar-menu > li.clientes.active a {
    border-bottom-color: #88be42 !important;
  }
  .navbar-menu > li.clientes:hover {
    border-left: none;
  }
  .navbar-menu > li.clientes:hover a {
    border-bottom-color: #88be42 !important;
  }
  .navbar-menu > li.contato.active {
    border-left: none;
  }
  .navbar-menu > li.contato.active a {
    border-bottom-color: #4f2d80 !important;
  }
  .navbar-menu > li.contato:hover {
    border-left: none;
  }
  .navbar-menu > li.contato:hover a {
    border-bottom-color: #4f2d80 !important;
  }
  .navbar-menu > li:last-child {
    margin-right: 0px;
  }
  .navbar-pattern > table > tbody > tr > td:nth-child(1) {
    width: auto;
  }
  .navbar-pattern > table > tbody > tr > td:nth-child(2) {
    width: 715px;
  }
  .navbar-pattern table tbody > tr > td:nth-child(3) {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar-menu > li:last-child {
    margin-right: 0px;
  }
  .navbar-pattern > table > tbody > tr > td:nth-child(2) {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-pattern > table > tbody > tr > td:nth-child(2) {
    width: 1145px;
  }
}
@media screen and (min-width: 1700px) {
  .navbar-pattern table tbody > tr > td:nth-child(1) {
    background-size: contain;
  }
  .home-pulcher-studio .pattern {
    background-size: contain !important;
  }
}
.div-footer .footer-wp-icon {
  margin-left: -2px;
  width: 15px;
}
.div-footer a, .div-footer a:hover {
  color: #000000;
}
.div-footer h5 {
  color: #E02629;
  font-weight: bold;
}
.div-footer table {
  margin-bottom: 0.5em;
}
.div-footer table > tbody > tr > td {
  color: #000000;
  vertical-align: middle;
}
.div-footer table > tbody > tr > td i {
  color: #E02629 !important;
  font-size: 16px;
  font-size: 1.6rem;
}
.div-footer table > tbody > tr > td:nth-child(1) {
  width: 30px;
}
.div-footer .footer-social-link {
  color: #E02629 !important;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 1em;
}
.div-footer .footer-social-link:last-child {
  margin-right: 0em;
}
.div-footer .footer-social-link:hover {
  text-decoration: none;
}
.all-rights {
  text-align: center;
  font-weight: bold;
}
#colophon {
  background: #ffffff;
  position: relative;
  padding-top: 7px;
  position: absolute;
  height: auto;
  width: 100%;
}
#colophon .row-info {
  margin-bottom: 7px;
}
.footer-pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.footer-pattern .footer-pattern-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.footer-pattern .footer-pattern-wrapper .footer-pattern-cell {
  display: table-cell;
}
.footer-pattern .footer-pattern-wrapper .footer-pattern-cell:first-child {
  width: 50%;
}
.footer-pattern .footer-pattern-wrapper .footer-pattern-cell:last-child {
  width: 50%;
  padding: 0px 0px 0px 0px;
}
.footer-pattern .footer-pattern-wrapper .footer-pattern-cell:last-child .pattern-image {
  background: url('/wp-content/themes/pulcherstudio2017/assets/footer-celular.png') 0 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #colophon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
  }
  .div-footer.col-custom-social {
    width: 141px !important;
  }
  .div-footer.col-custom-local {
    width: 320px !important;
  }
  .div-footer.col-custom-address {
    width: 237px !important;
  }
  .footer-pattern .footer-pattern-wrapper .footer-pattern-cell:first-child {
    width: 50%;
  }
  .footer-pattern .footer-pattern-wrapper .footer-pattern-cell:last-child {
    width: 50%;
    padding: 0px 0px 0px 300px;
  }
  .footer-pattern .footer-pattern-wrapper .footer-pattern-cell:last-child .pattern-image {
    background: url('/wp-content/themes/pulcherstudio2017/assets/pattern_footer.png') 0 0;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
  }
}
#burst-12 {
  background: red;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  transform: scale(1);
  animation-name: bigsmallAnime;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#burst-12:before, #burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: red;
}
#burst-12:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
#burst-12:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
@keyframes bigsmallAnime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#home-help-row {
  background: #E51B68;
}
#home-help-row .row {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#home-help-row .row h1 {
  color: white;
  font-weight: 300;
}
#home-help-row .row h1 a {
  color: white;
}
#home-help-row .row h1 a:hover {
  text-decoration: none;
}
#home-help-row .row h4 {
  color: white;
  text-align: center;
  font-weight: 300;
}
#home-help-row .row h4 a {
  color: white;
}
#home-help-row .row h4 a:hover {
  text-decoration: none;
}
#home-first-row {
  background: #FFFFFF;
  padding: 40px 0px;
}
#home-first-row h4 {
  font-weight: 300;
  text-align: center;
  color: #211D1E;
  font-size: 26px;
}
#home-second-row {
  background: #FFFFFF;
  padding: 0px 0px 40px 0px;
}
#home-second-row h4 {
  font-weight: 400;
  text-align: center;
}
#home-second-row .slider {
  margin: 0 0px;
  max-width: 700px;
}
#home-second-row .slider .slick-track {
  margin: 0 auto;
}
#home-second-row .slider .slick-slide {
  padding: 0 15px;
}
.slick-slide img {
  transition: all 200ms linear;
}
.home-pulcher-studio {
  position: relative;
  height: 100vh;
  width: auto;
}
.home-pulcher-studio .pattern {
  display: none;
}
.home-pulcher-studio .blur-bg {
  display: none;
}
.home-pulcher-studio .logo-container {
  display: none !important;
}
video {
  display: none !important;
}
.gallery-container {
  background-position: center top !important;
  background-size: contain !important;
}
.ps-gallery .ps-gallery-img {
  padding-bottom: 8px;
}
.ps-gallery .ps-gallery-img .ps-img-overlay {
  height: 208px;
}
#logo-pulcher-studio {
  width: 220px;
}
#ul-navbar-temp {
  display: none !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat !important;
  background-position: 50% top !important;
  background-size: 370% !important;
}
.btn-outros-servicos {
  position: relative;
  display: inline-block;
  line-height: 1.42857143;
  white-space: nowrap;
  touch-action: manipulation;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  color: white;
  border: 2px solid white;
  padding: 6px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: all 200ms linear;
  overflow: hidden;
  z-index: 1;
}
.btn-outros-servicos:visited, .btn-outros-servicos:active {
  color: white;
}
.btn-outros-servicos:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transition: all 200ms linear;
  background-color: white;
  transform: translateX(-100%);
}
.btn-outros-servicos:hover {
  text-decoration: none;
  color: #19ACBA;
}
.btn-outros-servicos:hover:before {
  transform: translateX(0);
}
.btn-veja-mais-trabalhos {
  display: inline-block;
  line-height: 1.42857143;
  white-space: nowrap;
  touch-action: manipulation;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  color: white;
  background: #E22B2B;
  padding: 6px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: all 150ms linear;
}
.btn-veja-mais-trabalhos:visited {
  color: white;
}
.btn-veja-mais-trabalhos:visited {
  color: white !important;
}
.btn-veja-mais-trabalhos:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 500px) {
  #logo-pulcher-studio {
    width: 350px;
  }
  .pattern {
    background-size: 250% !important;
  }
}
@media screen and (min-width: 768px) {
  .home-pulcher-studio {
    display: block;
    position: relative;
    height: 100vh;
    width: auto;
    overflow: hidden;
  }
  .home-pulcher-studio video {
    display: inline-block !important;
  }
  .home-pulcher-studio .pattern {
    display: block;
  }
  .home-pulcher-studio .blur-bg {
    display: block;
  }
  .home-pulcher-studio .logo-container {
    display: table !important;
  }
  .pattern {
    background-size: auto !important;
  }
  #logo-pulcher-studio {
    width: 400px;
  }
  #home-second-row .slider {
    margin: 0 auto;
    max-width: 100%;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    height: 174px;
  }
}
@media screen and (min-width: 992px) {
  #logo-pulcher-studio {
    width: 550px;
  }
  #ul-navbar-temp {
    display: block !important;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    height: 225px;
  }
}
@media screen and (min-width: 1200px) {
  #logo-pulcher-studio {
    width: 700px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    height: 208px;
  }
  .gallery-container {
    background-size: contain !important;
  }
}
#ps-main-content {
  position: relative;
}
#ps-main-content .ps-page-title-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  margin: 35px 0;
}
#ps-main-content .bar {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  margin: 0 15px;
}
#qs-first-row {
  background: #ECECEC;
}
#qs-first-row .ps-page-title-text {
  color: #0faab9 !important;
}
#qs-first-row .bar {
  background: #0faab9 !important;
}
#qs-second-row {
  background: #0FAAB9;
  color: #ffffff;
  padding: 1em 0px;
}
#qs-second-row h4 {
  font-weight: 300;
  text-align: center;
}
#qs-second-row h4 span {
  color: #C8CF00;
}
#qs-second-row p {
  padding: 0em 0em;
  font-weight: 300;
  text-align: justify;
  line-height: 2em;
}
#qs-second-row .click-menu {
  position: relative;
  width: 273px;
  margin-left: auto;
  margin-right: auto;
}
#qs-second-row .click-menu .line {
  position: absolute;
  height: 1px;
  width: 200px;
  top: 4px;
  left: 40px;
  background: #6CC3DA;
  z-index: 0;
}
#qs-second-row .click-menu .click-img {
  display: inline-block;
  width: 64px;
  height: 87px;
  background-position: 0px 0px;
  background-size: initial;
  background-repeat: no-repeat;
  cursor: pointer;
}
#qs-second-row .click-menu .click-img:hover, #qs-second-row .click-menu .click-img.active {
  background-position: -70px 0px;
}
#qs-second-row .click-menu table {
  position: relative;
  z-index: 2;
}
#qs-second-row .click-menu td {
  vertical-align: top;
  text-align: center;
  width: 25%;
}
#qs-second-row .click-img-text {
  display: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#qs-second-row .click-img-text.active {
  display: block;
  animation-name: showText;
  animation-duration: 800ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#qs-third-row {
  background: #ECECEC;
}
#qs-third-row .ps-page-title-text {
  color: #E02629 !important;
}
#qs-third-row .bar {
  background: #E02629 !important;
}
#qs-fourth-row {
  background: #ECECEC;
}
#qs-fourth-row .servico .inside {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}
#qs-fourth-row .servico .inside div {
  padding: 0;
  text-align: justify;
  padding-bottom: 16px;
}
#qs-fourth-row .row {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  #qs-second-row .click-img-text {
    padding: 0em 6em;
  }
  #qs-second-row .click-menu {
    width: 700px;
  }
  #qs-second-row .click-menu .line {
    width: 530px;
    left: 83px;
  }
}
@media screen and (min-width: 992px) {
  #qs-second-row .click-img-text {
    padding: 0em 15em;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.click-text-wrapper {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.click-text-wrapper .click-text-wrapper-table {
  display: table;
  position: relative;
  top: 0;
  left: 0%;
  width: 400%;
}
.click-text-wrapper .click-text-wrapper-table [class*='click-text-'] {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
.click-text-wrapper .click-text-wrapper-table [class*='click-text-'].active {
  opacity: 1;
  animation-name: showText;
  animation-duration: 800ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#por-first-row {
  background: #ECECEC;
}
#por-first-row .ps-page-title-text {
  color: #DF4913 !important;
}
#por-first-row .bar {
  background: #DF4913 !important;
}
#por-second-row {
  background: #ECECEC;
  padding-bottom: 2em;
}
#por-second-row .buttons {
  display: inline-block;
  margin: 0 auto;
}
#por-second-row .buttons .filter-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  margin: 0px 5px 5px 5px;
  border: none;
  border-radius: 0px;
  font-weight: 300;
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
#por-second-row .buttons .filter-btn:hover {
  background: #DF4913;
  color: #ffffff;
  cursor: pointer;
}
#por-second-row .buttons .filter-btn:focus, #por-second-row .buttons .filter-btn:active {
  background: #ffffff;
  color: #000000;
}
#por-second-row .buttons .filter-btn.active {
  background: #DF4913;
  color: #ffffff;
}
#por-third-row {
  background: #ECECEC;
}
#por-third-row .gallery {
  position: relative;
  padding: 0px 2px;
  margin-bottom: 4px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
#por-third-row .gallery .view-details {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  width: 281px;
  height: 100%;
  margin: 0px 2px;
  background: rgba(0, 0, 0, 0.5);
  animation: showDetails 200ms linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#por-third-row .gallery .view-details .icon {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
#por-third-row .gallery .view-details .icon .icon-border {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 3px solid #ffffff;
  border-radius: 40px;
}
#por-third-row .gallery .view-details .icon .icon-border table {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#por-third-row .gallery .view-details .icon i {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
}
#por-third-row .gallery:hover .view-details {
  animation: showDetails 200ms linear;
  animation-fill-mode: forwards;
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  animation: rippleDrop 600ms linear;
}
@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes showDetails {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: table;
    opacity: 0;
  }
  100% {
    display: table;
    opacity: 1;
  }
}
@keyframes hideDetails {
  0% {
    display: table;
    opacity: 1;
  }
  99% {
    display: table;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
#por-fourth-row {
  background: #ECECEC;
  padding-bottom: 32px;
}
#por-second-row .buttons {
  display: inline-block;
  text-align: center;
}
#por-second-row .buttons .filter-btn {
  display: inline-block;
  float: none;
}
.ps-gallery {
  display: block;
  margin: 0 auto;
  width: 285px;
}
.ps-gallery .ps-gallery-img {
  position: relative;
  float: left;
  display: inline-block;
  width: 285px;
  height: 216px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 8px;
  overflow: hidden;
}
.ps-gallery .ps-gallery-img .ps-gallery-img-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 2px 4px 2px;
}
.ps-gallery .ps-gallery-img .ps-img-overlay {
  display: table;
  position: absolute;
  width: 277px;
  height: 208px;
  margin-left: 2px;
  background: none;
  cursor: pointer;
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-title {
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 72px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-title .ps-title-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #ffffff;
  padding: 0px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol .ps-symbol-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol .ps-symbol-cell .ps-symbol-eye {
  font-size: 28px !important;
  padding-top: 6px !important;
}
.ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol .ps-symbol-cell .ps-symbol-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 35px;
  margin: 0px auto;
}
@media screen and (min-width: 616px) {
  .ps-gallery {
    width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .ps-gallery {
    width: auto;
  }
  .ps-gallery .ps-gallery-img {
    width: 240px;
    height: 182px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    display: none;
    width: 232px;
    height: 174px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol {
    display: table;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol .ps-symbol-cell .ps-symbol-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-title {
    background: none;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-title .ps-title-cell {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .ps-gallery .ps-gallery-img {
    width: 313px;
    height: 233px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    width: 305px;
    height: 225px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay .ps-img-overlay-symbol .ps-symbol-cell .ps-symbol-circle {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .ps-gallery .ps-gallery-img {
    width: 285px;
    height: 216px;
  }
  .ps-gallery .ps-gallery-img .ps-img-overlay {
    width: 277px;
    height: 209px;
  }
}
#clientes-first-row {
  background: #ECECEC;
}
#clientes-first-row .ps-page-title-text {
  color: #88BE42 !important;
}
#clientes-first-row .bar {
  background: #88BE42 !important;
}
#clientes-second-row {
  background: #ECECEC;
  padding-bottom: 2em;
}
#clientes-second-row div > div {
  margin-bottom: 1.6em;
}
#clientes-second-row .client-img {
  position: relative;
  width: 255px;
  height: 158px;
  border: 2px solid #88BE42;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
#clientes-second-row .client-img .wrapper-table {
  display: table;
  position: relative;
  width: 255px;
  height: 158px;
}
#clientes-second-row .client-img .wrapper-table .wrapper-cell {
  display: table-cell;
  position: relative;
  width: 255px;
  height: 158px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
#clientes-second-row .client-img .wrapper-table .wrapper-cell img {
  max-width: 235px;
  max-height: 138px;
}
#clientes-second-row .client-img .wrapper-table .wrapper-cell img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 138px;
  background-color: #ffffff;
}
#clientes-second-row .client-img .wrapper-table .wrapper-cell img:after {
  content: "" " " attr(alt);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: #666666;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
#contato-first-row {
  background: #ECECEC;
}
#contato-first-row .ps-page-title-text {
  color: #4F2D80 !important;
}
#contato-first-row .bar {
  background: #4F2D80 !important;
}
#contato-first-row iframe {
  width: 100%;
  border-top: 2px solid #4F2D80;
}
#contato-second-row {
  background: #ECECEC;
}
#contato-second-row .contato-map {
  width: 100%;
  height: 150px;
  border-top: 4px solid #4F2D80;
  border-bottom: 4px solid #4F2D80;
}
#contato-third-row {
  background: #ECECEC;
  padding: 2em 0em;
}
#contato-third-row h4 {
  color: #4F2D80;
  margin-bottom: 1em;
  font-size: 19px;
  font-size: 1.9rem;
}
#contato-third-row table > tbody > tr > td {
  vertical-align: top;
}
#contato-third-row table > tbody > tr > td:nth-child(1) {
  width: 14px;
  width: 2em;
  padding-right: 5px;
  text-align: center;
}
#contato-third-row i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4F2D80;
}
#contato-third-row .address {
  margin-bottom: 3em;
}
#contato-third-row .address a, #contato-third-row .address a:hover {
  color: #333333;
}
#contato-third-row .contato {
  margin-bottom: 3em;
}
#contato-third-row .contato a, #contato-third-row .contato a:hover {
  color: #333333;
}
#contato-third-row .contato .wp-icon {
  height: 15px;
}
#contato-third-row .ps-form-submit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  border: 2px solid #4F2D80;
  border-radius: 0px;
  float: right;
  background: #4F2D80;
  color: #ffffff;
  line-height: 18px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-form-submit:hover {
  background: #ffffff;
  color: #4F2D80;
}
#contato-third-row .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#contato-third-row .ps-input-group {
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
}
#contato-third-row .ps-input-group .opcional {
  font-size: 10px;
  text-transform: none;
}
#contato-third-row .ps-input-group span {
  box-shadow: unset;
  border: none;
}
#contato-third-row .ps-input-group textarea {
  resize: none;
  height: 130px;
  line-height: 20px !important;
}
#contato-third-row .ps-input-group .ps-form-input {
  background: #d0d1d0;
  border-radius: 0px;
  min-height: 38px;
  line-height: 28px;
  padding-left: 14px;
  border: none;
  box-shadow: unset;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-input-group .ps-form-input-after, #contato-third-row .ps-input-group .ps-form-input-clicked {
  background: #ffffff;
  border: 2px solid #4F2D80;
}
#contato-third-row .ps-input-group .label {
  position: absolute;
  top: 12px;
  left: 10px;
  pointer-events: none;
  color: #696969;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-input-group .label-after {
  top: -18px;
  left: -6px;
  color: #696969;
}
#contato-third-row .ps-input-group .ps-form-dropdown {
  display: block;
  width: 100%;
  height: 38px;
}
#contato-third-row .ps-input-group .ps-form-dropdown .ps-form-input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 0;
}
#contato-third-row .ps-input-group .ps-form-dropdown:after {
  position: absolute;
  content: '';
  color: #000000;
  font-family: FontAwesome;
  right: 10px;
  top: 10px;
  pointer-events: none;
}
#contato-third-row .ps-input-group .ps-form-dropdown-after:after {
  content: '';
  color: #4F2D80;
  font-family: FontAwesome;
}
#contato-third-row .ps-input-group .ps-form-dropdown-options {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 100%;
  margin-top: -10px;
  z-index: 9;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-input-group .ps-form-dropdown-options p {
  padding: 10px 17px;
  cursor: pointer;
}
#contato-third-row .ps-input-group .ps-form-dropdown-options p:hover {
  background: #ececec;
}
#contato-third-row .ps-input-group .ps-form-dropdown-options-after {
  display: block;
}
#contato-third-row .ps-input-group .select-hidden {
  display: none;
  visibility: hidden;
}
#contato-third-row .ps-input-group .select {
  background: #d0d1d0;
  border-radius: 0px;
  min-height: 38px;
  line-height: 28px;
  padding-left: 14px;
  margin-top: 15px;
  border: 2px solid #d0d1d0;
  width: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-input-group .ps-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#contato-third-row .ps-input-group .ps-select-options li {
  line-height: 28px;
  padding-left: 16px;
  height: 28px;
  cursor: pointer;
}
#contato-third-row .ps-input-group .ps-select-options li:hover {
  background: #ECECEC;
}
#contato-third-row .ps-input-group .ps-select-options-after {
  display: block;
}
#contato-third-row .ps-form-select p {
  margin: 0;
  line-height: 28px;
  padding: 3px 0;
}
#contato-third-row .wpcf7-validation-errors {
  border-color: #88be42;
}
@media screen and (min-width: 768px) {
  #contato-second-row .contato-map {
    height: 300px;
  }
  #contato-third-row .ps-input-group textarea {
    height: 300px;
  }
}
.wpcf7-response-output {
  margin: 2em 0em 1em !important;
}
.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
  background: #398f14;
  color: white;
}
.wpcf7-validation-errors {
  border: 2px solid #e02629 !important;
  background: #e02629;
  color: white;
}
#projeto #projeto-first-row {
  background: #ECECEC;
}
#projeto #projeto-first-row .ps-page-title-text {
  color: #DF4913 !important;
}
#projeto #projeto-first-row .bar {
  background: #DF4913 !important;
}
#projeto #projeto-second-row {
  background: #ECECEC;
  padding-bottom: 32px;
}
#projeto #projeto-second-row div hr {
  border-top-color: black;
  margin: 0;
}
#projeto #projeto-second-row div h4 {
  margin-top: 16px;
  color: #000000;
}
#projeto #projeto-second-row div p {
  color: #000000;
  padding: 8px 0px;
  margin: 0;
  line-height: 24px;
}
#projeto #projeto-second-row div p span {
  font-weight: bold;
}
#projeto #projeto-second-row div .description {
  text-align: justify;
}
#projeto #projeto-second-row div .other-info {
  text-align: justify;
}
#projeto #projeto-second-row .btn-projeto-voltar {
  display: inline-block;
  line-height: 1.42857143;
  white-space: nowrap;
  touch-action: manipulation;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  color: white;
  background: #df4913;
  padding: 6px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: all 150ms linear;
}
#projeto #projeto-second-row .btn-projeto-voltar:visited {
  color: white;
}
#projeto #projeto-second-row .btn-projeto-voltar:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
#projeto #projeto-third-row {
  background: #DF4913;
  padding: 32px 0px;
}
#projeto #projeto-third-row h4 {
  margin-top: 0px;
  margin-bottom: 32px;
  text-align: center;
  color: #ffffff;
}
#projeto #projeto-third-row .slider {
  margin: 0 26px;
}
#projeto #projeto-third-row .slider .slick-slide {
  padding: 0px 16px;
}
@media screen and (min-width: 768px) {
  #projeto #projeto-second-row div h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #projeto #projeto-second-row div p {
    padding: 16px 0px;
  }
}
.error404 {
  min-height: auto;
  position: relative;
  overflow: auto;
}
.error404 #content {
  height: auto;
  position: relative;
  margin-top: 0px !important;
  padding-top: 80px;
  padding-bottom: 0px;
  animation: colorChange 10s infinite;
  -webkit-animation: colorchange 10s infinite;
}
.error404 #content .container-fluid {
  padding: 0px;
  background-image: url('/wp-content/themes/pulcherstudio2017/assets/pattern_background_transparente.png');
}
.error404 #content .container-fluid .err-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  padding: 30px 0px;
}
.error404 #content .container-fluid .err-wrapper .err-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.error404 #content .container-fluid .err-wrapper .err-cell h1 {
  font-size: 5em;
  font-weight: 600;
}
.error404 #content .container-fluid .err-wrapper .err-cell h3 {
  font-size: 2.2em;
  font-weight: 500;
}
.error404 #content .container-fluid .err-wrapper .err-cell p {
  font-size: 1.4em;
  font-weight: 300;
}
.error404 #content .container-fluid .err-wrapper .err-cell a {
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .error404 {
    min-height: 100vh;
    overflow: hidden;
  }
  .error404 #content {
    height: 100vh;
    padding-bottom: 159px;
  }
}
@keyframes colorchange {
  0% {
    background: #F5A61D;
  }
  25% {
    background: #88BE42;
  }
  50% {
    background: #0FAAB9;
  }
  75% {
    background: #7F3385;
  }
  100% {
    background: #F5A61D;
  }
}
@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: #F5A61D;
  }
  25% {
    background: #88BE42;
  }
  50% {
    background: #0FAAB9;
  }
  75% {
    background: #7F3385;
  }
  100% {
    background: #F5A61D;
  }
}
