body {
    margin:0;
     font-family: 'Roboto', sans-serif;
    padding: 0;
}
.topo {
    background: url(../imagens/fundo-topo.png) no-repeat center top;
    min-height: 220px;
    position: relative;
    z-index: 2;
    border-top:5px solid #3341ba;
}
.index .topo {
    
    box-shadow: 0px 40px 50px rgba(0,0,0,0.3);
}
.borda-topo {
    background: url(../imagens/borda-topo.png) no-repeat center;
    height: 15px;
    position: relative;
    z-index: 2;
    
}
.borda-topo1 {
    background:#333;
    height: 5px;
    z-index: 2;
}
.suporte {
    color: #333;
    text-align: center;
}
.suporte a {
    color: #FFF;
    display: block;
}
.suporte a:hover {
    color: #FFF;
}
.suporte span {
    font-size: 18px;
       font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.suporte p {
    font-weight: bold;  
}
.box-suporte {
    background: url(../imagens/textura.png) no-repeat center;
    border-radius: 8px;
    padding: 10px;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 30px;
    border-bottom:5px solid #73000c;
}
.logo {
    margin-top: 40px;
    display: block;
    margin-bottom: 50px;
}
.logo img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.fone {
    background: url(../imagens/fundo-telefone.png) no-repeat center;
    width: 84%;
    margin: 0 auto 0 5%;
    height: 30px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    color: #0C2C91;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 3px solid #DDD;
    margin-top: 20px;
    float: right;
    border-top: 3px solid #FFF;
    border-radius: 5px;
    padding: 5px 10px;
}



/* Menu */

.menu {
    margin-top: -30px;
    position: relative;
    z-index: 3;
    background: url(../imagens/fundo-menu.png) repeat-x top;
    border-radius: 8px;
    border-bottom: 5px solid #73000c;
}

.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    list-style: none;
    float: left;
    position: relative;
    overflow: hidden;    
    width: 14.28571428571429%;
    position: relative;
}
.menu ul li a {
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #FFF;
    border-right:1px solid #73000c;
    border-left: 1px solid #73000c;
    overflow: hidden;
    position: relative;
     font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  transition-duration: 0.5s;
}
.menu ul li:first-child a {
    border-left: 0 !important;
    border-radius: 8px 0 0 8px;
}
.menu ul li.ultimo a {
    border-right: 0 !important;
    border-radius: 0 8px 8px 0;
}
.menu ul li a:hover {
    color: #FFF;
  transition-duration: 0.5s;
    background: url(../imagens/fundo-menu.png) repeat-x bottom;    
}
.menu ul li:hover{
  overflow: inherit;
}
.menu ul li:before {
    position: absolute;
    text-align: center;
    top: 0%;
    left: 34%;
    width: 31px;
    height: 14px;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f0d7";
    background: url(../imagens/before-link.png) no-repeat center;
    text-indent: -2999px;
}
.menu ul li:after {
    position: absolute;
    text-align: center;
    top: 52%;
    left: 70%;
    width: 31px;
    height: 14px;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f0d7";
    background: url(../imagens/after-link.png) no-repeat -100px;
    text-indent: -2999px;
  transition-duration: 0.5s;
}
.menu ul li:hover:after {
    background: url(../imagens/after-link.png) no-repeat center;
  transition-duration: 0.5s;
}

/* Marcas */

.marcas-index {
    background: url(../imagens/fundo-marcas-index.png) no-repeat center;
    width: 84%;
    margin: 0px auto 0 5% !important;
    height: 46px;
    text-align: center;
    color: #0C2C91;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 3px solid #DDD;
    margin-top: 20px;
    float: right;
    border-top: 3px solid #FFF;
    border-radius: 5px;
    padding: 5px 10px;
}


/* Rodape */

.rodape {
    background: url(../imagens/fundo-topo.png) no-repeat center top;
    border-top: 3px solid #ddd;
    padding-top: 50px;
    padding-bottom: 30px;
}

.rodape + .rodape {
	padding-top: 20px;
	padding-bottom: 10px;
    background: url(../imagens/lona-preta.png) no-repeat center;
}
.rodape  .menu-principal {
	margin: 20px 0 0 0;
	padding: 0;
}
.rodape .menu-principal li {
	list-style: none;
	float: left;
	width: 13.28571428571429%;
	margin-left:1%;
}
.rodape .menu-principal li a {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	border-radius: 8px 0 8px 0;
	font-weight: bold; 
    transition: all 0.2s linear;
    background: url(../imagens/fundo-telefone.jpg) repeat-y center;
}
.rodape .menu-principal li a:hover {
     transition: all 0.2s linear;
   background: url(../imagens/fundo-telefone.jpg) repeat-y -50px;
}
.rodape h4{
	margin-top: 0;
	margin-bottom: 20px;
	color: #d90000;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
.rodape h4 + p, .rodape h4 + p + p {
	line-height: 18px;
	color:#333;
}
.rodape h5{
	margin-top: 0;
	margin-bottom: 10px;
	color: #067E3F;
}
.rodape h5 + p {
	font-size: 12px;
	line-height: 14px;
	color:#999;
}

.rodape .localiza {
	display: block;
	text-align: center;
    background: url(../imagens/fundo-telefone.jpg) repeat-y center;
	color: #FFF;
	padding: 15px;
	border-radius: 8px 0 8px 0;
	min-height: 32px;
	font-weight: bold;
    transition: all 0.2s linear;
	line-height: 14px;
}
.rodape .localiza:hover {
    transition: all 0.2s linear;
   background: url(../imagens/fundo-telefone.jpg) repeat-y -50px;
}


.flag h2{color:#6a6a6a;font-size:2.6em;font-weight:normal;margin-top:77px;text-align:center} 
.flag h3{color:#a5a5a5;font-size:1.6em;font-weight:normal;margin-top:12px;text-align:center} 
.flag p{font-size:14px;font-family:Arial;color:#999;text-align:center} 
.flag ul{margin:0;padding:0;list-style-type:none;margin-top:45px;text-align:center} 
.flag ul li{border:1px solid #e3e3e3;border-radius:4px;display:inline-block;font-size:1.2em;height:30px;line-height:30px;margin:0 5px;width:124px} ul li a{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none} 
.flag ul li.selected{border-color:#6ebd45;background-color:#6ebd45} 
.flag ul li.selected a{color:#fff} .flag{text-align:center;margin-top:10px;overflow:hidden} 
.flag span{background-image:url("../imagens/flags.png"); background-color: #FFF; text-indent: -2999px;background-repeat:no-repeat;border:1px solid #eee;display:inline-block;float:left;height:44px;margin:0 7px 18px 0;position:relative;width:73px}
.flag span.parcel:after{background-color:#f9880c;border-radius:50%;color:#fff;display:block;font-size:1.1em; text-indent:1; display:none;font-weight:bold;height:26px;line-height:26px;position:absolute;text-align:center;width:26px;bottom:-13px;right:-13px} 
.flag span.x3:after{content:"4x"} 
.flag span.x6:after{content:"6x"} 
.flag span.x10:after{content:"10x"} 
.flag span.x12:after{content:"12x"} 
.flag span.x18:after{content:"18x"} 
.flag span.visa{background-position:-18px -12px} 
.flag span.mastercard{background-position:-18px -83px} 
.flag span.americanexpress{background-position:-18px -153px} 
.flag span.hipercard{background-position:-19px -223px} 
.flag span.diners{background-position:-20px -293px} 
.flag span.elo{background-position:-20px -363px} 
.flag span.aura{background-position:-21px -433px} 
.flag span.plenocard{background-position:-17px -493px} 
.flag span.personalcard{background-position:-17px -573px} 
.flag span.cardban{background-position:-17px -633px} 
.flag span.valecard{background-position:-17px -713px} 
.flag span.brasilcard{background-position:-19px -785px} 
.flag span.fortbrasil{background-position:-19px -855px} 
.flag span.Cabal{background-position:-17px -923px} 
.flag span.mais{background-position:-17px -992px} 
.flag span.avista{background-position:-17px -1064px} 
.flag span.grandcard{background-position:-17px -1134px} 
.flag span.sorocred{background-position:-17px -1204px} 
.flag span.maestro{background-position:-18px -1273px} 
.flag span.banricompras{background-position:-17px -1333px} 
.flag span.visaelectron{background-position:-19px -1414px} 
.flag span.cabaldebito{background-position:-17px -1473px} 
.flag span.hsbc{background-position:-19px -1553px} 
.flag span.bradesco{background-position:-19px -1764px} 
.flag span.itau{background-position:-19px -1694px} 
.flag span.bb{background-position:-19px -1624px} 
.flag span.banrisul{background-position:-17px -1833px} 
.flag span.boleto{background-position:-19px -1902px} 
.flag span.ticket{background-position:-17px -1973px}


.rodape .artigo span {
	float: left;
	margin-right: 10px;
	display: block;
	overflow: hidden;
	height: 50px;
}
.rodape .artigo {
	margin-bottom: 20px;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
}
.rodape  .artigo a {
	line-height: 16px;
	margin: 0px;
	min-height:50px;
	display:block;
	color: #333;
	text-decoration: none;
}
.rodape .artigo a:hover {
	color:#151515;
}

.rodape input[type="email"] {
	width: 94%;
	padding: 3%;
	margin-top: 15px;
	margin-bottom: 10px;
	border: none;
	box-shadow: none !important;
}

.rodape .newsletter__send {
    background: #969696;
    color: #FFF;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    width: 100%;
    height: 30px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    border-bottom: 3px solid #656565;
}

.rodape .newsletter__send:hover {
	    background: #969696;
}
.rodape .conheca {
	display: block;
    text-align: center;
    background: #969696;
    color: #FFF;
        border-bottom: 3px solid #656565;
    border-radius: 8px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    transition: all 0.2s linear;
}
.rodape .conheca:hover {
	    background: #ec3232;
}
.rodape .borda-baixo {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.rodape-fim {
     background: url(../imagens/fundo-menu.png) repeat-x top;
    padding: 20px 0;
    color: #FFF;
    font-weight: bold;
}


.rodape-fim a{
	color: #FFF;
}
.rodape-fim a:hover {
    color: #d9d9d9;
}

.endereco {
    text-align: center;
    font-size: 14px;
    color: #d3d3d3;
}
.caixa-azul {
    height: 46px;
    background: url(../imagens/bloco-azul.png) no-repeat center;
    border-radius: 6px;
    border-top: 3px solid #2B4DAD;
    border-bottom: 3px solid #001F79;
    color:#F9F9F9;
    padding: 5px 10px;
}
.caixa-azul a {
    display: block;
    color: #F9F9F9;
}
.caixa-azul a:hover {
    color:#FFF;
}
.orcamento{
    color: #F9F9F9;
}

.orcamento .esquerdo {
    float: left;
    width: 76%;
    font-size: 12px;
    padding: 5px 2%;
}
.orcamento .esquerdo span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.orcamento .direito {
    float: left;
    width: 16%;
    padding: 5px 2%;
    text-align: center;
}
.suspenso{
    position: relative;
    z-index: 1;
}
.suspenso .row {
    position: absolute;
    top: 30px;
}




/*Sub Menu*/


.menu ul li ul{
  display: block;
  opacity: 0;
  position: absolute;
  height: auto;
  z-index: 999999999;
 border-radius: 5px;
  width: 180px;
  top: 74px;
    padding-top: 10px;
  transition-duration: 0.3s;
  left: -90px;
margin-left: 50%;

}
.menu ul li:hover ul{
  opacity: 1;
  top: 35px;
  transition-duration: 0.3s;

}
.menu ul li ul li{
  padding: 0;
  border: none;
  width: 100%;
  margin:0;
  overflow: inherit;
  list-style: none;
  background:none;

}
.menu ul li ul li:last-child{
  border-bottom:none !important;
}
.menu ul li ul li a{
  background: url(../imagens/fundo-menu.png) repeat-x top;
 display: block;
    border:none;
     padding: 6px 6px;
 text-align: left;
 line-height: 16px;
 text-decoration: none;
 width: 100%;
    color: #FFF;
 height: 100%;
 font-size: 12px;
}
.menu ul li ul li:before {
    display: none;
}
.menu ul li ul li:after {
    display: none;
}
.menu ul li ul li:first-child a{
    border-radius:  0;
}
.menu ul li ul li:last-child a{
    border-radius: 0 0 8px 8px;
}
.menu ul li ul li a:hover{
  background: url(../imagens/fundo-menu.png) repeat-x center;
 color: #fff;
}
.titulo-interno {
    padding: 80px 0 50px;
    margin-top: -50px;
    background: url(../imagens/inter.jpg) no-repeat center bottom;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    text-align: center;
}
.titulo-interno1 {
    padding: 80px 0 50px;
    margin-top: -50px;
    background: url(../imagens/lona-preta.png) no-repeat center bottom;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    text-align: center;
}
.titulo-interno h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 41px;
    text-transform: uppercase;
	text-shadow:2px 2px 3px #000;
}
.titulo-interno h1 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
.titulo-interno1 h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
	text-shadow:2px 2px 3px #000;
}
.titulo-interno1 h1 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
.bread {
        font-family: 'Nunito', sans-serif;  
}
.bread a {
    color: #d9d9d9;
}
.bread a:hover {
    color: #FFF;
}
.bread img {
    margin-right: 10px;
}
.conteudo-interno {
    margin-bottom: 30px;
}

.enviar {
    height: 40px;
    background: url(../imagens/textura.png) no-repeat center;
    border-radius: 6px;
    border: none;
    color:#F9F9F9;
    padding: 5px 10px;
}



#slide {
    background: url(../imagens/fundo-slide.jpg) no-repeat center;
    padding-top: 0px;
        position: relative;
    z-index: 1;
    top: -50px;
}


.tp-bgimg.defaultimg {
}




/* Back to Top */


#backtop {
    position: fixed;
    left:auto;right: 20px;top:auto;bottom: 100px;
    outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:#d90000;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:14px;
    border-radius:8px;
    cursor:pointer;
    transition:all 0.3s linear;
    z-index:8;

    opacity:1;
    display:none;
}
#backtop:hover {
    background-color:#ef3838;
}
#backtop.mcOut {
    opacity:0;
}

.l-main {
}

.banner-empresa {
    margin-top: -100px;
    background: url(../imagens/fundo-banner-empresa.png) no-repeat center;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    border-bottom: 3px solid #CCC;
}

.banner-empresa .icon {
    text-align: center;
}

.banner-empresa h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #3757B6;
    margin-top: 0;
    font-family: 'Bungee', cursive;
    font-weight: normal;
    margin-bottom: 0;
}
.banner-empresa a {
    font-family: 'Bungee', cursive;
    font-size: 12px;
    font-weight: normal;
    color: #3757B6;
}
.banner-empresa a img {
    margin-top: -3px;
}
.banner-empresa p {
    margin-bottom: 5px;
}


.blocos-index {
    background: url(../imagens/fundo-blocos.png) no-repeat center top;
    padding-top: 130px;
    margin-top: -120px;
}

.blocos-index .bloco {
    
}
.blocos-index .bloco .titulo {
background: url(../imagens/textura.png) no-repeat center;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 5px solid #73000c;
}
.blocos-index .bloco .titulo h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    line-height: 18px;
}
.blocos-index .bloco .liga {
    padding: 0 10px;
}
.blocos-index .bloco .liga .fundo {
    height: 30px;
    width: 40%;
    background: url(../imagens/liga-titulo.png) no-repeat center;
}
.blocos-index .bloco .box {
    padding: 10px;
    background: url(../imagens/fundo-topo.png) no-repeat center;
    border-radius: 5px;
    margin-bottom: 50px;
    border-bottom: 3px solid #ccc;
}
.blocos-index .bloco .box .imagem {
    width: 40%;
    float: left;
}
.blocos-index .bloco .box .imagem img {
    border-radius: 5px;
}
.blocos-index .bloco .box .texto {
    float: left;
    margin-left: 3%;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    width: 93%;
        font-family: 'Nunito', sans-serif;
}

.box a {
    display: block;
        font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: -20px;
    transition-duration: 0.5s;
    background: url(../imagens/textura.png) no-repeat center;
}
.box a:hover {
 transition-duration: 0.5s;
       background: url(../imagens/textura.png) no-repeat bottom;  
    color: #FFF;
}

.produtos-index {
    margin-bottom: 30px;
    margin-top: 30px;
}
.produtos-index h3{
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

.produtos-index .image {
    border-radius: 5px;
    border:1px solid #636363;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    height: 140px;
}
.produtos-index .image img {
    border-radius: 5px;
}

.produtos-index .image + h4 {
    display: block;
    background: #636363;
    color: #FFF;
    font-size: 18px;
    padding: 20px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    line-height: 16px;
    min-height: 44px;
    text-align: center;
    
}

.produtos .image {
    border-radius: 5px;
    border:1px solid #3757B6;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    height: 140px;
}
.produtos .image img {
    border-radius: 5px;
    width: 100%;
}

.produtos .image + h4 {
    display: block;
    background: #3757B6;
    color: #FFF;
    font-size: 14px;
    padding: 20px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    text-transform: uppercase;
    line-height: 16px;
    min-height: 64px;
    text-align: center;
    
}


.servicos .image {
    border-radius: 5px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    height: 140px;
}
.servicos .image img {
    border-radius: 5px;
    width: 100%;
}

.servicos h4 {
    display: block;
    background: #202020;
    color: #FFF;
    font-size: 14px;
    padding: 10px 10px 20px;
    border-radius: 5px 5px 0 0;
    margin-top: 0px;
    margin-bottom: -10px;
    
}

.customNavigation {
    position: relative;
}

.customNavigation .prev {
    width: 60px;
    height: 36px;
    position: absolute;
    top: -54px;
    right: 80px;
    z-index: 555;
    background: url(../imagens/setas.png) no-repeat left top;
    display: block;
    cursor: pointer;
}

.customNavigation .next {
    width: 60px;
    height: 36px;
    z-index: 555;
    position: absolute;
    top: -54px;
    right: 0px;
    background: url(../imagens/setas.png) no-repeat right top;
    display: block;
    cursor: pointer;
}
.customNavigation .next:hover {
 background: url(../imagens/setas.png) no-repeat right bottom;   
}
.customNavigation .prev:hover {
 background: url(../imagens/setas.png) no-repeat left bottom;   
}

.produtoo {
    margin-bottom: 30px;
}

.servico {
    margin-bottom: 30px;
}

.menu-interno {
    margin: 0 0 30px;
}
.menu-interno li {
    list-style: none;
    margin-right: 10px;
        display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.menu-interno li a {
    display: inline-block;
    padding: 5px 10px;
    background: #00238C;
    border-radius: 5px;
    color: #FFF;
    transition-duration: 0.5s;
}
.menu-interno li a:hover {
    background: #3757B6;
    transition-duration: 0.5s;
}

.produto .image {
    padding: 10px;
    border: 1px solid #d90000;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 140px;
}
.produto h3 {
    color: #d90000;
    font-family: 'Oswald', sans-serif;
}
.produto .image img {
    width: 100%;
    border-radius: 5px;
}
.produto .texto {
    text-align: justify;
}


.bk_produtos{
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    border-radius: 5px;
    display: block;
}
 .bk_produtos span{
      margin: 15px 2px 20px 2px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding-bottom: 11px;
    padding-top: 14px;
    text-align: center;
}
.bk_produtos span img{
  text-align: center;
  margin: 0 auto 0 auto;
}
.bk_produtos .button-group .cart form{
   width: 100%;
   margin-bottom: 0;
}

.bk_produtos .button-group .cart form input{
    background: transparent;
    padding: 0px;
    width: 80% !important;
    position: relative;
    border: none;
    outline: none;
    border: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    margin: 0 0 0px 0;
    box-shadow: none!important;
    text-align: center;
    font-size: 14px;
    -moz-box-shadow: none;
    font-weight: bold;
   box-shadow: none;
     color: #3858b6;
}
.bk_produtos span.car{
      margin: 0;
    background-color: #fff;
      border-radius: 6px;
    overflow: hidden;
    display: block;
     color: #3858b6;
   width: 30%;
   font-weight: bold;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    position: relative;
}
.bk_produtos span.car.pull-right{
    width: 65%;
}

.bk_produtos .button-group .cart form input#button{
       padding: 0px;
    background-color: transparent;
    margin-left: auto;
    color: #3858b6;
    font-weight: bold;
    display: block;
    margin-right: auto;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.bk_produtos span.car i{
  width: 55px;
}
.cart {
	background:#3858b6;
  border-radius: 6px;
  padding: 5px;
}

a.carinho-top span.ico-car {
    padding: 6px;
    color: #191c93;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 100px;
    float: right;
    width: auto;
}


.carrinho a {
  border-radius: 10px;
  background: #dcecf9;
  text-align: center;
  line-height: 50px;
  margin-bottom: 40px;
  display: block;
}
.carrinho a:hover {
  background: #7296d8;
  color: #FFF;
  }

  .carrinho tbody tr td input#drop {
    margin: 0px;
    padding: 0px;
    background-image: url('img/delete.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #e74c3c;
    height: 32px;
    cursor: pointer;
    outline: none;
}


.aviso {
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
     background: url(../imagens/lona-preta.png) no-repeat center;
    color: #d3d3d3;
    text-align: center;
    margin-bottom: 30px;
}
.contrata {
    background: url(../imagens/textura.png) no-repeat center;
    border-radius: 6px;
    border-top: 3px solid #06148c;
    border-bottom: 3px solid #06148c;
    color: #F9F9F9;
    padding: 5px 20px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.contrata:hover {
    color: #F9F9F9;
    background: url(../imagens/textura.png) no-repeat right;
}

.dicas .image {
    border-radius: 8px 8px 0 0;
    height: 140px;
    overflow: hidden;
}
.dicas .image img {
    width: 100%;
    border-radius: 0 0 5px 5px  ;
}
.dica .image img {
    width: 100%;
    border-radius: 5px;
}
.dicas h2 {
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    min-height: 48px;
    line-height: 24px;
}
.dicas p {
    margin: 0;
    min-height: 60px;
    line-height: 15px;
    color: #333;
}

.dicas .chamada {
    padding: 10px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
    background: url(../imagens/fundo-topo.png) no-repeat left top;
    color: #3858b6;
    border-bottom: 3px solid #ccc;
    transition-duration: 0.5s;
}

.dicas a:hover .chamada {
    background: url(../imagens/fundo-topo.png) no-repeat right top; 
    color: #FFF;
    transition-duration: 0.5s;
}
.dicas a:hover .chamada h2 {
    color: #333;
    transition-duration: 0.5s;
}
.dicas a:hover .chamada p {
    color:#333;
    transition-duration: 0.5s;
}

.dica .image {
    border-radius: 5px;
}

.marcas .image {
    border: 1px solid #3858b6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
 
}
.produtoo a, .item a {
   transition-duration: 0.5s;
    display: block;
    border-radius: 5px;
}
.produtoo a:hover, .item a:hover {
    box-shadow: 5px 5px 8px #dedede;
    transition-duration: 0.2s;
}

.empresaa {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}

.empresaa img {
    position: absolute;
    top: -250px;
}
.aviso h3 {
    margin: 0;
    font-family: 'Anton', sans-serif;    
        color: #FFF;
    
}
.aviso a {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    display:block;
}
.aviso a:hover {
    color: #ccc;
}
.empresa p {
    text-align: justify;
    font-size: 16px;
}

.mapa h3 {
    margin: 0; 
        font-family: 'Oswald', sans-serif;
    color: #d90000;
}

.empresa h2 {
        font-family: 'Oswald', sans-serif;
    color: #d90000;
}

.unslider-wrap.unslider-carousel>li{
border-radius: 8px;
}

.fornece {
    position: relative;
    z-index: 8;
}

.fornece .fornece1 {
        background: url(../imagens/fundo-topo.png) no-repeat center top;
    padding: 10px;
    border-radius: 8px;
    border-bottom: 5px solid #CCCCCC;
    margin-bottom: 20px;
}

.fornece .fornecedorr {
    position: absolute;
}

.menu-grande {
    position: relative;
    z-index: 9;
}

.index .titulo-interno {
        margin-top: -170px;
        padding: 160px 0 50px;
}