/*added by Ricardo Campos*/
body{
  background-color: #EEEEEE;
  color:#444444;
  font-family: 'Roboto';
}
.navbar-toggler{
  padding: 0 30px;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #888;
    border-radius: 1px;
    transition: 300ms ease-in-out;
    background-color: #eee;
    position: relative;
}
.navbar-toggler .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
}
.navbar-toggler .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.navbar-toggler .icon-bar:nth-child(1) {
    opacity: 0;
}
.navbar-toggler.collapsed .icon-bar{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);        
    top: 0;
    margin: 9px 0;
    opacity: 1;
}
.container {
  max-width: 1680px;
}
.btn-custom-red {
    color: #fff;
    background-color: #B64B59;
    border-color: #B64B59;
    border-radius: 2px;
    border-bottom: 2px solid #2F2F2F;
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-custom-red:hover, .btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
  background-color: #B64B59;
  border-color: #B64B59;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, 
.btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.0);
}
.btn-danger.focus, .btn-danger:focus{
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.0);
}
.bg-dark {
    background-color: #2F2F2F!important;
}
nav.navbar-dark{
  padding: 0;
}
.navbar-brand {
  padding:32px;
  background-image: url('../images/icon.svg');
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 7px 50%;
  margin-left: 25px;
}
.mainNav li{
  text-align: center;
}
.mainNav>li>a{
  font-family: 'zapfhumnst_ult_btultra';
  letter-spacing: 2px;
  padding: 40px 90px 39px;
  color:#ddd;
  font-size: 18px;
  line-height: 34px;
  border-left: 1px solid rgba(221,221,221,0.25);
}
.mainNav>li.active>a{
  background-color: #B64B59;
}
.mainNav>li>a:hover{
  text-decoration: none;
}
.language  {
    display:inline-block;
    vertical-align:middle;
    position:relative;
    text-align: center;
    margin:0; 
}
.language select {
  font-family: 'zapfhumnst_ult_btultra';
  letter-spacing: 1px;
  line-height:normal;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  display:block;
  border:transparent;
  background:transparent repeat-x 0 0;
  color:#ddd;
  height: 100px;
  padding:36px 15px 36px 90px;
  margin:0;
  line-height:normal;
  border-radius:0;
  border-left: 1px solid rgba(221,221,221,0.25);

  transition: all .25s linear; 
  -o-transition: all .25s linear; 
  -moz-transition: all .25s linear; 
  -webkit-transition: all .25s linear; 
}
.ie8 .language select{padding-right:3px}
.language select:focus {
  color:#ddd;
    background:transparent;
    outline:none;
    box-shadow:0 0 0, inset 0 0 0;
    border-color:transparent;
}
.language ::-ms-expand {
 display:none;
}
.language:after{
    content:"";
    position:absolute;
    z-index:2;
    right:0;
    top:50%;
    margin-top:-4px;
    height:0;
    width:0;
    border-top:9px solid #ddd;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    pointer-events:none;
}
/*home page */
.welcomeText h2{
  font-family: 'zapfhumnst_ult_btultra';
  line-height: 50px;
  font-size: 42px;
}
.welcomeText p{
  font-family: 'Roboto';
  font-size: 25px;
  line-height: 32px;
}

/*Product page */
  .bannerTop img{
    width: 100%;
  }
  .mainTitle{
    font-family: 'zapfhumnst_btroman';
    font-size: 68px;
    margin-bottom: 100px;
  }
  .catTitle{
    font-family: 'zapfhumnst_ult_btultra';
    font-size: 26px;
    line-height: 75px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(47,47,47,0.5)
  }
  .categoryWrapper{
    margin-bottom: 50px;
  }
  .productWrapper.owl-carousel{
    margin: auto;
  }
  .productWrapper.owl-carousel .owl-item img{
    width: auto;
  }
  .productWrapper.owl-carousel .owl-nav{
    font-size: 55px;
    position: absolute;
    margin-top: -340px;
    width: 100%;
  } 
  .productWrapper.owl-carousel .owl-nav button{
    outline-style: none;
  }
  .productWrapper.owl-carousel .owl-nav .owl-next{
    float: right;
  }
/*Gallery */
  #homeTab{
    margin-top: 130px;
    padding-bottom: 20px;
  }
  #homeTab .nav-item{
    margin-right: 25px;
  }
  #homeTab .nav-item .nav-link{
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(47,47,47, 0.25);
    padding-left: 0;
    font-weight: bold;
  }
  #homeTab .nav-item .nav-link.active{
    color: #B64B59;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
  }
  #galleryId, #galleryId2{
    height: 480px;
    overflow: hidden;
  }
  #galleryId div, #galleryId2 div{
    padding-bottom: 120px;
    cursor: pointer;
  }
  #galleryId div img, #galleryId2 div img{
    overflow: hidden;
    width: 100%;
    height: 535px;
  }
  .vew_Img{
    float: right;
    position: absolute;
    right: 19px;
    bottom: 55px;
    z-index: -1;
    width: 350px;
  }
  
  /*Modal Gallery*/
    .lg-start-zoom .lg-toolbar .lg-autoplay-button,
    .lg-start-zoom .lg-toolbar .lg-download,
    .lg-start-zoom .lg-toolbar #lg-zoom-in,
    .lg-start-zoom .lg-toolbar #lg-zoom-out,
    .lg-start-zoom .lg-toolbar #lg-actual-size,
    .lg-start-zoom .lg-toolbar .lg-fullscreen {
      display: none !important;
    }
    .lg-start-zoom .lg-sub-html{
      padding: 30px 40px;
    }
    .lg-start-zoom #lg-counter{
      position: fixed;
      left: 50%;
      bottom: 10px;
      margin:auto; 
    }

.slick-slider{
  margin-bottom: 140px;
}
.slick-slide .main-logo{
    width: 438px;
    font-size: 0;
    background: url(/themes/adega/assets/images/main_logo.svg) no-repeat 0 0;
    display: block;
    min-height: 245px;
    z-index: 1;
}
.slick-slider .overlay-slide-image {
    background: #fff;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 983px;
    z-index: 1;
}
.banner_product{
  position: relative;
  height: 473px;
  overflow: hidden;
  margin-bottom: 110px;
  margin-top: 150px;
}
.banner_product img, .banner_productInner{
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
/*.banner_product img{
  filter: blur(3px);
}*/
.banner_productInner{
  /*background-color: rgba(182,75,89, 0.75);*/
  z-index: 1;
}
.banner_productInner a{
  color: #B64B59 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  width: 350px;
}
.banner_productInner h2{
  font-family: 'zapfhumnst_ult_btultra';
  font-size: 55px;
  color: #DDDDDD;
  text-align: center;
  padding: 100px 0 70px;
}
.catTabs .nav-item{
  margin-right: 2.2%;
  margin-bottom: 20px;
}
.catTabs .nav-item:last-child{
  margin-right: 0;
}
.nav-tabs.catTabs .nav-link{
  border: transparent; 
  border-top-left-radius:0; 
  border-top-right-radius:0; 
}
.nav-tabs.catTabs a.nav-link {
  font-family: 'zapfhumnst_ult_btultra';
  font-size: 16px;
  color: rgba(47,47,47,0.25);
  text-transform: uppercase;
}
.nav-tabs.catTabs a.nav-link.active {
  color: rgba(47,47,47,1);
  background:transparent; 
}

/*owlCarousel tabs homepage */
  .catTabs.owl-carousel{
    padding-bottom: 1px;
  }

  .catTabs.owl-carousel .owl-nav{
    font-size: 30px;
    margin-top: -86px;
  }
  .catTabs.owl-carousel .owl-stage-outer{
    margin: 0 10px; 
  }
  .catTabs.owl-carousel .owl-nav .owl-prev, 
  .catTabs.owl-carousel .owl-nav .owl-next{
    line-height: 65px;
    outline-style: none;
  }
  .catTabs.owl-carousel .owl-nav .owl-next.disabled,
  .catTabs.owl-carousel .owl-nav .owl-prev.disabled{
    opacity: 0.25;
  }
  .catTabs.owl-carousel .owl-nav .owl-next{
    float: right;
    padding-left: 20px !important;
    
  }
  .catTabs.owl-carousel .owl-nav .owl-prev{
    padding-right: 20px !important;
  }
  .catTabs.owl-carousel .owl-dots{
    display: none;
  }
/*product layout*/
  .homeProducts{
    margin-bottom: 110px;
  }
  .innerCol{
    width: 89.8%;
    margin:auto;
   }
  .innerCol figure{
      width: 100%;
   }
  .wrappeImg{
    display: table; 
    width: 100%;
  }
  figure .img{
    height: 446px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
  }
  figcaption a span{ 
    text-transform: uppercase;
    font-size: 14px;
    line-height: 45px;
  }
  figcaption small{
    text-transform: uppercase;
    font-weight: bold;
  }
  figcaption .title{
    font-family: 'zapfhumnst_ult_btultra';
    font-size: 23px;
    min-height: 70px;
    line-height: 30px;
    margin-top: 3px;
  }
/*product detail*/
  .productDetails{
    margin-top: 100px;
    padding-top: 57px;
    background: #fff;
  }
  .productImg_bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b64b59+1,5b262d+100 */
    background: rgb(182,75,89); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(182,75,89,1) 1%, rgba(91,38,45,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(182,75,89,1) 1%,rgba(91,38,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(182,75,89,1) 1%,rgba(91,38,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b64b59', endColorstr='#5b262d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */    
    max-height: 922px;
    overflow: hidden;
  }
  .productImg_bg img{
    width: 100%;
  }
  .productDetails_inner h1{
    margin-top:0;
    margin-bottom: 55px; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 37px;
  }
  .productDetails_inner p.tech{
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
  }
  .productDetails_inner p{
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 60px;
  }
  .productDetails_inner table{
    margin-top: 5px;
  }
  .productDetails_inner table tr td{
    font-size: 14px;
    line-height: 20px;
    padding: .75rem .75rem 0 0;
  }
  .downlaodTech{
    margin: 60px 0 50px; 
  }
  .downlaodTech a{
    width: 350px;
  }
  .wrapperCarousel_productDetails{
    background-color: #EDEDED;
    padding: 85px 0 70px;
  }
/*contact area*/
  .contactPage{
    margin-top: 100px;
  }
  .contactArea{
    background-color: rgb(47,47,47,0.9);
    color:#DDDDDD;
  }
  .contactArea .row{
    margin-right: 0;
  }
  .contactArea a{
    color:#DDDDDD; 
  }
  .contactArea a:hover{
    text-decoration: none;
  }
  .innerContact h1, .innerContact{
    font-family: 'zapfhumnst_btroman';
  }
  .innerContact{
    padding: 108px 140px;
    font-size: 26px;
  }

#layout-footer{
  background-image: url('../images/footer.jpg');
  height: 680px;
  position: relative;
  color:#ddd;
}
#layout-footer a{
  color:#ddd;
}
.footer{
  padding-top: 70px;    
  background-color:rgb(47,47,47,0.9);
  height: 680px;
}
.footer:before{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.footerLogo img{
  height: 81px;
  width: 145px;
}
.social{
  margin-bottom: 80px;
}
.social .socialIcon{
  padding-top: 10px;
}
.socialIcon li a{
  font-size: 45px;
}
.socialIcon li{
  margin-right:60px;
}
.footerContent{
  font-family: 'zapfhumnst_btroman';
}
.footerContent h4{
  font-family: 'zapfhumnst_ult_btultra';
  margin-bottom: 5px;
}
.footerContent .col-md-2{
  padding-right: 0;
  padding-left: 0;
}
.footerContent ul li a{
  text-transform: uppercase;
}
.footerContent ul li a:hover{
  text-decoration: none;
}
.credit{
  background-color:rgb(47,47,47,1);
  margin:0;
  position: absolute;
  height: 78px;
  line-height: 60px;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-family: 'zapfhumnst_btroman';
}


@media only screen and (max-width: 1679px) and (min-width: 1200px)  {
  .container {
    /*max-width: 1450px;*/
    width: 1180px;
  }
  .btn-custom-red{
    height: 50px;
    font-size: 13px;
    line-height: 35px;
  }
  /*HEADER*/
  .navbar-brand{
    background-size: auto 45%;
    background-position: 20px 50%;
  }
  .language select{
    font-size: 13px;
    height: 65px;
    padding: 0 30px 0 90px;
  }
  .language:after{
    right: 12px;
    border-top: 7px solid #ddd;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .mainNav>li>a{
    padding: 25px 55px 23px;
    font-size: 13px;
    line-height: 34px;
  }
  .slick-slider .overlay-slide-image{
    height: 693px;
  }
  .slick-slider-3 .slick-slide .slide-image{
    min-height: 693px !important;
  }
  .slick-slider {
      margin-bottom: 50px;
  }
  .banner_product{
    margin-top: 50px;
  }
  #homeTab{
    margin-top: 70px;
  }
  .welcomeText h2{
    line-height: 32px;
    font-size: 32px;
  }
  .welcomeText p{
    font-size: 16px;
    line-height: 25px;
  }
  #galleryId div, #galleryId2 div{
    padding-bottom: 120px;
  }
  #galleryId div img, #galleryId2 div img{
    height: 100%;
  }
  .catTabs.owl-carousel .owl-stage-outer {
      margin: 0 20px;
  }
  .catTabs .nav-item{
    text-align: center;
  }
  .nav-tabs.catTabs a.nav-link {
    line-height: 17px;
  }
  .figure .img{
    height: 300px;
  }
  figcaption a span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px;
  }
  .innerContact{
    padding: 50px 60px;
    font-size: 1em;
  }
  .footer{
    padding-top: 30px;
  }
  .social {
    margin-bottom: 50px;
  }
  .socialIcon li {
    margin-right: 30px;
  }
  .socialIcon li a {
    font-size: 30px;
  }
  .social .socialIcon {
    padding-top: 15px;
  }
  .credit {
    height: 55px;
    line-height: 50px;
  }
  .productDetails{
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
  .container {
    max-width: 1140px;
  }
  .catTabs .nav-item{
    text-align: center;
  }
  .nav-tabs.catTabs a.nav-link {
    line-height: 13px;
  }
  .productDetails{
    margin-top: 65px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .navbar-dark .navbar-toggler{
    border-color: transparent;
    outline-style: none;
  }
  .mainNav li{
    text-align: center;
    height: 67px;
    line-height: 69px;
  }
  .mainNav>li.active {
    background-color: #B64B59;
    border-bottom: 1px solid #000;
  }
  .mainNav>li>a{
    font-size: 18px;
    padding: 24px 137px 19px;
    border-left:transparent;
  }
  .language select{
    padding: 9px 179px 8px 360px;
  }
  .language:after{
    right: 160px;
  }
  .welcomeText h2{
    line-height: 43px;
    font-size: 43px;
  }
  #galleryId div img, #galleryId2 div img{
    height: 100%;
  }
  #galleryId div, #galleryId2 div{
    padding-bottom: 200px;
  }
  .slick-slider {
      margin-bottom: 60px;
  }
  .container{
    padding-right: 35px;
    padding-left: 35px;
  }
  .banner_product{
    margin-left: -15px;
    margin-right: -15px;
  }
  .catTabs .nav-item{
    text-align: center;
  }
  .nav-tabs.catTabs a.nav-link {
    line-height: 13px;
  }
  .contactArea .col-lg-6{
    padding-right: 0;
  }
  .innerContact {
    padding: 80px 80px;
  }
  .social {
    text-align: center;
  }
  .footerContent{
    padding-left: 25px;
    padding-bottom: 100px;
  }
  #layout-footer{
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
  }
  .footer{
    height: auto;
  }
  /*product details*/
    .productDetails{
      margin-top: 65px;
    }
    .productDetails .container{
      padding-right: 15px;
      padding-left: 15px;
    }
    .productDetails {
        margin-top: 64px;
        padding-top: 0;
    }
    .productDetails .col-lg-5{
        padding-right: 0;
        padding-left: 0;
    }
    .productDetails_inner .tech{
      display: none;
    }
   .downlaodTech {
      margin: 60px 0 40px;
      text-align: center !important;
    }
    .downlaodTech a {
        width: 280px;
    }
}
@media (max-width: 576px) {
  .mainNav li{
    text-align: left;
    height: 61px;
    line-height: 61px;
  }
  .mainNav>li.active {
    background-color: #B64B59;
    border-bottom: 1px solid #000;
  }
  .mainNav>li>a{
    font-size: 14px;
    padding: 22px 140px 19px 46px;
    border-left:transparent;
  }
  .language select{
    padding: 0 244px 0px 50px;
    height: 70px;
  }
  .language:after{
    right: 220px;
  }
  .navbar-toggler:not(:disabled):not(.disabled){
    border:none; 
  }
  button:focus{
    outline: none;
  }
  .nav.navbar-dark{
    height: 75px;
  }
  .navbar-brand{
    background-size: auto 38%;
    background-position: 19px 50%;
  }
  .container {
    max-width: 540px;
  }
  .slick-initialized .slick-slide{
    height: 600px;
  }
  .slick-slide .main-logo{
    -webkit-filter: brightness(600%); 
    filter: brightness(600%);
    width: 275px;
    height: 120px;
    min-height: 505px;
  }
  .slick-slider .overlay-slide-image {
    background:transparent; 
    height: auto;
  }
  .slick-slider-3 .slick-slide .slide-image{
    background-position: 58% -190px !important;
    background-repeat: no-repeat;
  }
  .welcomeText{
    margin-top: 40px;
  }
  .slick-slider {
    margin-bottom: 0;
  }
  .welcomeText h2{
    line-height: 23px;
    font-size: 23px;
  }
  .welcomeText p{
    font-size: 15px;
    line-height: 23px;
  }
  #homeTab {
    margin-top: 50px;
  }
  #homeTab .nav-item {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }
  .banner_product{
    margin-top: 0;
    margin-bottom: 48px;
    height: 289px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .banner_productInner{
    width: 100%;
    height: 100%;
  }
  .banner_product img{
    width: 170%;
    left: -20%;
  }
  .banner_productInner h2{
    font-size: 24px;
    padding: 50px 0 40px;
    line-height: 32px;
  }
  .banner_productInner a {
    width: 270px;
  }
  #galleryId div, #galleryId2 div{
    padding-bottom: 43px;
  }
  #galleryId div img, #galleryId2 div img{
    height: 100%;
  }
  #galleryId, #galleryId2{
    margin-bottom: 20px;
    height: 210px;
  }
  .vew_Img{
    display: none;
  }
  .lg-start-zoom #lg-counter { 
    padding-left: 0; 
  }
  /*product page */
    .bannerTop{
      margin-top: 64px;
    }
    .mainTitle{
      display: none;
    }
    .catTitle{
      line-height: 35px;
      font-size: 18px;
    }
    .productWrapper.owl-carousel .owl-item img{
      width: 80%;
    }
    .innerCol{
      width: 100%; 
    }
  /*detalhes do produto*/  
    .productDetails {
      margin-top: 64px;
      padding-top: 0;
    }
    .productDetails .col-lg-5{
      padding-right: 0;
      padding-left: 0;
    }
    .productDetails_inner .tech{
      display: none;
    }
    .productDetails_inner h1{
      margin-bottom: 35px;
      font-size: 24px;
    }
    .productDetails_inner p{
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 52px;
    }
    .downlaodTech {
      margin: 60px 0 40px;
      text-align: center !important;
    }
    .downlaodTech a {
        width: 280px;
    }
    .contactPage {
        margin-top: 64px;
    }
  /*product homepage*/
    .nav-tabs.catTabs a.nav-link {
        line-height: 17px;
    }
    .catTabs .nav-item{
      text-align: center;
    }
    .catTabs.owl-carousel .owl-nav{
      margin-top: -76px;
    }
    .homeProducts {
        margin-bottom: 40px;
    }
    figure .img{
      width: 80%;
      height: 100%;
    }
    figcaption small{
      font-size: 74%;
    }
    figcaption .title{
      font-size: 18px;
      line-height: 20px;
    }
    .btn-custom-red{
      height: 50px;
      line-height: 35px;
    }
    figcaption a span{
      font-size: 13px;
      line-height: 35px;
    }
  /*contact area*/
    .contactArea{
      background:#2F2F2F;
    }
    .contactArea .col-lg-6{
      padding-right: 0;
    }
    .innerContact{
      padding: 35px 40px;
      font-size: 18px;
    }
    .innerContact h1{
      font-size: 30px;
    }
    .footerLogo{
      text-align: center;
      margin-bottom:10px; 
    }
    .socialIcon li {
      margin-right: 0;
      margin: auto;
    }
    .socialIcon li a {
        font-size: 35px;
    }    
    .footerContent{
      padding-left: 25px;
      padding-bottom: 100px;
    }
    #layout-footer{
      background-repeat: no-repeat;
      background-position: bottom;
      height: auto;
    }
    .footer{
      background:#2F2F2F;
      height: auto;
    }
    .credit{
      height: 44px;
      line-height: 17px;
      text-align: center;
      font-size: 13px;
      padding-top: 6px;
    }
    .credit span{
      float: none;
      display: block;
    }
}