@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: Ian Silva
Author URI: http://github.com.br/iansilva6/ | http://www.r2agenciadigital.com.br/
Description: Desenvolvido por R2 Agência Digital
Version: 1.0
*/
/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    1. Font Face
    2. General
    3. Utilities
    4. Header
    5. Page Content
    6. Footer
    7. Third Party Elements
    8. Media Queries

 */
/* $variable: #b4b4c4; */
/* ==========================================================================
   1. Font Face - Sets up the website fonts
   ========================================================================== */
/*

@font-face {
  font-family: 'FontFamilyName';
  src: url('../../fonts/fontFolder/fontfile.eot');
  src: url('../../fonts/fontFolder/fontfile.eot') format('embedded-opentype'),
       url('../../fonts/fontFolder/fontfile.woff2') format('woff2'),
       url('../../fonts/fontFolder/fontfile.woff') format('woff'),
       url('../../fonts/fontFolder/fontfile.ttf') format('truetype'),
       url('../../fonts/fontFolder/fontfile.svg#FontFamilyName') format('svg');
}

*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
html,
body {
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  background: white;
}

h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

#wrapper {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0;
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

a[href], input[type=submit], input[type=image], label[for], select, button {
  cursor: pointer;
}

input[type=text], textarea {
  display: inline-block;
}

.section {
  margin-top: 60px;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black;
  color: white;
}

.nopadding {
  padding: 0 !important;
}

.menuFixo {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.alinhar {
  margin: 0 auto;
}

#motor {
  display: none;
}

/* Margins */
.margin10 {
  margin-top: 10px;
}

.margin20 {
  margin-top: 20px;
}

.margin30 {
  margin-top: 30px;
}

.margin40 {
  margin-top: 40px;
}

.margin50 {
  margin-top: 50px;
}

.margin60 {
  margin-top: 60px;
}

.margin70 {
  margin-top: 70px;
}

.margin80 {
  margin-top: 80px;
}

.margin90 {
  margin-top: 90px;
}

.margin100 {
  margin-top: 100px;
}

.margin200 {
  margin-top: 200px;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
.clear-fix:after {
  content: "";
  display: block;
  clear: both;
}

tbody tr:nth-child(odd) {
  background-color: #ccc;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.nopadding {
  padding: 0;
}

.mobile,
.tablet {
  display: none;
}

.nomobile,
.notablet {
  display: block;
}

@media (max-width: 992px) {
  .tablet {
    display: block;
  }

  .notablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .nomobile {
    display: none;
  }
}
.thumb .thumb-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

.thumb img {
  display: none;
}

/* ==========================================================================
   4. Header - The top of every page
   ========================================================================== */
header {
  -webkit-box-shadow: 0px 4px 47px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 47px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 47px -23px rgba(0, 0, 0, 0.75);
  z-index: 200 !important;
  height: 120px;
  position: relative;
  border-top: 2px solid #FB6413;
}
header #logo {
  height: 80px;
}
header .navbar-nav {
  margin-top: 20px;
  padding: 15px 0px;
}
header .navbar-nav li {
  transition-duration: 0.5s;
}
header .navbar-nav li a {
  color: #181819 !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300 !important;
  letter-spacing: 2px;
}
header .navbar-nav li:hover {
  border-bottom: 2px solid #FB6413;
  transition-duration: 0.5s;
}

.navbar-default {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: none !important;
}

.navbar {
  margin-bottom: 0px !important;
}

#breadcrumb {
  background-color: #FB6413;
  padding: 15px 0px;
}
#breadcrumb ul {
  list-style: none;
  display: inline !important;
}
#breadcrumb ul li {
  color: #fff;
  float: left;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #fff;
}
#breadcrumb ul .separador:after {
  content: ">";
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: 0px 10px;
}
#breadcrumb p {
  float: right;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
  text-transform: uppercase;
}
#breadcrumb p i {
  margin-right: 10px;
}

.bar_wpp {
  position: fixed;
  bottom: 5px;
  right: 70px;
  z-index: 120;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.bar_wpp a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_wpp .icon_wpp i {
  color: #ffffff;
  font-size: 20px;
}

.bar_wpp .icon_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c7619;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
}

.bar_wpp .txt_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0e3f14;
  color: #ffffff;
  padding: 0px 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right: 11px;
  padding-left: 45px !important;
  margin-left: -35px;
  z-index: 1;
  border-radius: 50px;
}

a {
  text-decoration: none !important;
}

.bar_wpp a:hover {
  text-decoration: none !important;
}

.bar_wpp a:hover .icon_wpp {
  background-color: #0e3f14;
}

.bar_wpp a:hover .txt_wpp {
  background-color: #0c7619;
}

/* MENU - TEMPLATE SHIT */
.navbar-brand a img,
.navbar-brand a svg {
  height: 60px;
  width: auto;
}

.navbar-brand .mobile a {
  line-height: 50px;
}

.navbar-collapse {
  float: right;
}

.navbar-collapse li {
  float: left;
}

.navbar-collapse a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
}

.primary-menu:after {
  content: "";
  display: block;
  clear: both;
}

#menu {
  padding: 20px 0;
}

/* MENU - CUSTOM */
#header {
  position: relative;
  z-index: 999;
}

/* ==========================================================================
   5. Page Content - When you click on an individual page
   ========================================================================== */

#banner-slide {
  /*z-index: 100 !important;*/
  position: relative;
  height: 500px;
}

#banner-slide .item .slide {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover !important;
}
#banner-slide .slide .txt {
  display: block;
  margin: auto;
  position: absolute;
  right: 15%;
  top: 35%;
  width: 40%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner-slide .slide .txt h2 {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
#banner-slide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("../images/mascara2.png");
  background-size: 100% 100%;
}

#servicos {
  padding: 100px 0px;
}
#servicos .title h2 {
  text-align: center;
  color: #272d32;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 10px 0px 40px 0px;
}
#servicos .title h2:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #3162ad;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
#servicos .title p {
  text-align: center;
  font-size: 18px;
  color: #4e5860;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 40px;
}
#servicos .box {
  border: 1px solid #e8eaee;
  margin-top: 20px;
}
#servicos .box .thumb {
  width: 100%;
  height: 250px;
  background: #656d78;
  background-size: cover !important;
}
#servicos .box .txt {
  padding: 15px;
  min-height: 250px;
}
#servicos .box .txt h3 {
  text-align: center;
  color: #303030;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
}
#servicos .box .txt p {
  font-size: 15px;
  padding: 10px 0px;
  color: #4e5860;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: justify;
}
#servicos .box .txt a {
  text-decoration: none;
}

#onde-atendemos {
  padding: 50px 0px;
  background: url("../images/bg.png") center no-repeat;
  background-size: cover !important;
  position: relative;
}
#onde-atendemos h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  padding: 30px 0px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
#onde-atendemos p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
}
#onde-atendemos:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url("../images/mascara.png");
  background-size: cover;
  top: 0;
}
#onde-atendemos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url("../images/mascara2.png");
  background-size: cover;
  bottom: 0;
}

#clientes {
  padding: 100px 0px;
}
#clientes .title h2 {
  text-align: center;
  color: #272d32;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 10px 0px 40px 0px;
}
#clientes .title h2:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #3162ad;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
#clientes .title p {
  text-align: center;
  font-size: 18px;
  color: #4e5860;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 40px;
}

#contato {
  padding: 75px 0px;
  background: #ececec;
}
#contato .title h2 {
  color: #272d32;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 10px 0px 20px 0px;
}
#contato .title h2:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #3162ad;
  left: 0;
  bottom: 0;
}
#contato .title p {
  font-size: 18px;
  color: #4e5860;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 20px;
}
#contato .form h4 {
  color: #272d32 !important;
  font-size: 22px;
  font-family: "Roboto", sans-serif !important;
  position: relative;
  padding: 20px 0px;
}
#contato .form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
#contato .form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  height: 200px;
}
#contato .form #enviar {
  background-color: #3162ad;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase !important;
}
#contato .info i {
  font-size: 24px;
  text-align: center !important;
  width: 100%;
  color: #646c78;
}
#contato .info h4 {
  color: #4e5860;
  font-size: 17px;
  letter-spacing: 1px;
  float: left;
  line-height: 24px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300 !important;
}
#contato .nav-tabs > li > a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 20px;
}
#contato .nav-tabs > li.active > a, #contato .nav-tabs > li.active > a:focus, #contato .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #3162ad;
}

.btn-normal {
  display: block;
  width: 200px;
  padding: 15px 0px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.btn-white {
  background: #fff;
  border: 2px solid #5a2a80;
  color: #5a2a80 !important;
}

.btn-blue {
  background: #3162ad;
  color: #fff !important;
  width: 300px;
  font-weight: 800;
  font-size: 16px;
  border-radius: 10px;
}
.btn-blue i {
  margin-right: 10px;
}

#about {
  padding: 75px 0px;
  background: #ececec;
}
#about .thumb {
  width: 100%;
  height: 400px;
  background-size: cover !important;
}
#about p {
  text-align: justify;
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
#about a {
  text-decoration: none;
  color: #fff;
}

/* SLIDER - TEMPLATE SHIT */
.slider-container {
  position: relative;
}

.slider-container .cycle-slideshow {
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.slider-container .display-element {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

.slider-container .display-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.slider-container .display-container img {
  width: 100%;
  height: auto;
}

.slider-container .display-next,
.slider-container .display-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  font-size: 52px;
  color: white;
  cursor: pointer;
}

.slider-container .display-next {
  right: 20px;
}

.slider-container .display-prev {
  left: 20px;
}

.slider-container .display-pager {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.slider-container .display-pager span {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  background: black;
}

.slider-container .display-pager span + span {
  margin-left: 5px;
}

.slider-container .display-pager span.cycle-pager-active {
  cursor: default;
  opacity: 0.5;
}

/* INSTAFEED - CUSTOM SHIT */
/* BLOG ROLL - TEMPLATE SHIT */
.blog-roll-container .thumb {
  height: 200px;
  width: 100%;
}

.thumb a,
.thumb .thumb-img {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

/* BLOG ROLL - CUSTOM SHIT */
.post-excerpt {
  height: 200px;
}

/* PAGE & SINGLE - TEMPLATE SHIT */
.page-header {
  margin-bottom: 30px;
}

.the-content p + p {
  margin-top: 15px;
}

.page-container {
  padding: 30px 0;
}

.the-categories li {
  display: inline-block;
}

.the-categories li + li:before {
  content: ",";
  position: relative;
  display: inline-block;
  margin-right: 4px;
  left: -2px;
}

.share-this li {
  display: inline-block;
}

/* GALERIAS - TEMPLATE SHIT */
.galerias-content {
  margin-top: -30px;
}

.galerias-element {
  margin-top: 30px;
}

.galerias-element .thumb-img {
  display: block;
  width: 100%;
  height: 200px;
}

/* CONTATO - TEMPLATE SHIT */
.contato-container {
  margin-top: -30px;
}

.contato-container .lince-input {
  margin-top: 30px;
}

.contato-container br {
  display: none;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  transition: 0.2s;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1);
  border: none;
}

input[type=submit] {
  outline: none;
  cursor: pointer;
  border: none;
  background: #66cc33;
  color: white;
  padding: 10px;
}

label.error {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: red;
}

.lince-input .label-file {
  background: #b4b4c4;
  padding: 10px;
  cursor: pointer;
  width: 30%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

input[type=text].file-archive {
  width: 70%;
}

.alertify-button {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: #66cc33 !important;
  text-shadow: none !important;
  margin-top: 20px;
}

/*Contact Form 7 Fixes*/
.lince-input .wpcf7-form-control-wrap {
  display: block;
}

/*Galeria Wordpress*/
p + .gallery,
ul + .gallery,
.gallery + p,
.gallery + ul,
.gallery + .gallery {
  margin-top: 30px;
}

.gallery {
  margin: 0;
  top: -20px;
  position: relative;
  /*    padding: 30px 20px;
      background: rgba(0,0,0,20/100);*/
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0 1.1400652% 0;
  margin-top: 20px;
}

.gallery-icon {
  height: 200px;
}

/* ==========================================================================
   6. Footer - The bottom of every page
   ========================================================================== */
.r2-logo {
  height: 50px;
  width: auto;
  fill: black;
}

footer {
  background-size: cover !important;
  background-color: #0f2d5a !important;
  position: relative;
  padding: 45px 0px;
  mix-blend-mode: multiply;
  border-top: 4px solid #295EAD;
}
footer i {
  text-align: center !important;
  font-size: 55px !important;
  width: 100%;
  color: #fff;
}
footer p {
  font-size: 20px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}
footer .mail {
  font-size: 26px;
}

.down-footer {
  background: #000;
  position: relative;
}
.down-footer p {
  font-size: 14px;
  color: #fff;
  padding: 20px 0px;
  margin: 0 !important;
}
.down-footer .iso {
  width: 70px;
  position: absolute;
  top: -20px;
  right: 20px;
}

/* ==========================================================================
   7. Third Party Elements - Embeds from other services
   ========================================================================== */
/* Wordpress Fixes with Wrapper */
body.admin-bar {
  padding-bottom: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-bottom: 46px !important;
  }
}
/* Facebook Comments */
.facebook-cmt .fb-comments,
.facebook-cmt .fb-comments span,
.facebook-cmt .fb-comments iframe {
  width: 100% !important;
}

/*Wordpress Default  Things*/
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   8. Media Queries - 
   ========================================================================== */
@media (max-width: 992px) {
  /* PAGE & SINGLE - TEMPLATE SHIT */
  .post + .post {
    margin-top: 30px;
  }

  /*DISPLAY SHIT*/
  .tablet {
    display: block;
  }

  .slider-container .cycle-slideshow {
    height: auto;
  }

  .slider-container .display-container {
    display: block;
  }

  .slider-container .display-container .txt {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .slider-container .display-next,
.slider-container .display-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    height: 100px;
  }

  #logo {
    height: 70px !important;
    margin-top: -5px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 100%;
    margin-top: 30px;
    background-color: #ececec;
  }

  .navbar-default .navbar-nav > li > a {
    text-align: center !important;
    font-size: 20px;
  }

  .navbar-default .navbar-nav > li {
    margin-bottom: 20px;
  }

  .navbar-toggle {
    margin-top: 27px !important;
  }

  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px !important;
  }

  #slide .txt {
    top: 25%;
    width: 70%;
  }
  #slide .txt h2 {
    font-size: 30px !important;
  }

  #contato .info h4 {
    text-align: center !important;
    width: 100%;
    margin-top: 10px !important;
    font-size: 22px;
  }

  .bar_wpp {
    right: 10px;
  }

  /* MENU - TEMPLATE SHIT */
  #menu {
    padding: 0;
  }

  .navbar-collapse li {
    float: none;
  }

  .navbar-collapse a {
    padding: 0;
    line-height: 45px;
  }

  /* Sub Menu Things */
  .navbar-collapse .sub-menu {
    max-height: 0px !important;
    padding: 0 0 0 20px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1s ease;
  }

  .navbar-collapse .menu-item-has-children.opened .sub-menu {
    max-height: 200px !important;
    opacity: 1;
  }

  /* CONTATO - TEMPLATE SHIT */
  .label-file span {
    display: none;
  }

  /*GALLERY WP SHIT*/
  .gallery-item {
    width: 100%;
    max-width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
