/* Cores da Empresa

      color: rgb(61,61,61)
      color: rgb(245, 134, 54)

  */

/*--- RESET E PADRÕES ---*/

  body{
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3D3D3D;
    overflow: visible !important;
  }

  #itemscope{
      display: none;
    }

  p, * p{
    font-size: 14px;
    color: black;
  }
  a img{
    border: 0px;
  }

  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;
  }

  .divisor-araras{
    width: 100%; height: 10vw; display: block; margin: 24px 0;
    background-image: url('../../images/divisor-araras.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .cadastur{
    padding: 24px;
  }
  .cadastur img{
    width: calc(100% - 48px);
    border-radius: 5px;
    border: 5px solid white;
  }

  .tt-home-instagram{
    padding: 24px 0;
  }

  .tt-home-videos{
    background-color: rgba(245, 134, 54, 1);
    padding: 24px;
  }
  .tt-home-videos h2{
    color:  white;
  }
  .tt-home-videos iframe{
    height: 70vh !important;
    border-radius: 5px;
    margin: 24px 0;
  }

  .eapps-instagram-feed-posts-item{
    border-radius:  5px !important;
  }
  .eui-widget-title, .eui-widget-title *{
    font-family: 'Scheherazade', sans-serif !important;
    font-size: 30px;
    text-transform: uppercase;
  }

  a, a:hover, a:visited{
    color: rgb(245, 134, 54);
    text-decoration: none;
  }
  a:hover{
    color: black;
  }

  img{
    max-width: 100%;
  }

  h1, h2, h3, .mdl-typography--display-1, .mdl-typography--display-2, .mdl-typography--display-3, .mdl-typography--display-4, .mdl-typography--display-5, .mdl-typography--display-6{
    font-family: 'Scheherazade', sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: black;
    line-height: 100%;
  }
  h1, .mdl-typography--display-1{ font-size: 48px; }
  h2, .mdl-typography--display-2{ font-size: 32px; }
  h3, .mdl-typography--display-3{ font-size: 28px; }
  h4{ font-size: 18px; }
  h5{ font-size: 16px; }
  h6{ font-size: 16px; }

  .serif-font, .serif-font.mdl-typography--display-2, .serif-font.mdl-typography--display-3, .serif-font.mdl-typography--display-4, 
  .serif-font.mdl-typography--display-5, .serif-font.mdl-typography--display-6{ font-family: 'Playfair Display', serif; text-transform: none;}

  .textoDestaque{ margin: ; }

  .sans-serif-font, .font-data{ font-family: 'Montserrat', sans-serif !important; }
  .titulo-principal, .titulo-secundario{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 5vh;
  }
  .titulo-secundario{
    margin: 5vh 0; 
  }
  .subtitulo, .font-data{
    font-size: 12px;
    line-height: 115%;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tamanho-chapas{
    font-size: 10px;
    line-height: 115%;
    font-weight: bold;
    text-transform: uppercase;
  }

  a.bt-voltar-historico{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid white;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    transition: all ease-in-out 0.3s;
    }
    a.bt-voltar-historico::before{
      content: '';
      width: 48px;
      height: 48px;
      border-radius: 100%;
      background-color: rgba(41,41,41,0.2);
      position: absolute;
      top: 0px; left: 0px;
      z-index: 0;
      transition: all ease-in-out 0.15s;
    }
    a.bt-voltar-historico::after{
      content: '';
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f1f1f1'%2F%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 12px; left: 12px;
      z-index: 1;
      transition: all ease-in-out 0.2s;
    }
    a.bt-voltar-historico:hover{
      transform: scale(1.5);
      }
      a.bt-voltar-historico:hover::before{
        background-color: rgba(245, 134, 54,0.9);
        transform: scale(0.75);
      }
      a.bt-voltar-historico:hover::after{
        transform: scale(0.75);
      }


/*--- AJUSTES MDL ---*/

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

  .mdl-button.mdl-js-button{
    background-color: white;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.5);
    font-size: 12px;
    color: black;
  }
  .mdl-button.mdl-js-button:hover{
    background-color: rgb(245, 134, 54);
    color: white;
    border: 1px solid white;
  }


/*--- CONTAINERS ---*/

  .cdm-content{
    margin-top: 0px;
  }

  .cdm-max-width{
    max-width: 80vw;
    margin: 0 auto;
  }
  .cdm-hr{
    width:100%;
    height: 1px;
    background-color: rgba(0,0,0,0.05);
    margin:4vw 0;
  }
    

  .cdm-padding{
    padding: 3vw 5vw !important;
  }
  .cdm-padding-vertical{
    padding: 0 5vw;
  }
  .cdm-padding-horizontal{
    padding: 5vw 0;
  }

/*--- CARDS ---*/ 

  .home-destaques > div{
    overflow: hidden;
    }
    .home-destaques > div img{ transition: all ease-in-out 1s }
    .home-destaques:hover > div img{ transform: scale(1.2) }
    .home-destaques .cdm-detalhe-hover{
      position: relative;
      border-radius: 100%;
    }
    .home-destaques .cdm-detalhe-hover::after{
      content: '';
      width: 0px;
      height: 3px;
      position: absolute;
      top: 82.5%;
      right: 0;
      z-index: 1;
      background-color: rgb(245, 134, 54);
      box-shadow: 80px 3px 0px 0px rgba(0,0,0,0.5);
      transition: all ease-in-out 1s;
    }
    .home-destaques:hover .cdm-detalhe-hover::after{
      width: 70%;
    }

  .cdm-cards{ 
    }
    .cdm-cards .mdl-card{ margin-bottom: 5vh; }
    .cdm-cards .mdl-card .mdl-card__media { 
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      overflow: hidden;
    }
    .cdm-cards .mdl-card .mdl-card__media img{ max-height: 25vh; margin: 0px auto; transition: all ease-in-out 0.3s; border-radius: 5px; }
    .cdm-cards .mdl-card:hover .mdl-card__media img{ transform: scale(1.1); }
    .cdm-cards .mdl-card .mdl-card__title{ padding-bottom: 0; }
    .cdm-cards .mdl-card .mdl-card__title-text{ margin: 0; }
    .cdm-cards .mdl-card .mdl-card__supporting-text p{margin-bottom: 0; text-align: center; }
    .cdm-cards .mdl-card .mdl-card__actions{ text-align: center; }

    


/*--- HEADER ---*/

  /* Camadas z-index 
      cdm-header: 996
      mobile-menu: 997
      mobile-menu-button: 998
      preloader: 999
      */


  .cdm-header{
    width: 100%;
    height: auto;
    min-height: 100px;
    background-color: red;
    padding: 0;

    position: fixed;
    top: 0px;
    left: 0px;
    
    z-index: 996;
    background: transparent;
    overflow: hidden;

    }
    .cdm-header::before, .cdm-header::after{
      content: '';
      width: 100%;
      height: 100px;
      position: absolute;
    }
    .cdm-header::before{
      top: 0px; left: 0px;
      z-index: -2;
      background: white;
      opacity: 1;
      transition: all ease-in-out 0.3s;

    }
    .cdm-header::after{
      top: -100px; left: 0px;
      z-index: -1;
      background: #3d3d3d;
      opacity: 0;
      transition: all ease-in-out 0.3s;
    }

    .cdm-header.white::before{
      top: -100px;
      opacity: 0;
    }
    .cdm-header.white::after{
      opacity: 1;
      top: 0px;
    }

    .cdm-header .cdm-header__content{
      width: calc(100% - 68px);
      margin: 20px 34px;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .cdm-title{
      text-align: center;
    }
    .cdm-title img{
      width: auto;
      height: 60px;
    }

    .cdm-navigation-container nav{
      margin: 0; 
      text-align: right;
      font-size: 13px;
      }

      .cdm-navigation-container nav a{
        margin: 0 0 24px 24px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        color: #3D3D3D;
        transition: color ease-in-out 0.3s;
      }
      .cdm-navigation-container nav a:hover{
        color: black;
      }

      .cdm-header.white .cdm-navigation-container nav a{
        color: white;
      }
      .cdm-header.white .cdm-navigation-container nav a:hover{
        color: rgb(245, 134, 54);
      }


  .mobile-menu{
    width: 100vw;
    height: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 997;
    display: none;
    justify-content: center;
    align-items: center;
    background-color:rgba(41,41,41,1);
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }
    .mobile-menu.aberto{
      height: 100vh;
      display: flex;
    }
    .mobile-menu .cdm-title{
      margin-top: -50px;
      margin-bottom: 50px;
    }
    .mobile-menu .cdm-title img{
      height: 80px;
    }

    .mobile-menu a{
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      color: rgb(245, 134, 54);
      text-align: center;      
      text-transform: uppercase;
      transition: all ease-in-out 0.3s;
    }
    .mobile-menu a:hover{
      color: white;
      letter-spacing: 4px;
    }
    .mobile-menu .social-btn{
      width: 38px;
      height: 38px;
      margin: 12px;
      background-color: rgb(245, 134, 54);
      background-size: 50%;
      border-radius: 5px;
      transition: all ease-in-out 0.3s;
    }
    .mobile-menu .social-btn:hover{
      background-size: 55%;
      background-color: white;
    }

  .mobile-menu-button{
    width: 48px;
    height: 48px;
    display: none;
    position: fixed;
    top: 26px;
    right: 26px;
    z-index: 998;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    }
    .mobile-menu-button div{
      width: 80%;
      margin: 0 auto;
      height: 3px;
      background-color: rgb(245, 134, 54);
      box-shadow: 0 -8px 0 0 rgb(245, 134, 54), 0 8px 0 0 rgb(245, 134, 54);
      transform: scale(0.75);
      transition: all ease-in-out 0.1s;
    }
    .mobile-menu-button:hover div{
      box-shadow: 0 -12px 0 0 rgb(245, 134, 54), 0 12px 0 0 rgb(245, 134, 54);
    }

/*--- PAGINAS ---*/

  .cdm-paginas-institucionais{
    padding: 0 4vw;
  }
  .cdm-paginas-institucionais .cdm-hr{
    height: 99px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0);
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .cdm-paginas-institucionais .cdm-hr:first-of-type{
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
  }
  .cdm-menu-institucional{
    transition: all ease-in-out 0.3s.
  }
  .cdm-menu-institucional-flutuante{
    position: fixed;
    z-index: 1;
    background-color: white;
  }
  .cdm-menu-institucional p{
    text-transform: uppercase;
    padding-right: 18px;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
  }
  .cdm-menu-institucional p a:hover{
    font-weight: bold
  }

/*--- PRODUTOS ---*/
  
  .modern-view{
    width: 100%;
    height: auto;
    min-height: calc(100vh - 100px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw !important;
    }

    .modern-view .textos{
      height: auto;
      border-top: 1px solid rgba(0,0,0,0.05);
      }
      .mini-catalogo, .mini-catalogo-insumos{
        width: 100%;
        height: auto;
        float: left;
        display: inline;
        margin-bottom: 8px;
      }
      .mini-catalogo div, .mini-catalogo-insumos div{
        display: inline;
        float: left;
        width: calc(20% - 4px);
        margin: 2px 2px 0 0;
        height: 2.5vw;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center center;
        }
        .mini-catalogo-insumos div{
          width: calc(20% - 4px);
          margin: 2px 2px 0 0;
          height: 3.5vw;
          background-size: contain;
        }


    .modern-view .fotos{
      height: calc(100vh - 100px);
      position: relative;
      overflow: visible;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all ease-in-out 1s;
      }
      .modern-view:hover .fotos{
        background-size: auto 110%;
      }

      .modern-view .fotos .outras-fotos{
        position: absolute;
        bottom: 24px;
        left: -48px;
        width: auto;
        height: 10vw;
        background-color: white;
        padding: 8px 0 8px 8px;
        z-index: 1;
        white-space: nowrap;
      }
      .modern-view .fotos .outras-fotos img{
        max-width: 100%;
        height: 10vw;
        margin-right: 8px;
      }

  .modern-view--no-photo{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw !important;
    }

  .catalogo-pedras{
    width: 100%;
    height: auto;
    margin: 36px auto !important;
    }
    .catalogo-pedras > a{
      min-height: 50vh;
    }
    .catalogo-pedras .catalogo-pedras--foto{
      width: 100%;
      min-height: 50vh;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      box-shadow: inset 0px 0px 0px 4px white;
      z-index: 0;
      }
      .catalogo-pedras .catalogo-pedras--foto::after{
        content: '';
        width: 30%;
        height: 2px;
        background-color: rgb(245, 134, 54);
        position: absolute;
        bottom: 45px;
        right: 5%;
        z-index: 2;
        transition: all ease-in-out 1s; 
        }
        .catalogo-pedras a:hover .catalogo-pedras--foto::after{
          width: 45%;
          right: 10%;
        }
    
    .catalogo-pedras .catalogo-pedras--titulo{
      width: auto;
      padding: 12px 5%;
      background-color: white;
      position: absolute;
      bottom: 36px;
      right: 0;
      z-index: 1;
      transition: all ease-in-out 1s; 
      }
      .catalogo-pedras a:hover .catalogo-pedras--titulo{
        padding: 12px 10% 12px 5%;
      }
      .catalogo-pedras .catalogo-pedras--titulo p{
        line-height: 100%;
        text-align: right;
        text-transform: uppercase;
        margin: 0px;
      }

    .catalogo-pedras.insumos > a{
        min-height: 20vh;
      }
      .catalogo-pedras.insumos .catalogo-pedras--foto{
        min-height: 20vh;
        background-size: contain;
      }

  .catalogo-pedras.mesma-categoria > a{
    min-height: 30vh;
    }
    .catalogo-pedras.mesma-categoria .catalogo-pedras--foto{
      min-height: 30vh;
    }
    .catalogo-pedras.mesma-categoria .catalogo-pedras--foto::after{
        width: 60%;
        }
        .catalogo-pedras.mesma-categoria a:hover .catalogo-pedras--foto::after{
          width: 80%;
        }
        .catalogo-pedras.mesma-categoria .catalogo-pedras--titulo p{
          font-size: 14px;
        }

  .mais-fotos{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -7vw auto 0 auto !important;
    }
    .mais-fotos a{
      text-align: center;
      overflow: hidden;
    }
    .mais-fotos img{
      width: auto;
      max-height: 25vh;
      transition: all ease-in-out 0.15s;
    }
    .mais-fotos a:hover img{
      transform: scale(1.15);
    }

  .catalogo-amostras{
    width: 100%;
    height: auto;
    margin: 36px auto !important;
    }
    .catalogo-amostras .catalogo-amostras--foto{
      min-height: 20vh;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      box-shadow: inset 0px 0px 0px 2px white;
      z-index: 0;
      }
      .catalogo-amostras .catalogo-amostras--titulo{
        width: auto;
        padding: 12px 20px;
        background-color: white;
        position: absolute;
        bottom: 12px;
        right: 0;
        z-index: 1;
        }
        .catalogo-amostras .catalogo-amostras--titulo p{
          line-height: 100%;
          font-size: 10px;
          text-align: right;
          text-transform: uppercase;
          margin: 0px;
        }

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

/*--- INSUMOS ---*/

/*--- BANNER ---*/

  .border-rabisco--top, .border-rabisco--bottom{
    width: 100%;
    width: 100vw;
    height: 150px;
    background-color: transparent;
    background-size: cover;
  }

  .border-rabisco--top{
    background-image: url('../../images/topBorder.svg');
    background-position: center bottom;
  } 
  .border-rabisco--bottom{
    background-image: url('../../images/bottomBorder.svg');
    background-position: center top;
  } 

  .logo-over{
    width: 100vw;
    height: 45vh;
    background-color: transparent;
    background-image: url('../../images/logomarca.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 21;
  }
  
  .tt-home-cadastur{
    background-color: LightSkyBlue;
    padding: 60px 0;
    box-shadow: inset 0px 0px 40vw RoyalBlue;
  }

  .tt-banner-section{
    position: relative;
    width: 100%;
    height: 90vh;
    margin: 0px auto;
    background-color: #000000;
    }
      .tt-banner-section .border-rabisco--top{
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 20;
      }
      .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 top;
          background-size: cover;
          background-repeat: no-repeat;
          box-shadow: inset 0px 0px 100px rgba(0,0,0,0.05);
          
          /* 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;
      }

/*--- RODAPE ---*/

  footer{
    width: 100%;
    background-color: rgb(245, 134, 54);
    font-size: 14px;
    position: relative;
    color:  white;
    }

    footer::after{
      content: '';
      width: 50%;
      height: 10vw;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      border-bottom: 2px solid rgb(245, 134, 54);
      z-index: 0;
    }

    footer .cdm-detalhe{
      width: 60%;
      margin: 5% 0 0 40%;
      z-index: 1;
    }

    .cdm-footer-menu{
      padding: 4% 6%;
      background-color: rgb(0, 113, 188);
    }
    .cdm-footer-menu nav p, .cdm-footer-menu p{
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .cdm-footer-menu nav p a{
      color: white;
      transition: all ease-in-out 0.3s;
    }
    .cdm-footer-menu nav p a:hover{
      letter-spacing: 1px;
      font-weight: bold;
    }

    .cdm-footer-menu p span.tt-font{
      font-size: 20px;
    }

  .diferenciais{
    padding: 8vw 10vw;
    }
    .diferencial{ transform: scale(0.8); transition: all ease-in-out 0.3s; }
    .diferencial:hover{ transform: scale(1); }
    .diferencial p{
      color: white; 
      text-shadow: 0px 0px 2px rgba(0,0,0,1);
    }
    .diferencial img{ width: 60px; transition: all ease-in-out 0.3s; }
    .diferencial:hover img{ width: 60px; transform: scale(1.5); }

  .social-btn{
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: 0;
    }
    .social-btn{
      width: 24px;
      height: 24px;
      margin-right: 12px;
    }

    .social-btn.facebook{ background-image: url(../../images/social/facebook.svg) }
    .social-btn.instagram{ background-image: url(../../images/social/instagram.svg) }
    .social-btn.youtube{ background-image: url(../../images/social/youtube.svg) }
    .social-btn.pin{ background-image: url(../../images/social/pin.svg) }
    .social-btn.skype{ background-image: url(../../images/social/skype.svg) }
    .social-btn.telegram{ background-image: url(../../images/social/telegram.svg) }
    .social-btn.whatsapp{ background-image: url(../../images/social/whatsapp.svg) }
    .social-btn.twitter{ background-image: url(../../images/social/twitter.svg) }
    .social-btn.email{ background-image: url(../../images/social/email.svg) }

    a.whatsapp-flutuante{
      position:fixed; bottom:24px; right:24px; 
      width:56px; height:56px; margin:0; padding:0; outline:none;
      background-image: url(../../images/social/whatsapp-flutuante.svg); 
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      z-index: 998;
    }

    #istoems{
      position:fixed; bottom:24px; left:24px; 
      width:auto; height:auto; margin:0; padding:0; outline:none;
      box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
      z-index: 998;
    }
    #istoems img{width: 240px; }


  .desenvolvimento{
    margin-top: 36px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.2);
    }
    .desenvolvimento p, .desenvolvimento p a{
      color: rgba(0,0,0,0.5);      
    }




/*--- CONTATO ---*/

  .cdm-contato{
    border-right: 1px solid rgba(0,0,0,0.05);
  }
  .cdm-contato-info{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cdm-contato-info li{
    width: 100%;
    margin: 0 0 16px 0;
    float: left;
    display: inline;
  }

  .cdm-contato-info li i{
    float: left; 
    display: block;
    color: black;
  }

  .cdm-contato-info li p{
    width: calc(100% - 40px);
    margin: 0px 8px;
    float: right;
    display: block;
    color: black;
  }
  .cdm-contato-mapa iframe{
    width: 100%;
    height: calc(100vh - 120px);
    border: 1px solid #DDD !important;
  }

  .cdm-sac h3.titulo-secundario{
    margin-bottom: 24px !important;
  }


/* Meus Ajustes */

          .cdm-photo-grid{
            margin: 2vw 8px;
          }

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

          .mdl-cell--3-col.cdm-photo-grid .mdl-card{
            width: calc(100% - 1em);
            margin: 0 1em 1em 0;
          }
          .mdl-cell--12-col.cdm-photo-grid .mdl-card{
            width: calc(25% - 1em);
            margin: 0 1em 1em 0;
          }
          .cdm-photo-grid.cdm-photo-grid--3-col .mdl-card{
            width: calc(50% - 1em);
            margin: 0.5em;
          }

          .cdm-photo-grid .mdl-card .mdl-card__media{
            height: 280px;
            background-repeat: no-repeat; 
            background-position: center center; 
            background-size: cover;
            background-color: #D4C3A9;
          }
          .cdm-photo-show div{
            min-height: 50vh;
            background-size: auto 110%;
            background-repeat: no-repeat;
            background-color: white;
            background-position: center center; 
            transition: all ease-in-out 0.3s;
          }
          .cdm-photo-show div:hover{
            background-size: auto 115%;
          }

  .tt-color-text--primary{
    color: rgb(245, 134, 54);
  }


/*--- RESPONSIVIDADE ---*/


  @media (max-width: 479px) {

    .tt-banner-section{
      height: 50vh;
    }

    a.whatsapp-flutuante{
      bottom:114px;
    }

    .cdm-max-width{
      max-width: 90vw;
      margin: 0 auto;
    }

    .mobile-menu-button{
      display: flex;
    }

    .cdm-navigation-container{
      display: none;
    }

    .modern-view .fotos .outras-fotos{
        bottom: none;
        top: -24px;
        left: calc(5vw - 8px);
        height: 20vw;
        padding: 8px 0 8px 8px;
      }
      .modern-view .fotos .outras-fotos img{
        height: 20vw;
        margin-right: 8px;
      }
      .mini-catalogo div{
        height: 10vw;
      }
    .modern-view .textos{
      padding-top: 15vw;
    }

    footer::after{
        width: 0;
        height: 0;
      }
      footer .cdm-detalhe{
        width: 100%;
        margin: 5% 0 0 0;
      }
      .cdm-footer-menu{ padding: 8% 5% 5% 5%; }

      #istoems img{width: 180px; }

  }

  @media (min-width: 480px) and (max-width: 839px) {

    .cdm-max-width{
      max-width: 90vw;
      margin: 0 auto;
    }

    .mobile-menu-button{
      display: flex;
    }

    .cdm-navigation-container{
      display: none;
    }

    .modern-view{
      min-height: 75vh;
      overflow: visible;
      }
      .modern-view .textos{
        width: 100%;
      }
      .mini-catalogo div{
        height: 10vw;
      }
      .modern-view .fotos{
        height: 100vw;
        background-size: cover;
      }
      .modern-view .fotos .outras-fotos{
        bottom: none;
        top: -24px;
        left: calc(5vw - 8px);
        height: 20vw;
        padding: 8px 0 8px 8px;
      }
      .modern-view .fotos .outras-fotos img{
        height: 20vw;
        margin-right: 8px;
      }


      .catalogo-pedras > a{
        min-height: 35vh;
      }
      .catalogo-pedras .catalogo-pedras--foto{
        min-height: 35vh;
      }

    footer::after{
        width: 10%;
      }
      footer .cdm-detalhe{
        width: 90%;
        margin: 5% 0 0 10%;
      }

  }


  @media (min-width: 840px) {

    footer::after{
        width: 25%;
      }
      footer .cdm-detalhe{
        width: 75%;
        margin: 5% 0 0 25%;
      }

  }
