@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

html
{
    height: 100%;
}
body
{
    font-family: 'Roboto', sans-serif;overflow-x: hidden;

    height: 100%;
}

/*MENU*/
a
{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.ham
{
    position: absolute;
    top: 50%;
    right: 50%;

    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: -20px;
    /*background:url(../images/ham.png) no-repeat center center;*/

    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
.img-responsive
{
    margin: 0 auto;
}
#topo .left
{
    float: left;
}

#topo .right
{
    float: right;
}

#topo
{
    position: relative;

    display: block;

    width: 100%;

    text-align: center;

    background: #822123;
}

#topo a.logo
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;

    width: 277px;
    margin-left: -138px;
}

#topo .container
{
    padding: 0;
	z-index:999!important;
}

#topo .info1
{
    display: block;
	color:#fff;
    padding: 30px 0;
}

#topo .info1 a{
	color:#fff;
}

#topo .info2
{
    display: block;
	color:#fff;
    padding: 0 0 0 0;
	position:relative;
    border-top: 0px solid #e0e0e0;
}

#anima #slider{
    z-index: -1!important;
}

#topo .info2::before{
	content:'';
	position:absolute;
	display:flex;
	margin-left: -50%;
	left: 50%;
	bottom:-30px;
	width:100%;
	height:140px;
	background: url(../images/bg-menu.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    z-index:0;
}

#topo .end
{
    font-size: 12px;

    display: flex;
    align-items: center;

    width: 200px;
    height: 60px;
    padding-left: 60px;

    text-align: left;

    background: url(../images/ico-1.png) no-repeat left center;
}

#topo .con
{
    font-size: 12px;

    display: flex;
    align-items: center;

    width: 240px;
    height: 60px;
    padding-left: 60px;

    text-align: left;

    background: url(../images/ico-2.png) no-repeat left center;
}

#topo .download
{
    font-size: 12px;

    display: flex;
    align-items: center;

    float: right;
    height: 60px;
    padding-left: 60px;

    text-align: left;

    background: url(../images/ico-9.png) no-repeat left center;
}

#topo .busca
{
    font-size: 15px;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 100%;
    height: 60px;

    text-align: left;
}

#topo .busca input
{
    width: 100%;
    height: 35px;
    padding: 5px 15px;
	color:#ED5353;
    border: 1px solid #e0e0e0;
}

#topo .busca input::placeholder{
	color:#ED5353;
}

#topo .busca button
{
    display: flex;
    align-items: center;

    height: 35px;

    color: white;
    border: none;
    background: #ED5353;
}

#topo .busca button i
{
    display: block;

    margin: 0 auto;
}

#topo .menu
{
    display: block;

    width: auto;
    margin: 0 auto;
    padding: 15px 0;

    list-style: none;
}
#topo .menu li
{
    display: inline-block;
}
#topo .menu li a
{
    font-size: 16px;

    padding: 0 0 0 30px;

    cursor: pointer;

    color: #fff;
}

#topo .menu li a:hover
{
    text-decoration: none;

    color: #ED5353;
}

#topo .menu li.active a
{
    color: #fafafa;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #822123!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.link_submenu_item a {
    padding: 10px 20px !important;
	background: ;
}

.link_submenu_item a:hover {
    padding: 10px 20px !important;
	background: #ED5353!important;
	color: #fff!important;
}

#anima
{
    position: relative;

    display: block;
}

#anima .owl-prev
{
    position: absolute;
    top: 50%;
    left: 30px;

    display: flex;
    align-items: center;

    width: 30px;
    height: 60px;
    margin-top: -75px;

    color: #ed5353;
    border: #e0e0e0;
    border: 1px solid #d0d0d0;
    border-radius: 0!important;
    background: white;
}

#anima .owl-prev i
{
    display: block;

    margin: 0 auto;
}

#anima .owl-next
{
    position: absolute;
    top: 50%;
    right: 30px;

    display: flex;
    align-items: center;

    width: 30px;
    height: 60px;
    margin-top: -75px;

    color: #ed5353;
    border: #e0e0e0;
    border: 1px solid #d0d0d0;
    border-radius: 0!important;
    background: white;
}

#anima .owl-next i
{
    display: block;

    margin: 0 auto;
}

#anima .owl-dots
{
    padding-top: 15px;

    text-align: center;
}
#anima .owl-dot
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 5px;

    opacity: .8;
    border-radius: 50%;
    background: #ed5353;
}
#anima .owl-dot.active
{
    opacity: 1;
}

/* CAROUSEL PRODUTO-----------------------*/

#carprodutos
{
    position: relative;

    display: block;

    width: 100%;
    margin: 90px 0 0 0;
    padding: 90px 0 0 0;

    border-top: 1px solid #e0e0e0;
}

#carprodutos h4
{
    position: absolute;
    top: -35px;
    left: 50%;

    width: 240px;
    margin-left: -120px;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}

#carprodutos .produtos
{
    display: block;

    padding: 60px 60px 30px 60px;

    background: #e0e0e0;
}

#carprodutos .produtos .box
{
    margin: 0 15px;
    padding: 15px;

    color: #4d4d4d;
    background: white;
}

#carprodutos .produtos .foto
{
    position: relative;

    width: 100%;
    height: 240px;

    background: url(../images/fotos/1.jpg) center bottom 15px no-repeat;
    -webkit-background-size: auto 200px;
       -moz-background-size: auto 200px;
         -o-background-size: auto 200px;
            background-size: auto 200px;
}

#carprodutos .produtos .nome
{
    display: block;

    height: 60px;
}

#carprodutos .produtos .nome h5
{
    font-weight: 700;

    color: #4d4d4d;
    background: white;
}

#carprodutos .produtos .foto .link
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    opacity: 0;
    background: rgba(121,173,46,.5);
}

#carprodutos .produtos .box:hover .foto .link
{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;

    opacity: 1;
}

#carprodutos .produtos .foto .link i
{
    font-size: 40px;

    display: block;

    margin: 0 auto;

    color: white;
}

#carprodutos .produtos .foto .selo
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background: url(../images/selo.png) center center no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

#carprodutos #capa .owl-prev
{
    position: absolute;
    top: 50%;
    left: -30px;

    display: flex;
    align-items: center;

    width: 30px;
    height: 60px;
    margin-top: -80px;

    color: #ed5353;
    border: #e0e0e0;
    border: 1px solid #d0d0d0;
    border-radius: 0!important;
    background: white;
}

#carprodutos #capa .owl-prev i
{
    display: block;

    margin: 0 auto;
}

#carprodutos #capa .owl-next
{
    position: absolute;
    top: 50%;
    right: -30px;

    display: flex;
    align-items: center;

    width: 30px;
    height: 60px;
    margin-top: -80px;

    color: #ed5353;
    border: #e0e0e0;
    border: 1px solid #d0d0d0;
    border-radius: 0!important;
    background: white;
}

#carprodutos #capa .owl-next i
{
    display: block;

    margin: 0 auto;
}

#carprodutos .owl-dot
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 5px;

    opacity: .8;
    border-radius: 50%;
    background: #ed5353;
}

#carprodutos .owl-dots
{
    padding: 60px 0 0 0;

    text-align: center;
}

#produtos-index
{
    display: block;

    padding: 30px 0 30px 0;
}

#produtos-index .mix
{
    display: none;
    margin: 10px 0;
}

#produtos-index .titulo
{
    display: block;

    text-align: center;
}

#produtos-index .titulo h2
{
    font-weight: bold;

    padding: 30px 0;

    color: #79ad2e;
    background: url(../images/ico-4.png) center center no-repeat;
}

.bg-5{
	padding: 60px 0;
	margin: 0 0 30px 0;
	background:#822123;
}

.bg-6{
	padding: 60px 0;
	margin: 0 0 30px 0;
	background:#fff;
}

.bg-7{
	padding: 60px 0;
	margin: 0 0 30px 0;
	background:#2F2E31;
}

.bg-8{
	padding: 60px 0;
	margin: 0 0 30px 0;
	background:#D5812D;
}

#produtos-index .categorias
{
    display: block;
    overflow: hidden;

    margin: 30px 0 60px 0;

    text-align: center;
}

#produtos-index .categorias .filter:not(.filtro_mixitup_todos).active,
#produtos-index .categorias .filter:not(.filtro_mixitup_todos):hover
{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    color: white;
    background: #79ad2e;
}

#produtos-index .categorias .filter:not(.filtro_mixitup_todos)
{
    display: inline-flex;
    align-items: center;

    width: 200px;
    height: 00px;
    margin: 0 5px 10px 0;
    padding: 15px 5px;

    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    text-align: center;

    color: #79ad2e;
    border: 1px solid #79ad2e;
}

#produtos-index .categorias h4
{
    display: block;

    margin: 0 auto;
}

#produtos-index .pager-list .prev
{
    position: absolute;
    bottom: 30px;
    left: -50px;

    margin-left: 50%;
    padding: 15px;

    color: white;
    background: #79ad2e;
}

#produtos-index .pager-list .next
{
    position: absolute;
    right: -50px;
    bottom: 30px;

    margin-right: 50%;
    padding: 15px;

    color: white;
    background: #79ad2e;
}

#produtos-index .pager-list
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

#produtos-index .lista
{
    display: block;
    overflow: hidden;

    width: 100%;
}

#produtos-index .lista h3
{
    color: #008500;
}

#produtos-index .col-md-3
{
    margin-bottom: 30px;
}

#produtos-index .box
{
    min-height: 440px;
    padding: 15px;

    color: #4d4d4d;
    border: 1px solid #e0e0e0;
    background: white;
}

#produtos-index .foto
{
    position: relative;

    width: 100%;
    height: 240px;

    background: url(../images/fotos/1.jpg) center bottom 15px no-repeat;
    -webkit-background-size: auto 200px;
       -moz-background-size: auto 200px;
         -o-background-size: auto 200px;
            background-size: auto 200px;
}

#produtos-index .nome
{
    display: block;

    height: 60px;
}

#produtos-index .nome h5
{
    font-weight: 700;

    color: #4d4d4d;
    background: white;
}

#produtos-index .opcoes
{
    display: block;

    height: 60px;
}

#produtos-index .opcoes span
{
    display: block;
}

#produtos-index .opcoes h5
{
    display: inline-block;

    margin: 0 5px 0 0;
    padding: 7px 15px 6px 15px;

    text-align: center;

    color: #0076be;
    border: 1px solid #0076be;
    background: white;
}

#produtos-index .uso
{
    display: block;

    margin-top: 15px;
}

#produtos-index .uso h5
{
    display: inline-block;

    margin: 0 5px 0 0;

    text-align: center;

    color: #4d4d4d;
    background: white;
}

#produtos-index .foto .link
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    opacity: 0;
    background: rgba(121,173,46,.5);
}

#produtos-index .box:hover .foto .link
{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;

    opacity: 1;
}

#produtos-index .foto .link i
{
    font-size: 40px;

    display: block;

    margin: 0 auto;

    color: white;
}

#produtos-index .foto .selo
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background: url(../images/selo.png) center center no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

#calculadora
{
    position: relative;

    display: block;

    width: 100%;
    margin: 90px 0 0 0;
    padding: 90px 0 90px 0;

    border-top: 1px solid #e0e0e0;
}

#calculadora h4
{
    position: absolute;
    top: -35px;
    left: 50%;

    width: 240px;
    margin-left: -120px;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}

#empresa-index
{
    display: block;

    padding: 90px 0;

    background: white;
}

#empresa-index .box
{
    padding: 60px;
}

#empresa-index .box h2
{
    font-weight: 900;

    color: #ed5353;
}

#empresa-index .box p
{
    padding: 10px 0;
}

#empresa-index button
{
    width: 200px;
    height: 60px;
    margin: 0 5px 0 0;
    padding: 15px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;

    color: #79ad2e;
    border: 1px solid #79ad2e;
    background: white;
}
#empresa-index button:hover
{
    color: white;
    background: #79ad2e;
}
#noticias
{
    position: relative;

    display: block;

    padding: 90px 0;

    background: #f0f0f0;
}

#produtos-index .borda-top h4
{
    margin: -25px auto 0px auto;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}
#noticias .borda-top
{
    border-top: 1px solid #e0e0e0;
}

#noticias h4
{
    width: 240px;
    margin: -25px auto 90px auto;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}
#noticias .foto
{
    position: relative;

    display: block;

    width: 100%;
    height: 400px;

    background: center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#noticias .foto h5
{
    font-size: 16px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    margin: 0!important;
    padding: 15px;

    color: white;
    background: rgba(30,30,30,.7);
}

#noticias .foto h5 b
{
    display: block;

    color: #e8be27;
}

#noticias .mini .noticia
{
    display: block;

    height: 120px;
}

#noticias .mini .noticia .foto
{
    float: left;

    width: 35%;
    height: 120px;

    background: center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#noticias .mini .noticia h5
{
    font-size: 16px;

    display: block;
    float: left;

    width: 65%;
    height: 120px!important;
    padding: 15px;

    color: #4d4d4d;
}

#noticias .mini h5 b
{
    display: block;

    color: #e8be27;
}

#noticias a.veja-mais
{
    font-size: 16px;
    font-weight: 700;

    display: block;

    margin: 30px auto 0 auto;

    text-align: center;

    color: #4d4d4d;
}

#noticias a:hover
{
    color: #0076be;
}

#footer
{
    display: block;

    background: white;
}

#footer .logo-footer
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
    padding: 60px 30px;
}

#footer .facebook
{
    position: relative;

    display: block;

    height: 50px;

    border-top: 1px solid #e0e0e0;
}

#footer .facebook img
{
    position: absolute!important;
    top: -20px;
    left: 50%;

    margin-left: -70px;

    border-right: 50px solid white;
    border-left: 50px solid white;
}

#footer h2
{
    font-weight: 900;

    display: block;

    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 0;

    text-align: center;

    color: #ed5353;
}

.copy
{
    display: block;

    padding: 0 0 30px 0;

    background: white;
}

.copy h5
{
    display: block;

    margin: 0 auto;

    text-align: center;

    color: #4d4d4d;
}

.copy h5 a
{
    text-decoration: underline;

    color: #4d4d4d;
}

#prisma
{
    display: block;

    width: 100%;
}

#prisma .a
{
    height: 10px;

    background: #c02ce6;
}
#prisma .b
{
    height: 10px;

    background: #0076be;
}
#prisma .c
{
    height: 10px;

    background: #fcd5aa;
}
#prisma .d
{
    height: 10px;

    background: #ed5353;
}
#prisma .e
{
    height: 10px;

    background: #e8be27;
}
#prisma .f
{
    height: 10px;

    background: #79ad2e;
}

/* INTERNAS */

#titulo
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 120px;

    color: white;
    background: #822123;
}

#titulo .container
{
    position: relative;
}

#titulo h1
{
    font-weight: 700;
}

#titulo h5
{
    position: absolute;
    right: 0;
    bottom: 0;
}

#titulo a
{
    color: white;
}

#titulo a:hover
{
    text-decoration: underline;
}


/* produto*/

#produto
{
    width: 100%;
    min-height: 550px;
    padding: 100px 0 0 0;
}

#produto .container-fluid
{
    height: 170px;
    padding-top: 90px;

    background-color: #ddd;
}
#product-slider
{
    height: 500px;
    margin-top: -450px;
}
#product-slider .owl-item .item
{
    height: 500px;

    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

#produto .cores
{
    width: 100%;
    padding:0 0 30px 0;
}

#produto .cores h2
{
    font-weight: 700;
	margin-bottom:30px;
    color: #4d4d4d;
}

#produto .cores ul{
	list-style:none;
	padding:0;
	margin:0;
}

#produto .cores li{
	display:inline-block;
	border:1px solid #a0a0a0;
	width:50px;
	height:50px;
	border-radius:10px;
	margin:0 5px 0 0;
}

#produto .infos
{
    width: 100%;
    min-height: 400px;
}

#produto .infos .nome
{
    display: block;

    min-height: 60px;
}

#produto .infos .nome h2
{
    font-weight: 700;

    color: #4d4d4d;
}

#produto .infos .nome p
{
    display: block;

    padding: 15px 0;
}

#produto .infos .opcoes
{
    display: block;

    height: 60px;
}

#produto .infos .opcoes span
{
    display: block;

    margin-bottom: 5px;
}

#produto .infos .opcoes h5
{
    display: inline-block;

    margin: 0 5px 0 0;
    padding: 7px 15px 6px 15px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;

    color: #0076be;
    border: 1px solid #0076be;
}
#produto .infos .opcoes h5:hover,
#produto .infos .opcoes h5.active
{
    color: white;
    background-color: #0076be;
}

#produto .infos .uso
{
    display: block;

    margin-top: 15px;
}

#produto .infos .uso span
{
    display: block;

    margin-bottom: 5px;
}

#produto .infos .uso h5
{
    display: inline-block;

    margin: 0 5px 0 0;

    text-align: center;

    color: #0076be;
}

#produto .infos button
{
    font-weight: 700;

    width: 200px;
    height: 50px;
    margin: 30px 0;
    padding: 15px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;

    color: #0076be;
    border: 1px solid #0076be;
    background: transparent;
}
#produto .infos button:hover
{
    color: white;
    background: #0076be;
}
#produto .infos .cuidados
{
    display: block;

    margin: 30px 0;
}

#produto .infos .cuidados img
{
    max-width: 100%;
}

#produto .modal-content
{
    border-radius: 0;
}

#produto .modal-body
{
    margin-top: 60px;
    padding: 30px 0;

    border-top: 1px solid #e0e0e0;
}

#produto .modal-body .downloads
{
    display: block;

    padding: 30px;
}

.down
{
    display: block;

    padding: 0 0 10px 0;

    border-bottom: 1px solid #e0e0e0;
}
.down:after
{
    font-family: 'Glyphicons Halflings';

    float: right;

    content: '\e113';

    color: grey;
}
.down.collapsed:after
{
    content: '\e114';
}

#produto .modal-body h5
{
    font-size: 18px;
    font-weight: 700;
}
#produto .modal-body .downloads a
{
    font-size: 16px;

    margin-right: 20px;
}
#produto .modal-body .downloads a i
{
    font-size: 20px;
}
#produto .infos .modal-footer button
{
    font-weight: 700;

    width: 200px;
    height: 60px;
    margin: 0;
    padding: 15px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;

    color: #0076be;
    border: 1px solid #0076be;
    background: transparent;
}
#produto .infos .modal-footer button:hover
{
    color: white;
    background: #0076be;
}
#produto .infos .box
{
    padding: 15px 15px 30px 15px;

    border-bottom: 1px solid #e0e0e0;
}

#produto .modal-content h4
{
    position: absolute;
    top: -35px;
    left: 50%;

    width: 240px;
    margin-left: -120px;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}

#ddc
{
    min-height: 400px;
    padding: 90px 0;

    background: white;
}

#ddc .nav-tabs
{
    border-bottom: 0;
}
#ddc .nav-tabs > li > a
{
    font-weight: 700;

    margin-right: -1px;
    padding: 10px 30px;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-transform: uppercase;

    color: #79ad2e;
    border: 1px solid #79ad2e;
    border-radius: 0;
}

#ddc .nav-tabs > li.active > a
{
    color: white!important;
    border: 1px solid #79ad2e;
    background: #79ad2e;
}

#ddc .tab-content > .active
{
    padding: 30px;
}

/* CONTATO */

#contato
{
    display: block;

    padding: 90px 0;
}

#contato .borda-top
{
    position: relative;

    border-top: 1px solid #e0e0e0;
}

#contato h1
{
    font-weight: bold;

    display: block;

    margin: 0 auto;

    text-align: center;

    color: #79ad2e;
}

#contato h4
{
    position: absolute;
    top: -35px;
    left: 50%;

    min-width: 300px;
    margin-left: -150px;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}

#contato .formulario
{
    margin-top: 60px;
}

#contato .formulario input
{
    width: 100%;
    padding: 10px 15px;

    border: none;
    border: 1px solid #e0e0e0;
    outline: none;
}

#contato .formulario textarea
{
    width: 100%;
    height: 100px;
    padding: 10px 15px;

    border: none;
    border: 1px solid #e0e0e0;
    outline: none;
}

#contato button
{
    height: 60px;
    margin: 0 5px 0 0;
    padding: 15px;

    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;

    color: #79ad2e;
    border: 1px solid #79ad2e;
    border-radius: 0;
    background: white;
}
#contato button:hover
{
    color: white;
    background: #79ad2e;
}

#contato h3
{
    font-size: 18px;
    font-weight: 700;

    display: block;

    margin: 0 auto 30px 0;

    text-align: center;
}

#contato h3 i
{
    font-size: 50px;

    display: block;

    height: 80px;
}

#contato .a
{
    color: #79ad2e;
}
#contato .b
{
    color: #e8be27;
}
#contato .c
{
    color: #ed5353;
}

#contato .infos
{
    margin: 90px auto 40px auto;
}
#contato .infos .col-md-4
{
    border-right: 1px solid #e0e0e0;
}
#contato .infos .col-md-4:last-child
{
    border-right: 0;
}
#contato .infos h5
{
    display: block;

    margin: 0 auto 60px auto;

    text-align: center;

    color: #4d4d4d;
}

#map
{
    height: 750px;
}

#iw_container .iw_title
{
    font-size: 16px;
    font-weight: bold;
}

.iw_content
{
    padding: 15px 15px 15px 0;
}

#mapa
{
    overflow: hidden;

    width: 100%;
    height: 750px;
}

/* NOT�CIAS INTERNA */

#noticias-int
{
    display: block;

    padding: 90px 0;
}

#noticias-int .col-md-10,
.col-md-2
{
    padding: 0!important;
}

#noticias-int .col-md-10 .col-md-4
{
    padding: 0!important;
}

#noticias-int .noticia
{
    display: block;
    overflow: hidden;

    margin-bottom: 90px;
}

#noticias-int .noticia .foto
{
    position: relative;

    display: block;

    width: 100%;
    height: 400px;

    background: center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#noticias-int .noticia h5
{
    font-size: 24px;
    font-weight: bold;

    display: block;

    margin: 0 0 30px 0;

    color: #0076be;
}

#noticias-int .noticia h5 b
{
    font-size: 14px;

    display: block;

    color: #f06135;
}

#noticias-int .editorial a
{
    font-size: 16px;
    font-weight: 700;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #4d4d4d;
}

#noticias-int .editorial  a.active,
#noticias-int .editorial  a:hover
{
    color: #0076be;
}

/* EMPRESA INTERNA */

#mvv
{
    display: block;
    overflow: hidden;

    padding: 90px 0;

    background: url(../images/pattern.png) repeat;
}

#mvv .col-md-4
{
    text-align: center;
}

#mvv p
{
    padding: 30px;
}

#mvv .a
{
    font-weight: 700;

    color: #79ad2e;
}
#mvv .b
{
    font-weight: 700;

    color: #0076be;
}
#mvv .c
{
    font-weight: 700;

    color: #f6be00;
}

/* linha tempo */

#linha
{
    display: block;
    overflow: hidden;

    padding: 90px 0;
}

#linha h4
{
    position: absolute;
    top: -35px;
    left: 50%;

    width: 240px;
    margin-left: -120px;
    padding: 10px 0;

    text-align: center;

    color: #0076be;
    border: 4px #0076be double;
    background: white;
}

#linha .borda-top
{
    position: relative;

    border-top: 1px solid #e0e0e0;
}

#linha #timeline
{
    margin-top: 120px;

    border-top: 8px solid #e0e0e0;
}

#linha .owl-carousel .owl-stage-outer
{
    margin-top: -30px;
}

#linha #timeline .box h2
{
    display: block;

    margin: 0 auto;

    text-align: center;
}

#linha #timeline .item h6
{
    display: block;

    width: 50px;
    height: 50px;
    margin: 0 auto 0 auto;

    border-radius: 50%;
}

#linha #timeline .item h6.a
{
    border: 10px solid #f6be00;
}

#linha #timeline .item h2.a
{
    font-weight: 700;

    color: #f6be00;
}

#linha #timeline .item h6.b
{
    border: 10px solid #0076be;
}

#linha #timeline .item h2.b
{
    font-weight: 700;

    color: #0076be;
}

#linha #timeline .item h6.c
{
    border: 10px solid #79ad2e;
}

#linha #timeline .item h2.c
{
    font-weight: 700;

    color: #79ad2e;
}

#linha #timeline .item h6.d
{
    border: 10px solid #00b3c8;
}

#linha #timeline .item h2.d
{
    font-weight: 700;

    color: #00b3c8;
}

#linha #timeline .item p
{
    padding: 15px;
}
.stars
{
    font-size: 20px;

    position: relative;

    width: 115px;
    margin: 0;
}
.stars span
{
    margin-right: 3px;

    color: #e8be27;
}
.stars small
{
    font-size: 12px;

    position: absolute;
    top: -2px;
    left: 110px;
}

.gradient
{
    background: rgb(255,255,255);
    background:    -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background:         radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='whitefff', endColorstr='#e5e5e5',GradientType=1 );
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #c0c0c0;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
    color: #c0c0c0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #c0c0c0;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #c0c0c0;
}


.nav-tabs
{
    margin-bottom: 20px;

    border-bottom: 0;
}
.nav-tabs > li
{
    display: inline-block;
    float: inherit;

    vertical-align: middle;
}
.nav-tabs > li > a
{
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover
{
    border: 0;
    background-color: transparent;
}

@media (max-width:768px)
{
    body
    {
        padding-top: 60px;
    }
    #topo-xs
    {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
    .navbar
    {
        min-height: 60px;
    }
    .navbar-default
    {
        background-color: #fff;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form
    {
        margin-top: 60px;
    }
    .navbar-toggle
    {
        padding: 14px 10px;
    }
    #produtos-index
    {
        padding-top: 0px;
    }
    #topo-xs a.logo
    {
        position: absolute;
        left: 12%;

        height: 50px;
        margin-left: 0;
        padding: 5px;
    }
    #topo-xs a.logo img
    {
        height: 50px;
    }
    #titulo
    {
        height: 140px;
    }
    #titulo h5
    {
        position: inherit;
    }
    #ddc .nav-tabs > li
    {
        display: block;
    }
    .nav > li > a > img
    {
        max-width: 120px;
    }
    #produtos-index .categorias .filter:not(.filtro_mixitup_todos)
    {
        height: 40px;
    }
    #produto .container-fluid
    {
        margin-top: 180px;
    }
    #noticias .mini .noticia
    {
        margin-top: 20px;
    }
    .copy .col-md-3.text-right
    {
        text-align: center;
    }
}


@media (min-width: 769px)
{
    .link_submenu {
        left: auto !important;
    }

    .link_submenu_item {
        width: 100%;
    }

    .link_submenu_item a {
        padding: 10px 20px !important;
    }
}

.pager.page-number {
    margin: 0 !important;
}

.pager-list {
    margin-top: 15px;
}

.pager.page-prev.disabled .prev, .pager.page-next.disabled .next {
    background: #ccc !important;
}

.filtro_mixitup_todos {
    cursor: pointer;
}