@font-face {
    font-family: 'Calibri';
    src: url('Calibri.eot');
    src: url('Calibri.eot?#iefix') format('embedded-opentype'),
        url('Calibri.woff2') format('woff2'),
        url('Calibri.woff') format('woff'),
        url('Calibri.ttf') format('truetype'),
        url('Calibri.svg#Calibri') format('svg');
}
body {
    background-color: #fff;
    font-family: 'Calibri', sans-serif;
    color: #6d6d6d;
}

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

.link-azul a:link {
    text-decoration: underline;
    color: #009ae1;
}
.link-azul a:visited {
    text-decoration: underline;
    color: #009ae1;
}
.link-azul a:hover {
    text-decoration: underline;
    color: #009ae1;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.fixo {
    z-index: 100;
}

ul {
    list-style: none;
}

.margem-topo {
    margin-top: 100px;
}
.margem-conteudo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.margem-conteudo02 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.margem-pe {
    padding-bottom: 60px;
}
p {
    font-size: 0.8em;
}

.conteudo-tt {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0px;
    text-transform: uppercase;
}
.conteudo-tt2 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0px;
    text-transform: uppercase;
    line-height: 20px;
}
.barra-tt {
	max-width: 40px;
	height:4px;
	background-color:#e41b23;
    margin-bottom: 15px;
    margin-top: 5px;
}
.caps {
    text-transform: uppercase;
}
.linha {
    line-height: 1em;
}

.card {
  border: 0px;
}
.card-body {
  padding: 5px;
}

/* cores e fontes
--------------------------------- */
.vermelho {
    color: #e41b23;
}
.verde {
    color: #0e6e42;
}
.cinza-claro {
    color: #9d9d9d;
}
.preto {
    color: #000000;
}
/* cores fundos gerais
--------------------------------- */
.bgbranco {
    background-color: #ffffff;
}
.cinza-contato {
    background-color: #e8e8e8;
}

/* topo
--------------------------------- */
.topo {
    height: 100px;
    background-image: url("../img/topo.png");
    background-repeat: repeat-x;
}
#conteudo-topo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    height: 100px;
}
.conteudo-topo {
    height: 100px;
}
#logo {
    float:left;
    width: 35%;
    max-width: 238px;
    height: auto;
    margin-top: 24px;
}
#logo img {
    width: 100%;
    max-width: 238px;
    height: auto;
}

/* whatsapp
--------------------------------- */
#whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    z-index: 10;
}
/* menu
--------------------------------- */

#menu {
    float:right;
    width: 65%;
    height: 50px;
    text-align: right;
    margin-top: 44px;
    padding-bottom: 10px;
}
#menu-item {
    float: right;
    font-size: 0.8em;
    margin-left: 50px;
}

#menu-item a:link {
    font-weight: normal;
    text-decoration: none;
    color: #a4a4a4;
    text-align: center;
}
#menu-item a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #a4a4a4;
}
#menu-item a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #a4a4a4;
}

.menu-ativo {
    display:block;
    color: #e41b23;
    font-weight:bold;
}
.menu-ativo:after {
    display:block;
    clear:both;
    content : "";
    position: relative;
    left    : 0;
    bottom  : 0;
    height  : 1px;
    width   : 60%;  /* or 100px */
    border-bottom:3px solid #e41b23;
    margin:0 auto;
    padding-top: 25px;
}

/* menu hamburguer
--------------------------------- */

#hamburguer {
    float: right;
    display: none;
    margin-top: 29px;
}
.navbar-toggler {
    width: 30px;
    height: 34px;
    background-color: #ffffff;
    padding: 0px;
}
.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 3px;
    background-color: #e41b23;
    margin-bottom: 5px;
}
.modal-title{
    font-size: 0.8em;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    color: #e41b23;
}
.close {
    font-weight: bold;
    color: #e41b23;
}

.modal-body{
    font-size: 0.8em;
}
.modal-body ul li {
    padding: 10px 0px;
}
.modal-body ul li a:link {
    font-weight: normal;
    text-decoration: none;
    color: #a4a4a4;
}
.modal-body ul li a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #a4a4a4;
}
.modal-body ul li a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #e41b23;
}
.hamburguer-ativo {
    font-weight: bold;
    color: #e41b23;
}

/* idiomas
--------------------------------- */
.idioma {
    font-size: 0.6em;
}

.carousel-indicators li {
	background-color: #cccccc;
}

/* slide
--------------------------------- */
.slide-grande {
    display: block;
}
.slide-pequeno {
    display: none;
}
.slide-micro {
    display: none;
}
.carousel-indicators .active {
    background-color: #e41b23;
}

/* sobre home
--------------------------------- */
.sobre-flex {
    text-align: center;
    padding: 30px 0px;
    color: #908f8f;
}
.sobre-flex a:link {
    text-decoration: underline;
    color: #009ae1;
}
.sobre-flex a:visited {
    text-decoration: underline;
    color: #009ae1;
}
.sobre-flex a:hover {
    text-decoration: underline;
    color: #009ae1;
}
.sobre-cel {
    width: 100%;
    max-width: 220px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sobre-faixa {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #9a9898;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* sobre 
--------------------------------- */

/* produtos
--------------------------------- */
.produto-cel {
    width: 100%;
    max-width: 330px;
    height: auto;
    padding: 5px;
}

.produto-menu {
  position: relative;
  width: 100%;
}

.produto-fade {
  display: block;
  width: 100%;
  height: auto;
}

.produto-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.produto-menu:hover .produto-over {
  opacity: 1;
}

.produto-card {
    max-width: 320px;
    width: 100%;
    border: none;
    font-size: 0.8em;
}
.alinhamento-card {
    text-align: left;
}
.margem-elevacao {
    margin-bottom: 50px;
}
.esconder-fita {
    display: none;
}
.outros-cel {
    width: 100%;
    max-width: 220px;
    padding-top: 20px;
    text-align: center;
    line-height: 12px;
}
.subtexto {
    font-size: 0.7em;
}
.altura-tt {
    height: 20px;
}

/* páginas produtos
--------------------------------- */

.celula-pagina {
    height: 450px;
}
.celula_menu_produto {
    float: left;
    padding-bottom: 5px;
}
.margem-produto {
    margin-top: 50px;
}
.margem-produto {
    margin-top: 50px;
}
.caracteristicas-tt {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.borda-produtos {
    border-bottom: 1px solid red;
    width: 100%;
}
.texto-produto {
    font-size: 0.8em;
}
.teste {
    background-color: aqua;
}
.teste2 {
    background-color: aquamarine;
}
.img-produto {
    width: 100%;
    max-width: 390px;
    height: auto;
}

.imgStyle {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.imgStyle img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

/* Contato
--------------------------------- */
.padding-contato {
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 0px;
}
.padding-cell {
    padding: 0px;
}
.bg-contato {
  background-image: url("../img/bgcontato.png"); 
  height: 430px; 
  background-position: center; 
  background-repeat: no-repeat;
}

#conteudo-contato {
    float:left;
    margin-left: 30px;
    line-height: 22px;
    padding: 15px 0px;
    clear: both;
}
#conteudo-contato a:link{
    text-decoration: none;
    color: #6d6d6d;
}
#conteudo-contato a:visited{
    text-decoration: none;
    color: #6d6d6d;
}
#conteudo-contato a:hover{
    text-decoration: none;
    color: #6d6d6d;
}
#icones-contato {
    float:left;
    text-align: center;
    width: 25px;
}
#textos-contato {
    float:left;
    margin-left: 10px;
}
.padding_textos {
    padding: 0px;
    margin-top: 30px;
}

/* Quebras
--------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 991px) {
    .slide-grande {
        display: none;
    }

    .slide-pequeno {
        display: block;
    }

    .slide-micro {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    .slide-grande {
        display: none;
    }

    .slide-pequeno {
        display: none;
    }

    .slide-micro {
        display: block;
    }

    .altura-tt {
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .celula_menu_produto {
        float: left;
        width: 30%;
        max-width: 100px;
    }

    .img-produto {
        max-width: 296px;

    }

    .celula_menu_produto {
        padding-right: 10px;
        padding-top: 10px;
    }

    .celula_flutua {
        position: relative;
        margin: 0 auto;
        width: 90%;
        max-width: 250px;
        padding-left: 30px;
    }

}

@media only screen and (max-width: 767px) {

    .esconder-fita {
        display: inline-block;
    }

    .produto-card {
        max-width: 800px;
        width: 100%;

    }

    .alinhamento-card {
        text-align: center;
    }

    #conteudo-contato {
        margin-left: 15px;
        font-size: 0.9em;
    }

    #menu {
        display: none;
    }

    #hamburguer {
        float: right;
        display: block;
        width: 30%;
        text-align: right;
    }

    #logo {
        width: 70%;
        max-width: 238px;
    }
}

@media only screen and (max-width: 990px) {

    .celula-pagina {
        height: auto;
    }

    .margem-produto {
        margin-top: 20px;
    }

    .conteudo-tt2 {
        font-size: 1.3em;
        line-height: 31px;
    }
}


