.color-main {
  color: #e94d1f;
}

.color-base {
  color: #6d6e71;
}

.rm_bg {
  background-color: #f4f4f4;
}

.rm_bg-two {
  background-color: #e6e7e8;
}

.rm_bg-black {
  background-color: #323235;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #e94d1f;
}

p {
  font-size: 1rem;
}

@media (min-width: 576px) {
  p {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  p {
    font-size: 1.3rem;
  }
}

a {
  cursor: pointer;
}

body {
  position: relative;
  background: #dfdcd4;
}

::-webkit-input-placeholder {
  color: #ababad;
}

:-ms-input-placeholder {
  color: #ababad;
}

::-ms-input-placeholder {
  color: #ababad;
}

::placeholder {
  color: #ababad;
}

::-moz-placeholder {
  color: #ababad;
}

:-moz-placeholder {
  color: #ababad;
}

.bt {
  color: #e94d1f;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  width: intrinsic;
  width: -webkit-max-content;
  width: -moz-fit-content;
  width: -o-max-content;
  width: max-content;
}

@media (min-width: 576px) {
  .bt {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .bt {
    font-size: 1.2rem;
  }
}

.bt::after {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #e94d1f;
  display: block;
  margin-top: 5px;
}

h1.title {
  color: #e94d1f;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  h1.title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  h1.title {
    font-size: 4rem;
  }
}

.bt-sub {
  position: relative;
}

.bt-sub input {
  opacity: 0;
}

.bt-sub input.wpcf7-submit {
  height: 1px !important;
  width: 1px !important;
  padding: 0px !important;
}

.bt-sub label {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #6d6e71;
  border-radius: 100%;
  cursor: pointer;
  transition: background 0.3s;
}

.bt-sub label svg {
  width: 12px;
  height: auto;
  margin: 10px 0 0 15px;
}

.bt-sub label:hover {
  background-color: #e94d1f;
}

.bt-sub span.wpcf7-spinner {
  display: block;
}

.wpcf7-form {
  margin-top: 30px;
}

.wpcf7-form div {
  margin: 20px 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
  padding: 15px;
  height: 55px;
  border: 1px solid;
  border-color: #e2e3e4;
  background: transparent;
  display: block;
}

.wpcf7-form textarea {
  height: 120px;
}

.wpcf7-form .wpcf7-list-item input {
  height: auto;
  display: inline-block;
}

.wpcf7-form .tx {
  display: inline-table;
  width: 87%;
  color: #6d6e71;
}

.wpcf7-form .tx a {
  color: #6d6e71;
  text-decoration: underline;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e6e7e8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e94d1f;
}

#header {
  padding: 15px 0 30px 0;
  height: 110px;
  z-index: 999;
  position: relative;
}

#header .logo {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#header .logo .img-white {
  display: none;
  width: 115px;
  height: auto;
}

#header .logo .img {
  width: 115px;
  height: auto;
}

#header .logo .toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 9999;
  display: block;
}

#header .logo .toggle .one,
#header .logo .toggle .two,
#header .logo .toggle .three {
  width: 100%;
  height: 2px;
  background: #6d6e71;
  margin: 6px 0;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header .logo .toggle .three {
  width: 80%;
}

#header .logo .toggle.on .one {
  -moz-transform: rotate(45deg) translate(2px, 4px);
  -ms-transform: rotate(45deg) translate(2px, 4px);
  -webkit-transform: rotate(45deg) translate(2px, 4px);
  transform: rotate(45deg) translate(2px, 4px);
}

#header .logo .toggle.on .two {
  opacity: 0;
}

#header .logo .toggle.on .three {
  -moz-transform: rotate(-45deg) translate(7px, -9px);
  -ms-transform: rotate(-45deg) translate(7px, -9px);
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
  transform: rotate(-45deg) translate(7px, -9px);
  width: 100%;
}

@media (min-width: 1200px) {
  #header .logo {
    width: 120px;
    display: block;
    margin-bottom: 0;
  }
  #header .logo .toggle {
    display: none;
  }
}

#header .rm-col {
  width: 100%;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  transform: translate(0, -30%);
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 1px;
}

@media (min-width: 1200px) {
  #header .rm-col {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}

#header .rm-col .row {
  display: block;
}

#header .rm-col.end {
  justify-content: flex-start;
}

#header .order-1 {
  -webkit-order: 2;
  order: 2;
}

#header .order-2 {
  -webkit-order: 1;
  order: 1;
}

#header .order-3 {
  -webkit-order: 3;
  order: 3;
}

@media (min-width: 576px) {
  #header {
    padding: 30px 30px;
  }
}

@media (min-width: 1200px) {
  #header {
    padding: 30px 0;
  }
  #header .toggle {
    display: none;
  }
  #header .rm-col {
    width: calc(50% - 60px);
  }
  #header .rm-col .row {
    display: flex;
  }
  #header .rm-col.end {
    display: flex;
    justify-content: flex-end;
  }
  #header .order-1 {
    -webkit-order: 1;
    order: 1;
  }
  #header .order-2 {
    -webkit-order: 2;
    order: 2;
  }
}

#header.ex_top .logo {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header.ex_top .logo .img {
  display: none;
  width: 115px;
  height: auto;
}

#header.ex_top .logo .img-white {
  display: block;
  width: 115px;
  height: auto;
}

#header.ex_top .logo .toggle .one,
#header.ex_top .logo .toggle .two,
#header.ex_top .logo .toggle .three {
  background: #fff;
}

@media (min-width: 576px) {
  #header.ex_top .logo .img {
    display: none;
  }
  #header.ex_top .logo .img-white {
    display: block;
  }
}

@media (min-width: 1200px) {
  #header.ex_top .logo {
    width: 120px;
    height: 70px;
    display: block;
  }
}

#header.active {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #ededed;
  color: #6d6e71;
  z-index: 9999;
}

#header.active .rm-col {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-duration: 0.3s;
  visibility: visible;
  opacity: 1;
  height: 100%;
}

#header.ex_top.active {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #ededed;
  color: #6d6e71;
}

#header.ex_top.active .logo .img {
  display: block;
}

#header.ex_top.active .logo .img-white {
  display: none;
}

#header.ex_top.active .logo .toggle .one,
#header.ex_top.active .logo .toggle .two,
#header.ex_top.active .logo .toggle .three {
  background: #6d6e71;
}

#header.ex_top.active ul li a {
  color: #6d6e71;
}

@media (min-width: 1200px) {
  #header .container {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1650px) {
  #header .container {
    width: 1650px;
    margin-left: auto;
    margin-right: auto;
  }
}

#header .container ul {
  margin-bottom: 0;
}

#header .container ul li {
  position: relative;
  cursor: pointer;
}

#header .container ul li a {
  color: #6d6e71;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
}

#header .container ul li a::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #6d6e71;
  display: block;
  margin-top: 5px;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 1200px) {
  #header .container ul li a {
    display: inline-block;
  }
}

#header .container ul li:hover > a::after {
  content: "";
  width: 60%;
  visibility: visible;
  opacity: 0.9;
}

#header .container ul li .sub-menu {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  transform: translate(0, -30%);
  height: 1px;
  z-index: 9999;
}

#header .container ul li .sub-menu li {
  height: 35px;
  background: transparent;
}

#header .container ul li .sub-menu li a {
  font-weight: 400;
  display: block;
  width: intrinsic;
  width: -webkit-max-content;
  width: -moz-fit-content;
  width: -o-max-content;
  width: max-content;
}

@media (min-width: 1200px) {
  #header .container ul li .sub-menu {
    position: absolute;
    top: 39px;
    left: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 60px;
  }
  #header .container ul li .sub-menu li {
    height: 35px;
    background: #fff;
  }
}

#header .container ul li:hover > .sub-menu,
#header .container ul li > .sub-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100%;
}

#header.ex_top {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

#header.ex_top ul {
  margin-bottom: 0;
}

#header.ex_top ul li {
  position: relative;
}

#header.ex_top ul li a {
  color: #fff;
  font-weight: 700;
}

#header.ex_top ul li a::after {
  background-color: #6d6e71;
}

@media (min-width: 1200px) {
  #header.ex_top ul li a::after {
    background-color: #fff;
  }
}

#header.ex_top ul li .sub-menu li {
  background: transparent;
}

#header.ex_top ul li .sub-menu li a::after {
  content: "";
  background-color: #fff;
}

#header.ex_top ul li:hover > a::after {
  content: "";
  width: 60%;
  visibility: visible;
  opacity: 0.9;
}

.banner-home {
  position: relative;
  height: 100%;
}

.banner-home .owl-item.active .img-banner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.7s ease-out;
}

.banner-home .owl-item.active .img-banner.active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-home .item {
  height: 400px;
}

@media (min-width: 768px) {
  .banner-home .item {
    height: 980px;
  }
}

.banner-home .item .cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-home .item .cont h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .banner-home .item .cont h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .banner-home .item .cont h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 768px) {
  .banner-home .item .cont h1 {
    padding: 20px;
  }
}

.banner-home .item .cont a {
  width: 180px;
  height: 59px;
  background-image: url('../img/botao.png');
  background-size: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
  display: inline-block;
  transition: background 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .banner-home .item .cont a {
    padding: 13px 30px;
    font-size: 1.4rem;
  }
}

.banner-home #prev,
.banner-home #next {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  background: transparent;
  display: block;
  z-index: 9;
}

.banner-home #prev {
  left: 0;
}

.banner-home #next {
  right: 0;
}

.banner-home .owl-stage .owl-item .img-banner {
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.banner-home .owl-stage .owl-item.current-item .img-banner {
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

.banner-home .owl-stage .owl-item.current .img-banner {
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

.banner-home .owl-stage .owl-item.prev-item .img-banner {
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.banner-home .owl-stage .owl-item.next-item .img-banner {
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.banner-home .owl-theme .owl-dots {
  position: absolute;
  bottom: 45px;
  left: auto;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .banner-home .owl-theme .owl-dots {
    bottom: 50px;
    left: 25%;
    text-align: center;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .banner-home .owl-theme .owl-dots {
    bottom: 100px;
  }
}

.banner-home .owl-theme .owl-dots .owl-dot {
  margin-right: 10px;
}

.banner-home .owl-theme .owl-dots .owl-dot button {
  opacity: 0.45;
  color: #fff;
}

.banner-home .owl-theme .owl-dots .owl-dot button::after {
  content: "";
  border-bottom: 0;
  display: block;
  height: 0px;
  transition: all 0.6s;
}

.banner-home .owl-theme .owl-dots .owl-dot.active button {
  opacity: 0.9;
}

.banner-home .owl-theme .owl-dots .owl-dot.active button::after {
  content: "";
  border-bottom: 1px solid;
  border-color: #fff;
  display: block;
  height: 7px;
}

.banner-home .owl-theme .owl-nav {
  position: absolute;
  bottom: 10px;
  right: auto;
  width: 100%;
}

.banner-home .owl-theme .owl-nav span {
  display: inline-block;
  height: 14px;
  width: 45px;
  border-bottom: 1px solid;
  border-color: #fff;
  margin: 0 10px;
}

.banner-home .owl-theme .owl-nav .owl-prev,
.banner-home .owl-theme .owl-nav .owl-next {
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .banner-home .owl-theme .owl-nav {
    right: 25%;
    bottom: 50px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .banner-home .owl-theme .owl-nav {
    bottom: 100px;
  }
}

.block-1 {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .block-1 {
    padding: 90px 0;
  }
}

.block-1 .cat-1,
.block-1 .cat-3 {
  width: 5%;
  padding: 0;
}

.block-1 .cat-1 a.bt,
.block-1 .cat-3 a.bt {
  display: none;
}

@media (min-width: 768px) {
  .block-1 .cat-1,
  .block-1 .cat-3 {
    width: 25%;
    padding: 10px;
  }
  .block-1 .cat-1 a.bt,
  .block-1 .cat-3 a.bt {
    display: block;
  }
}

.block-1 .cat-2 {
  width: 90%;
  padding: 10px;
  display: block;
}

@media (min-width: 576px) {
  .block-1 .cat-2 {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .block-1 .cat-2 {
    width: 50%;
  }
}

.block-1 .adj-mobi {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .block-1 .adj-mobi {
    display: none;
  }
}

.block-1 ul {
  text-align: center;
  margin-bottom: 50px;
}

.block-1 ul li {
  display: inline-block;
}

.block-1 ul li a {
  color: #6d6e71;
  font-size: 1.4rem;
  font-weight: 500;
}

.block-1 ul li:not(:last-child) {
  margin-right: 20px;
}

.block-1 ul li:not(:first-child) {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .block-1 ul li:not(:last-child) {
    margin-right: 20px;
  }
  .block-1 ul li:not(:first-child) {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .block-1 ul li:not(:last-child) {
    margin-right: 40px;
  }
  .block-1 ul li:not(:first-child) {
    margin-left: 40px;
  }
}

.block-1 .desk {
  display: none;
}

@media (min-width: 768px) {
  .block-1 .desk {
    display: block;
  }
}

.block-1 .mobi {
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .block-1 .mobi {
    display: none;
  }
}

.block-1 .bg-1,
.block-1 .bg-2 {
  position: absolute;
  background-image: url("../img/textura-1.jpg");
  background-repeat: repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
}

@media (min-width: 576px) {
  .block-1 .bg-1,
  .block-1 .bg-2 {
    width: 365px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .block-1 .bg-1,
  .block-1 .bg-2 {
    height: 170px;
  }
}

.block-1 .bg-1 {
  top: -15px;
  left: 20%;
}

@media (min-width: 768px) {
  .block-1 .bg-1 {
    top: 55px;
  }
}

.block-1 .bg-2 {
  top: calc(50% - 70px);
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .block-1 .bg-2 {
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .block-1 .bg-2 {
    top: calc(50% - 100px);
    left: -20%;
    right: auto;
    height: 220px;
  }
}

.block-1 #img_prev {
  top: 37%;
  left: 0;
  position: relative;
  z-index: 2;
}

.block-1 #img_next {
  top: 30px;
  left: 0;
  position: relative;
  z-index: 2;
}

.block-1 .owl-carousel {
  z-index: 9;
}

.block-1 .bt {
  position: absolute;
  bottom: 0;
  left: auto;
}

.block-2 {
  padding-bottom: 120px;
  display: block;
  padding: 15px 15px 0 15px;
  margin-top: -20px;
}

@media (min-width: 576px) {
  .block-2 {
    padding: 25px 30px 0 30px;
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .block-2 {
    margin-top: 0;
    padding: 90px 0;
  }
}

.block-2 .img {
  height: 300px;
  width: 100%;
}

@media (min-width: 576px) {
  .block-2 .img {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .block-2 .img {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .block-2 .img {
    height: 480px;
  }
}

.block-2 .mar-ex {
  margin-top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .block-2 .mar-ex {
    margin-top: 150px;
  }
}

.block-2 .wrap {
  height: 100%;
}

.block-2 .wrap .wraper {
  padding: 30px;
  height: 330px;
}

@media (min-width: 576px) {
  .block-2 .wrap .wraper {
    padding: 40px;
    height: 400px;
  }
}

@media (min-width: 768px) {
  .block-2 .wrap .wraper {
    padding: 70px;
    height: 430px;
  }
}

@media (min-width: 992px) {
  .block-2 .wrap .wraper {
    padding: 70px 120px;
    height: 480px;
  }
}

.block-2 .wrap .wraper .link a:not(:last-child) {
  margin-right: 40px;
}

.block-2 .ex-1 {
  width: 50px;
  height: 50px;
  margin-left: calc(100% - 30px);
  margin-top: -30px;
}

@media (min-width: 768px) {
  .block-2 .ex-1 {
    margin-left: calc(100% - 50px);
    margin-top: 0;
    display: block;
  }
}

.block-2 .ex-1.ex-1-2 {
  display: none;
}

@media (min-width: 768px) {
  .block-2 .ex-1.ex-1-2 {
    display: block;
  }
}

.block-2 .ex-2 {
  width: 90px;
  height: 90px;
  background: transparent;
  border: 2px solid;
  border-color: #e6e7e8;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}

@media (min-width: 576px) {
  .block-2 .ex-2 {
    left: -25px;
    top: -25pxpx;
  }
}

@media (min-width: 768px) {
  .block-2 .ex-2 {
    position: relative;
    width: 112px;
    height: 97px;
    top: auto;
    left: auto;
  }
}

.block-2 .ex-2.ex-2-2 {
  position: absolute;
  bottom: auto;
  top: -115%;
  left: -15px;
  border-bottom: 2px solid;
  border-color: #e6e7e8;
  z-index: -1;
}

@media (min-width: 576px) {
  .block-2 .ex-2.ex-2-2 {
    top: -107.5%;
    left: -25px;
  }
}

@media (min-width: 768px) {
  .block-2 .ex-2.ex-2-2 {
    position: relative;
    border-bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

.block-2 .order-1 {
  -webkit-order: 2;
  order: 2;
}

.block-2 .order-2 {
  -webkit-order: 1;
  order: 1;
}

.block-2 .col-m6 {
  padding: 0;
}

.block-2 .m-mobi {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .block-2 .m-mobi {
    margin-top: 0;
  }
  .block-2 .col-m6 {
    padding: 10px 0;
  }
  .block-2 .order-1 {
    -webkit-order: 1;
    order: 1;
  }
  .block-2 .order-2 {
    -webkit-order: 2;
    order: 2;
  }
  .block-2 .ex-2 {
    border-left: 0;
  }
}

.about {
  background-color: #f4f4f4;
}

.about .adjust-left {
  color: #6d6e71;
  padding: 50px;
  position: relative;
}

@media (min-width: 768px) {
  .about .adjust-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .about .adjust-left {
    padding: 70px 70px 70px 70px;
  }
}

@media (min-width: 1440px) {
  .about .adjust-left {
    padding: 100px 100px 100px 0;
  }
}

.about .adjust-left::-webkit-scrollbar {
  display: none;
}

.about .adjust-left h1,
.about .adjust-left h2,
.about .adjust-left h3,
.about .adjust-left h4,
.about .adjust-left h5,
.about .adjust-left h6 {
  color: #6d6e71;
}

.about .adjust-left a {
  text-decoration: underline;
  color: #6d6e71;
}

.about .adjust-left a:hover {
  color: #e94d1f;
}

.about .adjust-right {
  background-image: url("../img/textura-2.jpg");
  background-repeat: repeat;
  background-size: auto;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  height: 100%;
}

.about .adjust-right .wrap {
  display: block;
}

@media (min-width: 576px) {
  .about .adjust-right .wrap {
    display: flex;
  }
}

@media (min-width: 768px) {
  .about .adjust-right .wrap {
    display: block;
    position: relative;
  }
}

.about .adjust-right .wrap .img {
  width: 100%;
  padding: 50px 50px 0 50px;
}

@media (min-width: 576px) {
  .about .adjust-right .wrap .img {
    width: 33.3333%;
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .about .adjust-right .wrap .img {
    width: 100%;
    padding: 70px 70px 0 70px;
  }
}

@media (min-width: 1200px) {
  .about .adjust-right .wrap .img {
    padding: 100px 100px 0 100px;
  }
}

@media (min-width: 1440px) {
  .about .adjust-right .wrap .img {
    padding: 100px 0 0 100px;
  }
}

.about .adjust-right .wrap .img:last-child {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .about .adjust-right .wrap .img:last-child {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .about .adjust-right .wrap .img:last-child {
    padding-bottom: 100px;
  }
}

.products .bg {
  background-color: #f4f4f4;
}

.products .adjust-left {
  background-color: #f4f4f4;
  color: #6d6e71;
  padding: 40px 15px;
  height: auto;
  width: 100%;
  overflow: auto;
}

@media (min-width: 576px) {
  .products .adjust-left {
    padding: 40px;
  }
}

@media (min-width: 900px) {
  .products .adjust-left {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .products .adjust-left {
    padding: 100px;
  }
}

@media (min-width: 1650px) {
  .products .adjust-left {
    padding: 100px 100px 100px 0;
  }
}

.products .adjust-left .tx p {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .products .adjust-left .tx p {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .products .adjust-left .tx p {
    font-size: 1.3rem;
  }
}

.products .adjust-left .tx h3 {
  color: #6d6e71;
}

.products .adjust-left .tx .info {
  width: 100%;
  margin: 20px 0;
}

.products .adjust-left .tx .info p {
  display: inline-block;
}

.products .adjust-left .tx .info img {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
}

.products .adjust-left .tx ul h3 {
  color: #6d6e71;
}

.products .adjust-left .tx ul li {
  padding: 10px 0;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .products .adjust-left .tx ul li {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .products .adjust-left .tx ul li {
    font-size: 1.3rem;
  }
}

.products .adjust-left .tx .butons {
  margin-top: 20px;
}

.products .adjust-left .tx .butons a.bt {
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .products .adjust-left .tx .butons a.bt {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .products .adjust-left .tx .butons a.bt {
    font-size: 1.6rem;
  }
}

.products .adjust-left .tx .butons a.bt:first-child {
  margin-right: 60px;
}

.products .adjust-right {
  background-image: url("../img/textura-2.jpg");
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 40px;
}

@media (min-width: 576px) {
  .products .adjust-right {
    padding: 100px;
  }
}

@media (min-width: 900px) {
  .products .adjust-right {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .products .adjust-right {
    padding: 100px;
  }
}

.products .adjust-right .img .item {
  height: 220px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .products .adjust-right .img .item {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .products .adjust-right .img .item {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .products .adjust-right .img .item {
    height: 480px;
  }
}

.products .adjust-right .img .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.products .adjust-right .img .owl-theme .owl-dots .owl-dot span,
.products .adjust-right .img .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid;
  border-color: #fff;
}

.products .adjust-right .img .owl-theme .owl-dots .owl-dot.active span,
.products .adjust-right .img .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.products .wrap {
  padding: 60px 0;
}

.products .wrap .title {
  text-align: center;
  margin-bottom: 60px;
}

.products .wrap .title h1 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  .products .wrap .title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .products .wrap .title h1 {
    font-size: 4rem;
  }
}

.products .wrap .col-grid {
  width: 100%;
}

@media (min-width: 576px) {
  .products .wrap .col-grid {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .products .wrap .col-grid {
    width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .products .wrap .col-grid {
    width: 25%;
  }
}

.products .wrap .col-grid .wraper {
  height: 300px;
  width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .products .wrap .col-grid .wraper {
    height: 230px;
    width: 100%;
  }
}

@media (min-width: 1650px) {
  .products .wrap .col-grid .wraper {
    height: 370px;
    width: 100%;
  }
}

.products .wrap .col-grid .wraper a {
  color: #fff;
}

.products .wrap .col-grid .wraper a .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  transition-duration: 0.37s;
  visibility: hidden;
  opacity: 0;
}

.products .wrap .col-grid .wraper a .content .tx {
  -webkit-transform: translate(0, 70%);
  -moz-transform: translate(0, 70%);
  -ms-transform: translate(0, 70%);
  transform: translate(0, 70%);
  transition-duration: 0.45s;
}

.products .wrap .col-grid .wraper a .content .tx h3 {
  font-size: 1.4rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .products .wrap .col-grid .wraper a .content .tx h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1650px) {
  .products .wrap .col-grid .wraper a .content .tx h3 {
    font-size: 2.4rem;
  }
}

.products .wrap .col-grid .wraper a .content .tx p.bt {
  margin-top: 10px;
  color: #fff;
}

.products .wrap .col-grid .wraper a:hover .content {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.37);
}

.products .wrap .col-grid .wraper a:hover .content .tx {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.contacts {
  height: 100%;
  z-index: -1;
  position: relative;
}

@media (min-width: 768px) {
  .contacts {
    height: 700px;
  }
}

@media (min-width: 1445px) {
  .contacts {
    height: 820px;
  }
}

.contacts h2 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  .contacts h2 {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .contacts h2 {
    font-size: 3rem;
  }
}

.contacts .adjust-left {
  background-color: #e6e7e8;
  padding: 15px;
  height: 100%;
}

@media (min-width: 576px) {
  .contacts .adjust-left {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .contacts .adjust-left {
    padding: 60px;
  }
}

@media (min-width: 1650px) {
  .contacts .adjust-left {
    padding: 100px 100px 100px 0;
  }
}

.contacts .adjust-left .rm_bg-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.contacts .adjust-left h2 {
  color: #6d6e71;
}

.contacts .adjust-left ul {
  margin-top: 30px;
}

.contacts .adjust-left ul li {
  margin: 15px 0;
  padding: 10px 15px;
  width: intrinsic;
  width: -webkit-max-content;
  width: -moz-fit-content;
  width: -o-max-content;
  width: max-content;
  display: block;
  cursor: pointer;
}

.contacts .adjust-left ul li a {
  color: #e94d1f;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .contacts .adjust-left ul li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .contacts .adjust-left ul li a {
    font-size: 2rem;
  }
}

.contacts .adjust-left ul li:hover {
  background: #e94d1f;
  color: #fff;
  border-radius: 7px;
}

.contacts .adjust-left ul li:hover a {
  color: #fff;
}

.contacts .adjust-left ul li.active {
  background: #e94d1f;
  color: #fff;
  border-radius: 7px;
}

.contacts .adjust-left ul li.contactsac_transparent {
  background: transparent;
}

.contacts .adjust-left ul li.active a {
  color: #fff;
}

.contacts .adjust-right {
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
  height: 630px;
}

@media (min-width: 576px) {
  .contacts .adjust-right {
    padding: 45px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .contacts .adjust-right {
    padding: 60px;
  }
}

@media (min-width: 1650px) {
  .contacts .adjust-right {
    padding: 100px 100px 100px 0;
  }
}

.contacts .adjust-right .rm_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
  z-index: -1;
}

.contacts .adjust-right .element {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.7s;
  overflow: auto;
  height: auto;
}

@media (min-width: 576px) {
  .contacts .adjust-right .element {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}

@media (min-width: 768px) {
  .contacts .adjust-right .element {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .contacts .adjust-right .element {
    top: 100px;
    left: 100px;
    right: 100px;
  }
}

.contacts .adjust-right .element::-webkit-scrollbar {
  display: none;
}

.contacts .adjust-right .element .wrap {
  padding: 15px 0 50px 0;
}

.contacts .adjust-right .element .wrap .accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

.contacts .adjust-right .element .wrap .accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.contacts .adjust-right .element .wrap .accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1.1rem;
  color: #6d6e71;
  cursor: pointer;
  text-transform: uppercase;
}

.contacts .adjust-right .element .wrap .accordion-list li h3:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #6d6e71;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .contacts .adjust-right .element .wrap .accordion-list li h3 {
    font-size: 1.5rem;
  }
}

.contacts .adjust-right .element .wrap .accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  cursor: pointer;
}

.contacts .adjust-right .element .wrap .accordion-list li div.answer p {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 0;
  cursor: pointer;
  margin: 0 0 5px 0;
  color: #58595b;
  width: 100%;
}

.contacts .adjust-right .element .wrap .accordion-list li.active h3:after {
  content: "-";
}

.contacts .adjust-right .element .wrap p {
  margin: 30px 0;
}

.contacts .adjust-right .element.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

#top_page.ex_top {
  position: relative;
  height: auto;
}

@media (min-width: 576px) {
  #top_page.ex_top {
    height: auto;
  }
}

@media (min-width: 1200px) {
  #top_page.ex_top {
    height: auto;
  }
}

@media (min-width: 1650px) {
  #top_page.ex_top {
    height: auto;
  }
}

#top_page.ex_top .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#top_page.ex_top .wrap .wraper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#top_page.ex_top .wrap .wraper .text {
  text-align: center;
}

#top_page.ex_top .wrap .wraper .text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  opacity: 0.8;
}

@media (min-width: 576px) {
  #top_page.ex_top .wrap .wraper .text h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  #top_page.ex_top .wrap .wraper .text h1 {
    font-size: 3rem;
  }
}

#top_page.ex_top .wrap .wraper .text span {
  color: #fff;
  font-size: 1rem;
  opacity: 0.65;
}

@media (min-width: 576px) {
  #top_page.ex_top .wrap .wraper .text span {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  #top_page.ex_top .wrap .wraper .text span {
    font-size: 1.3rem;
  }
}

#top_page.ex_top .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.form-pg {
  margin-bottom: 60px;
}

.form-pg .title {
  text-align: center;
}

.form-pg .title h1 {
  font-size: 2rem;
  display: block;
  margin: 0 auto 45px auto;
}

@media (min-width: 576px) {
  .form-pg .title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .form-pg .title h1 {
    font-size: 4rem;
  }
}

.form-pg .form {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .form-pg .form {
    width: 670px;
  }
}

.modulos {
  padding: 60px 0;
  text-align: center;
}

.modulos h1 {
  font-size: 2rem;
  display: block;
  margin: 0 auto 60px auto;
}

@media (min-width: 576px) {
  .modulos h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .modulos h1 {
    font-size: 4rem;
  }
}

.modulos .mod-item {
  position: relative;
  width: 100%;
  padding: 10px;
  z-index: 1;
}

@media (min-width: 576px) {
  .modulos .mod-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .modulos .mod-item {
    width: 33%;
  }
}

@media (min-width: 1650px) {
  .modulos .mod-item {
    width: 25%;
  }
}

.modulos .mod-item .gallery {
  width: 100%;
  position: relative;
  z-index: 1;
}

.modulos .mod-item .gallery .item {
  height: auto;
  max-height: 450px;
  overflow: hidden;
}

.modulos .mod-item .gallery .item img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.25s ease-out;
}

.modulos .mod-item .gallery .item:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.modulos .mod-item .gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
  position: relative;
}

.modulos .mod-item .gallery .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid;
  border-color: #777;
}

.modulos .mod-item .gallery .owl-theme .owl-dots .owl-dot.active span,
.modulos .mod-item .gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #777;
}

.modulos .mod-item .open-modal {
  position: absolute;
  top: 50%;
  right: -10px;
  background-color: #e94d1f;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modulos .mod-item .open-modal svg {
  width: 17px;
  height: 17px;
}

.modulos .mod-item .open-modal.hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.modulos .mod-item .content {
  transition: all 0.3s ease-out;
}

.modulos .mod-item .content .info {
  padding: 50px;
  text-align: left;
  height: 100%;
  background-color: #ededed;
}

.modulos .mod-item .content .info .descr p {
  font-size: 1.05rem;
}

.modulos .mod-item .content .info .m_bts {
  text-align: left;
}

.modulos .mod-item .content .info .m_bts button {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 15px 15px 0 0;
}

.modulos .mod-item .content .info .m_bts button.active {
  background-color: #e94d1f;
  color: #fff;
}

.modulos .mod-item .content .info .m_bts a {
  display: inline-block;
  padding: 10px 25px;
  color: #e94d1f;
  border: 2px solid;
  border-color: #e94d1f;
  font-weight: 700;
}

.modulos .mod-item .content .info .m_bts a:first-child {
  margin-right: 25px;
}

.modulos .mod-item .content .info .tec {
  width: 100%;
}

.modulos .mod-item .content .info .tec p {
  display: inline-block;
}

.modulos .mod-item .content .info .tec img {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.modulos .mod-item .content .wrap {
  position: relative;
  height: 100%;
}

.modulos .mod-item .content .wrap .close-modal {
  position: absolute;
  top: 50%;
  right: -10px;
  background-color: #e94d1f;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.modulos .mod-item .content .wrap .close-modal svg {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 4px;
}

.modulos .mod-item .content.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.work {
  text-align: center;
}

.work .cat-bts {
  padding: 30px;
  text-align: center;
  background-color: #e94d1f;
  display: none;
}

.work .cat-bts a {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 15px 17px;
}

@media (min-width: 576px) {
  .work .cat-bts a {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .work .cat-bts a {
    font-size: 1.3rem;
  }
}

@media (min-width: 1460px) {
  .work .cat-bts a {
    padding: 15px 20px;
  }
}

.work .cat-bts a.active {
  color: #fff;
  border: 1px solid;
  border-color: #fff;
}

@media (min-width: 1200px) {
  .work .cat-bts {
    display: block;
  }
}

.work .select-cat {
  text-align: center;
  background-color: #e94d1f;
  display: block;
  padding: 15px;
  height: 60px;
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .work .select-cat {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .work .select-cat {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .work .select-cat {
    padding: 15px 60px;
  }
}

@media (min-width: 1200px) {
  .work .select-cat {
    display: none;
  }
}

.work .wrap {
  padding: 60px 0;
}

.work .wrap h1 {
  font-size: 2rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .work .wrap h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .work .wrap h1 {
    font-size: 4rem;
  }
}

.work .wrap .grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
  transition: all 750ms cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 960px) {
  .work .wrap .grid {
    width: 700px;
  }
}

@media (max-width: 720px) {
  .work .wrap .grid {
    width: 100%;
  }
}

.work .wrap .grid .card {
  background: #fff;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  width: 32%;
  transform-origin: center center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

@media (max-width: 700px) {
  .work .wrap .grid .card {
    width: 49.25%;
  }
}

@media (max-width: 480px) {
  .work .wrap .grid .card {
    width: 100%;
  }
}

.work .wrap .grid .card img {
  display: block;
  width: 100%;
}

.work .wrap .grid .animating {
  -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.work .wrap .grid .setScale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.work .wrap .grid .show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.work .wrap .grid .guide {
  width: 32%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
}

@media (max-width: 700px) {
  .work .wrap .grid .guide {
    width: 49.25%;
  }
}

@media (max-width: 480px) {
  .work .wrap .grid .guide {
    width: 100%;
  }
}

.work span.text {
  display: block;
}

@media (min-width: 1200px) {
  .work span.text {
    display: none;
  }
}

.modulados {
  padding: 40px 0;
}

@media (min-width: 576px) {
  .modulados {
    padding: 60px 0;
  }
}

.modulados .title {
  text-align: center;
}

.modulados .title h1 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  .modulados .title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .modulados .title h1 {
    font-size: 4rem;
  }
}

.modulados .wrap {
  padding-top: 60px;
  text-align: center;
}

.modulados .wrap h4 {
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .modulados .wrap h4 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .modulados .wrap h4 {
    font-size: 2rem;
  }
}

.modulados .wrap .tx {
  text-align: left;
}

.modulados .wrap .tx h5 {
  font-size: 1.2rem;
  color: #6d6e71;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .modulados .wrap .tx h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .modulados .wrap .tx h5 {
    font-size: 1.7rem;
  }
}

.modulados .wrap .bts {
  text-align: center;
  margin-top: 60px;
}

.modulados .wrap .bts a {
  color: #e94d1f;
  padding: 12px 15px;
  border: 2px solid;
  border-color: #e94d1f;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .modulados .wrap .bts a {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .modulados .wrap .bts a {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  .modulados .wrap .bts a {
    padding: 12px 25px;
  }
}

.modulados .wrap .bts a:first-child {
  margin-right: 15px;
}

@media (min-width: 576px) {
  .modulados .wrap .bts a:first-child {
    margin-right: 35px;
  }
}

.mod-img {
  margin: 40px 0;
  position: relative;
}

@media (min-width: 576px) {
  .mod-img {
    margin: 60px 0;
  }
}

.mod-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms linear;
}

@media (min-width: 576px) {
  .mod-img .bg {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.error-404 {
  text-align: center;
  padding: 60px 0;
}

.error-404 h1 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  .error-404 h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .error-404 h1 {
    font-size: 4rem;
  }
}

.error-404 p {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .error-404 p {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .error-404 p {
    font-size: 1.3rem;
  }
}

.error-404 .bt-404 {
  padding: 12px 25px;
  border: 2px solid;
  border-color: #e94d1f;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .error-404 .bt-404 {
    font-size: 1.15rem;
  }
}

@media (min-width: 1440px) {
  .error-404 .bt-404 {
    font-size: 1.3rem;
  }
}

.error-404 .bt-404 a {
  color: #e94d1f;
}

footer {
  background-color: #212322;
  color: white;
}

footer .footer {
  padding: 40px 0;
}

@media (min-width: 576px) {
  footer .footer {
    padding: 80px 0 40px;
  }
}

footer .footer nav ul li {
  padding: 10px 0;
}

footer .footer nav ul li a {
  color: #777;
}

footer .footer nav ul li a:hover {
  color: #e94d1f;
}

footer .footer .info p {
  display: block;
  margin-bottom: 20px;
}

footer .footer .logo {
  width: 120px;
  height: 70px;
  display: block;
}

footer .footer .social {
  margin-top: 30px;
  height: auto;
}

footer .footer .social a {
  margin-right: 15px;
}

footer .footer .social a svg {
  width: 22px;
  height: 22px;
  fill: #979797;
}

footer .footer .social a:hover svg {
  fill: #e94d1f;
}

footer .footer .social a:last-child {
  margin-right: 0;
}

footer .footer .social a:nth-child(3) svg {
  width: 32px;
  height: auto;
}

footer .footer .end {
  justify-content: flex-start;
}

@media (min-width: 576px) {
  footer .footer .end {
    justify-content: flex-end;
  }
}

footer .footer-dir {
  padding: 30px 0;
  border-top: 1px solid;
  border-color: #2b2b2b;
}

footer .footer-dir img {
  width: 35px;
  height: 35px;
}

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