@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-MediumCond.eot");
  src: url("../fonts/HelveticaNeue-MediumCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumCond.woff2") format("woff2"), url("../fonts/HelveticaNeue-MediumCond.woff") format("woff"), url("../fonts/HelveticaNeue-MediumCond.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumCond.svg#HelveticaNeue-MediumCond") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype';
  src: url("../fonts/Decalotype-Light.eot");
  src: url("../fonts/Decalotype-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Decalotype-Light.woff2") format("woff2"), url("../fonts/Decalotype-Light.woff") format("woff"), url("../fonts/Decalotype-Light.ttf") format("truetype"), url("../fonts/Decalotype-Light.svg#Decalotype-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype';
  src: url("../fonts/Decalotype-Medium.eot");
  src: url("../fonts/Decalotype-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Decalotype-Medium.woff2") format("woff2"), url("../fonts/Decalotype-Medium.woff") format("woff"), url("../fonts/Decalotype-Medium.ttf") format("truetype"), url("../fonts/Decalotype-Medium.svg#Decalotype-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

.btn {
  border: none;
  font-family: 'Decalotype', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  transition: .5s;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  text-transform: uppercase;
  padding: 7px 60px 7px 20px;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1px; }
  .btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    top: calc(50% - 6px);
    position: absolute;
    right: 13px; }
  .btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    border-left: 1px solid transparent;
    top: 0;
    right: 31px; }

.btn-primary {
  background-color: #b82456; }
  .btn-primary::before {
    border-color: #a3204c; }
  .btn-primary:hover {
    background-color: #d52a64; }

.container {
  max-width: 970px;
  padding-right: 30px;
  padding-left: 30px; }

.title-container {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 2rem;
  letter-spacing: -2px; }
  .title-container::before {
    content: '';
    display: inline-block;
    background-image: url("../images/title.png");
    width: 68px;
    height: 44px;
    margin-right: 1rem; }
  @media (max-width: 992px) {
    .title-container {
      font-size: 30px; } }

figure {
  margin: 0; }

@media (max-width: 992px) {
  .hidden {
    display: none; } }

.main-header {
  padding: 0;
  background-color: black; }
  .main-header .container {
    min-height: 116px;
    position: relative;
    z-index: 2; }
  .main-header .navbar-brand {
    display: flex;
    align-items: center;
    min-height: 116px;
    margin: 0 2rem 0 0; }
    .main-header .navbar-brand .brand {
      background-image: url("../images/brand.svg");
      background-repeat: no-repeat;
      width: 149px;
      height: 76px;
      color: transparent;
      font-size: 0;
      display: block; }
    @media (max-width: 992px) {
      .main-header .navbar-brand {
        margin-left: 15px; } }
  .main-header .navbar-toggler {
    position: absolute;
    z-index: 4;
    top: 52px;
    right: 30px;
    width: 40px;
    height: 10px;
    box-sizing: border-box;
    display: none;
    outline: none;
    cursor: pointer; }
    .main-header .navbar-toggler span {
      position: absolute;
      width: 100%;
      height: 4px;
      top: 50%;
      margin-top: -1px;
      left: 0;
      display: block;
      background: #b82456;
      transition: .5s;
      border-radius: 1px; }
      .main-header .navbar-toggler span:first-child {
        top: -6px; }
      .main-header .navbar-toggler span:last-child {
        top: 14px; }
    .main-header .navbar-toggler[aria-expanded="true"] span {
      opacity: 0;
      top: 50%; }
      .main-header .navbar-toggler[aria-expanded="true"] span:first-child {
        opacity: 1;
        transform: rotate(405deg); }
      .main-header .navbar-toggler[aria-expanded="true"] span:last-child {
        opacity: 1;
        transform: rotate(-405deg); }
    @media (max-width: 992px) {
      .main-header .navbar-toggler {
        display: block; } }
  .main-header .collapse {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    min-height: 85px; }
  .main-header .navbar-nav {
    font-family: 'Decalotype', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white; }
    .main-header .navbar-nav .nav-link {
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 15px;
      display: block;
      transition: .5s;
      padding: 10px 14px; }
      .main-header .navbar-nav .nav-link:hover {
        opacity: .6; }
      @media (max-width: 992px) {
        .main-header .navbar-nav .nav-link {
          width: 100%;
          padding: 9px 30px;
          border-top: 1px solid rgba(0, 0, 0, 0.03); }
          .main-header .navbar-nav .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #b82456;
            opacity: 1; } }
    @media (max-width: 992px) {
      .main-header .navbar-nav {
        max-width: unset; } }
  .main-header .navbar-midia .nav-link {
    display: block;
    line-height: 25px;
    padding: 0;
    font-size: 17px;
    margin-left: 5px; }
    .main-header .navbar-midia li:nth-child(1) {
      margin-right: 10px;
    }
    .main-header .navbar-midia .nav-link span {
      border: 2px solid #b82456;
      border-radius: 3rem;
      width: 27px;
      height: 27px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-right: .3rem;
      float: left; }
      .main-header .navbar-midia .nav-link span:hover {
        text-decoration: none;
        opacity: .7; }
  .main-header .navbar-midia .nav-item:first-child .nav-link {
    margin-right: .8rem; }
  @media (max-width: 992px) {
    .main-header .navbar-midia {
      display: none; } }

.main-footer {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background-color: black;
  min-height: 248px;
  display: flex;
  align-items: flex-end; }
  .main-footer .container {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 992px) {
      .main-footer .container {
        flex-direction: column;
        justify-content: center;
        padding: 1rem 0;
        text-align: center; }
        .main-footer .container span {
          display: block;
          margin-bottom: .5rem; } }

.banner-container {
  background: url("../images/banner-background.jpg") black center no-repeat;
  margin-bottom: .5rem; }
  .banner-container .container {
    min-height: 690px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 992px) {
      .banner-container .container {
        padding: 0;
        min-height: unset; } }
  .banner-container .banner-column {
    background-color: black;
    font-family: 'Decalotype', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 15px; }
  .banner-container .title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 60px;
    padding-top: 2rem;
    line-height: 57px;
    letter-spacing: -2px; }
    .banner-container .title span {
      color: #b82456; }
  @media (max-width: 992px) {
    .banner-container .img-fluid {
      width: 100%; }
    .banner-container .columns, .banner-container .column {
      margin: 0;
      padding: 0; }
    .banner-container .column:last-child {
      padding: 30px; } }

.about-container {
  font-family: 'Decalotype', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 15px;
  padding-top: 1rem;
  background-color: black;
  margin: -1rem 0;
  padding: 2rem 30px; }
  .about-container .title-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    .about-container .title-column .title {
      font-family: 'Helvetica Neue', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: white;
      text-transform: uppercase;
      font-size: 19px;
      text-align: center; }
    .about-container .title-column::before {
      content: '';
      display: inline-block;
      background-image: url("../images/title-left.png");
      width: 68px;
      height: 44px;
      margin-right: 1rem; }
    .about-container .title-column::after {
      content: '';
      display: inline-block;
      background-image: url("../images/title-right.png");
      width: 68px;
      height: 44px;
      margin-left: 1rem; }
  @media (max-width: 992px) {
    .about-container {
      display: block; }
      .about-container .container {
        padding: 0; } }

.products-container {
  font-family: 'Decalotype', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 15px;
  padding-top: 1rem;
  position: relative; }
  .products-container::after {
    content: '';
    position: absolute;
    background-image: url("../images/after.png");
    width: 406px;
    height: 459px;
    left: 0;
    top: -10rem; }
    @media (max-width: 992px) {
      .products-container::after {
        display: none; } }
  .products-container .container {
    position: relative; }
    .products-container .container::before {
      content: '';
      position: absolute;
      background-image: url("../images/before.png");
      width: 338px;
      height: 390px;
      right: -18rem;
      bottom: -5rem; }
      @media (max-width: 992px) {
        .products-container .container::before {
          display: none; } }
  .products-container .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1; }
    .products-container .columns .img-fluid {
      width: 100%; }
  .products-container .column {
    width: 49%;
    margin: 0 0 0.7rem; }
  .products-container .btn {
    margin-top: 2rem; }

.services-container {
  font-family: 'Decalotype', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 15px;
  padding: 5rem 0; }

.instagram-container {
  position: relative;
  z-index: 1;
  margin-bottom: -160px; }
  .instagram-container .title-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    .instagram-container .title-column .title {
      font-family: 'Helvetica Neue', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: white;
      text-transform: uppercase;
      font-size: 19px;
      text-align: center; }
      .instagram-container .title-column .title span {
        display: block;
        font-size: 13px; }
    .instagram-container .title-column::before {
      content: '';
      display: inline-block;
      background-image: url("../images/title-left.png");
      width: 68px;
      height: 44px;
      margin-right: 1rem; }
    .instagram-container .title-column::after {
      content: '';
      display: inline-block;
      background-image: url("../images/title-right.png");
      width: 68px;
      height: 44px;
      margin-left: 1rem; }
  .instagram-container .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .instagram-container .column {
    width: 25%; }
    @media (max-width: 992px) {
      .instagram-container .column {
        width: 50%; } }


.contato-container {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .contato-container .title-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    .contato-container .title-column .title {
      font-family: 'Helvetica Neue', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: white;
      text-transform: uppercase;
      font-size: 19px;
      text-align: center; }
      .contato-container .title-column .title span {
        display: block;
        font-size: 13px; }
    .contato-container .title-column::before {
      content: '';
      display: inline-block;
      background-image: url("../images/title-left.png");
      width: 68px;
      height: 44px;
      margin-right: 1rem; }
    .contato-container .title-column::after {
      content: '';
      display: inline-block;
      background-image: url("../images/title-right.png");
      width: 68px;
      height: 44px;
      margin-left: 1rem; }


.contato-container .form input,
.contato-container .form textarea {
  font-family: 'Decalotype', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 15px;
}

body {
  background-image: url("../images/background.png"); }


.img-fluid, .img-thumbnail {
  padding: 5px;
}

@media (min-width:768px) {
  .about-container h2.title-container {
    padding-top: 100px;
  }
}

@media (max-width:768px) {
  .banner-container .title {
    padding-top: 0;
  }
  .products-container .title-container {
    padding-top: 3rem;
  }
  .about-container {
    padding: 2rem 30px 4rem 30px;
  }
  .about-container .title-container {
    padding-top: 1rem;
  }
  .main-footer {
    margin-top: 30px;
  }
  .products-container .btn {
    margin-top: 1rem;
  }
  .services-container {
    padding: 5rem 0 3rem 0;
  }
  .instagram-container .title-column {
    margin-bottom: 1rem;
  }
}

.form input,
.form textarea {
  border-radius: 0;
  border: 0;
}
.form button {
  background-color: #b82456;
  color: #fff;
  margin-bottom: 20px;
}



/* Form Validate */
.form-group {
  position: relative;
}
.form-group label.error {
  font-family: 'Decalotype', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  position: absolute;
  top: 9px;
  right: 10px;
  width: auto;
  color: #ff0000;
  text-align: right;
}

/* Form AjaxForm */
.form .ajaxForm-alert--error {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #dfb6bd !important;
}
.form .ajaxForm-alert--success {
  color: #4e814f !important;
  background-color: #dff0d8 !important;
  border-color: #c1d8ae !important;
}
.form .ajaxForm-alert {
  font-family: 'Decalotype', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  clear:both;
  padding: 10px;
  border-radius: 4px;
  margin-top: 14px;
  color: #b6ae84;
  background-color: #fcf8e3;
  border-width: 1px;
  border-style: solid;
  border-color: #dfd8b2;
}


@media (min-width:769px) and (max-width:992px) {
  * {
    zoom: 0.8;
  }
}