/* Codigo personalizado*/
@import url('https://fonts.googleapis.com/css?family=Poly');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
   font-family: 'ArnoPro';
   src: url('../fonts/ArnoPro-Regular/ArnoPro-Regular.woff2') format('woff2'),
   url('../fonts/ArnoPro-Regular/ArnoPro-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Neou';
   src: url('../fonts/Neou-Bold/Neou-Bold.woff2') format('woff2'),
   url('../fonts/Neou-Bold/Neou-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
}

html, body {
   font-family: 'Montserrat';
   background-image: url(../img/background.png);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #dededd;
   color: #979797;
}

.padding-off {
   padding: 0 !important;
}

.d-flex {
   display: flex;
   align-content: center;
   justify-content: center;
}

.form-control {
   font-family: 'Montserrat';
   font-size: 18px;
   border-radius: 0px;
   border-color: #dddddd;
   box-shadow: none;
}

.form-control:focus {
   border-color: #D2AC67;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.form-control::-moz-placeholder {
   color: #979797;
   opacity: 1
}

.form-control:-ms-input-placeholder {
   color: #979797;
}

.form-control::-webkit-input-placeholder {
   color: #979797;
}

textarea {
   resize: none;
}

input, button {
   outline: none !important;
}

/* Header */

.row-same-height p {
   margin: -17px 27px 10px;
}

.navbar-brand {
   float: none;
   height: auto;
   display: block;
}

.navbar-brand {
   padding: 5px 15px;
}

.navbar-header {
   float: none;
}

.navbar {
   border-radius: 0px;
   border: 0px;
   margin-bottom:  0px;
   
}

.navbar-default {
   background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
   padding: 10px 30px;
   color: #979797;
   transition: .5s all;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
   color: #D2AE6D;
   transition: .5s all;
}

.navbar-default .navbar-collapse {
   background-image: url(../img/background-navbar.png);
   background-repeat: repeat-x;
}

.navbar .navbar-nav {
   display: inline-block;
   float: none;
   vertical-align: top;
}

.navbar .navbar-collapse {
   text-align: center;
}

.navbar-default a {
   color: #979797;
   transition: .5s all;
}

.navbar-default a:hover,
.navbar-default a:focus {
   color: #D2AC66;
   text-decoration: none;
   transition: .5s all;
}

@media (min-width: 768px) {
   
   .col-sm-height {
      display: table-cell;
      float: none !important;
      vertical-align: middle;
   }
   
   .row-same-height {
      display: table;
      width: 100%;
      /* fix overflow */
      table-layout: fixed;
      margin-left: 0px;
      margin-right: 0px;
      position: relative;
   }
   
}

/* Home */

.home h2 {
   font-family: 'Montserrat';
   color:  #D2AC66;
   text-transform: uppercase;
   margin:  0;
}

.home h2 img {
   height: 41px;
}

.home .container-fluid {
   padding:  0px 16px;
}

.novidades {
   padding: 50px 0px;
   background-color: #ffffff;
}

.novidades .container {
   width: 85%;
}

.novidades .col-md-4, .novidades .col-md-6 {
   background: #eeeeee;
   background: -moz-linear-gradient(-45deg, #eeeeee 0%, #fdfdfe 100%);
   background: -webkit-linear-gradient(-45deg, #eeeeee 0%,#fdfdfe 100%);
   background: linear-gradient(135deg, #eeeeee 0%,#fdfdfe 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fdfdfe',GradientType=1 );
}

.grid {
   position: relative;
   margin: 0 -15px;
   padding: 0;
   max-width: auto;
   list-style: none;
   text-align: center;
}

/* Common style Sadie Effect */

.grid figure {
   position: relative;
   float: left;
   overflow: hidden;
   width: 100%;
   text-align: center;
   cursor: pointer;
}

.grid figure img {
   position: relative;
   display: block;
   min-height: 100%;
   max-width: 100%;
   opacity: 0.8;
}

.grid figure figcaption {
   padding: 2em;
   color: #fff;
   text-transform: uppercase;
   font-size: 1.25em;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
   pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.grid figure figcaption > a {
   z-index: 1000;
   text-indent: 200%;
   white-space: nowrap;
   font-size: 0;
   opacity: 0;
}

.grid figure h4 {
   font-family: 'Montserrat';
   font-size: 20px;
   word-spacing: -0.15em;
   font-weight: 300;
}

.grid figure h4 i {
   padding-left: 15px;
}

.grid figure h4 {
   margin: 0;
}

/*---------------*/
/***** Sadie Effect *****/
/*---------------*/

figure.effect-sadie figcaption::before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 100%);
   content: '';
   opacity: 0;
   -webkit-transform: translate3d(0,0%,0);
   transform: translate3d(0,0%,0);
}

figure.effect-sadie h4 {
   position: absolute;
   bottom: 5%;
   left: 0;
   width: 100%;
   color: #979797;
   -webkit-transition: -webkit-transform 0.35s, color 0.35s;
   transition: transform 0.35s, color 0.35s;
   -webkit-transform: translate3d(0,-50%,0);
   transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before {
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie:hover h4 {
   color: #555555;
   -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
   transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before {
   opacity: 1;
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
}

/* Carousel */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
   width: 2000px !important;
}

.carousel-indicators .active {
   margin: 5px;
   border: 0px;
   height: 12px;
   width: 12px;
   background-color: rgba(151,151,151,.2);
}

.carousel-indicators li {
   margin: 5px;
   border: 0px;
   height: 12px;
   width: 12px;
   background-color: rgba(151,151,151,.75);
}

/* Empresa */

.empresa h1, .empresa h3 {
   font-family: 'Montserrat';
   text-transform: uppercase;
}

.empresa h1 {
   letter-spacing: 5px;
   margin-top: 0px;
}

.empresa h3 {
   margin-bottom: 0px;
   letter-spacing: 1px;
}

/* Novidades */

.novidades_interna {
   background-color: transparent;
}

.novidades_interna .row {
   border-left: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
   border-top: 1px solid #dddddd;
   margin-top:  -1px;
}

.novidades_interna .effect-sadie img {
   border-right: 1px solid #dddddd;
}

.nav-tabs > li, .nav-pills > li {
   float: none;
   display: inline-block;
   *display: inline;
   zoom: 1;
}

.nav-tabs, .nav-pills {
   text-align: center;
}

.nav-tabs {
   border-bottom: 0px;
}

.nav-tabs > li > a {
   border: 1px solid #dddddd;
   border-radius: 0px;
   color: #979797;
   margin-bottom: 10px;
   cursor: pointer;
   transition: .5s all;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
   background-color: #f4f4f4;
   border: 1px solid #dddddd !important;
   transition: .5s all;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
   border-bottom-color: #dddddd !important;
   background-color: #f4f4f4;
   color: #979797 !important;
}


/* Contato */

.contato h2, .empresa h2 {
   font-family: 'Montserrat';
   color: #D2AC66;
   text-transform: uppercase;
   text-align: center;
}

.contato input,
.contato select {
   color: #979797;
   padding-left: 25px;
   height: 45px;
}

.contato textarea {
   color: #979797;
   background-color: #EFEEEF;
   padding-left: 25px;
}

.contato button {
   font-family: 'Montserrat';
   height: 45px;
   font-size: 18px;
   background-color: #979797;
   border-color: #979797;
   color: #FFFFFF;
   border-radius: 0px;
   transition: .5s all;
   width: 100%;
}

.contato button:hover,
.contato button:focus {
   background-color: #D2AC67 !important;
   border-color: #D2AC67 !important;
   transition: .5s all;
}

/* Newsletter */

.newsletter {
   margin:  40px 0px;
   padding: 0px 16px;
   padding: 50px 0px;
   background-color: #ffffff;
}

.newsletter h3 {
   font-family: 'Montserrat';
   color: #D2AC66;
   text-transform: uppercase;
   margin-top: 5px;
   font-size: 18px;
}

.newsletter h3 img {
   height: 40px;
}

.newsletter .col-lg-3 {
   padding: 0;
}

.newsletter input, .newsletter button {
   font-family: 'Montserrat';
   font-size: 18px;
   border-radius: 0px;
   box-shadow: none;
   height: 45px;
   width:  100% !important;
}

.newsletter input {
   background-color: #EFEEEF;
   border: 1px solid #DDDDDD;
   color: #979797;
   padding-left: 25px;
}

.newsletter button {
   background-color: #979797;
   color: #ffffff;
   border: 1px solid #979797;
   transition: .5s all;
   margin-left: -10px;
}

.newsletter button:hover,
.newsletter button:focus {
   background-color: #d2ac67 !important;
   border: 1px solid #d2ac67 !important;
   transition: .5s all;
}

/* Footer */

.footer {
   padding: 25px 0px;
   background-color: #F4F4F4;
}

.nav-footer {
   font-family: 'Neou';
   font-weight: normal;
   font-style: normal;
   text-align: center;
   height: 50px;
   background-image: url(../img/background-navbar.png);
   background-repeat: repeat-x;
}

.nav-footer > li {
   display: inline-table;
   margin-top: 15px
}

.nav-footer > li > a {
   padding: 10px 30px;
   color: #979797;
   cursor: pointer;
   transition: .5s all;
}

.nav-footer > li > a:hover,
.nav-footer > li > a:focus {
   color: #D2AC67;
   text-decoration: none;
}

.copyright a {
   color: #979797;
   text-decoration: none;
}

.copyright a:hover,
.copyright a:focus {
   color: #979797;
}

.copyright img {
   margin-bottom:  2.5px;
}

@media all and (max-width : 768px) {
   
   .navbar-header {
      border-bottom: 1px solid #dddddd;
   }
   
   .navbar-toggle {
      border: 0px;
      margin-top: 4.5%;
   }
   
   .navbar-default .navbar-toggle:focus,
   .navbar-default .navbar-toggle:hover {
      background-color: transparent;
   }
   
   .navbar-default .navbar-collapse {
      background-image: none;
   }
   
   .navbar-nav {
      width:  100%;
      background-color: #F4F4F4;
      margin: 0;
   }
   
   .navbar-default .navbar-nav > li > a {
      text-align: left;
   }
   
   .novidades_interna .row {
      border: 0px solid #dddddd;
      margin-top: 0px;
   }
   
   .novidades_interna .effect-sadie img {
      border: 1px solid #dddddd;
   }
   
   .novidades_interna .col-xs-12 {
      margin-top: -1px;
   }
   
   .newsletter .col-lg-3 {
      padding: 15px;
   }
   
   .newsletter button {
      margin-left: 0px;
   }
   
   .nav-footer > li > a {
      padding: 10px 15px;
   }
   
}

@media all and (max-width : 640px) {
   .navbar-toggle {
      margin-top: 5%;
   }
}

@media all and (max-width : 480px) {
   
   h1 {
      font-size: 25px;
   }
   
   h2 {
      font-size: 20px;
   }
   
   h3 {
      font-size: 18px;
   }
   
   .navbar-toggle {
      margin-top: 6.5%;
   }
   
   .home h2 img {
      height: 30px;
   }
   
   .newsletter h3 img {
      height: 40px;
   }
   
   .nav-footer {
      height: auto;
      background-image: none;
   }
   
   .nav-footer {
      -webkit-padding-start: 0px !important;
   }
   
   .nav-footer > li{
      display: block;
   }
   
}

@media all and (max-width : 390px) {
   
   .navbar-toggle {
      margin-top: 8%;
   }
   
}

@media all and (max-width : 320px) {
   
   .navbar-toggle {
      margin-top: 10%;
   }
   
}

.contato-form ul > li.active > a, 
.contato-form ul > li.active > a:focus, 
.contato-form ul > li.active > a:hover {
   background-color: #d2ac67;
   color: #ffffff !important;
}

.contato-form ul {
   display: flex;
   padding-left: 15px;
   padding-right: 15px;
}

.contato-form ul li {
   width: 50%;
}

.contato input.check {
   height: 14px;
   width: 14px;
   margin-top: -2px;
   vertical-align: middle;
}

.contato .check-out {
   margin: 0 5px;
}

#outros:not(:checked) + span + input {
   display: none;
}

#outros:checked + span + input {
   display: block;
}

#outros-check {
   margin-top: 5px;
}

.referencia input {
   margin-bottom: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
   background-color: #d2ac67;
   border: 1px solid #d2ac67 !important;
   color: #ffffff !important;
}

@media (max-width: 767px) {
   .contato-form ul {
      display: block;
   }
   
   .contato-form ul li {
      width: 100%;
   }
   
   .contato-form .form-group {
      padding-left: 0;
      padding-right: 0;
   }
}

@media (max-width: 991px) {
   
   #consumidor.active .finalizar {
      margin-top: 140px;
   }
   
   #lojista.active .finalizar .break {
      display: none;
   }
}

/* CORREÇÃO BOOTSTRAP */
.modal-backdrop.in {
   opacity: 1 !important;
}

.modal-backdrop {
   background-color: rgba(0, 0, 0, .5) !important;
}

.modal-header .close {
   opacity: 1 !important;
   background-color: #D2AC67 !important;
   border-color: #D2AC67 !important;
   transition: .5s all !important;
}

.modal-header .close:hover,
.modal-header .close:focus {
   opacity: 1 !important;
   background-color: #b39256 !important;
   border-color: #b39256 !important;
   transition: .5s all !important;
}

.catalogo {
   padding: 20px 0;
}

.catalogo a {
   color: #FFFFFF;
   background-color: #d2ac67;
   padding: 10px;
   transition: .3s;
}

.catalogo a:hover,
.catalogo a:focus {
   color: #FFFFFF;
   background-color: #979797;
   text-decoration: none;
   transition: .3s;
}