body{
	font-family: 'Lato', sans-serif;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
}
.la-line-scale.la-dark {
    color: #333;
}
.la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-line-scale {
    width: 40px;
    height: 32px;
}
.la-line-scale > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
       -moz-animation: line-scale 1.2s infinite ease;
         -o-animation: line-scale 1.2s infinite ease;
            animation: line-scale 1.2s infinite ease;
}
.la-line-scale > div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
       -moz-animation-delay: -1.2s;
         -o-animation-delay: -1.2s;
            animation-delay: -1.2s;
}
.la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
       -moz-animation-delay: -1.1s;
         -o-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1s;
       -moz-animation-delay: -1s;
         -o-animation-delay: -1s;
            animation-delay: -1s;
}
.la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -.9s;
       -moz-animation-delay: -.9s;
         -o-animation-delay: -.9s;
            animation-delay: -.9s;
}
.la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.8s;
       -moz-animation-delay: -.8s;
         -o-animation-delay: -.8s;
            animation-delay: -.8s;
}
.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}
.la-line-scale.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}
.la-line-scale.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}
.la-line-scale.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
/*
 * Animation
 */
@-webkit-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@-moz-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
           -moz-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
           -moz-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@-o-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
             -o-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
           -moz-transform: scaleY(.4);
             -o-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
           -moz-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1);
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
}

.link-logo-modal{
	padding: 5px 0 0 23px;
}

.modal-header{
	line-height: 50px;
}

.btn-search{
	float: right;
	color: #fff;
	padding: 28px 15px 0 0;
	font-size: 15px;
	position: relative;
}

.btn-search:hover, .btn-search:focus{
	color: #fff;
	-webkit-box-shadow: none;
    		box-shadow: none;
    outline: none
}

/*HOME PAGE*/

video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);  
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

.butao-entrar{
	position: absolute;
	bottom: 150px;
	width: 100%;
}

.link-entrar{
	color: #000;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 40px;
	letter-spacing: 2px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.link-entrar:hover{
	color: #000;
	background-color: #fff;
/* 	border: 1px solid rgba(255, 255, 255, 0.2); */
	border: 1px solid #fff;
	text-decoration: none;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.icons-rodape{
	margin-right: 15px;
}
  
.stopfade {
	opacity: .5;
}

.footer-home{
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding-bottom: 30px;
}

.play-pause{
	cursor: pointer;
}

.mute{
	cursor: pointer;
	/*margin-left: 10px;*/
	padding: 0 10px;
}

/*CATEGORIAS*/

.cabecalho-categorias {
    height: 65px;
    background-color: transparent;
/*     background-color: rgba(139, 139, 139, 0.30); */
    border: none;
    position: absolute;
    z-index: 1030;
    width: 100%;
    border-radius: 0;
}

.cabecalho-categorias img{
    height: 26px;
}

.shadow{
	background-color: #f8f8f8 !important;
    -webkit-box-shadow: 0 0 30px -10px #fff;
    		box-shadow: 0 0 30px -10px #fff;
}

.link-logo{
	height: 50px;
	padding: 24px 0 0 40px;
}

.footer {
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #000;
    position: absolute;
}

.footer-text{
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	color: #ccc;
	padding: 9px 0;
	text-align: right;
}

.scrollbar {
	margin-top: 10px;
	height: 5px;
	background: #ccc;
	line-height: 0;
	padding: 0;
	margin-top: -40px;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #fff;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.frame {
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}
.controls {
	bottom: 10px;
	right: 10px;
	position: absolute;
}
.controls > .btn{
	background: transparent;
	color: #fff;
	font-size: 30px;
}
.controls > .disabled{
	cursor: pointer;
	opacity: 1;
}
.controls > .btn:active{
	box-shadow: none;
}

.img-categorias {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}

.img-categorias-dark {
    background-color:rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

#forcecentered a:hover{
	text-decoration: none;
}

/* FULL SCREEN MODAL STYLES
    -------------------------------------------------- */
.fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333;
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: rgba(0, 0, 0, 0.97);
    overflow:auto;
}

.fullscreen .modal-body ul {
    padding: 100px 0 0 0;
    list-style-type:none;
    text-align: right;
}

.fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.fullscreen .modal-body a:hover{
	text-decoration: none;
}

.fullscreen .modal-footer {
    border-top: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 50px;
}

.navbar-default .navbar-toggle{
	border: none;
}

.navbar-default .btn-link{
	color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: transparent;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus{
	color: #fff;
}

#menuModal{
	opacity: 0.8;
}

@media (max-width: 480px){
    .fullscreen .modal-body ul {
        padding: 30px 0 0 0;
        overflow: auto;
    }

    .fullscreen .modal-body li {
        padding: 4px 0 4px 0 ;
    }

    .fullscreen .modal-body a {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
}

.navbar-toggle{
    display: block;
    font-size: 25px;
    margin-top: 0;
}

button.close{
	color: #fff;
	opacity: 1;
	margin-right: 25px;
	width: 20px;
	height: 20px;
	background: url('/assets/images/icons/x.png') center center no-repeat;
	background-size: cover;
}

button.close:active{
	background: url('/assets/images/icons/x.png') center center no-repeat;
	background-size: cover;
}

button.close:hover, button.close:focus{
	color: #fff;
	opacity: 1;
}

.social{
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
}

.social:hover{
	color: #fff;
	text-decoration: none;
}

.campo-pesquisa{
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 600px;
}

.butao-pesquisa{
    font-size: 1.428em;
    position: absolute;
    right: 0;
    top: 3px;
    color: #fff;
}

.butao-pesquisa:hover{
    color: #fff;
}

.form-pesquisa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-pesquisa-top {
	top: 0 !important;
	transform: translate(-50%, 0) !important;
	-webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.menu{
	float: right;
}

.dropdown-menu{
	background: transparent;
	padding: 0 !important;
	color: #fff;
}

.dropdown-menu > li{
	padding: 5px 0 !important;
}

.dropdown-menu > li > a{
	font-size: 11px !important;
	padding: 0;
	color: #aaa !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: transparent;
	color: #aaa;
}

.menu-secundario{
	margin-top: 100px;
}

.menu-secundario > a{
	font-size: 15px !important;
}

.butao-download{
	background: transparent;
	border: none;
	padding: 15px 0;
	text-transform: uppercase;
}

.btn-primary:hover{
	background: transparent;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	background: transparent !important;
}

.ui-widget-content{
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #fff;
	border: none;
	cursor: pointer;
}

.ui-corner-all{
	border-radius: 0;
}

.scrool-container{
	position: absolute;
	width: 100%;
	height: 30px;
	margin-top: -60px;
}

.nome-categorias{
	color: #fff;
	font-size: 20px;
	position: relative;
	height: 100%;
	text-transform: uppercase;
	line-height: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

/*PRODUTOS*/

.categorias-produto{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	position: absolute;
	display: flex;
/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
*/
}

.categorias-produto li{
	display: inline-block;
	padding: 3px 0;
	text-align: center;
	height: 70px;
	cursor: pointer;
	width: 10%;
	width: -moz-calc(100% / 10);
	width: -webkit-calc(100% / 10);
	width: -o-calc(100% / 10);
    width: calc(100% / 10);
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.detalhe-categoria a{
	color: #fff;
}

.detalhe-categoria a:hover{
	color: #fff;
	text-decoration: none;
}

.categorias-produto li.active{
	background-color: #444444;
}

.categorias-produto li.gray img{
	-webkit-filter: invert(100%);
    -o-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.categorias-produto li img{
	width: auto;
	height: 100%;
}

.detalhe-categoria{
	background-color: #333;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
	padding: 5px 15px;
/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
*/
}

.imagem-produto{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100vh;
	padding-top: 150px;
}

.imagem-triangulo{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	opacity: 0;
	-webkit-transition: .8s linear;
    -moz-transition: .8s linear;
	transition: .8s;
}

.mostra-imagem-triangulo{
	opacity: 1 !important;
	-webkit-transition: .8s linear;
    -moz-transition: .8s linear;
	transition: .8s;
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.footer-produto{
    height: 30px;
    width: 100%;
    background-color: #000;
}

.footer-produto-2{
    height: 30px;
    background-color: #000;
    position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
}

.conteudo{
/* 	min-height: 1500px; */
	padding-bottom: 40px;
}

.link-anexos{
	color: #000;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: 200;
}

.link-anexos:hover{
	text-decoration: none;
	color: #000;
}

.icon-anexo{
	padding-left: 7px;
}

.img-prod{
	width: 100%;
	position: absolute;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.item-prod{
	height: 400px;
}

.nav-prod{
	position: absolute;
	bottom: -57px;
    right: 20px;
	z-index: 9999;
	float: right;
}

.nav-prod [class*=owl-]{
	background: transparent;
	font-size: 35px;
	border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 4px 7px;
}

.nav-prod[class*=owl-]:hover{
	background: transparent;
}

.btn-menu-prod{
	color: #000 !important;
}

.slick-slide{
	text-align: center;
	font-size: 14px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.slick-slide a{
	color: #fff;
	line-height: 41px;
	font-weight: bold;
}

.slick-slide a:hover{
	text-decoration: none;
}

.slick-current + .slick-slide{
    font-size: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.slick-arrow{
	display: none;
}

.body-produto{
	background: #000;
}

.produtos-relacionados{
	text-align: center;
	font-size: 25px;
	font-weight: lighter;
}

.produtos-relacionados ul li a{
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	z-index: 9;
}

.produtos-relacionados ul li a.active{
	font-size: 35px;
	font-weight: bold;
}

.produtos-relacionados ul li a:hover, .produtos-relacionados ul li:hover a{
	color: #fff;
	text-decoration: none;
	font-size: 35px;
	font-weight: bold;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.lista-relacionados{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lista-relacionados li{
	line-height: 40px;
	position: relative;
	cursor: pointer;
}

/*EMPRESA*/

.conteudo-empresa{
	background: #000;
	color: #fff;
}

.conteudo-empresa > .col-md-12{
	padding: 150px 15% 150px 15%;
	font-weight: lighter;
	line-height: 20px;
	text-align: justify;
}

.conteudo-empresa > .col-md-12 > h5, .contactos-empresa > .col-md-12 > h5{
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.contactos-empresa > .col-md-12{
	padding: 150px 15% 150px 15%;
	font-weight: normal;
	line-height: 30px;
}

.form-campos{
	padding: 5px 0;
}

.form-campos > input, .form-campos > textarea{
	border: 1px solid #333;
	border-radius: 0;
	color: #555;
}

.notRobot{
	border: 1px solid #333;
	border-radius: 0;
	color: #555;
	width: 50px;
	display: inline-block;
}

.labelConta{
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}

.submitbtn{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 17px 50px;
	margin-bottom: 50px;
	float: right;
}

#captcha{
	float: left;
	width: 50%;
}

.form-control:focus {
    border-color: #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 75, 75, .6);
}

#searchstr:focus{
    -webkit-box-shadow: none;
    		box-shadow: none;
    outline: none
}

button:focus{
	outline: 0 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

button:active{
	outline: 0 !important;
}

.form-campos > textarea{
	height: 200px;
}

.titulo-form{
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

#expand-map{
	overflow: hidden;
	width: 100%;
	height: 130px;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    transition: height .5s linear;
}

.half-map{
	height: 400px !important;
}

.show-map{
	background: #000;
	border: none;
	color: #fff;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 49%;
	font-size: 25px;
	padding: 0 10px;
}

.fa-rotate-180{
	-webkit-transition: .9s linear;
    -moz-transition: .9s linear;
	transition: .9s;
}

.show-map > .fa-angle-down{
	-webkit-transition: .9s linear;
    -moz-transition: .9s linear;
	transition: .9s;
}

#pesquisaOutput{
	display: none;
}

.resultados-encontrados{
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
}

.searchCategoriaTitle{
	padding: 30px 10px;
	text-transform: uppercase;
	font-size: 17px;
}

.leftSide{
	padding-left: 40px;
}

.leftSide a{
	font-size: 14px !important;
	text-transform: none !important;
}

#searchstr{
	padding: 10px;
	font-size: 20px;
	font-weight: lighter;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* do not group these rules */
#searchstr::-webkit-input-placeholder {
    opacity: 1;
    font-weight: lighter;
    letter-spacing: 2px;
}
#searchstr:-moz-placeholder {
    /* FF 4-18 */
    opacity: 1;
    font-weight: lighter;
    letter-spacing: 2px;
}
#searchstr::-moz-placeholder {
    /* FF 19+ */
    opacity: 1;
    font-weight: lighter;
    letter-spacing: 2px;
}
#searchstr:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    font-weight: lighter;
    letter-spacing: 2px;
}

.modal-header{
	border: 0;
	position: absolute;
	width: 100%;
	height: 80px;
}

.modal-body{
	width: 100%;
	height: -moz-calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -o-calc(100% - 80px);
	height: calc(100% - 80px);
	top: 80px;
	position: absolute;
	padding: 15px 40px;
}

.body-conteudo{
	background: #fff;
	overflow-y: scroll;
	position: fixed;
	height: 100%;
	width: -moz-calc(100% - 33.333333%);
	width: -webkit-calc(100% - 33.333333%);
	width: -o-calc(100% - 33.333333%);
	width: calc(100% - 33.333333%);
}

.icons{
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display:inline-block;
	outline: none;
}

.icons:active, .icons:focus{
    outline: none;
}

.pause{
	background-image: url('/assets/images/icons/pause.png');
}

.play{
	background-image: url('/assets/images/icons/play.png');
}

.volume-on{
	background-image: url('/assets/images/icons/mute2.png');
}

.volume-off{
	background-image: url('/assets/images/icons/mute.png');
}

.butao-download > .fa-angle-right{
	-webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.fa-rotate-90{
	-webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.zoom{
	padding: 0 !important;
	-webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.invert img{
	-webkit-filter: invert(60%);
    -o-filter: invert(60%);
    -moz-filter: invert(60%);
    -ms-filter: invert(60%);
    filter: invert(60%);
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	transition: .5s;
}

.cookiesBar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -500px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	-webkit-transition-duration: 2s; /* Safari */
    transition-duration: 2s;
    z-index: 99999;
    font-size: 12px !important:
}

.cookiesBar > div {
	 padding: 15px 50px;
	 overflow: hidden;
 }

.cookiesBar > div > span{
	margin-top: 5px !important;
}

.cookiesBar.open{
	bottom: 0;
}

.cookiesBar span{
	float: left
}

.cookiesBar .acceptCookies{
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 5px 20px !important;
	float: right;
	cursor: pointer;
}

.navbar-toggle {
	margin-bottom: none;
    padding: 22px 10px 9px !important;
}

.modal-header .close {
    margin-top: 17px;
}

.cabecalho-logo-produtos{
	height: 70px;
	background-color: #fff;
}

.modal-header{
	padding: 10px 15px;
}

.g-recaptcha {
    transform:scale(0.7);
    transform-origin:0 0;
    margin-top: 0;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}