@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?depo02#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?depo02") format("truetype"), url("../fonts/icomoon.woff?depo02") format("woff"),
      url("../fonts/icomoon.svg?depo02#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

body{
  background-color: #fff;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.contactBar {
  padding: 0 0 10px;
  align-items: center;
  background-color: #961309;
  height: 27px;
}

.contactBar .social{
  padding-left: 60px;
  font-size: 20px;
}
.contactBar .social a{
  width: 25px;
  height: 40px;
  padding: 2px;
  margin: 20px 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 10px;
}

.Fone{
  align-items: top;
}

.Fone small{
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}

.Fone i{
  color: #fff;
  font-size: 20px;
}

.text-right {
  display: initial;
  text-align: right;
  padding-left: 690px;
}

nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: #fff;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 0 60px;
  flex-wrap: wrap;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0px;
}
nav ul li a{
  color: #961309;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 48px 15px;
  letter-spacing: 0px;
  transition: all 0.4s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: rgb(255, 255, 255);
  background: #961309;
}
.mobile-menu{
  display: none;
}
.mobile-menu-icon{
  display: none;
}
.containerFooter {
  max-width: 1800px;
  margin: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}

.whatsapp-link{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size:35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.fa-whatsapp{
  margin-top: 5px;
}


/* Products */

.container{

	position: relative;
	width:1100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	margin-top: 8%;
}

.container .card{
	width:308px;
	position: relative;
	height: 400px;
	background: #fff;
	margin:30px 10px;
	padding: 20px 15px;
	display:flex;
	flex-direction: column;
	box-shadow: 0.5px 10px #e6e6e6;
	transition:0.3s ease-in-out;
	margin-top: 5%;
}
.container .card .imgBx{
	position: relative;
	width:260px;
	height: 260px;
	top: -60px;
	left:20px;
	box-shadow: 0 5px 20px rbga (0,0,0,1.2);

}

.container .card .imgBx img
{
	max-width: 100%;
	border-radius: 14px;
}

.imgBx:hover img{
	transform: scale(1.1);
}

.btn-nav {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
  outline: none;
  background-color: #961309;
}
.btn-nav:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  box-shadow: 0 -10px 0, 0 10px 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

/* Products end */

.containercontatos{
  max-width: 1170px;
	margin:auto;
}
.contatos-col{
  width: 25%;
  padding: 15 16px;
}
.contatos-col h4{
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.contatos-col ul li a{
	font-size: 16px;
	text-transform: none;
	color: #000;
	text-decoration: none;
	font-weight: 300;
	color: #000;
	display: block;
	transition: all 0.3s ease;
}


.footer {
  background-color: #961309;
  padding: 30px 0;
  margin-top: 10px;
}
.footer-col {
  width: 25%;
  padding: 7px 0px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: math-auto;
  margin-bottom: 36px;
  font-weight: 500;
  position: relative;
}
.footer-col ul{
  align-items: left;
}
.footer-col p{
  font-size: 15px;
  color: #fff;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #961309;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #ffff;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: #961309;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}
h1 {
  color: #000;
  margin: 0 0 80px;
  font: bold 6.42857143em/1 Montserrat, sans-serif;
}
h1 a {
  text-decoration: none;
}
h1 span {
  font-weight: normal;
  font-family: Satisfy, cursive;
  line-height: 0.5;
  color: #ca0d00;
}
h2 {
  color: #000;
  margin: 56px 208px 3px;
  font: bold 3.5em/2 Montserrat;
}
h2 a {
  text-decoration: none;
}
h3 {
  color: #ca0d00;
  margin: 0 0px 13px;
  font: bold 1.07142857em/1.5 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  left: -91px;
}
h3 a {
  text-decoration: none;
}

ol {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  line-height: 1.5;
}
ol li {
  padding: 0 0 5px;
}
ul {
  margin: 0 0px 20px;
  margin-right: 0px;
  padding: 0px 30px 0px 1px;
  line-height: 1.5;
}
ul li {
  padding: 0 0 5px;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a:hover {
  color: #000;
}
a .fa {
  color: inherit;
}
address {
  margin: 0 0 30px;
  font-style: normal;
  line-height: 1.5;
}
blockquote {
  position: relative;
  margin: 0 0 30px;
  padding: 30px;
  background: #fff;
  font-family: Satisfy, cursive;
  z-index: 10;
  text-align: center;
  font-size: 1.42857143em;
}
blockquote:before {
  display: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
}
blockquote:after {
  display: none;
}
blockquote p {
  font-size: 1em;
}
blockquote p:last-child {
  margin: 0;
}
small {
  font-weight: normal;
  font-size: 0.78571429em;
}
figure {
  position: relative;
  margin: 0 0 30px;
  border-bottom: 8px solid #000;
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure figcaption {
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  font: bold 1.07142857em/1.5 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.banners-1 img{
  width: 1903px;
}

.banners-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem;
}

.banners-2 img{
  width: 1562px;
}

.banners-3 img{
  width: 1903px;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 4px;
}
table th {
  padding: 18px;
  font: bold 1.07142857em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table td {
  padding: 18px;
}
table thead th {
  border-bottom: 8px solid;
  color: #000;
}
table tbody th {
  background: #000;
  color: #ffffff;
}
hr {
  margin: 80px 0;
  height: 4px;
  background: #000;
  border: none;
}
iframe {
  border: none;
}
video {
  max-width: 100%;
  height: auto;
}
.frota{
  margin-top: 150px;
  margin-left: 25px;
}
.frota .block-frota{
  background-color: #fff;
  width: 250px;
  height: 170px;
  border-radius: 13px;
  border: #000000 solid 0.5px;
}
.container {
  width: 1200px;
  margin: 5px;
  padding: 0px 0;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.full-width .container {
  width: auto;
  margin-left: 80px;
  margin-right: 80px;
}
.row-2 {
  margin-left: -20px;
}
.row-2:after {
  content: "";
  display: table;
  clear: both;
}
.row-2 > .col {
  border: 0 solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  border-left-width: 50px;
  padding: 0 0;
}
.row-2 .span_2-0 {
  width: 100%;
  border-left-width: 20px;
  padding: 0 0;
  margin-left: 0;
  padding-bottom: 30px;
}

.container-productos {
    width: 1200px;
    margin: auto;
    padding: 60px 0;
}

.tabela-telhas{
  padding-bottom: 0px;
  margin-bottom: -515px;
}
.tabela-chapabuzio{
  margin-bottom: -550px;
}

.tabela-acessorios{
  margin-bottom: -200px;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.intitle {
  color: #355da4;
  font: 300 2.1em/1.3 'Spartan';
  text-transform: uppercase;
  position: relative;
}
.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}
div, section, h1, article {
  position: relative;
}
strong {
  font-weight: bold;
}


element.style {
  height: 20px;
}
.wp-block-spacer {
  clear: both;
}
div, section, h1, article {
  position: relative;
}
div, h1 {
  position: relative;
}
* {
  border: none;
  margin: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
* {
  border: none;
  margin: 0;
}
*, :after, :before {
  box-sizing: border-box;
}
div {
  display: block;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link {
  width: auto;
  padding: 20px 25px;
  background-color: transparent!important;
  color: var(--bg-color-1)!important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  border: 1px solid;
  border-radius: 30px;
}
.wp-block-button a:hover {
  background-color: var(--bg-color-1);
  color: #fff;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.text-center {
  text-align: center!important;
}
.col-xl-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%!important;
  flex: 0 0 20%!important;
  max-width: 20%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
a {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.containerInfo{
  background-color: #fff;
  width: 100%;
  height: 400px;
  padding: 50px;
  text-align: center;
}
.containerInfo .info-top{
  width: 400px;
  height: 100px;
  float: left;
}
.containerInfo h1{
  font-size: 60px;
}
.containerInfo .info-text{
  width: 400px;
  height: 500px;
  font-size: 20px;
}
.info-icons .icon-left{
  padding: 50px;
  border: 3px solid #000;
  width: 20px;
  height: 90px;
}
.img-fluid{
  box-shadow: #000;
}
@media (min-width: 768px) {
  .row-2 .span_2-0 {
      width: 50%;
  }
}
@media (min-width: 992px) {
  .row-2 .span_2-0 {
      width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .row-2 .span_2-0 {
      width: 20%;
      padding-bottom: 0;
  }
}
.row {
  margin-left: -50px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > .col {
  border: 0 solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  border-left-width: 50px;
  padding: 0 0;
}
.row .span_1 {
  width: 8.33333333%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_2 {
  width: 16.66666667%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_3 {
  width: 25%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_4 {
  width: 33.33333333%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_5 {
  width: 41.66666667%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_6 {
  width: 50%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_7 {
  width: 58.33333333%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_8 {
  width: 66.66666667%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_9 {
  width: 75%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_10 {
  width: 83.33333333%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_11 {
  width: 91.66666667%;
  border-left-width: 50px;
  padding: 0 0;
  margin-left: 0;
}
.row .span_12 {
  margin-left: 0;
  width: 100%;
}
.offset-top {
  margin-top: 80px;
}
.offset-bottom {
  margin-bottom: 80px;
}
.no-offset-top {
  margin-top: 0 !important;
}
.no-offset-bottom {
  margin-bottom: 0 !important;
}
.offset-top-inner {
  padding-top: 80px;
}
.offset-top-inner-s {
  padding-top: 50px;
}
.offset-bottom-inner {
  padding-bottom: 80px;
}
.offset-bottom-inner-s {
  padding-bottom: 50px;
}
.no-offset-top-inner {
  padding-top: 0 !important;
}
.no-offset-bottom-inner {
  padding-bottom: 0 !important;
}
.section-active {
  position: relative;
  background: #961309;
  color: #000;
  z-index: 1;
}
.section-active h1 {
  color: inherit;
}
.section-active h1 span {
  color: inherit;
}
.section-active h2 {
  color: inherit;
}
.section-active h3 {
  color: inherit;
}
.section-active a {
  color: inherit;
}
.section-active .progress {
  color: inherit;
}
.section-active .progress svg path {
  stroke: #000;
}
.section-active .progress .progressbar-text {
  color: #ffffff !important;
}
.section-active .btn {
  background: #000;
  color: #ffffff;
}
.section-active .btn:after {
  background: #ffffff;
}
.section-active .btn.btn-alt {
  background: none;
  color: inherit;
}
.section-active .btn.btn-alt:before {
  border-color: #000;
}
.section-active .btn.btn-alt:after {
  background: #000;
}
.section-active .icon-b.icon-b:before {
  background: #ffffff;
}
.section-light {
  position: relative;
  background: #fff;
  z-index: 1;
}
.section-light .btn.btn-alt {
  color: #000;
}
.section-light .btn.btn-alt:before {
  border-color: #000;
}
.section-light .btn.btn-alt:after {
  background: #000;
}
.section-light input[type="text"] {
  background: #fff;
}
.section-light input[type="password"] {
  background: #fff;
}
.section-light input[type="email"] {
  background: #fff;
}
.section-light input[type="search"] {
  background: #fff;
}
.section-light input[type="url"] {
  background: #fff;
}
.section-light input[type="tel"] {
  background: #fff;
}
.section-light input[type="number"] {
  background: #fff;
}
.section-light textarea {
  background: #fff;
}
.section-light .jq-number .jq-number__field input {
  background: #fff;
}
.section-light .jq-selectbox .jq-selectbox__select {
  background: #fff;
}
.section-light .jq-file .jq-file__name {
  background: #fff;
}
.section-light .pricing .pricing-item {
  background: #fff;
  color: #000;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.center {
  text-align: center;
}
.wrapper {
  overflow: hidden;
}
.header-fixed .wrapper {
  padding: 80px 0 0;
}
.header-fixed .main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header-fixed .form-search {
  position: fixed;
}
.main-header {
  position: relative;
  background: #fff;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.main-header a {
  color: inherit;
}
.main-header .container {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header .logo {
  float: left;
}
.main-header .nav-main {
  float: right;
}
.main-header .btn-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.main-content {
  position: relative;
  z-index: 10;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-aside {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.main-aside h3 {
  color: #ffffff;
}
.main-aside h3:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #961309;
}
.main-aside p {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.main-aside p .fa {
  color: #ffffff;
  margin: 0 6px 0 0;
}
.main-aside ul {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.main-aside ul .fa {
  color: #ffffff;
  margin: 0 6px 0 0;
}
.main-aside ol {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.main-aside ol .fa {
  color: #ffffff;
  margin: 0 6px 0 0;
}
.main-aside address {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.main-aside address .fa {
  color: #ffffff;
  margin: 0 6px 0 0;
}
.main-aside a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.main-aside .tweets .user:before {
  color: #ffffff;
}
.secondary-aside h3:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #961309;
}
.secondary-aside p {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.secondary-aside ul {
  margin-bottom: 20px;
  font-size: 0.85714286em;
  list-style-type: none;
  padding: 0;
}
.secondary-aside ol {
  margin-bottom: 20px;
  font-size: 0.85714286em;
  list-style-type: none;
  padding: 0;
}
.secondary-aside address {
  margin-bottom: 20px;
  font-size: 0.85714286em;
}
.secondary-aside a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.secondary-aside .widget {
  margin: 0 0 40px;
}
.has-text-align-center {
  text-align: center;
}
.containerWapp{
  padding-bottom: 100px;
}
.containerWapp h2{
  text-align: center;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
}

.block-wpp-button {
  padding: 20px 13px;
  max-width: 290px;
  background: #5eca55;
  border-radius: 100px;
  font: 700 1.7em lato;
}

div, section, h1, article {
  position: relative;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.containerAbout{
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
.containerAbout .hexagonAbout{
  position: relative;
  display: block;
  width: 350px;
  height: 400px;
  margin: 50px 200px 70px;
}

.tuboimg, .perfilimg, .telhasimg{
  height: 90%;
  width: 90%;
}


.containerAbout .hexagonAbout::before{
  content: '';
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 60px;
  background: radial-gradient(rgba(0,0,0,0.15), transparent, transparent);
  border-radius: 50%;
  transition: 0.5s;
}

.containerAbout .hexagonAbout:hover::before{
  opacity: 0.8;
  transform: scale(0.8);
}
.containerAbout .hexagonAbout .shape{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: polygon(0 24%, 50% 0, 100% 24%, 100% 80%, 50% 100%, 0 80%);
  transition: 0.5s;
}
.containerAbout .hexagonAbout .shape img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containerAbout .hexagonAbout:hover .shape{
  transform: translateY(-30px);
}
.containerAbout h1{
  margin-top: 50px;
}

.main-footer {
  background: #000;
  color: #ffffff;
}
.main-footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer .col:last-child {
  text-align: right;
}
.main-footer p {
  margin: 0;
  font-size: 0.85714286em;
}
.main-footer .nav-social {
  font-size: 1.14285714em;
}
.main-footer .nav-social li {
  padding: 0 0 0 12px;
}
.main-footer .nav-social li a {
  color: inherit;
}
.main-footer a {
  text-decoration: none;
}
.main-footer a:hover {
  color: #ffffff;
}
.nav-main ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: 0.92857143em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-main ul .nav-main-item {
  position: relative;
  float: left;
  padding: 0;
  text-align: left;
}
.nav-main ul .nav-main-item .nav-main-link {
  display: block;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 80px;
  transition: 0.2s;
  color: #201b18;
}
.nav-main ul .nav-main-item .nav-main-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #961309;
  transition: 0.2s;
  z-index: -1;
}
.nav-main ul .nav-main-item:hover .nav-main-link {
  color: #ffffff;
}
.nav-main ul .nav-main-item:hover .nav-main-link:before {
  height: 100%;
}
.nav-main ul .nav-main-item:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}
.nav-main ul .nav-main-item ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 200px;
  font-size: 0.85em;
  opacity: 0;
  transition: 0.2s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.nav-main ul .nav-main-item ul li {
  padding: 0;
}
.nav-main ul .nav-main-item ul li a {
  display: block;
  padding: 15px;
  background: #961309;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.nav-main ul .nav-main-item ul li a:hover {
  background: #000;
  color: #ffffff;
}
.nav-main ul .nav-main-item ul li.nav-main-item-back {
  display: none;
  text-align: center;
}
.nav-main ul .nav-main-item .btn-search {
  outline: none;
}
.nav-main ul .nav-main-item.active .nav-main-link {
  color: #ffffff;
  font-weight: bold;
}
.nav-main ul .nav-main-item.active .nav-main-link:before {
  height: 100%;
}
.nav-main ul .nav-main-item.nav-main-item-alt {
  margin: 0 0 0 1px;
}
.nav-main ul .nav-main-item.nav-main-item-alt:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-secondary {
  padding: 0;
  list-style: none;
  font: bold 1.07142857em/1.2 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-secondary li {
  padding-bottom: 5px;
}
.nav-secondary li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 20px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.nav-secondary li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #000;
  border-right: 0 solid #961309;
  transition: 0.2s;
}
.nav-secondary li > a:hover {
  padding-left: 30px;
}
.nav-secondary li > a:hover:before {
  border-right-width: 10px;
}
.nav-secondary li.active > a {
  color: solid #961309;
}
.breadcrumbs {
  background: #f3f3f3;
  color: #000;
}
.breadcrumbs .container {
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul li {
  position: relative;
  float: left;
  padding: 0;
}
.breadcrumbs ul li:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 38px 0 0;
  padding: 20px 0;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #000;
  transition: 0.3s;
}
.breadcrumbs ul li a:hover:before {
  width: 100%;
}
.breadcrumbs ul li span {
  display: block;
  padding: 20px 0;
}
.breadcrumbs ul li span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #000;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.42857143em;
  line-height: 1;
}
.nav-social li {
  display: inline-block;
  padding: 0 16px 0 0;
}
.nav-social li a {
  color: #961309;
  text-decoration: none;
  transition: 0.2s;
  font-size: 25px;
}
.filter {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 0 30px;
  color: #000;
}
.filter ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
.filter ul li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
}
.filter ul li span {
  display: block;
  padding: 18px 25px;
  color: #000;
}
.filter ul li:hover {
  background: #961309;
}
.filter ul li:hover span {
  color: #ffffff;
}
.filter ul li.active {
  background: #961309;
}
.filter ul li.active span {
  color: #ffffff;
}
.filter .filter-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  z-index: -1;
}
.pagination {
  background: #f3f3f3;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font: bold 1.07142857em/50px Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style-type: none;
}
.pagination ul li {
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}
.pagination ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.2s;
}
.pagination ul li a {
  display: block;
  min-width: 50px;
  height: 50px;
  text-decoration: none;
  transition: 0.2s;
  color: #000;
}
.pagination ul li:hover:before {
  width: 100%;
}
.pagination ul li.active:before {
  width: 100%;
}
.pagination ul li.active a {
  background: #961309;
  color: #ffffff;
}
.tags {
  padding: 0;
  list-style-type: none;
  font-size: 0.71428571em;
  line-height: 1;
}
.tags:after {
  content: "";
  display: table;
  clear: both;
}
.tags li {
  float: left;
  padding: 0 10px 10px 0;
}
.tags li a {
  display: block;
  padding: 12px 15px;
  background: #f3f3f3;
  text-decoration: none;
  transition: 0.2s;
}
.tags li a:hover {
  background: #000;
  color: #ffffff;
}
.nav-pages {
  position: relative;
  font-weight: bold;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.nav-pages:after {
  content: "";
  display: table;
  clear: both;
}
.nav-pages a {
  float: left;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  z-index: 10;
}
.nav-pages a:last-child {
  float: right;
}
.nav-pages a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 4px;
  width: 0;
  background: #000;
  transition: 0.2s;
}
.nav-pages a:hover:before {
  width: 100%;
}

.nav-main-active .btn-nav {
  background: #961309;
}
.nav-main-active .btn-nav:before {
  background: #000;
  color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
input[type="text"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
input[type="text"]::-moz-placeholder {
  color: #000;
}
input[type="text"]:-ms-input-placeholder {
  color: #000;
}
input[type="text"]:-moz-placeholder {
  color: #000;
}
input[type="password"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="password"]::-webkit-input-placeholder {
  color: #000;
}
input[type="password"]::-moz-placeholder {
  color: #000;
}
input[type="password"]:-ms-input-placeholder {
  color: #000;
}
input[type="password"]:-moz-placeholder {
  color: #000;
}
input[type="email"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
input[type="email"]::-moz-placeholder {
  color: #000;
}
input[type="email"]:-ms-input-placeholder {
  color: #000;
}
input[type="email"]:-moz-placeholder {
  color: #000;
}
input[type="search"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
input[type="search"]::-moz-placeholder {
  color: #000;
}
input[type="search"]:-ms-input-placeholder {
  color: #000;
}
input[type="search"]:-moz-placeholder {
  color: #000;
}
input[type="url"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="url"]:focus {
  background: #961309;
}
input[type="url"]::-webkit-input-placeholder {
  color: #000;
}
input[type="url"]::-moz-placeholder {
  color: #000;
}
input[type="url"]:-ms-input-placeholder {
  color: #000;
}
input[type="url"]:-moz-placeholder {
  color: #000;
}
input[type="tel"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #000;
}
input[type="tel"]::-moz-placeholder {
  color: #000;
}
input[type="tel"]:-ms-input-placeholder {
  color: #000;
}
input[type="tel"]:-moz-placeholder {
  color: #000;
}
input[type="number"] {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
}
input[type="number"]::-webkit-input-placeholder {
  color: #000;
}
input[type="number"]::-moz-placeholder {
  color: #000;
}
input[type="number"]:-ms-input-placeholder {
  color: #000;
}
input[type="number"]:-moz-placeholder {
  color: #000;
}
textarea {
  width: 100%;
  padding: 15px;
  background: #f3f3f3;
  border: none;
  border-left: 2px solid #000;
  box-sizing: border-box;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000;
  transition: 0.2s;
  outline: none;
  overflow: hidden;
  overflow-y: auto;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
input[type="text"].error {
  border-color: #fc5756;
}
input[type="password"].error {
  border-color: #fc5756;
}
input[type="email"].error {
  border-color: #fc5756;
}
input[type="search"].error {
  border-color: #fc5756;
}
input[type="url"].error {
  border-color: #fc5756;
}
input[type="tel"].error {
  border-color: #fc5756;
}
input[type="number"].error {
  border-color: #fc5756;
}
textarea.error {
  border-color: #fc5756;
}

.about-area{
  padding: unset;
}
.about-area img{
  position: relative;
  width: -webkit-fill-available;
}
.about-area .btnAbout{
  position: absolute;
  background-color: #700704;
}
.productsBox{
  padding: 0px;
  align-items: center;
  margin-bottom: 160px;
}
.productsBox .Titulo{
  color: #000;
  font-size: 60px;
  margin-top: 40px;
  padding: 0;
  padding-left: 705px;
}
.honeycomb{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(80px);
}

.honeycomb-cell{
  -webkit-box-flex: 0;
  flex: 0 1 250px;
  max-width: 250px;
  height: 137.5px;
  margin: 65.4px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
}
.honeycomb-cell_img{
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.honeycomb-cell_title{
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  transition: opacity 350ms;
}
.honeycomb-cell_title > small{
  font-weight: 300;
  margin-top: 0.25em;
}
.honeycomb-cell::before,
.honeycomb-cell::after{
  content: '';
}
.honeycomb-cell::before,
.honeycomb-cell::after,
.honeycomb-cell_img{
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before{
  background: #fff;
  transform: scale(1.055);
}
.honeycomb-cell::after{
  background: #111111;
  opacity: 0.7;
  transition: opacity 350ms;
  -webkit-transition: opacity 350ms;
}
.honeycomb-cell:hover
.honeycomb-cell_title{
  opacity: 0;
}
.honeycomb-cell:hover
.honeycomb-cell_img{
  filter: grayscale(0%);
}
.honeycomb-cell:hover::before{
  background: #961309;
}
.honeycomb-cell:hover::after{
  opacity: 0;
}
.honeycomb_Hidden{
  display: none;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}

.All-products-button{
  padding: 20px 25px;
  margin-top: 200px;
  max-width: 290px;
  background: #961309;
  font: 700 1.7em lato;
}

select {
  width: 100%;
}
input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
label.error {
  display: block;
  padding: 10px 0 0;
  color: #fc5756;
}
.jq-checkbox {
  border: none;
  border-radius: 0;
  background: #961309;
  box-shadow: none;
  transition: 0.2s;
}
.jq-checkbox .jq-checkbox__div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.jq-checkbox:hover {
  background: #000;
}
.jq-checkbox:hover .jq-checkbox__div {
  background: #ffffff;
}
.jq-checkbox.checked .jq-checkbox__div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
  opacity: 1;
}
.jq-checkbox.focused {
  border: none;
}
.jq-radio {
  border: none;
  background: #961309;
  box-shadow: none;
  transition: 0.2s;
}
.jq-radio .jq-radio__div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #000;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.jq-radio:hover {
  background: #000;
}
.jq-radio:hover .jq-radio__div {
  background: #ffffff;
}
.jq-radio.checked .jq-radio__div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #000;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
  opacity: 1;
}
.jq-radio.focused {
  border: none;
}
.jq-number {
  padding: 0 30px;
}
.jq-number .jq-number__field {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.jq-number .jq-number__field input {
  width: 100%;
  border: none;
  text-align: center;
}
.jq-number .jq-number__spin {
  width: 50px;
  height: 100%;
  border: none;
  border-radius: 0;
  background: #961309;
  box-shadow: none;
  text-shadow: none;
  transition: 0.2s;
}
.jq-number .jq-number__spin:after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 4px;
  background: #000;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.jq-number .jq-number__spin:active {
  background: #961309;
  box-shadow: none;
}
.jq-number .jq-number__spin.minus {
  left: 0;
}
.jq-number .jq-number__spin.plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 16px;
  background: #000;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.jq-number:hover .jq-number__spin {
  background: #000;
}
.jq-number:hover .jq-number__spin:before {
  background: #ffffff;
}
.jq-number:hover .jq-number__spin:after {
  background: #ffffff;
}
.jq-number.focused .jq-number__field {
  border: none;
}
.jq-number.disabled {
  opacity: 0.55;
}
.jq-number.disabled .jq-number__field {
  background: none;
}
.jq-number.disabled .jq-number__spin {
  background: #961309;
}
.jq-number.disabled:hover .jq-number__spin:before {
  background: #000;
}
.jq-number.disabled:hover .jq-number__spin:after {
  background: #000;
}
.jq-selectbox {
  width: 100%;
}
.jq-selectbox .jq-selectbox__select {
  height: 45px;
  padding: 0 45px 0 15px;
  border: none;
  border-left: 2px solid #000;
  border-radius: 0;
  background: #f3f3f3;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 45px;
  color: #000;
  text-shadow: none;
  transition: 0.2s;
}
.jq-selectbox .jq-selectbox__select:hover {
  background: #f3f3f3;
}
.jq-selectbox .jq-selectbox__select:active {
  background: #f3f3f3;
  box-shadow: none;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  width: 45px;
  border: none;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  top: 50%;
  right: 50%;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.jq-selectbox .jq-selectbox__select-text {
  width: 100% !important;
}
.jq-selectbox .jq-selectbox__dropdown {
  margin: 0;
  background: #f3f3f3;
  border: none;
  border-radius: 0;
  font-size: 0.85714286em;
}
.jq-selectbox li {
  padding: 10px 15px;
  transition: 0.2s;
}
.jq-selectbox li:hover {
  background-color: #000;
  color: #ffffff;
}
.jq-selectbox li.selected {
  background-color: #000;
  color: #ffffff;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: none;
  border-left: 2px solid #000;
  background: #f3f3f3;
}
.jq-file {
  width: 100%;
  border-left: 2px solid #000;
  border-radius: 0;
  box-shadow: none;
}
.jq-file .jq-file__name {
  height: 45px;
  padding: 0 120px 0 20px;
  border: none;
  border-radius: 0;
  background: #f3f3f3;
  box-shadow: none;
  line-height: 45px;
  color: #000;
}
.jq-file .jq-file__browse {
  top: 0;
  right: 0;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  background: #961309;
  box-shadow: none;
  line-height: 45px;
  color: #000;
  text-shadow: none;
  transition: 0.2s;
}
.jq-file:hover .jq-file__browse {
  background: #000;
  color: #ffffff;
}
.jq-file:active .jq-file__browse {
  background: #000;
  box-shadow: none;
}
.jq-file.focused .jq-file__name {
  border: none;
}
.jq-file.disabled {
  opacity: 0.55;
  color: inherit;
}
.jq-file.disabled .jq-file__name {
  background: #f3f3f3;
  border-color: none;
  color: #000;
}
.jq-file.disabled .jq-file__browse {
  background: #000;
  border-color: none;
  color: #ffffff;
}

.icon-b {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #961309;
  margin: 0 0 30px;
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  transition: 0.2s;
}
.icon-b:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: rgb(255, 255, 255);
  transition: 0.2s;
}
.icon-b .fa {
  position: relative;
  color: inherit;
  z-index: 5;
}
.icon-b.icon-b-alt {
  background: none;
  color: rgb(255, 255, 255);
}
.fa {
  color: #961309;
}
.fa-2x {
  margin: 0 0 20px;
}
.fa-3x {
  margin: 0 0 20px;
}
.fa-4x {
  margin: 0 0 20px;
}
.fa-5x {
  margin: 0 0 20px;
}
.heading {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 25px;
  color: #961309;
}
.heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 8px;
  background: #961309;
}
.heading h1 {
  margin: 0;
  color: #961309;
}
.heading h2 {
  margin: 0;
  color: #961309;
}
.heading p {
  margin: 10px 0;
  font: 1.42857143em Satisfy, cursive;
}
.heading .btn-more {
  position: absolute;
  right: 0;
  bottom: -21px;
}
.heading.page-heading {
  margin-bottom: 80px;
}
.heading.page-heading h1 {
  font: bold 2.5em/1 Montserrat, sans-serif;
}
.owl-squarefolio {
  overflow: hidden;
}
.owl-squarefolio .owl-item {
  box-sizing: border-box;
}
.owl-squarefolio .owl-item .animated {
  -webkit-animation-name: none;
  animation-name: none;
}
.owl-squarefolio .owl-item.active .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.owl-squarefolio .owl-item.active .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.owl-squarefolio .owl-item.active .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.owl-squarefolio .owl-item.active .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.owl-squarefolio .owl-item.active .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.owl-squarefolio .owl-item.active .headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
.owl-squarefolio .owl-item.active .swing {
  -webkit-animation-name: swing;
  animation-name: swing;
}
.owl-squarefolio .owl-item.active .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.owl-squarefolio .owl-item.active .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.owl-squarefolio .owl-item.active .jello {
  -webkit-animation-name: jello;
  animation-name: jello;
}
.owl-squarefolio .owl-item.active .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.owl-squarefolio .owl-item.active .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.owl-squarefolio .owl-item.active .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.owl-squarefolio .owl-item.active .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.owl-squarefolio .owl-item.active .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.owl-squarefolio .owl-item.active .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.owl-squarefolio .owl-item.active .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
.owl-squarefolio .owl-item.active .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.owl-squarefolio .owl-item.active .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.owl-squarefolio .owl-item.active .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.owl-squarefolio .owl-item.active .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.owl-squarefolio .owl-item.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.owl-squarefolio .owl-item.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.owl-squarefolio .owl-item.active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-squarefolio .owl-item.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.owl-squarefolio .owl-item.active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-squarefolio .owl-item.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.owl-squarefolio .owl-item.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-squarefolio .owl-item.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
.owl-squarefolio .owl-item.active .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-squarefolio .owl-item.active .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.owl-squarefolio .owl-item.active .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
.owl-squarefolio .owl-item.active .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.owl-squarefolio .owl-item.active .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
.owl-squarefolio .owl-item.active .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.owl-squarefolio .owl-item.active .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
.owl-squarefolio .owl-item.active .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.owl-squarefolio .owl-item.active .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.owl-squarefolio .owl-item.active .flip {
  -webkit-animation-name: flip;
  animation-name: flip;
}
.owl-squarefolio .owl-item.active .flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.owl-squarefolio .owl-item.active .flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.owl-squarefolio .owl-item.active .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.owl-squarefolio .owl-item.active .flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
.owl-squarefolio .owl-item.active .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
}
.owl-squarefolio .owl-item.active .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
}
.owl-squarefolio .owl-item.active .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.owl-squarefolio .owl-item.active .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.owl-squarefolio .owl-item.active .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.owl-squarefolio .owl-item.active .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
.owl-squarefolio .owl-item.active .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
.owl-squarefolio .owl-item.active .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
.owl-squarefolio .owl-item.active .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
.owl-squarefolio .owl-item.active .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
.owl-squarefolio .owl-item.active .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
.owl-squarefolio .owl-item.active .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
.owl-squarefolio .owl-item.active .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.owl-squarefolio .owl-item.active .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
.owl-squarefolio .owl-item.active .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.owl-squarefolio .owl-item.active .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.owl-squarefolio .owl-item.active .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
.owl-squarefolio .owl-item.active .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
.owl-squarefolio .owl-item.active .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
.owl-squarefolio .owl-item.active .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.owl-squarefolio .owl-item.active .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.owl-squarefolio .owl-item.active .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
.owl-squarefolio .owl-item.active .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
.owl-squarefolio .owl-item.active .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
.owl-squarefolio .owl-item.active .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.owl-squarefolio .owl-item.active .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.owl-squarefolio .owl-item.active .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.owl-squarefolio .owl-item.active .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.owl-squarefolio .owl-item.active .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.owl-squarefolio .owl-item.active .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.owl-squarefolio .owl-item.active .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.owl-squarefolio .owl-item.active .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.owl-squarefolio .owl-item.active .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.owl-squarefolio .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.owl-squarefolio .owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: none;
}
.owl-squarefolio .owl-pagination .owl-page span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 50%;
  color: #961309;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-squarefolio .owl-pagination .active span {
  background: currentColor;
}
.owl-squarefolio .owl-prev {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  transition: 0.2s;
  text-align: center;
  background: #961309;
  color: #000;
  white-space: nowrap;
  text-indent: 100%;
  left: 0;
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}
.owl-squarefolio .owl-prev:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: 0.2s;
  right: 0;
}
.owl-squarefolio .owl-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  font: 1.42857143em/60px FontAwesome;
  text-indent: 0;
  content: "";
  padding-right: 5px;
  color: #ffffff;
}
.owl-squarefolio .owl-prev:hover:before {
  width: 100%;
}
.owl-squarefolio .owl-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  transition: 0.2s;
  text-align: center;
  background: #961309;
  color: #000;
  white-space: nowrap;
  text-indent: 100%;
  right: 0;
  -webkit-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}
.owl-squarefolio .owl-next:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: 0.2s;
  left: 0;
  color: #ffffff;
}
.owl-squarefolio .owl-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  font: 1.42857143em/60px FontAwesome;
  text-indent: 0;
  content: "";
  padding-left: 5px;
  color: #ffffff;
}
.owl-squarefolio .owl-next:hover:before {
  width: 100%;
}
.owl-squarefolio:hover .owl-prev {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-squarefolio:hover .owl-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-squarefolio .person {
  margin: 0;
}
.owl-squarefolio.owl-separated {
  width: auto;
  margin-left: -25px;
  margin-right: -25px;
}
.owl-squarefolio.owl-separated .owl-item {
  padding: 0 25px;
}
.owl-squarefolio.owl-separated .owl-prev {
  left: 25px;
}
.owl-squarefolio.owl-separated .owl-next {
  right: 25px;
}

.tabs .tabs-nav {
  padding: 0;
  list-style-type: none;
  font: bold 1.07142857em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.tabs .tabs-nav:after {
  content: "";
  display: table;
  clear: both;
}
.tabs .tabs-nav li {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0 0 2px;
}
.tabs .tabs-nav li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 18px 25px;
  background: #f3f3f3;
  border-top: 2px solid #000;
  text-decoration: none;
  outline: none;
  color: #000;
  transition: 0.2s;
}
.tabs .tabs-nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background: #000;
  transition: 0.2s;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.tabs .tabs-nav li a:hover {
  background: #000;
  color: #ffffff;
}
.tabs .tabs-nav li.active a {
  background: #961309;
  color: #000;
}
.tabs .tabs-nav li.active a:before {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.tabs .tabs-nav.tabs-nav-vertical li {
  float: none;
  padding: 0 2px 0 0;
}
.tabs .tabs-nav.tabs-nav-vertical li a {
  border: none;
  border-left: 2px solid #000;
}
.tabs .tabs-nav.tabs-nav-vertical li a:before {
  width: 8px;
  height: 100%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.tabs .tabs-nav.tabs-nav-vertical-alt li {
  float: none;
  padding: 0 0 0 2px;
}
.tabs .tabs-nav.tabs-nav-vertical-alt li a {
  border: none;
  border-right: 2px solid #000;
}
.tabs .tabs-nav.tabs-nav-vertical-alt li a:before {
  left: auto;
  right: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.tabs .tabs-item {
  display: none;
}
.tabs .tabs-item.active {
  display: block;
}
.no-js .tabs .tabs-item {
  display: block;
}
.no-js .accordion .accordion-item .accordion-item-inner {
  display: block;
}
.no-js .toggle .toggle-inner {
  display: block;
}
.accordion .accordion-item .accordion-item-heading {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 14px 25px;
  background: #f3f3f3;
  font: bold 1.07142857em/1.5 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
}
.accordion .accordion-item .accordion-item-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100px;
  background: #000;
  transition: 0.2s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.accordion .accordion-item .accordion-item-heading:hover {
  background: #000;
  color: #ffffff;
}
.accordion .accordion-item .accordion-item-inner {
  display: none;
}
.accordion .accordion-item.active .accordion-item-heading {
  background: #961309;
  color: #000;
}
.accordion .accordion-item.active .accordion-item-heading:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.toggle .toggle-heading {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 14px 25px;
  background: #f3f3f3;
  font: bold 1.07142857em/1.5 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
}
.toggle .toggle-heading:hover {
  background: #000;
  color: #ffffff;
}
.toggle .toggle-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #000;
  transition: 0.2s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.toggle .toggle-inner {
  display: none;
}
.toggle.active .toggle-heading {
  background: #961309;
  color: #000;
}
.toggle.active .toggle-heading:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.post .entry-thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post .entry-header {
  position: relative;
  min-height: 80px;
  padding: 16px 20px 15px 100px;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  z-index: 10;
}
.post .entry-header .icon-b {
  position: absolute;
  left: 0;
  top: 0;
}
.post .entry-header h2 {
  margin-bottom: 5px;
  font-size: 1.07142857em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post .entry-header h3 {
  margin-bottom: 5px;
}
.post .entry-header h3 a {
  color: inherit;
}
.post .entry-content {
  padding: 0 19px 0;
}
.post .entry-content iframe {
  max-width: 100%;
}
.post blockquote.entry-content {
  background: none;
  color: #000;
}
.post blockquote.entry-content:before {
  display: none;
}
.post blockquote.entry-content p {
  font-size: 1.42857143em;
}
.post .entry-media iframe {
  width: 100%;
  max-width: 100%;
}
.post .entry-media figure {
  border: none;
}
.entry-meta {
  font-size: 0.92857143em;
  line-height: 1.5;
}
.entry-meta span {
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.entry-meta a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.entry-meta .fa {
  margin: 0 6px 0 0;
}
.project .entry-meta {
  margin: 0 0 30px;
}
.project .entry-meta span {
  display: block;
}
.comments-list {
  list-style: none;
  padding: 0;
}
.comments-list .comment-body {
  margin: 0 0 30px;
  padding: 0 0 0 100px;
  box-sizing: border-box;
}
.comments-list .comment-body .comment-meta {
  position: relative;
  margin: 0 0 15px;
}
.comments-list .comment-body .comment-meta .avatar {
  position: absolute;
  left: -100px;
  top: 0;
  width: 80px;
  height: 80px;
  background: #f3f3f3;
  border-bottom: 8px solid #000;
}
.comments-list .comment-body .comment-meta .comment-author {
  font-weight: bold;
  font-size: 0.85714286em;
  color: #000;
}
.comments-list .comment-body .comment-meta .comment-metadata {
  font-size: 0.85714286em;
}
.comments-list .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
  color: #747474;
}
.comments-list .comment-body .comment-content p {
  margin-bottom: 15px;
}
.comments-list .children {
  padding: 0 0 0 100px;
}
.comments-list .bypostauthor > .comment-body .comment-meta .avatar {
  border-bottom-color: #961309;
}
.comments-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro {
  height: calc(20vh);
}
.logo {
  position: relative;
  height: 80px;
  font: bold 1.42857143em/80px Montserrat, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.logo a {
  text-decoration: none;
}
.logo img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.thumbs {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.thumbs .thumbs-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.thumbs .thumbs-item a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 280px;
  text-decoration: none;
  font-weight: normal;
}
.thumbs .thumbs-item a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 5;
  top: 0;
  height: 100%;
  background: rgba(150, 19, 9, 0.6);
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.thumbs .thumbs-item a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 5;
  bottom: 0;
  height: 8px;
  background: #000;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.thumbs .thumbs-item a .thumbs-item-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 10;
  color: #000;
}
.thumbs .thumbs-item a .thumbs-item-heading h3 {
  margin-bottom: 10px;
  color: inherit;
}
.thumbs .thumbs-item a .thumbs-item-heading p {
  margin: 0;
  color: inherit;
}
.thumbs .thumbs-item a img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.thumbs .thumbs-item a:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.thumbs .thumbs-item a:hover:after {
  transition-delay: 0.2s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.thumbs .thumbs-item a:hover .thumbs-item-heading {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.thumbs .thumbs-item-l {
  width: 50%;
}
.thumbs .thumbs-sizer {
  width: 25%;
}
.thumbs-mini {
  padding: 0;
  list-style-type: none;
}
.thumbs-mini:after {
  content: "";
  display: table;
  clear: both;
}
.thumbs-mini li {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 0;
}
.thumbs-mini li img {
  vertical-align: bottom;
}
.features .features-item {
  position: relative;
}
.features .features-item:after {
  content: "";
  display: table;
  clear: both;
}
.features .features-item:hover .icon-b:before {
  height: 100%;
}
.features .features-item.features-item-alt {
  min-height: 88px;
  padding: 0 0 0 110px;
}
.features .features-item.features-item-alt .icon-b {
  position: absolute;
  left: 0;
  top: 0;
}
.person {
  position: relative;
  margin: 0 0 30px;
  font: bold 1.07142857em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.person:after {
  content: "";
  display: table;
  clear: both;
}
.person .person-photo {
  float: left;
  width: 80px;
  height: 80px;
  border-bottom: 8px solid #000;
  margin: 0 30px 0 0;
}
.person .person-photo img {
  max-width: 100%;
  height: auto;
}
.person .person-info {
  padding: 20px 0 0;
  line-height: 1.5;
}
.person small {
  display: block;
}
.profile {
  margin: 0 0 30px;
}
.profile .profile-photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.profile .profile-photo:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.2s;
  top: 0;
  height: 100%;
  background: rgba(150, 19, 9, 0.6);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.profile .profile-photo:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.2s;
  bottom: 0;
  height: 8px;
  background: #000;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.profile .profile-photo figure {
  position: static;
  margin: 0;
  border: none;
}
.profile .profile-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.profile .profile-photo .nav-social {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  opacity: 0;
  font-size: 1.14285714em;
  transition: 0.2s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.profile .profile-photo a {
  color: #000;
}
.profile .profile-photo:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.profile .profile-photo:hover:after {
  transition-delay: 0.2s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.profile .profile-photo:hover .nav-social {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.profile .profile-name {
  margin: 0 0 20px;
  font: bold 1.07142857em/1.5 Montserrat, sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.profile .profile-name small {
  display: block;
}
.bannerinst{
  justify-items: center;
  text-align: center;
}

.bannerinst img{
  width: 100%;
}

.bannerinst span{
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.progress {
  position: relative;
  margin: 0 0 30px;
  font: bold 1.78571429em/1 Montserrat, sans-serif;
  color: #000;
}
.progress svg path {
  stroke: #961309;
}
.progress .progressbar-text {
  color: #000 !important;
  z-index: 5;
}
.progress.progress-line {
  border-left: 2px solid;
}
.progress.progress-line svg {
  height: 50px;
}
.progress.progress-line .progressbar-text {
  left: 15px !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}
.progress.progress-circle {
  width: 150px;
  margin: 0 auto 30px;
}
.stat {
  margin: 0 0 15px;
  font: bold 3.57142857em/1 Montserrat, sans-serif;
  color: #961309;
}
.testimonials blockquote {
  margin: 0;
}
.pricing .pricing-item {
  position: relative;
  background: #f3f3f3;
  border-top: 8px solid #000;
  color: #000;
  z-index: 1;
}
.pricing .pricing-item .pricing-item-thumb {
  overflow: hidden;
}
.pricing .pricing-item .pricing-item-thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s;
}
.pricing .pricing-item .pricing-item-inner {
  padding: 30px;
}
.pricing .pricing-item .pricing-item-value {
  margin: 0 0 30px;
}
.pricing .pricing-item .pricing-item-value span {
  font: bold 3.57142857em/1 Montserrat, sans-serif;
}
.pricing .pricing-item .pricing-item-value p {
  font: 1.42857143em Satisfy, cursive;
}
.pricing .pricing-item ul {
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
.pricing .pricing-item:hover .pricing-item-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing .pricing-item.pricing-item-featured {
  background: #961309;
  color: #000;
}
.pricing .pricing-item.pricing-item-featured .btn.btn-alt {
  color: #000;
}
.pricing .pricing-item.pricing-item-featured .btn.btn-alt:before {
  border-color: #000;
}
.pricing .pricing-item.pricing-item-featured .btn.btn-alt:after {
  background: #000;
}
.events .post {
  margin: 0 0 30px;
}
.events .post:hover .icon-b:before {
  height: 100%;
}
.clients {
  text-align: center;
}
.clients .clients-item {
  height: 100px;
  line-height: 100px;
}
.clients .clients-item img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.tweets ul {
  padding: 0;
  list-style-type: none;
}
.tweets ul li {
  margin-bottom: 20px;
}
.tweets p {
  margin: 0;
  font-size: 1em;
}
.tweets .user:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  font-family: FontAwesome;
  color: #000;
}
.tweets .user div {
  display: inline-block;
}
.tweets .user a {
  color: inherit;
  font-weight: normal;
}
.tweets .user img {
  display: none;
}
.tweets .timePosted a {
  color: inherit;
  font-weight: normal;
}
.tweets .timePosted img {
  display: none;
}
.map iframe {
  width: 100%;
  vertical-align: bottom;
}
.social-likes {
  text-align: center;
}
.social-likes .social-likes__widget {
  display: inline-block;
  margin: 0 3px;
}
.social-likes .social-likes__widget .social-likes__button {
  position: relative;
  float: left;
  padding: 18px 25px;
  font: bold 1em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  transition: 0.2s;
  cursor: pointer;
}
.social-likes .social-likes__widget .social-likes__button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  background: #000;
}
.social-likes .social-likes__widget .social-likes__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  width: 0;
  background: #961309;
}
.social-likes .social-likes__widget .social-likes__counter {
  position: relative;
  float: left;
  padding: 18px 25px;
  font: bold 1em/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  transition: 0.2s;
  cursor: pointer;
  color: #000;
}
.social-likes .social-likes__widget .social-likes__counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  background: #961309;
}
.social-likes .social-likes__widget .social-likes__counter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  width: 0;
  background: #000;
}
.social-likes .social-likes__widget:hover .social-likes__button {
  color: #ffffff;
}
.social-likes .social-likes__widget:hover .social-likes__button:after {
  width: 100%;
}
.social-likes .social-likes__widget:hover .social-likes__counter {
  color: #ffffff;
}
.social-likes .social-likes__widget:hover .social-likes__counter:after {
  width: 100%;
}
.social-likes.social-likes_vertical {
  padding: 0;
  background: none;
  text-align: left;
}
.social-likes.social-likes_vertical .social-likes__widget {
  display: block;
  margin: 0 0 10px;
}
.social-likes.social-likes_vertical .social-likes__widget:after {
  content: "";
  display: table;
  clear: both;
}
.popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 600px;
  margin: auto;
  padding: 30px;
}
.mfp-bg.squarefolio {
  opacity: 0;
  transition: 0.3s;
}
.mfp-bg.squarefolio.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.squarefolio.mfp-removing {
  opacity: 0;
}
.mfp-wrap.squarefolio .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s;
}
.mfp-wrap.squarefolio button.mfp-close {
  background: #961309;
  transition: 0.3s;
}
.mfp-wrap.squarefolio button.mfp-arrow {
  background: #961309;
  transition: 0.3s;
}
.mfp-wrap.squarefolio .mfp-close {
  overflow: hidden;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  color: #000;
  white-space: nowrap;
  text-indent: 100%;
  font: 1.42857143em/60px FontAwesome;
  text-align: center;
}
.mfp-wrap.squarefolio .mfp-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-indent: 0;
}
.mfp-wrap.squarefolio .mfp-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
  width: 60px;
  height: 60px;
  color: #000;
}
.mfp-wrap.squarefolio .mfp-arrow:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: 0;
  background: #000;
  border: none;
  opacity: 1;
  transition: 0.2s;
}
.mfp-wrap.squarefolio .mfp-arrow:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  box-sizing: border-box;
  font: 1.42857143em/60px FontAwesome;
}
.mfp-wrap.squarefolio .mfp-arrow:hover:before {
  width: 100%;
}
.mfp-wrap.squarefolio .mfp-arrow-left {
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}
.mfp-wrap.squarefolio .mfp-arrow-left:before {
  right: 0;
  left: auto;
}
.mfp-wrap.squarefolio .mfp-arrow-left:after {
  content: "";
  padding-right: 5px;
}
.mfp-wrap.squarefolio .mfp-arrow-right {
  -webkit-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}
.mfp-wrap.squarefolio .mfp-arrow-right:before {
  left: 0;
}
.mfp-wrap.squarefolio .mfp-arrow-right:after {
  content: "";
  padding-left: 5px;
}
.mfp-wrap.squarefolio .mfp-figure .mfp-close {
  top: 40px;
}
.mfp-wrap.squarefolio .mfp-figure figure {
  border: none;
}
.mfp-wrap.squarefolio .mfp-figure figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
  color: #ffffff;
}
.mfp-wrap.squarefolio .mfp-figure .mfp-bottom-bar {
  position: relative;
  top: 0;
  margin-top: 0;
}
.mfp-wrap.squarefolio .mfp-figure .mfp-bottom-bar .mfp-title {
  color: inherit;
  font: bold 1.07142857em/40px Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mfp-wrap.squarefolio .mfp-figure .mfp-bottom-bar .mfp-counter {
  color: inherit;
  font: bold 0.85714286em/40px Arial, Helvetica, sans-serif;
  text-transform: none;
}
.mfp-wrap.squarefolio .mfp-iframe-holder .mfp-close {
  top: 0;
}
.mfp-wrap.squarefolio.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-wrap.squarefolio.mfp-ready .mfp-arrow {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mfp-wrap.squarefolio.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.mfp-wrap.squarefolio.mfp-removing .mfp-arrow-left {
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}
.mfp-wrap.squarefolio.mfp-removing .mfp-arrow-right {
  -webkit-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}
.stats-pic{
  display: flex;
}

.wg1{
  grid-column: span 1;
}
.wg2{
  grid-column: span 2;
}
.hg1{
  grid-row: span 1;
}
.hg2{
  grid-row: span 2;
}

div.galeria {
  width: 91%;
  height: 178vh;
  position: relative;
  top: 542px;
  left: 45%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 45vh;
}

div.single-galeria{
  margin: 3px;
  position: relative;
  cursor: pointer;
}

div.img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

div.img img{
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

div.overflow{
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(transparent, #700704);
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

div.conteudo{
  position: absolute;
  color: white;
  border-left: 3px solid #700704;
  padding: 0 10px;
  bottom: 10px;
  left: 10px;
  transition: all 0.5s ease-in-out;
}

div.conteudo h1{
  font-size: 18px;
  color: white;
}

div.conteudo p{
  font-size: 10px;
  text-transform: uppercase;
}


div.single-galeria:hover div.overflow{
  opacity: 1;
}
div.single-galeria:hover div.conteudo{
  bottom: 20px;
}

@media (max-width: 1920px) {
  .row {
      margin-left: -25px;
  }
  .row > .col {
      border-left-width: 25px;
  }
  .wrapper {
      overflow: hidden;
  }
  .container {
      width: auto;
      margin-left: 40px;
      margin-right: 40px;
  }
  .main-header .btn-nav {
      display: block;
  }
  .nav-main {
      position: absolute;
      left: 100%;
      top: 80px;
  }
  .nav-main ul {
      position: relative;
      display: block;
  }
  .nav-main ul .nav-main-item {
      position: static;
      float: none;
      width: 320px;
  }
  .nav-main ul .nav-main-item .nav-main-link {
      position: relative;
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #fff;
      line-height: 1.2;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .nav-main ul .nav-main-item .nav-main-link:before {
      display: none;
  }
  .nav-main ul .nav-main-item:hover .nav-main-link {
      background: #000;
      color: #ffffff;
  }
  .nav-main ul .nav-main-item:hover ul {
      transition-delay: 0s;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  .nav-main ul .nav-main-item ul {
      top: 0;
      visibility: visible;
      opacity: 1;
      width: 100%;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      box-shadow: none;
      font-size: 1em;
  }
  .nav-main ul .nav-main-item ul li {
      position: static;
  }
  .nav-main ul .nav-main-item ul li a {
      background: #000;
      color: #ffffff;
  }
  .nav-main ul .nav-main-item ul li.nav-main-item-back {
      display: block;
  }
  .nav-main ul .nav-main-item .btn-search {
      text-align: center;
  }
  .nav-main ul .nav-main-item.active .nav-main-link {
      background: #961309;
  }
  .nav-main ul .nav-main-item.active .nav-main-link:hover {
      color: #000;
  }
  .nav-main ul .nav-main-item.nav-main-item-alt {
      margin: 0;
  }
  .nav-main ul .nav-main-item.nav-main-item-alt:before {
      display: none;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(2) > a {
      transition-delay: 0.1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(3) > a {
      transition-delay: 0.2s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(4) > a {
      transition-delay: 0.3s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(5) > a {
      transition-delay: 0.4s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(6) > a {
      transition-delay: 0.5s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(7) > a {
      transition-delay: 0.6s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(8) > a {
      transition-delay: 0.7s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(9) > a {
      transition-delay: 0.8s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(10) > a {
      transition-delay: 0.9s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(11) > a {
      transition-delay: 1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(12) > a {
      transition-delay: 1.1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(13) > a {
      transition-delay: 1.2s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(14) > a {
      transition-delay: 1.3s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(15) > a {
      transition-delay: 1.4s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(16) > a {
      transition-delay: 1.5s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(17) > a {
      transition-delay: 1.6s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(18) > a {
      transition-delay: 1.7s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(19) > a {
      transition-delay: 1.8s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(20) > a {
      transition-delay: 1.9s;
  }
  .nav-main-active .nav-main ul.active > li > a {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  .filter ul .active {
      color: #000;
  }
  .filter ul .active span {
      background: #961309;
  }
  .form-search .btn-close {
      right: -25px;
  }
  .owl-squarefolio {
      padding-top: 60px;
  }
  .owl-squarefolio .owl-prev {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .owl-squarefolio .owl-next {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .owl-squarefolio:hover .owl-prev {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  .owl-squarefolio:hover .owl-next {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  .owl-squarefolio.owl-separated {
      margin-left: -15px;
      margin-right: -15px;
  }
  .owl-squarefolio.owl-separated .owl-item {
      padding: 0 15px;
  }
  .owl-squarefolio.owl-separated .owl-prev {
      left: 15px;
  }
  .owl-squarefolio.owl-separated .owl-next {
      right: 15px;
  }
  .owl-squarefolio.clients {
      padding-top: 0;
  }
  .slideshow {
      padding-top: 0;
  }
  .slideshow .slideshow-main-item {
      height: calc(20vh);
  }
  .slideshow-main {
      padding-top: 0;
  }
  .slideshow-main .slideshow-main-item {
      height: calc(20vh);
  }
  .thumbs {
      margin-left: -5px;
      margin-right: -5px;
  }
  .thumbs .thumbs-item {
      margin-bottom: 10px;
      padding: 0 5px;
  }
  .thumbs .thumbs-item a {
      padding-bottom: 100%;
  }
  .thumbs .thumbs-item-l a {
      padding-bottom: 45%;
  }
  .schedule th {
      display: block;
      width: 100%;
  }
  .schedule td {
      display: block;
      width: 100%;
  }
  .schedule td:before {
      content: attr(data-th) ": ";
  }
  .schedule thead {
      display: none;
  }
  .text-right{
    display: initial;
    text-align: right;
    padding-left: 1227px;
  }
}

@media (max-width: 1500px){
  .text-right {
    display: initial;
    text-align: right;
    padding-left: 814px;
}
.banners-1 img {
  width: 1503px;
}
.banners-2 img {
  width: 1185px;
}
.banners-3 img {
  width: 1374px;
}
.productsBox .Titulo {
  color: #000;
  font-size: 60px;
  margin-top: 40px;
  padding: 0;
  padding-left: 512px;
}
}

@media screen and (max-width: 1366px) {
  .banners-1 img {
    width: 1349px;
}

.banners-3 img {
  width: 1345px;
}

.containerFooter {
  max-width: 1292px;
  margin: 0;
}

.footer {
  background-color: #961309;
  padding: 34px 48px;
  margin-top: 10px;
}

.productsBox .Titulo {
  color: #000;
  font-size: 60px;
  margin-top: 40px;
  padding: 0;
  padding-left: 453px;
}


element.style {
  height: 562px;
  width: 900px;
}
.tabela-telhas {
  padding-bottom: 0px;
  margin-bottom: -89px;
}

.tabela-chapabuzio {
  margin-bottom: -139px;
}

.tabela-acessorios {
  margin-bottom: -141px;
}
}

@media (max-width: 1279px) {
  .row {
      margin-left: -25px;
  }
  .row > .col {
      border-left-width: 25px;
  }
  .wrapper {
      overflow: hidden;
  }
  .container {
      width: auto;
      margin-left: 40px;
      margin-right: 40px;
  }
  .main-header .btn-nav {
      display: block;
  }
  .nav-main {
      position: absolute;
      left: 100%;
      top: 80px;
  }
  .nav-main ul {
      position: relative;
      display: block;
  }
  .nav-main ul .nav-main-item {
      position: static;
      float: none;
      width: 320px;
  }
  .nav-main ul .nav-main-item .nav-main-link {
      position: relative;
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #fff;
      line-height: 1.2;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .nav-main ul .nav-main-item .nav-main-link:before {
      display: none;
  }
  .nav-main ul .nav-main-item:hover .nav-main-link {
      background: #000;
      color: #ffffff;
  }
  .nav-main ul .nav-main-item:hover ul {
      transition-delay: 0s;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  .nav-main ul .nav-main-item ul {
      top: 0;
      visibility: visible;
      opacity: 1;
      width: 100%;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      box-shadow: none;
      font-size: 1em;
  }
  .nav-main ul .nav-main-item ul li {
      position: static;
  }
  .nav-main ul .nav-main-item ul li a {
      background: #000;
      color: #ffffff;
  }
  .nav-main ul .nav-main-item ul li.nav-main-item-back {
      display: block;
  }
  .nav-main ul .nav-main-item .btn-search {
      text-align: center;
  }
  .nav-main ul .nav-main-item.active .nav-main-link {
      background: #961309;
  }
  .nav-main ul .nav-main-item.active .nav-main-link:hover {
      color: #000;
  }
  .nav-main ul .nav-main-item.nav-main-item-alt {
      margin: 0;
  }
  .nav-main ul .nav-main-item.nav-main-item-alt:before {
      display: none;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(2) > a {
      transition-delay: 0.1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(3) > a {
      transition-delay: 0.2s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(4) > a {
      transition-delay: 0.3s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(5) > a {
      transition-delay: 0.4s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(6) > a {
      transition-delay: 0.5s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(7) > a {
      transition-delay: 0.6s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(8) > a {
      transition-delay: 0.7s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(9) > a {
      transition-delay: 0.8s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(10) > a {
      transition-delay: 0.9s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(11) > a {
      transition-delay: 1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(12) > a {
      transition-delay: 1.1s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(13) > a {
      transition-delay: 1.2s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(14) > a {
      transition-delay: 1.3s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(15) > a {
      transition-delay: 1.4s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(16) > a {
      transition-delay: 1.5s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(17) > a {
      transition-delay: 1.6s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(18) > a {
      transition-delay: 1.7s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(19) > a {
      transition-delay: 1.8s;
  }
  .nav-main-active .nav-main ul.active > li:nth-child(20) > a {
      transition-delay: 1.9s;
  }
  .nav-main-active .nav-main ul.active > li > a {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  .filter ul .active {
      color: #000;
  }
  .filter ul .active span {
      background: #961309;
  }
  .form-search .btn-close {
      right: -25px;
  }
  .owl-squarefolio {
      padding-top: 60px;
  }
  .owl-squarefolio .owl-prev {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .owl-squarefolio .owl-next {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
  .owl-squarefolio:hover .owl-prev {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  .owl-squarefolio:hover .owl-next {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
  }
  .owl-squarefolio.owl-separated {
      margin-left: -15px;
      margin-right: -15px;
  }
  .owl-squarefolio.owl-separated .owl-item {
      padding: 0 15px;
  }
  .owl-squarefolio.owl-separated .owl-prev {
      left: 15px;
  }
  .owl-squarefolio.owl-separated .owl-next {
      right: 15px;
  }
  .owl-squarefolio.clients {
      padding-top: 0;
  }
  .slideshow {
      padding-top: 0;
  }
  .slideshow .slideshow-main-item {
      height: calc(20vh);
  }
  .slideshow-main {
      padding-top: 0;
  }
  .slideshow-main .slideshow-main-item {
      height: calc(20vh);
  }
  .thumbs {
      margin-left: -5px;
      margin-right: -5px;
  }
  .thumbs .thumbs-item {
      margin-bottom: 10px;
      padding: 0 5px;
  }
  .thumbs .thumbs-item a {
      padding-bottom: 100%;
  }
  .thumbs .thumbs-item-l a {
      padding-bottom: 45%;
  }
  .schedule th {
      display: block;
      width: 100%;
  }
  .schedule td {
      display: block;
      width: 100%;
  }
  .schedule td:before {
      content: attr(data-th) ": ";
  }
  .schedule thead {
      display: none;
  }
}
@media (max-width: 767px) {
  h1 {
      font-size: 2.5em;
  }
  h2 {
      font-size: 1.78571429em;
  }
  hr {
      margin: 40px 0;
  }
  .header-fixed .wrapper {
      padding-top: 60px;
  }
  .container {
      margin-left: 20px;
      margin-right: 20px;
      padding: 40px 0;
  }
  .row {
      margin-left: 0;
  }
  .row > .col {
    margin-left: 0;
    position: relative;
    left: -17px;
    width: 368px;
}
  .offset-top {
      margin-bottom: 40px;
  }
  .offset-bottom {
      margin-bottom: 40px;
  }
  .offset-top-inner {
      padding-bottom: 40px;
  }
  .offset-bottom-inner {
      padding-bottom: 40px;
  }
  .main-aside .widget {
      margin: 0 0 40px;
  }
  .main-footer {
      text-align: center;
  }
  .main-footer .col:last-child {
      text-align: center;
  }
  .main-footer p {
      margin-bottom: 15px;
  }
  .nav-main {
      top: 60px;
  }
  .pagination {
      margin-bottom: 80px;
  }
  .nav-pages {
      text-align: center;
  }
  .nav-pages a {
      display: inline-block;
      float: none;
      margin: 0 15px 15px;
  }
  .nav-pages a:last-child {
      float: none;
  }
  .btn-nav {
      width: 60px;
      height: 60px;
  }
  .form-search .btn-close {
      right: -15px;
  }
  .form-search.active {
      top: 60px;
  }
  .heading.page-heading {
    margin-bottom: 48px;
    position: relative;
    left: -169px;
  }
  .owl-squarefolio .owl-pagination {
      bottom: 10px;
  }
  .owl-squarefolio.owl-separated {
      margin-left: 0;
      margin-right: 0;
  }
  .owl-squarefolio.owl-separated .owl-item {
      padding: 0;
  }
  .owl-squarefolio.owl-separated .owl-prev {
      left: 0;
  }
  .owl-squarefolio.owl-separated .owl-next {
      right: 0;
  }
  .slideshow-main .slideshow-main-item {
      height: calc(40vh);
  }
  .slideshow-main .slideshow-main-item p {
      margin-bottom: 40px;
      font-size: 1.14285714em;
  }
  .slideshow-main .slideshow-main-item .btn {
      margin: 0 10px 10px 0;
  }
  .logo {
      height: 60px;
      font-size: 1.14285714em;
      line-height: 60px;
      text-align: center;
  }
  .logo img {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
  }
  .post {
      margin-bottom: 40px;
  }
  .post .entry-header {
      padding-top: 104px;
      padding-left: 20px;
  }
  .post .entry-header .icon-b {
      width: 100%;
  }
  .post .entry-media iframe {
      height: 200px;
  }
  .thumbs .thumbs-item {
      width: 50%;
  }
  .thumbs .thumbs-sizer {
      width: 50%;
  }
  .thumbs .thumbs-item-l {
      width: 100%;
  }
  .stat {
      margin: 0 0 30px;
  }
  .pricing .pricing-item {
      margin: 0 0 30px;
  }
  .call-to-action .col {
      margin: 0 0 30px;
  }
  .call-to-action .col:last-child {
      margin: 0;
  }
}
#bloco-produtos {
  background-color: #f3f3f3;
}
#bloco-produtos .container {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #bloco-produtos .container {
      padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #bloco-produtos .container {
      padding: 60px 0;
  }
}
#bloco-produtos .features .features-item img {
  margin-bottom: 15px;
}
#bloco-produtos .features .features-item h3 {
  margin-bottom: 15px;
}
#bloco-produtos .features .features-item p {
  color: #5f5f5f;
  font-size: 14px;
  font: 400 14px Montserrat, sans-serif;
  margin-bottom: 10px;
  min-height: 65px;
}
#bloco-produtos .features .features-item a.readmore {
  border: 2px solid;
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 14px Montserrat, sans-serif;
  position: relative;
}
#bloco-produtos .features .features-item a.readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #961309;
  z-index: 10;
}
#bloco-servicos .container {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #bloco-servicos .container .span_4 {
      width: 100%;
  }
}
@media screen and (max-width: 764px){

  .wg1{
      grid-column: span 2;
  }
  .hg1{
      grid-row: span 2;
  }
  
  div.galeria{
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: calc(45vh / 2);  
  }

  div.conteudo h1{
      font-size: 14px;
  }

}

@media (min-width: 992px) {
  #bloco-servicos .container .span_4 {
      width: 33.3%;
  }
}
#bloco-servicos .features-item .icon-b i {
  display: block;
  font-size: 56px;
  color: #961309;
  padding-top: 12px;
}
#bloco-servicos .features-item .icon-b i.icon-atendimento {
  font-size: 39px;
}
#bloco-servicos .features-item .icon-b i.icon-medida {
  font-size: 36px;
}
.text-center {
  text-align: center !important;
}
.main-footer-top {
  background-color: #961309;
  width: 100%;
}
.main-footer-bottom {
  background-color: #700704;
  width: 100%;
}
.main-footer-bottom .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .main-footer-top .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .main-footer-top .col > div {
  float: left;
  line-height: 19px;
  font-size: 13px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  footer .main-footer-top .col > div {
      width: 100%;
      text-align: left !important;
  }
}
@media (min-width: 768px) {
  footer .main-footer-top .col > div {
      padding-right: 10px;
      font-size: 12px;
      padding-top: 0;
  }
}
@media (min-width: 992px) {
  footer .main-footer-top .col > div {
      padding-right: 10px;
      padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  footer .main-footer-top .col > div {
      padding-right: 50px;
      font-size: 13px;
      padding-top: 10px;
  }
}
footer .main-footer-top .col > div:last-child {
  padding-right: 0;
}
footer .main-footer-top .col > div .fa {
  color: #ffffff;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
  padding-top: 5px;
}
footer .main-footer-top .col.span_10 {
  width: 85%;
}
@media (max-width: 767px) {
  footer .main-footer-top .col.span_10 {
      width: 100%;
  }
}
footer .main-footer-top .col.span_10 .endereco {
  padding-top: 0;
}
@media (min-width: 1200px) {
  footer .main-footer-top .col.span_10 .endereco {
      white-space: nowrap;
  }
}
footer .main-footer-top .col.span_2 {
  width: 15%;
  padding-top: 12px;
}
@media (max-width: 767px) {
  footer .main-footer-top .col.span_2 {
      width: 100%;
      float: left;
      margin-top: 10px;
  }
}
@media  screen and (max-width:730px) {
  nav .mobile-menu-icon button {
    color: #961309;
    font-size: 62px;
    cursor: pointer;
    display: block;
    writing-mode: horizontal-tb !important;
  }
  .nav-bar {
    padding: 0.5rem;
    position: relative;
    top: -19px;
    left: -9px;
}
  .nav-bar .logo img{
    width: 250px;
    top: -20px;
  }
.nav-item {
    display: none;
}
.login-button {
    display: none;
}
.mobile-menu-icon {
    display: block;
}
.mobile-menu-icon button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.mobile-menu ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
}
.mobile-menu .nav-item {
    display: block;
    padding-top: 1.2rem;
}

.mobile-menu .nav-item a{
  color: #700704;
}
.open {
    display: block;
}

}

@media (max-width: 460px){
  nav {
    display: flex;
    height: 70px;
    width: 100%;
    background: rgb(255, 255, 255);
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    left: -69px;
}

nav .menu-btn i {
  color: #961309;
  font-size: 62px;
  cursor: pointer;
  position: relative;
  right: -99px;
  writing-mode: horizontal-tb !important;
}
  .stats-pic{
    display: none;
  }
  .productsBox .Titulo {
    color: #000;
    font-size: 60px;
    margin-top: 40px;
    padding: 0;
    padding-left: 60px;
}
.text-right {
  display: none;
}
.banners-1 img {
  width: 397px;
}
.banners-2 img {
  width: 386px;
}
.banners-3 img {
  width: 416px;
}

.honeycomb-cell {
  -webkit-box-flex: 0;
  flex: 0 1 250px;
  max-width: 164px;
  height: 75.5px;
  margin: 65.4px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
}
.honeycomb-cell_title {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 350ms;
}
h2 {
  color: #000;
  margin: -48px 68px 3px;
  font: bold 3.5em/2 Montserrat;
}
.footer-col {
  width: 88%;
  padding: 15 16px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -98px;
  margin-left: -15px;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}

.container-productos {
  width: 70px;
  margin: auto;
  padding: 60px 0;
}

div.galeria {
  width: 605%;
  height: 178vh;
  margin-top: 76px;
  position: relative;
  top: 760px;
  left: 49%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 27vh;
  justify-items: stretch;
}

nav .menu-btn i {
  color: #961309;
  font-size: 62px;
  cursor: pointer;
  position: relative;
  right: -99px;
  writing-mode: horizontal-tb !important;
}

.contactBar {
  padding: 0 0 10px;
  align-items: center;
  background-color: #961309;
  width: 103%;
  height: 28px;
}

.contactBar .social {
  padding-left: 102px;
  font-size: 20px;
}

.contactBar .social a {
  width: 25px;
  height: 40px;
  padding: 2px;
  margin: 44px 25px;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 10px;
}

.banners-1 img {
  width: 445px;
}

.banners-2 img {
  width: 447px;
}

.banners-3 img {
  width: 432px;
}

.stats-pic img{
  width: 500px;
  display: none;
}

.productsBox .Titulo {
  color: #000;
  font-size: 42px;
  margin-top: 40px;
  padding: 0;
  padding-left: 37px;
}

.honeycomb-cell {
  -webkit-box-flex: 0;
  flex: 0 0 167px;
  max-width: 233px;
  height: 85.5px;
  margin: 70.4px 15.5px 21px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
}

.honeycomb-cell_title {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  transition: opacity 350ms;
}

.footer {
  background-color: #961309;
  padding: 29px 109px;
  margin-top: 10px;
  width: 103%;
}

.containerFooter {
  max-width: 162px;
  margin: 0;
}

.row {
  align-content: space-between;
  justify-content: center;
  align-items: center;
  justify-items: start;
}

.footer-col {
  width: 113%;
  padding: 15 16px;
}

.slideshow {
  padding-top: 0;
  position: relative;
  left: -67px;
}
}
@media screen and (max-width: 460px) {
  .tabela-tubo {
    max-width: 428px;
    margin-left: -99px;
    max-height: 984px;
  }

  .tuboimg{
    max-width: 348px;
  }

  .perfilimg{
    max-width: 348px;
  }

  .tabela-perfil {
    max-width: 430px;
    margin-left: -99px;
    max-height: 330px;
  }

  .tabela-telhas {
    margin-bottom: -103px;
    max-width: 405px;
    margin-left: -88px;
    max-height: 153px;
  }

  .chapa-detalhes {
    max-width: 430px;
    margin-left: -97px;
    max-height: 392px;
  }

  .trefilados-tabela {
    max-width: 403px;
    margin-left: -94px;
    max-height: 668px;
  }

  .tabela-chapabuzio {
    margin-bottom: -111px;
    max-width: 409px;
    max-height: 66px;
    margin-left: -92px;
  }

  .vigas-tabela {
    max-width: 415px;
    max-height: 387px;
    margin-left: -93px;
  }

  .tabela-acessorios {
    margin-bottom: -48px;
    margin-left: -93px;
    max-width: 390px;
  }

  .tintas-tabela {
    max-width: 431px;
    max-height: 583px;
    margin-left: -99px;
  }
}

@media (max-width: 375px){
  nav{
    display: flex;
  }
  .stats-pic{
    display: none;
  }
  .productsBox .Titulo {
    color: #000;
    font-size: 60px;
    margin-top: 40px;
    padding: 0;
    padding-left: 60px;
}
.text-right {
  display: none;
}
.banners-1 img {
  width: 369px;
}
.banners-2 img {
  width: 371px;
  margin-right: -14px;
}
.banners-3 img {
  width: 372px;
}

.footer {
  background-color: #961309;
  padding: 13px 21px;
  margin-top: 10px;
  width: 103%;
}

.containerFooter {
  max-width: 264px;
  margin: 0;
}

.honeycomb-cell {
  -webkit-box-flex: 0;
  flex: 0 0 123px;
  max-width: 161px;
  height: 61.5px;
  margin: 56.400000000000006px 6.5px 25px;
  position: relative;
  padding: -0.5em;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
  margin-right: 38px;
}
.honeycomb-cell_title {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 350ms;
}
.productsBox .Titulo {
  color: #000;
  font-size: 43px;
  margin-top: 40px;
  padding: 0;
  padding-left: 60px;
}
.All-products-button {
  padding: 3px 1px;
  margin-top: 169px;
  max-width: 253px;
  background: #961309;
  font: 700 1.7em lato;
}
h2 {
  color: #000;
  margin: -48px 68px 3px;
  font: bold 1.5em/2 Montserrat;
}
.has-text-align-center {
  text-align: center;
  font-size: 0.6rem;
}
.whatsapp-link {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 106px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.footer-col {
  width: 88%;
  padding: 15 16px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -98px;
  margin-left: -15px;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}

.whatsapp-link {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 14px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.contactBar .social {
  padding-left: 71px;
  font-size: 20px;
}
}

@media screen and (max-width: 360px) {
  .contactBar .social {
    padding-left: 65px;
    font-size: 20px;
  }

  .banners-1 img {
    width: 353px;
  }

  .banners-2 img {
    width: 350px;
    margin-right: -2px;
  }

  .banners-3 img {
    width: 351px;
  }

  .productsBox {
    padding-left: 0px;
    align-items: center;
    margin-bottom: 160px;
    position: relative;
    right: -25px;
  }

  .footer {
    background-color: #961309;
    padding: 27px 27px;
    margin-top: 10px;
    width: 107%;
  }

  .containerFooter {
    max-width: 209px;
    margin: 0;
  }

  .whatsapp-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 27px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
  }

}

#mapa {
  width: 100%;
  height: 400px;
}

#mapa-google {
width: 100%;
height: 400px;
}

