/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v12-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v12-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v12-latin-300.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: inherit;
  color: #2d2f92;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* Default paragraph styles */
p,
span {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: left;
  text-rendering: optimizeLegibility;
  color: #505151;
}
form input[type],
form select,
form span,
form label,
form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  margin: 0 0 16px 0;
  line-height: 1.4;
  color: #262628;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
/* Lists */
ul,
ol,
dl {
  font-family: 'Montserrat', sans-serif;
  list-style-position: outside;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
  color: #505151;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/*
All snippets
**/
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
/*
Icomoon
**/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
Responsive image canvas
**/
figure.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.image img {
  visibility: hidden;
}
figure.image.contain {
  background-size: contain;
}
.image-item {
  height: auto;
}
img {
  max-width: 100%;
}
/*
Flexbox snippets
**/
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-centered {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 70em) {
  .tablet-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 40em) {
  .mobile-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
Colors
**/
/*
Structure
**/
body {
  background-color: #ffffff;
}
.row .row {
  margin: 0 -0.5rem;
}
/*
Fetures
**/
.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.opacity:hover {
  opacity: 0.6;
  text-decoration: none;
}
.opacity-translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.opacity-translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button {
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  color: #505151;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  border: 2px solid #505151;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.default-button:hover {
  opacity: 0.6;
  text-decoration: none;
}
.default-button.translate {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.default-button.translate:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.default-button img {
  margin-right: 10px;
}
.default-button.black {
  color: #ffffff;
  background-color: #262628;
  margin-top: 10px;
}
.spacing {
  padding: 60px 0;
}
form input[type],
form textarea,
form select {
  border: none;
  border-bottom: 1px solid #505151;
  height: 40px;
  padding: 0 0 0 6px;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
form input[type]:focus,
form textarea:focus,
form select:focus {
  border-bottom: 1px solid #505151;
  outline: 0;
}
form input[type]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262628;
}
form input[type]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #262628;
}
form input[type]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #262628;
}
form input[type="radio"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
form textarea {
  height: 150px;
}
/*
Slick slider
**/
.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 2;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #262628;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-prev::before {
  content: "\f060";
}
.slider .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 80em) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-arrow.slick-next::before {
  content: "\f061";
}
.slider .slick-arrow:hover::before {
  opacity: 0.8;
}
.slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-dots > li {
  margin: 0 5px;
}
.slider .slick-dots > li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slider .slick-dots > li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
}
.slider .slick-dots > li.slick-active button::before {
  opacity: 1;
}
/*
Footer
**/
@media screen and (min-width: 70em) {
  .wrap-page {
    min-height: 100%;
    margin-bottom: -320px;
  }
  .wrap-page::after {
    content: '';
    display: block;
  }
  .wrap-footer,
  .wrap-page::after {
    height: 320px;
    position: relative;
  }
}
/*
Header
**/
.wrap-header {
  background-color: #f5f5f5;
  width: 100%;
  padding: 40px 0;
}
.wrap-header.menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 15px 0;
  display: none;
}
.wrap-header .menu {
  list-style: none;
  margin: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.wrap-header .menu > li {
  position: relative;
}
.wrap-header .menu > li:not(:first-child) {
  margin-left: 15px;
}
.wrap-header .menu > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #262628;
  padding: 10px 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .menu > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .menu > li > a img {
  display: block;
}
.wrap-header .menu > li > a .inactive {
  display: none;
}
.wrap-header .menu > li.redes a {
  font-size: 18px;
}
.wrap-header .menu > li.dropdown > ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.wrap-header .menu > li.dropdown > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #262628;
  font-style: italic;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header .menu > li.dropdown > ul > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header .menu > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.wrap-header .menu > li.menu-hidden {
  display: none;
}
.wrap-header .menu > li.menu-toggle {
  width: 15px;
}
.wrap-header .menu > li.menu-search {
  position: relative;
}
.wrap-header .menu > li.menu-search > a:hover {
  opacity: 1;
}
.wrap-header .menu > li.menu-search form {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}
.wrap-header .menu > li.menu-search form input[type] {
  margin: 0;
}
.wrap-header .menu > li.menu-search form button[type] {
  position: absolute;
  right: 5px;
  border: none;
  background: transparent;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-header .menu > li.menu-search form .toggle {
  position: absolute;
  font-size: 16px;
  color: #505151;
  right: -5px;
  top: -8px;
}
/*
Titles
**/
.title-bar {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.title-bar h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 35px;
}
.title-bar h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 23px;
}
/*
Home
**/
.home-area {
  position: relative;
}
.home-area .logo-home {
  position: absolute;
  left: 20vw;
  top: 0;
  z-index: -1;
}
.home-area .logo-home img {
  position: fixed;
}
.home-area .first {
  height: 380px;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.home-area .first .default-button {
  float: left;
}
.home-area .first .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-area .first .content h2 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  font-size: 30px;
}
.projects-list .item {
  height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1em;
}
.projects-list .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.6);
  top: -100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
@media (max-width: 70em) {
  .projects-list .item .text {
    top: 0;
  }
}
.projects-list .item .text .inner {
  position: absolute;
  bottom: 20px;
  left: 30px;
  max-width: 80%;
}
.projects-list .item .text .inner h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.projects-list .item .text .inner h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}
.projects-list .item:hover .text {
  top: 0;
}
.projects-list .item.text {
  background-color: #e6e6e6;
  text-align: center;
  padding: 0 15%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.projects-list .item.text:hover {
  opacity: 0.6;
  text-decoration: none;
}
.projects-list .item.text h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 70em) {
  .projects-list .item.text h2 {
    font-size: 16px;
  }
}
.projects-list .item iframe {
  width: 100%;
}
.services-bar {
  background-color: #e6e6e6;
  padding: 50px 0 30px 0;
}
.services-bar h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.services-bar h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 30px;
}
.services-bar ul li a {
  display: block;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.services-bar ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.services-bar ul li a .content {
  position: relative;
  padding: 20px;
}
.services-bar ul li a .content h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.services-bar ul li a .content h4 strong {
  font-weight: 700;
}
.services-bar ul li a .content p {
  line-height: 1;
  margin-bottom: 20px;
  min-height: 80px;
}
.services-bar ul li a .content h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.services-bar ul li a .content h6 {
  text-transform: uppercase;
  font-size: 23px;
  margin: 0;
  font-weight: 600;
}
.services-bar ul li a .content span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 25px;
  line-height: 1;
  color: #e6e6e6;
}
/*
Instagram
**/
.instagram-bar {
  padding: 40px 0;
}
.instagram-bar h2 {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.instagram-bar h2 a {
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.instagram-bar h2 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.instagram-bar #instafeed {
  list-style: none;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.instagram-bar #instafeed li {
  width: 100%;
}
/*
Contact
**/
.default-button {
  float: right;
}
.contact-bar h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.contact-bar h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 30px;
}
.contact-bar form input[type],
.contact-bar form textarea {
  background: transparent;
}
/*
Footer
**/
.wrap-footer {
  padding-top: 100px;
}
@media (max-width: 70em) {
  .wrap-footer {
    padding-top: 40px;
  }
}
.wrap-footer .menu {
  list-style: none;
  margin: 0;
  padding-right: 40px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wrap-footer .menu .menu-toggle,
.wrap-footer .menu .menu-search,
.wrap-footer .menu .menu-social {
  display: none;
}
.wrap-footer .menu > li {
  position: relative;
}
.wrap-footer .menu > li.redes {
  display: none;
}
.wrap-footer .menu > li > a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .menu > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 70em) {
  .wrap-footer .menu > li > a {
    text-align: center;
  }
}
@media (min-width: 70em) {
  .wrap-footer .menu > li > a {
    padding-bottom: 20px;
    font-size: 10px;
  }
}
.wrap-footer .menu > li.dropdown > ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
@media (max-width: 70em) {
  .wrap-footer .menu > li.dropdown > ul {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    display: none;
  }
}
.wrap-footer .menu > li.dropdown > ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 20px;
  height: 1px;
  background-color: #262628;
}
@media (max-width: 70em) {
  .wrap-footer .menu > li.dropdown > ul::before {
    display: none;
  }
}
.wrap-footer .menu > li.dropdown > ul > li > a {
  white-space: nowrap;
  color: black;
  font-size: 13px;
  font-style: italic;
}
@media (max-width: 70em) {
  .wrap-footer .menu > li.dropdown > ul > li > a {
    text-align: center;
    display: block;
  }
}
.wrap-footer .menu > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.wrap-footer .menu > li.dropdown.opened ul {
  display: block;
}
.wrap-footer h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #262628;
  font-weight: 600;
  margin-top: 2px;
}
.wrap-footer h4 {
  margin: 0;
}
.wrap-footer .local {
  list-style: none;
  margin: 0;
}
.wrap-footer .local a {
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-footer .local a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .social {
  list-style: none;
  margin: 0 0 0 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.wrap-footer .social li a {
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  font-size: 22px;
}
.wrap-footer .social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-footer .studio p {
  text-align: right;
  margin: 0;
  font-size: 10px;
}
.wrap-footer .studio p a {
  color: #262628;
}
/*
About
**/
.about .area {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.about .area .inner {
  display: block;
  background-color: #ffffff;
  padding: 10px;
}
.about .area .inner .inside {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 40px;
}
.about .area .inner .inside h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.about .area .inner .inside h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #505151;
}
.about .text-right,
.about .text-left {
  position: absolute;
  bottom: 0;
}
@media (max-width: 70em) {
  .about .text-right,
  .about .text-left {
    position: relative;
  }
}
.about .text-right {
  right: 0;
}
.about .text-left {
  left: 0;
}
.about .gray-bar {
  background-color: #e6e6e6;
  padding: 40px 0;
}
.about .gray-bar p {
  text-align: center;
  text-transform: uppercase;
}
/*
Project
**/
.project .area {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.project .area .text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project .area .text .inner {
  display: block;
  background-color: #ffffff;
  padding: 10px;
}
.project .area .text .inner .inside {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 80px 40px;
}
.project .area .text .inner .inside p {
  margin: 0;
}
.project .project-grid .item {
  margin-bottom: 1em;
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.project .project-grid .item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.expertise h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.expertise iframe {
  width: 100%;
  margin-bottom: 20px;
}
.expertise .item {
  display: block;
  position: relative;
  margin-bottom: 1em;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.expertise .item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.expertise .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: rgba(25, 25, 25, 0.6);
}
.expertise .item .text h2 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding: 30px;
}
.services iframe {
  width: 100%;
  margin-bottom: 20px;
}
.services ul li a {
  display: block;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.services ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.services ul li a .content {
  position: relative;
  padding: 20px;
}
.services ul li a .content h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.services ul li a .content h4 strong {
  font-weight: 700;
}
.services ul li a .content p {
  line-height: 1;
  margin-bottom: 20px;
  min-height: 80px;
}
.services ul li a .content h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.services ul li a .content h6 {
  text-transform: uppercase;
  font-size: 23px;
  margin: 0;
  font-weight: 600;
}
.services ul li a .content span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 25px;
  line-height: 1;
  color: #e6e6e6;
}
.service-items {
  padding-top: 40px;
}
.service-items iframe {
  width: 100%;
  margin-bottom: 20px;
}
.service-items h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.service-items .item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  margin-bottom: 1em;
}
.service-items .item > div {
  width: 50%;
  background-position: center;
  background-size: cover;
}
.service-items .item > div.content {
  height: 100%;
  background-color: #e6e6e6;
  padding: 20px;
}
.service-items .item > div.content h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
}
.service-items .item > div.content h2 strong {
  font-weight: 700;
}
.service-items .item > div.content ul {
  list-style: none;
  margin: 0 0 20px 0;
}
.service-items .item > div.content ul li {
  text-transform: uppercase;
  font-size: 12px;
}
.service-items .item > div.content > div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.service-items .item > div.content > div > div {
  width: 50%;
}
.service-items .item > div.content h3 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.service-items .item > div.content h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
.service-items .item > div.content h5 {
  font-weight: 400;
  color: #505151;
  font-size: 12px;
  margin: 0;
}
.service-items .item > div.content .separator {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d5d5d5;
  margin: 5px 0;
}
.service-items .item > div.content .default-button {
  width: 100%;
}
.service-items .item > div.content .default-button:not(.black) {
  margin-top: 10px;
}
/*
Blog
**/
.blog-list {
  list-style: none;
}
.blog-list li {
  margin-bottom: 20px;
}
.blog-list li a {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.blog-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.blog-list li a header {
  height: 100%;
  position: relative;
}
.blog-list li a header h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.blog-list li a header span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #262628;
  margin: 0;
  font-style: italic;
  font-size: 12px;
}
.widgets {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 70em) {
  .widgets {
    padding: 20px;
  }
}
@media (max-width: 40em) {
  .widgets {
    margin-top: 40px;
  }
}
.widgets h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
}
.widgets form {
  position: relative;
  margin-bottom: 40px;
}
.widgets form input[type] {
  background-color: #ffffff;
}
.widgets form button {
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widgets ul {
  list-style: none;
}
.widgets ul li a {
  color: #505151;
}
.pagination {
  list-style: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  background-color: #262628;
  color: #ffffff;
  display: block;
  width: 20px;
  line-height: 1.2;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pagination li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.pagination li.current {
  background-color: #505151;
}
.pagination li:not(:first-child) a,
.pagination li:not(:last-child) a {
  width: auto;
}
.carousel-blog {
  margin: 0 -10px;
}
.carousel-blog .image-item {
  padding: 10px;
}
.carousel-blog .slick-arrow {
  bottom: 50%;
  font-size: 26px;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.carousel-blog .slick-arrow.slick-prev {
  left: -30px;
}
.carousel-blog .slick-arrow.slick-next {
  right: -30px;
}
/*
Account
**/
.atuacao .expertise h2 {
  font-size: 18px;
}
.atuacao .text {
  background-color: #e6e6e6;
  text-align: center;
  padding: 0 15%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 40em) {
  .atuacao .text {
    padding: 40px 30px 30px 30px;
  }
}
.atuacao .text h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.atuacao .text p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.atuacao .item {
  height: 100%;
  min-height: 344px;
}
.atuacao .item figure {
  width: 100%;
  height: 100%;
}
.atuacao .expertise .sm-6,
.atuacao .expertise .sm-12 {
  margin-bottom: 1rem;
}
.filters-account > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #e6e6e6;
}
.filters-account > ul > li {
  padding: 10px 20px;
}
.filters-account > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #505151;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.filters-account > ul > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.filters-account > ul > li > a.active {
  color: #262628;
}
.filters-account > ul > li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.block-items li > div {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.block-items li > div a {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: block;
}
.block-items li > div a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.block-items li > div h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.block-items li > div p {
  margin-bottom: 8px;
}
.block-items li .address-buttons {
  background: #262628;
  padding: 0;
  height: 44px;
}
.block-items li .address-buttons a,
.block-items li .address-buttons label {
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  transition: color 0.5s, font-size 0.15s, padding 0.15s;
  cursor: pointer;
}
.block-items li .address-buttons a:hover,
.block-items li .address-buttons label:hover {
  color: white;
  font-size: 20px;
  padding: 4px;
}
.block-items li .address-buttons input[type=radio] {
  display: none;
}
.block-items li .address-buttons input[type=radio] ~ .far.fa-star {
  display: inline-block;
}
.block-items li .address-buttons input[type=radio] ~ .fas.fa-star {
  display: none;
}
.block-items li .address-buttons input[type=radio]:checked ~ .far.fa-star {
  display: none;
}
.block-items li .address-buttons input[type=radio]:checked ~ .fas.fa-star {
  display: inline-block;
}
/*
Cart
**/
.cart table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.cart table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.cart table tr {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.35em;
}
.cart table th {
  padding: 0.625em;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #505151;
}
.cart table td {
  padding: 0.625em;
}
.cart table td ul {
  list-style-type: none;
}
@media screen and (max-width: 40em) {
  .cart table {
    border: 0;
  }
  .cart table caption {
    font-size: 1.3em;
  }
  .cart table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart table tr {
    border-bottom: 3px solid #e6e6e6;
    display: block;
    margin-bottom: 0.625em;
  }
  .cart table td {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .cart table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
  .cart table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 40em) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #e6e6e6;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.cart {
  padding: 60px 0;
}
.cart table tr:first-child {
  border: 1px solid #f5f5f5;
}
.cart table tr th {
  background-color: #f5f5f5;
  border: none;
  color: #505151;
}
.cart table tr th.products {
  width: 150px;
}
.cart table tr th.price,
.cart table tr th.actions {
  width: 130px;
}
.cart table tr td {
  border: 1px solid #e6e6e6;
}
.cart table tr td a {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #505151;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cart table tr td a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.cart table tr td h4 {
  color: #505151;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.cart .default-button {
  margin-top: 20px;
}
.box-cart {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.box-cart h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #505151;
  font-weight: 500;
}
.box-cart.box-cards .methods {
  list-style: none;
  margin: 0 0 20px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.box-cart.box-cards .methods li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.box-cart.box-cards .methods li a {
  text-transform: uppercase;
  color: #505151;
  font-size: 11px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.box-cart.box-cards .methods li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.box-cart.box-cards .methods li.active {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.box-cart.box-cards .methods li.active a {
  color: #505151;
}
.box-cart .content-tab {
  display: none;
}
.box-cart .content-tab.active {
  display: block;
}
.box-cart .content-tab .verify {
  color: #23ab29;
  font-size: 24px;
}
.box-cart .content-tab.text-center p {
  text-align: center;
}
/*
Mobile menu
**/
.wrap-header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #e6e6e6;
  padding: 10px 0;
  z-index: 9;
}
.wrap-header-mobile .toggle-menu {
  font-size: 24px;
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .toggle-menu:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .logo img {
  display: block;
  max-height: 50px;
  margin: auto;
  width: auto;
}
.wrap-header-mobile .menu {
  list-style: none;
  margin: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.wrap-header-mobile .menu > li {
  position: relative;
}
.wrap-header-mobile .menu > li:not(:first-child) {
  margin-left: 15px;
  margin-right: 15px;
}
.wrap-header-mobile .menu > li > a {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #262628;
  padding: 10px 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .menu > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .menu > li > a img {
  display: block;
}
.wrap-header-mobile .menu > li > a .inactive {
  display: none;
}
.wrap-header-mobile .menu > li.dropdown > ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.wrap-header-mobile .menu > li.dropdown > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #262628;
  font-style: italic;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .menu > li.dropdown > ul > li > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .menu > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.wrap-header-mobile .menu > li.menu-hidden {
  display: none;
}
.wrap-header-mobile .menu > li.menu-toggle {
  width: 15px;
}
.wrap-header-mobile .mobile-menu {
  background-color: #e6e6e6;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
.wrap-header-mobile .mobile-menu.opened {
  top: 0;
}
.wrap-header-mobile .mobile-menu .toggle-menu {
  padding: 30px 0 0 0;
}
.wrap-header-mobile .mobile-menu .menu {
  list-style: none;
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li {
  display: block;
  width: 100%;
}
.wrap-header-mobile .mobile-menu .menu li a {
  color: #262628;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wrap-header-mobile .mobile-menu .menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrap-header-mobile .mobile-menu .menu li a i {
  margin-right: 5px;
}
.wrap-header-mobile .mobile-menu .menu li:not(:last-child) {
  border-bottom: 1px solid #262628;
}
.wrap-header-mobile .mobile-menu .menu li.dropdown ul {
  display: none;
}
.wrap-header-mobile .mobile-menu .menu li.menu-search {
  position: relative;
}
.wrap-header-mobile .mobile-menu .menu li.menu-search form {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wrap-header-mobile .mobile-menu .menu li.menu-search form input[type] {
  margin: 0;
}
.wrap-header-mobile .mobile-menu .menu li.menu-search form button[type] {
  position: absolute;
  right: 5px;
  border: none;
  background: transparent;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-header-mobile .mobile-menu .menu li.menu-search form .toggle {
  position: absolute;
  font-size: 16px;
  color: #505151;
  right: -5px;
  top: -8px;
}
@media (max-width: 70em) {
  .wrap-page {
    padding-top: 70px;
  }
}
.contact .local {
  list-style: none;
  margin: 0;
}
.contact .local a {
  color: #262628;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.contact .local a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.contact .social {
  list-style: none;
  margin: 40px 0 0 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.contact .social li {
  margin-right: 10px;
}
.contact .social li a {
  background-color: #262628;
  width: 30px;
  height: 30px;
  color: #ffffff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.contact .social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
form select {
  -webkit-appearance: none;
  /* Remove estilo padrão do Chrome */
  -moz-appearance: none;
  /* Remove estilo padrão do FireFox */
  appearance: none;
  /* Remove estilo padrão do FireFox*/
  color: #262628;
  padding: 0 0 0 2px;
  background: #fff url(../images/arrow-down.png) no-repeat 95% 50%;
}
