/*
Theme Name: Strago/STG
Theme URI: http://nuovo.com.br
Author: Nuovo Design
Design/Desenvolvimento: Nuovo Design
Author URI: http://nuovo.com.br
Description: Version: 1.0
*/


/* ------------------ CUSTOM CSS ------------------ */

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  color: #221e1f;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #221e1f;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

.shadowed {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.glow-white {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,
 Color='#fff')";
 filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 1));
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 1));
}

.all {}

.menu {
  position: fixed;
  height: 40px;
  width: 60px;
  top: 20px;
  right: 10px;
  /*margin-left: -30px;
  background-color: white;
  border: 1px solid #2D2B2F;
  outline: 1px solid white;*/
  border: 1px solid transparent;
  z-index: 199;
}

.menu:hover {
  border: 1px solid #2D2B2F;
}

.menu-icon {
  position: absolute;
  height: 20px;
  width: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -10px;
  cursor: pointer;
}

.menu-icon-bar1,
.menu-icon-bar2,
.menu-icon-bar3 {
  position: absolute;
  height: 2px;
  width: 28px;
  top: 50%;
  margin-top: -1px;
  background-color: #2D2B2F;
  transition: 1s all;
}

.menu-icon-bar1 {
  transform: rotate(0deg) translate(0px, -6px);
}

.menu-icon-bar2 {
  opacity: 1;
}

.menu-icon-bar3 {
  transform: rotate(0deg) translate(0px, 6px);
}

.menu-close .menu-icon-bar1 {
  transform: rotate(30deg);
}

.menu-close .menu-icon-bar2 {
  opacity: 0;
}

.menu-close .menu-icon-bar3 {
  transform: rotate(-30deg);
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.overlay:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #ffffff;
  opacity: 0.4;
  z-index: 1;
}

.menu-list {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.menu-list ul {
  padding: 40px;
  padding-top: 60px;
}

.menu-list li {
  min-width: 100px;
  margin: 5px;
  padding: 4px;
  font-size: 18px;
  cursor: pointer;
}

.banner {
  position: relative;
  /*height: 100vh;
  max-height: 500px;*/
  height:500px;
  width: 100%;
  background: #f2f2f2;
  z-index:1;
}

.banner:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.logo {
  position: absolute;
  height: 100px;
  width: 200px;
  top: 20px;
  left: 40px;
  background: url('img/logo.png');
  background-size: contain;
  z-index: 3;
  display: none;
}

.banner .swiper-container {
  position:fixed;
  height: 500px;
  width: 100%;
  z-index:3;
}
.banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.banner #swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}
.banner .swiper-pagination-bullet-active {
  background:#221e1f;
}

/* Block Base */

.block {
  position: relative;
  min-height: 400px;
  background: white;
  overflow-x:hidden;
  z-index:2;
}
.block:nth-child(odd) {
  background: #f2f2f2;
}
.block-title {
  padding:20px 0;
  padding-top:40px;
  text-align:center;
}
.block-content {
  min-height:100%;
  max-width: 1280px;
  margin: auto;
  display:flex;
}
.block-content.vcenter {
  align-items:center;
}
.block-content > .vcenter {
  align-self:center;
}
.block-content .w50 {
  min-height:100%;
  width:50%;
}
.block-content .text-padding {
  padding: 80px 40px;
  box-sizing: border-box;
}


/* END Block Base */


/* Image deck */
.image-deck {
  position:relative;
  height:260px;
  display: flex;
  align-items:center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .image-deck {
	transform: scale(1.2);
  }
}
.image-deck .image {
  position:absolute;
  height:auto;
  max-height:280px;
  /*width:100%;*/
  top:0;
  bottom:0;
  text-align:center;
  margin:auto;
  z-index:1;
}
.image-deck .image img {
  position:relative;
  height:auto;
  max-height:inherit;
  max-width:100%;
  border: 5px solid white;
  box-sizing:border-box;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#80000000')";
  object-fit:contain;
  font-family: 'object-fit: contain;';
  transform:rotateZ(10deg);
}
.image-deck .image:nth-child(2) img {
  transform:rotateZ(-5deg);
}
.image-deck .image:nth-child(3) img {
  transform:rotateZ(4deg);
}
/* END Image deck */

/* ISOTOPE */
/* ---- button ---- */

.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #FFF;
  outline:none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.button:hover {
  
}

.button:active,
.button.is-checked {
  background-color: #f2f2f2;
}

.button.is-checked {
  color: #aaa;
}

.button:active {
  
}

/* ---- button-group ---- */

.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  
}

.button-group .button:last-child {
  
}

/* ---- END button ---- */

.btn {
  /*padding: 14px 20px;*/
  display: table;
  background-color: white;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  transition: 0.6s all;
  cursor: pointer;
}

.btn:hover, .btn.open, .dropdown dd ul {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

#produtos .block-content {
  padding-bottom:40px;
}
#produtos.block .block-content .inner-content {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    display: table;
}
.search {
    position: relative;
    height: 48px;
    min-width: 200px;
    max-width: 400px;
    margin: 10px auto;
    float: right;
}
.search input.quicksearch {
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    outline: 0;
}

/* General dropdown styles */
.dropdown {
  position: relative;
  min-width: 200px;
  max-width: 400px;
  margin: 10px auto;
  z-index: 3;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dt {
  min-width: 100%;
  background-color:#fff;
}

/* DT styles for sliding doors */
.dropdown dt a {
  width:100%;
  color: #333;
  background-image: url('http://nuovo.com.br/images/icon-arrows.png');
  background-position:100% 50%;
  background-repeat:no-repeat;
  display: block;
  text-decoration: none;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 14px 20px;
  padding-right: 30px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
.dropdown dd {
  min-width:100%;
  position: relative;
}
.dropdown dd ul {
  background: #FFF none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 15px 0;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 100%;
  margin-bottom:30px;
  /*max-height:140px;*/
  overflow-y:auto;
}
.dropdown dd li {
    
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  /*padding: 5px;*/
  padding: 5px 20px;
  display: block;
  color: #555;
  outline: none;
  text-decoration: none;
}

.dropdown dd ul li a:hover {
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
}

.dropdown span.value {
  display: none;
}

.grid {
  margin: 0;
}

.grid-sizer,
.grid-item {
  width: calc(100% / 4);
}

.grid-item {
  padding: 15px;
  box-sizing: border-box;
}
.grid-item.open {
  z-index:3;
}

.grid-item-content {
  position: relative;
  /*padding: 10px;*/
  min-height: 330px;
  max-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  transition: 0.6s all;
  cursor: pointer;
}

.grid-item-content:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.grid-item-content > * {
    z-index: 2;
    position: relative;
}
.grid-item.open .grid-item-content {
  max-height: none;
}

.grid-item-content:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
}
.grid-item.open .grid-item-content:before {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
}

.grid-item-content img, .grid-item-content .swiper-slide {
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
#produtos .grid-item-content .swiper-container {
  position:absolute;
  height:100%;
  width:100%;
  top:0;
}
#produtos .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}
#produtos .swiper-pagination .swiper-pagination-bullet {
  background: #CCC;
  opacity:1;
}
#produtos .swiper-pagination .swiper-pagination-bullet-active {
  background: #0069a6;
  opacity: 1;
}

.grid-item-content h1 {
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #221e1f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px !important;
  padding: 5px 10px;
  background: white;
    display: table;
    margin: 0 auto;
    margin-top: 70%;
    max-width: 80%;
    line-height: 110%;
}

.grid-item-content h2 {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #a9a9a9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  padding: 5px 10px;
  background: #221e1f;
    color: white;
    display: table;
    margin: 0 auto;
    max-width: 80%;
    line-height: 110%;
}
.grid-item-content p {
  padding: 0 10px;
  padding-bottom:20px;
  text-align:justify;
}

@media only screen and (max-width: 800px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 480px) {
  .grid {
    margin: 0;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
}
/* END ISOTOPE */

#contato .content-right.text-padding {
    padding: 20px 40px;
}

#contato-footer {
  min-height:200px;
  padding:40px;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  z-index:2;
}
#contato-footer:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #f2f2f2;
    z-index: 1;
}
#contato-footer:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(35,31,32);
    z-index: 2;
}
#contato-footer > div {
  position:relative;
  height:120px;
  padding:27px 40px;
  box-sizing:border-box;
  z-index:3;
}
#contato-footer > div:after {
  content:'';
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0;
  bottom: 27px;
  border-right: 1px solid #a9a9a9;
}
#contato-footer > div:last-child:after {
  content:initial;
}
#contato-footer h3 {
  font-size: 11px;
  color: #a9a9a9;
  text-transform: uppercase;
  margin-bottom:20px;
}
#contato-footer p {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  z-index: 22;
}
#contato-footer .btn-fb, #contato-footer .btn-ig {
  position:relative;
  height:30px;
  width:40px;
  float:left;
  margin-top:-5px;
  background-color:#ffffff;
  background-repeat:no-repeat;
  background-position:50%;
  box-shadow:0px 0px 3px rgba(0,0,0,0.15);
  transition:0.6s box-shadow;
  cursor:pointer;
  z-index:2;
}
#contato-footer .btn-fb:hover, #contato-footer .btn-ig:hover {
  box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}
.btn-fb {
  background-image:url(img/btn_facebook.png);
  margin-right:10px;
}
.btn-ig {
  background-image:url(img/btn_instagram.png);
}
#contato-footer div[class^="btn-"] a {
    display: block;
    height: 100%;
}
#contato-footer .footer-logo {
  /*height: 60px;
  width:100%;*/
  align-self: center;
  /*margin:auto;*/
  padding: 0 40px !important;
}
#contato-footer .footer-logo img {
    /*height: 100%;*/
    box-shadow:0 0 16px rgba(255,255,255,0.4);
}

.madeby {
  position: relative;
  height: 22px;
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding: 4px 0;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: 1s all;
  z-index:2;
}

.madeby:hover {
  margin-top: -8px;
  padding: 8px 0;
  height: 30px;
  box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.madeby a {
  transition: 1s all;
  opacity: 0.6;
}

.madeby:hover a {
  opacity: 1;
}

.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors {
  outline: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  -webkit-transition: 0.4s width;
  transition: 0.4s width;
}

.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors:hover,
.nicescroll-rails:not(.nicescroll-rails-hr) .nicescroll-cursors:active {
  width: 14px !important;
}

.nicescroll-rails-hr .nicescroll-cursors {
  display: none;
}




/* ---------- CONTACT FORM 7 ---------- */
div.wpcf7 {
    margin: 0 -3px!important
}
.wpcf7 label {
    position: absolute;
    z-index: 10;
    /*color: #ccc;*/
    padding: 10px;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

::-moz-placeholder {
    color: #ccc;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300
}

:input-placeholder {
    color: #ccc;
    font-weight: 300
}

label.focused {
    color: #555!important
}

label.invalid {
    color: indianred !important
}

form.wpcf7-form p {
    margin: 0
}

.wpcf7-text,.wpcf7-textarea {
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
}
input.wpcf7-text {
    outline:0;
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    line-height: 20px;
    font-family: inherit;
    font-size: 14px;
}

.wpcf7-text {
    padding: 5px 15px 5px 70px!important;
}

.wpcf7-textarea {
  outline:0;
    padding: 5px 15px 5px 5px!important;
    border-width: 1px;
    border-color: #f2f2f2;
    border-style: solid;
    font-family: inherit;
    font-size: 14px;
}

.your-cidade {
    width: calc(100% - 80px);
}

.your-uf {
    width: 80px;
}

#mce-EMAIL,.your-message {
    width: 100%;
}

form.wpcf7-form input[name=your-uf] {
    padding-left: 30px!important;
}

.wpcf7-submit {
    /*float: right;
    margin-right: 5px;*/
    margin: auto;
    margin-top:15px;
    display: block;
}

.wpcf7-mail-sent-ok,.wpcf7-validation-errors {
    border: 0!important;
    color: #666;
    margin: 0!important;
}

.formrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.formcol {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
}

.wpcf7-validation-errors {
    display: block!important;
    font-size: 14px;
    padding: 10px!important;
}

.wpcf7-mail-sent-ok {
    background-color: #FFF;
    font-size: 18px;
    padding: 0!important;
    width: 100%
}
.wpcf7-response-output {
  text-align:center;
}
.ajax-loader {
    display: block;
    margin: auto !important;
}

.ajax-loaderX,.wpcf7-not-valid-tip,.wpcf7-not-valid-tip-no-ajax {
    display: none !important;
}
button, input[type=button], input[type=reset], input[type=submit] {
    color: white;
    font-size: 14px;
    line-height: 20px;
    background: #221e1f;
    padding: 4px 40px 5px;
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    margin-bottom: 5px;
    transition:0.4s all;
    cursor:pointer;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}



/* ------------------ Pace ------------------ */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #7f8083;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.pace.white .pace-progress{
  background: #7f8083 !important;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #7f8083, 0 0 5px #7f8083;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace.white .pace-progress-inner{
  box-shadow: 0 0 10px #000, 0 0 5px #000 !important;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #7f8083;
  border-left-color: #7f8083;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
.pace.white .pace-activity{
  border-top-color: #7f8083 !important;
  border-left-color: #7f8083 !important;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.nicescroll-cursors {
  border-left: 10px solid transparent !important;
  /*border-right: 10px solid transparent !important;*/
  border-color: transparent !important;
  border-radius:0 !important;
  cursor:pointer;
  transition:0.4s width;
}
.nicescroll-cursors:hover, .nicescroll-cursors:active {
  width:14px !important;
}



@media only screen and (max-width: 600px) {
  h1 {
    text-align:center;
  }
  .text-padding > p, .text-padding > h3 {
    text-align:center;
  }
  .banner {
    height: 100vh;
  }
  .banner:before {
    display: none;
  }
  .banner .swiper-container {
    height:100vh;
  }
  .logo {
    height: 160px;
    width: 120px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #home .frases {
    display:none;
  }
  /* Block Base */
  .block-content {
    flex-direction:column;
  }
  .block-content .w50 {
    width:100%;
  }
  .block-content .text-padding {
    padding: 40px 20px;
  }
  /* END Block Base */
  #sobrenos .content-left {
    height: 260px;
  }
  #produtos .inner-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  #produtos .search {
    float:none;
  }
  #contato.block .content-right.text-padding {
    padding: 20px;
    box-sizing: border-box;
    width: 100vw;
  }
  #contato .content-left, #contato .content-right {
    width:100vw;
  }
  #contato .content-left {
    max-height: 60vh;
  }
  #contato .content-left iframe{
    max-height:60vh;
    max-width: 100vw;
  }
  #contato.block .content-left.text-padding, #contato.block .content-right.text-padding {
    padding: 20px;
    box-sizing: border-box;
    width: 100vw;
  }
  #contato-footer {
    /*display:block;*/
    text-align:center;
    flex-direction: column;
    align-items: center;
  }
  #contato-footer > div {
    display: inline-table;
    padding: 20px;
    height: 0;
  }
  #contato-footer > div:after {
    content:initial;
  }
  #contato-footer .footer-logo {
    width:100%;
    /*margin:auto;*/
  }
}