/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');


/* Disable ugly boxes around images in IE10 */
body {
  /*
  background-color: #45484d !important;
  background: -moz-linear-gradient(45deg, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(45deg, #45484d 0%,#000000 100%);
  background: linear-gradient(45deg, #45484d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
  */
  font-size: 16px !important;
}

#itemscope{
    display: none;
  }

p {
  font-size: 16px !important;
}
a img{
  border: 0px;
}

.whatsapp-button{
    position: fixed;
    display: block;
    z-index: 999;
    top: calc(100vh - 126px); 
    right: 30px;
    animation: shakeWhatsapp 8s infinite;
    -moz-animation: shakeWhatsapp 8s infinite;
    -webkit-animation: shakeWhatsapp 8s infinite;
  }

a.btDownload {
  padding: 10px; padding-left: 38px; border-radius: 4px; background-color: #DDD; color:#000;
  background-image: url(../../images/pdf.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-size: 22px;
}

a, a:hover, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #161d4c;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

h3, h4, h5{
  line-height: 125%;
}

.mdl-typography--display-1{

  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #555555;

}

.tt-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.mdl-color--primary {
  background-color: #45484d !important;
  background: -moz-linear-gradient(45deg, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(45deg, #45484d 0%,#000000 100%);
  background: linear-gradient(45deg, #45484d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.mdl-color-text--primary {
  color: #050505 !important;
}

.tt-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.mdl-textfield--expandable {
  width: auto;
}

.tt-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background-color: #555555 !important;
  color: white !important;
}

.tt-mobile-title {
  display: none !important;
}

.tt-logo-image {
  height: 56px;
  margin: 0 12px;
}

.tt-header {
  overflow: visible;
  box-shadow: 0px 0px 60px rgba(0,0,0,0.15)
}

.tt-content {
  background-color: white;
  /*
  background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );
  */
}

  .tt-content h1,
  .tt-content h2,
  .tt-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
  }

  .mdl-layout__header-row{
    padding: 0;
    padding-left: 20px;
  }
  .tt-header .mdl-layout__header-row {
    text-align: center;
  }

  .tt-header {
    
  }

  .tt-title {
  }

  .tt-header .material-icons {
    color: rgba(0,0,0,0.75) !important;
  }

  .tt-header .mdl-layout__drawer-button {
    background: white;
    color: rgba(0,0,0,0.75);
  }

  .tt-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tt-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .tt-search-box.is-focused + .tt-navigation-container {
    opacity: 0;
    width: 100px;
  }

  .tt-navigation .mdl-navigation__link {
    display: inline-block;
    background-color: transparent !important;
    
    color: #161d4c;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out 0.25s;
    cursor: pointer;
  }

    .tt-navigation .mdl-navigation__link:hover {
      transition: all ease-in-out 0.25s;
      color: #f8821f;
    }

  .tt-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .tt-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

.mdl-layout__obfuscator.is-visible {
  background-color: rgba(40,47,115,0.95);
}

.tt-drawer {
  border-right: none;
}

  .tt-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .mdl-layout__drawer.tt-drawer .mdl-navigation__link {
    transition: all ease-in-out 0.25s;
    color: #161d4c;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .tt-drawer .mdl-navigation .mdl-navigation__link:hover {
    color: white;
    background-color: #f8821f !important;
  }
  .tt-drawer .dropdown {
    width: 240px !important;
  }
  .dropdown a {
    text-decoration: none;
    border-bottom: none;
  }
  .dropdown a li {
    text-align: center;
    transition: all ease-in-out 0.2s;
  }
  .dropdown a:hover li {
    transition: all ease-in-out 0.2s;
    color: #FFF;
    background-color: #55C4CF;
  }

  .tt-drawer .mdl-layout-title {
    position: relative;
    background: #FFFFFF;
    height: 160px;
  }

    .tt-drawer .tt-logo-image {
      position: absolute;
      bottom: 16px;
      right: 16px;
      margin: 0;
      width: 200px;
      height: 118px;
    }

.tt-banner-section {
  position: relative;

  width: 100%;
  height: 33.333vw;
  margin: 0px auto;
  background-color: #000000;
}
    .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-color: rgba(0,0,0,0.5);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5);
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide h1 {
      padding-top: 20vh;
      color: #FFF;
      text-shadow: 0px 0px 50px #000, 0px 0px 20px #000, 0px 0px 5px #000;
      line-height: 110%;
    }
    .swiper-slide h1 em {
      
      font-size: 22px;
      font-style: normal;
      font-weight: lighter;
    }

.logo-font {
  
  line-height: 1;
  color: #FEFFFF;
  font-weight: 500;
}

.tt-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.tt-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.tt-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .tt-create-character a {
    text-decoration: none;
    color: #FEFFFF;
    font-weight: 300;
  }

.tt-home-empresa {
  margin-bottom: 4vw;
}

.mdl-grid.tt-banners-home {
  max-width: 1280px;
  padding: 4vw;
  padding-top: 0;
}

  .tt-banners-home img{
    width: auto;
    max-width: 35%;
    float: left;
    display: inline;
    margin: 0 20px 20px 0
  }
  .tt-banners-home h2, .tt-banners-home h5{
    width: calc(65% - 40px);
    float: left;
    display: inline;
    margin: 0 10px 10px 10px;
    padding: 0;
  }
  .tt-banners-home button{
    margin-top: 20px;
  }


.tt-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #F1F1F1;
}
  .tt-screen-section .mdl-typography--display-1 {
    margin-bottom: 1em;
  }

  .tt-screen-section.tt-lista-paginas {
    /*
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 14%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 14%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 14%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    */
  }

.tt-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.tt-screen {
  text-align: center;
}

.tt-screen .tt-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.tt-image-link {
  text-decoration: none;
}

.tt-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .tt-wear .tt-screen-image {
    width: 40%;
    z-index: 1;
  }


.tt-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .tt-phone .tt-screen-image {
    width: 100%;
    z-index: 1;
  }


.tt-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .tt-tablet .tt-screen-image {
    width: 100%;
    z-index: 1;
  }

  .tt-tablet .tt-link {
    display: block;
    z-index: 2;
  }


.tt-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .tt-tv .tt-screen-image {
    width: 100%;
    z-index: 1;
  }


.tt-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .tt-auto .tt-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.tt-wear-section {
  position: relative;
  /* background-color: rgba(234, 107, 85, 0.8); */
  background-color: rgba(255,255,255,1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 80vh;
}

.tt-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(234, 107, 85, 0.9);
}

.tt-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .tt-wear-band-text p {
    padding-top: 8px;
  }

.tt-link {
  text-decoration: none;
  color: #C59749 !important;
}

  .tt-link:hover {
    color: #A57729 !important;
  }

  .tt-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.tt-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .tt-alt-link:hover {
    color: #00bfa5 !important;
  }

  .tt-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.tt-customized-section {
  text-align: center;
  min-height: 80vh;
}

.tt-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36vh;
}

.tt-more-section {
  padding: 80px 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

  .tt-more-section .tt-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.tt-card-container {
  max-width: 1300px;
  margin: 0 auto;
}

  .tt-card-container .mdl-card {
    min-height: 420px;
  }

  .tt-lista-paginas .tt-card-container .mdl-card {
    min-height: 0;
    height: auto;
  }

  .tt-card-container .mdl-card__media {
    max-height: 280px;
    overflow: hidden;
    background: transparent;
  }

    .tt-card-container .mdl-card__media img {
      width: 100%;
    }

  .tt-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .tt-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .tt-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding: 0 16px 24px 16px;
  }

  .tt-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .tt-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.sp-cards-attachs {
      width: 100%;
      float: left;
      display: inline;
      margin: 0;
      margin-top: 1em;
      padding: 0;
    }
    .sp-cards-attachs .mdl-card {
      width: calc(100% - 1em);
      margin: 0 1em 1em 0;
      float: left;
      display: inline;
      min-height: 0;
    }

      .sp-cards-attachs .mdl-card .mdl-card__title {
        width: 84px;
        height: 84px;
        padding: 0;
        margin: 0;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        display: inline;
      }

      .sp-cards-attachs .mdl-card .mdl-card__supporting-text {
        width: calc(100% - 104px);
        float: right;
        display: inline;
        margin: 0 20px 0 0;
        background-color: rgba(255,255,255,0.9);
        padding-bottom: 0;
      }
        sp-cards-attachs .mdl-card .mdl-card__supporting-text input {
          border-bottom: 0px;
        }

      .sp-cards-attachs .mdl-card .mdl-card__actions {
        width: calc(100% - 104px);
        float: right;
        display: inline;
        margin: 0 20px 0 0;
        padding: 0 0 20px 0;
        border-top: 0;
      }
      .sp-cards-attachs .mdl-card .mdl-card__actions a {
        margin-right: 8px;
      }

.tt-footer {
  background: #161d4c;
}

  .tt-footer * {
    color: #FFF;
  }

  .tt-footer a:hover {
    color: #ef7f20;
  }

  .tt-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .tt-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .tt-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .tt-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .tt-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }

  .mdl-mega-footer--social-btn {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
    .mdl-mega-footer--social-btn.facebook { background-image: url(../../images/facebook.png) }
    .mdl-mega-footer--social-btn.instagram { background-image: url(../../images/instagram.png) }
    .mdl-mega-footer--social-btn.youtube { background-image: url(../../images/youtube.png) }


.tt-link-menu:hover {
  cursor: pointer;
}

/* Products */
  
  @media (min-width: 1024px) {

    .fb-products-list .mdl-cell--3-col {
      width: calc(25% - 16px);
    }

  }

  .fb-products-list .mdl-card__media, 
  .fb-products-list-viewed .mdl-card__media {
    height: 240px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  .fb-products-list .mdl-card__media.fb-category-grid {
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

    .fb-products-list .mdl-card__media.fb-category-grid div {
      width: calc(25% - 0px);
      height: 60px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      border-radius: 4px;
      box-shadow: inset 0px 2px 0px 2px white, inset 0px 0px 10px rgba(0,0,0,0.3);
    }

      /* Category Photo Grid Styles */
        .mdl-card__media.fb-category-grid.grid-1 div {
          width: calc(100% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-2 div {
          width: calc(50% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-3 div {
          width: calc(50% - 0px);
          height: 120px;
        }
          .mdl-card__media.fb-category-grid.grid-3 div:nth-child(3n-1), .mdl-card__media.fb-category-grid.grid-3 div:nth-child(3n) {
            width: calc(50% - 0px);
            height: 60px;
          }
        .mdl-card__media.fb-category-grid.grid-4 div {
          width: calc(50% - 0px);
          height: 120px;
        }
          .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n-2), .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n-1) {
            width: calc(25% - 0px);
            height: 60px;
          }
          .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n) {
            width: calc(25% - 0px);
          }
        .mdl-card__media.fb-category-grid.grid-5 div:nth-child(5n+1) {
          width: calc(50% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-6 div:nth-child(6n-5), .mdl-card__media.fb-category-grid.grid-6 div:nth-child(6n-4) {
          width: calc(50% - 0px);
        }
        .mdl-card__media.fb-category-grid.grid-7 div:nth-child(7n) {
          height: 120px;
        }


  .fb-products-list .fb-product-price,
  .fb-products-list-viewed .fb-product-price {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -16px;
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: -0.05em;
  }

  .fb-products-list .fb-discount, 
  .fb-products-list-viewed .fb-discount {
    float: right;
    margin: 16px 0 0 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .fb-products-list .fb-discount .mdl-chip__text{
    font-size: 18px;
  }
    .fb-products-list .fb-discount .mdl-chip__text em{
      font-size: 13px;
      margin-left: 4px;
    }

  .fb-products-list-viewed .mdl-card__media {
    height: 120px;
  }
  .fb-products-list-viewed .fb-discount {
    margin-top:4px;
  }
  .fb-products-list-viewed .mdl-card__title .mdl-typography--title {
    letter-spacing: 0;
    line-height: 100%;
  }
  .fb-products-list-viewed .fb-product-price { 
    font-size: 1.75em;
    padding-bottom: 16px;
    padding-top: 8px;
  }
  .fb-products-list-viewed .mdl-button {
    box-shadow: none;
  }

  .fb-product-quickview {
    width: 90vw;
  }

  .fb-product-quickview-descriptions p {
    line-height: 120%;
  }

  .fb-product-quickview-photos div, 
  .fb-product-addtocart-photos div {
    height: 320px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .fb-product-addtocart-photos div {
    width: 160px;
    height: 120px;
  }

  .fb-price {
    letter-spacing: -0.05em;
  }

  .fb-discount-price {
    text-decoration: line-through;
  }

  .cart-view .item-nome,
  .cart-view .item-preco * {
    white-space: pre-wrap;
  }
  .cart-view .item-qtd span {
    width: 30px;
    float: left;
    padding: 6px;
    margin-right: 8px;
    border-radius: 4px;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
    background-color: white;
  }

  .schema-rich-content{
    display: none;
  }


/**** Mobile layout ****/
@media (max-width: 900px) {
  .tt-navigation-container {
    display: none;
  }

  .tt-title {
    
  }

  .tt-mobile-title {
    display: block !important;
    position: absolute;
    left: 66px;
    top: 0px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.tt-search-box.is-focused ~ .tt-mobile-title,
  .tt-search-box.is-focused + .tt-navigation-container + .tt-mobile-title {
    opacity: 0;
  }

  .tt-more-button {
    display: none;
  }

  .tt-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .tt-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .tt-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .tt-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .tt-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .tt-create-character img {
    height: 12px;
  }

  .tt-fab {
    display: none;
  }

  .tt-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .tt-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}


/* Contato */

  .tt-extra-padding {
    padding: 3em;
  }

  .tt-resumo {
    line-height: 150%;
    padding: 1.5em 0;
  }

  .tt-contact {
    padding: 0;
    margin-bottom: 3em;
    list-style: none;
  }

  .tt-contact li {
    width: 100%;
    margin: 16px 0 0 0;
    float: left;
    display: inline;
  }

  .tt-contact li i {
    float: left; 
    display: block;
    color: #FFF;
  }

  .tt-contact li p {
    width: calc(100% - 40px);
    margin: 0px 8px;
    float: right;
    display: block;
    color: #FFF;
  }




/* Meus Ajustes */

  .mdl-card, .mdl-card *, .tt-photo-grid * {
    text-decoration: none;
  }

  .tt-photo-grid .mdl-card {
    max-width: calc(100% - 1em);
    margin: 0 1em 1em 0;
  }

  .tt-photo-grid .mdl-card .mdl-card__media {
    height: 280px;
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #D4C3A9;
  }

  .tt-font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
  }

  .tt-color--green {
    background-color: #555555;
  }
  .tt-color-text--blue {
    color: #000;
  }

  .tt-color--light-blue {
    background-color: #555555;
  }
  .tt-color-text--light-blue {
    color: #555555;
  }
  
  .sidemenu a {
    text-decoration: none;
  }

  .mdl-layout__header-row #open-sidemenu {
    display: none;
  }

  .portfolio-container {
    padding-bottom: 2em;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .portfolio-container:nth-child(2n) {
    background-color: white;
  }

  .portfolio-div {
    position: relative;
    min-height: 300px;
  }

  .portfolio-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
    position: absolute;
  }

  .portfolio-mobile {
    width: 92px;
    height: 172px;
    bottom: 0px;
    z-index: 1;
    background-color: #999;
  }

  .portfolio-tablet {
    width: 166px;
    height: 236px;
    bottom: 0px;
    z-index: 2;
    background-color: #888;
  }

  .portfolio-desktop {
    width: 414px;
    height: 258px;
    bottom: 40px;
    z-index: 0;
    background-color: #555;
  }

  .portfolio-desktop:after{
    content:"";
    width: 60px;
    height: 40px;
    background-color: #444;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: -40px;
  }

  .reveal { opacity: 0 }
  .reveal.animated { opacity: 1 }


/* Fim Meus Ajustes */

@media (max-width: 480px) {

  .tt-logo-image{
    height: 50px;
    margin: 3px;
  }
  
  .tt-extra-padding {
    padding: 1.5em;
  }
  .tt-banner-section {
    height: 100vw;
  }
  .tt-banner-section .swiper-slide * {
    display: none;
  }
  .tt-header .mdl-layout__header-row {
    padding: 0px;
  }

  .tt-banners-home h2 {
    font-size: 2rem;
  }

  .portfolio-mobile {
    width: 60px;
    height: 116px;
  }

  .portfolio-desktop {
    width: 90vw;
    height: 50.5vw;
    left: calc(50% - 45vw);
  }

  .mdl-layout__obfuscator.is-visible {
    background-size: auto 100vh;
  }

  ..tt-footer{
    background-size: cover;
    background-position: left top;
  }

}

@media (max-width: 640px) {

  .mdl-layout__obfuscator.is-visible {
    background-size: auto 100vh;
  }

  .tt-logo-image{
    height: 50px;
    margin: 3px;
  }

  .portfolio-tablet {
    display: none;
  }
}

@media (max-width: 764px) {

  .tt-title{
    width: 100%;
    text-align: center;
  }

  .tt-logo-image{
    height: 50px;
    margin: 3px;
  }
  body .fm-menu .fm-nav > a {
    font-size: 5.5vw;
    padding: 25px 0;
    padding-right: 45px;
  }
  body .fm-menu .fm-nav > a > .subtitle{
    line-height: 140%;
    font-size: 3.5vw;
    margin-bottom: 0px;
  }
  body .fm-menu .fm-first-level li {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 900px) {
  .mdl-layout__header-row #open-sidemenu {
    display: block;
  }
  .mdl-layout-title {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .fm-menu {
    width: 100%;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 25px;
  }

  .tt-logo-image{
   height: 50px;
    margin: 3px 24px;
  }

  .tt-navigation .mdl-navigation__link {
    width: auto;
    padding: 0px 12px;
    font-size: 16px;
    margin-top: 0px;

  }

  .portfolio-mobile {
    left: 0px;
  }
  .portfolio-tablet {
    left: calc(100% - 176px);
  }
  .portfolio-desktop {
    left: calc( 50% - 207px );
  }
}

@media (min-width: 1024px) {
  .tt-logo-image{
    
  }
  .tt-extra-padding{
    padding: 4em;
  }
  .tt-banners-home h2 {
    
  }
  .tt-banners-home div {
    position: relative;
    overflow: hidden;
  }
  .portfolio-mobile {
    left: 10%;
  }
  .portfolio-tablet {
    right: 10px;
  }
  .portfolio-desktop {
    left: calc( 50% - 207px );
  }

}

@media (min-width: 1440px) {
  .portfolio-mobile {
    left: 15%;
  }
  .portfolio-tablet {
    right: 5%;
  }

}