html{
	background-image: url(../imagens/textura.png);
	background-repeat: repeat;
	background-position: center top;
}
body{
	line-height: 26px !important;
	font-family: 'montserratregular' !important;
	font-size: 14px !important;
	color: #424242 !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-color: transparent !important;
	text-align: justify !important;
}
body.body-two{
}
header {
    background: url(../imagens/topo.png) no-repeat center 30px;
    min-height: 480px;
    position: relative;
    z-index: 8;
}
header.header-two{
    min-height: 345px;
}
h1{
	font-size: 36px !important;
    text-transform: uppercase !important;
    position: relative;
    display: block !important;
    text-align: left;
    padding-bottom: 19px;
    margin-top: 0px !important;
    color: #00b2d3  !important;
}
.h1-sob{
    margin-bottom: 30px;
    margin-top: -70px;
}
h1:before{
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	display: block;
	background-color: #00b2d3 ;
}
h1 span{
    color: #a0a0a3;
    font-size: 20px;
}

h1:after{
	content: "";
	width: 70px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background-color: #00b2d3 ;
}

h2{
	display: block !important;
	font-size: 36px !important;
	text-transform: uppercase !important;
	color: #00b2d3 !important;
    text-align: center;
}
h2 span{
	color: #424242 !important;
}

h3{
	display: block !important;
	font-size: 17px !important;
	text-transform: uppercase !important;
}
.subheader {
    font-weight: 400;
    display: block;
    color: #34b3f2;
    text-align: left;
    font-size: 17px;
    margin-top: 29px;
    margin-bottom: 0px;
}


/*tel e horario top*/

.tel{
	    margin-top: 0px;
    line-height: normal;
}
.tel .text{
  font-size: 14px;
}
.tel .img{
	width: 45px;
    margin-left: 11px;
}
.tel .img img{
	width: 100%;
}

/*menu top*/
.menu-top{
	padding: 15px 0 15px 0;
	background-color: transparent !important;
}
.navbar-default {
    border: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00b2d3 !important;
}
.menu-top .navbar {
    background-color: transparent !important;
}
.menu-top .navbar .navbar-collapse, .menu-top .navbar .navbar-collapse ul {
	width: 100% !important;
}
.menu-top .navbar ul li.active a{
	color: #555 !important;
    background-color: transparent !important;
    border-top: solid 2px #ff0000 !important;
}
.menu-top .navbar ul li ul.dropdown-menu{
    background-color: #f00 !important;
    padding: 10px;
    border: 0px;
}
.menu-top .navbar ul li ul.dropdown-menu li a{
	color: #fff;
	padding: 10px;
	margin-bottom: 5px;
	padding: 10px !important;
}
.menu-top .navbar ul li ul.dropdown-menu {
    min-width: 200px;
}
.menu-top .navbar-nav li{
    width: 100% !important;
}
.menu-top #navbar {
 padding: 0px !important; 
}
.menu-top nav ul{
    padding: 0px;
}
.menu-top nav ul li{
    width: 100%;
}
.menu-top nav ul li a{
background: #f2d13e; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #f2d13e 1%, #f59d1c 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #f2d13e 1%,#f59d1c 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #f2d13e 1%,#f59d1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d13e', endColorstr='#f59d1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-bottom: 1px solid #f2ca39;
    color: #fff;

}
.menu-top nav ul li a:hover{
    color: #000;
}


.menu-top .navbar ul li ul.dropdown-menu li a:hover{
	color: #262626;
    text-decoration: none;
    background-color: #d60000;
}

.bk-fund2{
    padding-bottom: 10px;
    background-repeat: repeat;
    margin-top: 226px;
    background-position: center top;
}
.bk-fund .navbar{
	margin-bottom: 0px !important;
}

/*buttom*/
/* Button 3 */
.btn-3 {
	background: #fe0000;
	color: #fff;
}

.btn-3:hover {
	    background-color: #676767;
    background: #676767;
    background: -moz-linear-gradient(-45deg, #676767 0%, #313131 100%);
    background: -webkit-linear-gradient(-45deg, #676767 0%,#313131 100%);
    background: linear-gradient(135deg, #676767 0%,#313131 100%);
}

.btn-3:active {
	    background-color: #676767;
    background: #676767;
    background: -moz-linear-gradient(-45deg, #676767 0%, #313131 100%);
    background: -webkit-linear-gradient(-45deg, #676767 0%,#313131 100%);
    background: linear-gradient(135deg, #676767 0%,#313131 100%);
	top: 2px;
}

/* Button 3e */

.btn-3e {
	padding: 10px 28px 10px 30px !important;
    overflow: hidden;
    line-height: 30px !important;
}

.simul-img{
	width: 30px;
	float: right;
	margin-left: 20px;
}

/*slide*/
#slide-tam{
	position: relative;
	z-index: 0;
	margin-top: -100px;
    margin-bottom: 0;
    border-bottom: 5px solid #FFF;
}
.ul-slid{
	width: auto;
    text-align: center;
    line-height: 65px;
    font-size: 70px;
    font-family: 'Lobster', cursive;
    display: block;
    color: #00b2d3;
    text-shadow: 1px 4px 0 #FFF;
}
.ul-slid .icon{
    float: left;
    display: block;
    margin-right: 15px;
}

/*buttao geral*/
.bt-geral{
    display: block;
    text-decoration: none;
    font-size: 27px;
    float: left;
    color: #424242;
    bottom: -27px;
    left: 87%;
    position: relative;
}
.bt-geral span{
	position: relative;
}
.bt-geral span i{
	display: block;
	color: #e25000;
    transition: all 0.2s ease-in-out;
}
.paletas:hover .bt-geral span i{
    color: #182e57;
}


.paletas{
	margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.16);
    padding: 15px;
    border-radius: 15px;
    display: block;
    text-decoration: none !important;
    min-height: 118px;
}
.paletas h2{
    color: #182e57 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: left;
    margin-top: 0px !important;
}
.paletas p{
    color: #808080 !important;
    text-align: left;
}

/*orçamento*/
.orcamento{
	color: #ffffff;
    background-color: #676767;
    background: #676767;
    background: -moz-linear-gradient(-45deg, #676767 0%, #313131 100%);
    background: -webkit-linear-gradient(-45deg, #676767 0%,#313131 100%);
    background: linear-gradient(135deg, #676767 0%,#313131 100%);
    display: block;
    padding-bottom: 20px;
}
.orcamento h2{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
    line-height: 30px;
    text-align: left;
}
.orcamento h2 span{
	color: #b2e64f !important;
}
.orcamento .orc-bt{
	display: block;
    padding: 9px;
    position: relative;
    overflow: hidden;
    background-color: #13d0cc;
    border-radius: 100px;
    color: #fff;
    margin: 43px 0 21px 0;

}
.orcamento .orc-bt:before{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(../imagens/orc.svg);
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}


/*filtrar produtos*/
.produtos-por-marcas{
  display: block;
  list-style: none;
  padding: 0px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.produtos-por-marcas h2{
    display: block;
    color: #363636 !important;
    background-color: #bae746;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: left;
    font-size: 14px !important;
    margin-top: 0px;
}
.produtos-por-marcas h3{
	font-size: 13px !important;
	text-align: center !important;
	min-height: 40px;
}

.produtos-por-marcas .marcs{
  padding: 3px;
  display: block;
  width: 100%;
  background-color: #ededed;
  margin: 15px 0 15px 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}
.produtos-por-marcas li{
  width: 100%;
}
.produtos-por-marcas li a{
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ddd;
    width: 88%;
    margin-bottom: 10px;
    color: #5d5d5d;
    display: block;
    font-size: 15px;
}
.produtos-por-marcas li button{
	display: block;
	border: 0px;
	width: 100%;
	height: auto;
	outline: none;
	background-color: transparent !important;
}
/*video*/
.embed-responsive-item{
	height: auto !important;
	width: 100% !important;
	display: block;
}


/*blog index*/
.meio-site{

}


.meio-site ul{
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.meio-site ul li
{
    width: 100%;
}
.meio-site ul li a
{
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 7px 20px 7px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F5F5F5;

        background-color: #676767;
    background: #676767;
    background: -moz-linear-gradient(-45deg, #676767 0%, #313131 100%);
    background: -webkit-linear-gradient(-45deg, #676767 0%,#313131 100%);
    background: linear-gradient(135deg, #676767 0%,#313131 100%);
}

/*fomularios*/
form.contatos button, .bt-curriculo, form.contatos input.btn-lg{
    background: #f59d1c !important;
    height: 35px !important;
    width: 100% !important;
/*    float: left !important;*/
    text-align: center !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
form.contatos button {
    padding: 0 10px !important;
}
.add_to_cart {
  padding: 7px 10px;
  height: 36px;
    border: none;
/*  line-height: 40px;*/
  width: auto;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #00b2d3;
  color: #ffffff;
}
.add_to_cart:hover {
  background: #f59d1c;
  color: #ffffff;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: solid 1px #c5c5c5 !important;
    box-shadow: 0px 4px 0px #cecece !important;
    border-radius: .25rem;
}

/*missao*/
ul.missao{
	width: 100%;
	list-style: none;
	padding: 0px;
}
ul.missao li{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
ul.missao .ico{
            padding: 18px 10px 18px 10px;
    width: 84px;
    background-color: #676767;
    background: #676767;
    background: -moz-linear-gradient(-45deg, #676767 0%, #313131 100%);
    background: -webkit-linear-gradient(-45deg, #676767 0%,#313131 100%);
    background: linear-gradient(135deg, #676767 0%,#313131 100%);
    display: block;
    float: left;
    border-radius: 13px;
    margin-right: 20px;
}

ul.missao .ico img{
	width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
ul.missao .text h2{
	padding-top: 15px;
	display: block;
}

/* clientes */
/*marcas rodape*/
.marcas-rodape{
  width: 100%;
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.marcas-rodape li{
	margin-bottom: 10px;
  float: left;
}
.marcas-rodape li a{
      box-shadow: inset rgba(0, 0, 0, 0.15) 7px 1px 19px !important;
      display: block;
      background: #EFEFEF;
      border-radius: 10px;
}

/* simulador*/
.simulador-pag{
	width: 100%;
	display: block;
}
.simulador-pag ul#cores{
	list-style: none;
	display: block;
	padding: 0px;
}
.simulador-pag ul#cores h2{
	font-size: 15px !important;
}
.simulador-pag ul#cores li{
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 6px;
	float: left;
	cursor: pointer;
	transition: 0.2s;
}
.simulador-pag ul#cores li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.simulador-pag ul#cores li:hover a, .simulador-pag ul#cores li a.active{
	box-shadow: 0 0 50px 0 rgba(0,0,0,.5);
}


.blue{
	background-color:	#049cdb;
display: block;}	
.green{
	background-color:	#46a546;
	display: block;	}
.red{
	background-color:	#9d261d;
display: block;}	
.yellow{
	background-color:	#ffc40d;
display: block;}	
.orange{
	background-color:	#f89406;
	display: block;	}
.pink{
	background-color:	#c3325f;
	display: block;	}
.purple{
	background-color:	#7a43b6;
display: block;}
.black{
	background-color:	#2a2a2a;
display: block;}
.img-grande{
	width: 100%;
	position: relative;
}
.simulador-pag .img{
	width: 100%;
	margin-top: 15px;
	

}
.img-padrao{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.img-padrao img{
	width: 100%;
}
.simulador-pag .img img{
	width: 100%;
	border-radius: 20px;
}
.menu-responsive {
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
}
.menu-responsive button{
   margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
    float: inherit !important;
    background-color: #00b2d3;
    border: 0px;
}
.menu-responsive button .icon-bar{
      background-color: #fff !important;
}

/*menu*/
.menu-pro{
    width: 100% !important;
    display: block;
    border-radius: 100px;
}
 .navbar-nav {
     background: url(../imagens/menu.jpg) no-repeat center;
    position: relative;
    margin-top: 17px !important;
    margin-top: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 14;
/*    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);*/
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
        display: block !important;
}
 .navbar-nav span {
/*    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);*/
        display: block !important;
}
 .navbar-nav li {
    /* transition: all .4s ease-in-out; */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    /* -webkit-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
        display: block !important;
    padding: 0 1px !important;
    width: auto !important;
    float: left;
    position: relative;


}
 .navbar-nav li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px !important;
        display: block !important;
        font-weight: bold;
        font-family: 'montserratregular' !important;
}
.navbar-nav li a:hover{

    background: #f59d1c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f59d1c 0%, #f7bb15 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f59d1c 0%,#f7bb15 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f59d1c 0%,#f7bb15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59d1c', endColorstr='#f7bb15',GradientType=1 ); 
    color: #FFF;
}
.navbar-nav li.current a{
    border-radius: 20px 0 0 20px;
    margin-left: 0px;
    color: #FFF;
}
.navbar-nav li ul{
  position: absolute;
    width: 200px;
    height: auto;
    display: block;
    top: 70px;
    left: 0px;
    padding: 0px;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}
.navbar-nav li ul.sub{
    left: auto;
    right: 0px !important;
}
.navbar-nav li:hover ul{
    transition: all 0.2s ease-in-out;
  visibility: visible;
  top: 46px;
}
.navbar-nav li ul li{
    width: 100% !important;
    margin-bottom: 5px !important;
    display: block !important;
}
.navbar-nav li ul li a{
        padding: 10px !important;
    display: block !important;
    width: 100% !important;
    background: url(../imagens/menu.jpg) no-repeat center;
    
}

.navbar-nav li ul li a:hover {
    background: #f59d1c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f59d1c 0%, #f7bb15 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f59d1c 0%,#f7bb15 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f59d1c 0%,#f7bb15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59d1c', endColorstr='#f7bb15',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-decoration: none;
}
/* soluçoes */
a.serv{
    display: block;
    text-decoration: none !important;
    color: #fff;
    background-color: #e25000;
    padding: 6px;
    width: 200px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    font-size: 17px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}
a.serv:hover{
    color: #fff;
    background-color: #182e57;
}
.dic .item{
    margin: 0px 15px 0 15px;
}

/*dicas uteis*/
a.dicas{
    display: block;
    text-decoration: none !important;
    width: 100%;
}
a.dicas .img{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
a.dicas .img span{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(23, 35, 67, 0.68);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-opacity: .0;
    -khtml-opacity: .0;
    -webkit-opacity: .0;
    opacity: .0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);

}
a.dicas:hover .img span{
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
a.dicas .img span i{
   text-align: center;
   display: block;
   color: #fff;
   font-size: 30px;
   top: 50%;
    left: 50%;
   position: absolute;
       transform: translate(-50%,-50%) scale(.3,.3);
    -webkit-transform: translate(-50%,-50%) scale(.3,.3);
    -moz-transform: translate(-50%,-50%) scale(.3,.3);
    -ms-transform: translate(-50%,-50%) scale(.3,.3);
    -o-transform: translate(-50%,-50%) scale(.3,.3);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

a.dicas:hover .img span i{
    transform: translate(-50%,-50%) scale(1,1);
    -webkit-transform: translate(-50%,-50%) scale(1,1);
    -moz-transform: translate(-50%,-50%) scale(1,1);
    -ms-transform: translate(-50%,-50%) scale(1,1);
    -o-transform: translate(-50%,-50%) scale(1,1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
a.dicas .text h2, a.dicas p{
    font-size: 14px !important;
    color: #00b2d3 !important;
}
a.dicas .dat{
    color: #00b2d3;
    font-size: 15px;
}
.blogger {
    margin-bottom: 50px;
}
.blogger img {
    border-radius: 10px;
}
a.dicas span.bt{
background: #f59d1c;
    color: #fff;
    padding: 4px 15px 4px 15px;
    display: block;
    float: left;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.dicas:hover span.bt{
    background-color: #fff;
    color: #00b2d3;
}

/*clientes*/
.client .item{
    margin: 0px 15px 0 15px;
}
.client .item img{
 border: solid 1px #ddd;
 border-radius: 4px;
}

fieldset#texto01, fieldset#texto02, fieldset#texto03{
    border: solid 1px #d8d8d8 !important;
    border-radius: 4px !important;
}

/*frase*/
.frase{
    padding-top: 20px;
    font-size: 26px;
    color: #00b2d3;
    text-shadow: 3px 3px 3px #fff;
}
.carrinhoo {
    padding: 10px;
    background: #00b2d3;
    color: #FFF;
    border-radius: 10px;
    font-size: 16px;
}
.carrinhoo:hover {
    text-decoration: none;
    background: #f59d1c;
    color: #FFF;
}
.carrinhooo {
    margin-top: 15px;
    text-shadow: none;
}
.linha-topo {
    background: #f7bb15; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #f7bb15 0%, #f59d1c 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #f7bb15 0%,#f59d1c 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #f7bb15 0%,#f59d1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bb15', endColorstr='#f59d1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}
/*buscar pesquisa*/
.busca-header{
    background-color: transparent;
    border-radius: 100px;
    display: block;
    width: 100%;
    min-height: 44px;
    transition: all 0.2s ease-in-out;
}
.busca-header .bsc-text{
    background-color: transparent;
    width: 160px;
    height: 44px;
    outline: none;
    font-weight: bold;
    display: block;
    border: 0px;
    color: #FFF;
    border-radius: 100px;
    float: left;
}
.busca-header .bsc-text::-webkit-input-placeholder {
   color: #FFF !important; 
    font-size: 16px;
    font-weight: bold;
}

.busca-header .bsc-text:-moz-placeholder { /* Firefox 18- */
   color: #FFF !important;  
    font-size: 16px;
    font-weight: bold;  
}

.busca-header .bsc-text::-moz-placeholder {  /* Firefox 19+ */
 color: #FFF !important;     
    font-size: 16px;
    font-weight: bold;
}

.busca-header .bsc-text:-ms-input-placeholder {  
  color: #FFF !important;  
    font-size: 16px;
    font-weight: bold;  
}
.busca-header .busc{
    width: 50px;
    height: 44px;
    float: right;
    position: relative;
}
.busca-header .busc .bsc-env{
    float: left;
    background-color: transparent;
    display: block;
    color: #fff;
    border-radius: 100px;
    border: 0px;
    outline: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.busca-header .busc i{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-top: 13px;
    font-size: 18px;
} 

/*bt link*/
a.tb-link{
    display: block;
    background: #f59d1c;
    padding: 5px 23px 5px 23px;
    float: left;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
}
a.tb-link:hover{
    background-color: #fff;
    color: #00b2d3;
}

/*paralax index*/
.paralax_image_bg2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 50px 0;
    background-size: cover!important;
    background-attachment: fixed!important;
    position: relative;
    width: 100%;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background: url(../imagens/bk-piscinas-macapa.jpg);
}
.separator_type_5_path.top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.separator_type_5_path {
    height: 185px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;
    padding: 0;
}
.box-1 {
    padding: 20px;
    border-radius: 10px;
    background: url(../imagens/rodape.png) center;
    border-top: 5px solid #FFF;
}
.h2-paralax{
    text-align: center;
    color: #00b2d3 !important;
    text-shadow: 3px 3px 0px #FFF;
    line-height: 48px;
    margin-bottom: 40px;
    font-size: 48px !important;
}
.h2-paralax span{
    color: #00b2d3 !important;
    text-shadow: 2px 2px 2px #FFF;
    font-size: 20px !important;
}

/* PALETAS PRODUTOS*/
/*----------- Block with hover effect --------------*/

.mad_item_hover{
  overflow: hidden;
  position: relative;
  display: block;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mad_item_hover figure img{width: 100%;}

.mad_item_hover:hover .mad_item_desc{bottom: -100%;}

.mad_item_hover .item_overlay{
  content: '';
  position: absolute;
  background: rgba(19, 84, 137, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 2;
  text-align: center;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mad_item_hover .item_overlay .text_holder{
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mad_item_hover:hover .item_overlay .text_holder{opacity: 1;}

  .mad_item_hover:hover .item_overlay a,
  .mad_item_hover:hover .item_overlay p{
    opacity: 1;

    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }

  .mad_item_hover:hover .item_overlay a:nth-child(2){
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  } 

.mad_item_hover:hover .item_overlay{
  height: 100%;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

  .mad_item_hover .item_overlay p,
  .mad_item_hover .item_overlay a{
    /*font-size: 30px;*/
    opacity: 0;
    margin-bottom: 0;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .mad_item_hover .mad_item_desc{
    text-align: center;
    padding: 6px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #272627;
    z-index: 1;

    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease;

    pointer-events: auto;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  .mad_item_hover .mad_item_desc.with_bg_img:before{
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: repeat!important;
    background: url(../images/pattern.png);
    filter: alpha(Opacity=10);
    opacity: 0.1;
    z-index: -1;
  }

  .mad_item_hover .mad_item_desc h5,
  .mad_item_hover .item_overlay p{
    display: inline-block;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 500;
  }

  .mad_item_hover .item_overlay p{
    line-height: 1.2em;
    font-weight: 600;
  }

.mad_item_hover.style2{
  padding: 10px 0 20px;
  border: 1px solid #eee;
  border-bottom: none;
  text-align: center;
  height: 395px;
  overflow: hidden;
}

.mad_item_hover.style2:hover{background: #f3f3f3;}

  .mad_item_hover.style2 .mad_item_desc{
    display: block;
    padding: 15px 15px 25px;

    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
  }

  .mad_item_hover.style2:hover .mad_item_desc{bottom: 0;}

  .mad_item_hover.style2:hover .mad_item_desc{background-color: #ce3d5f;}

  .mad_item_hover.style2 .mad_item_desc .mad_author{
    position: relative;
    z-index: 2;
  }

  .mad_item_hover.style2 .mad_item_desc h3.mad_title_style2{color: #fff;}

    .mad_item_hover.style2 figure{display: inline-block;}

      .mad_item_hover.style2 figure img{width: auto;}

.mad_button.style2, .mad_button.style3 {
background: #f7bb15;
    background: -moz-radial-gradient(center, ellipse cover, #f7bb15 0%, #f59d1c 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f7bb15 0%,#f59d1c 100%);
    background: radial-gradient(ellipse at center, #f7bb15 0%,#f59d1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bb15', endColorstr='#f59d1c',GradientType=1 );
    padding: 6px 20px 4px;
    box-shadow: none;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.mad_button {
    padding: 8px 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #ce3d5f;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}
/*----------- Back to top --------------*/
.mad_button:hover {
    color: #FFF;
}

/* css menu categorias */
#sp-menu-vmcategory {
  margin-top: 0px;
  margin-bottom: 20px;
}
.sp-module.vm_category {
  position: relative;
}
.sp-module.vm_category .sp-module-title {
     padding: 12px 0 1px 22px;

    background: url(../imagens/menu.jpg) no-repeat center;
    cursor: pointer;
    border-radius: 6px;
}
.sp-module.vm_category .sp-module-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 11px 0 !important;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  list-style: none !important;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    padding: 0 20px 0 21px;
    background: #f7bb15;
    background: -moz-radial-gradient(center, ellipse cover, #f7bb15 0%, #f59d1c 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f7bb15 0%,#f59d1c 100%);
    background: radial-gradient(ellipse at center, #f7bb15 0%,#f59d1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bb15', endColorstr='#f59d1c',GradientType=1 );
    border-radius: 4px;
    text-align: left;
    margin-top: 4px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a {
  color: #182e57;
  background-color: #64f3fb;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a .hitarea:before {
  color: #f8f8f8;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li a {
  padding: 0 10px 0px 35px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li > ul li a {
  padding: 0 10px 0px 40px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title {
  padding: 17px 0 17px 22px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title:after {
  content: "\f107";
  font-family: FontAwesome;
  background: #fff;
  border-radius: 100%;
  color: #7ecc13;
  float: right;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 5px;
  text-align: center;
  width: 18px;
}
.sp-module.vm_category.vm_category_menu .sp-module-content {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 50;
  left: 0;
  right: 0;
  width: 100%;
}
.sp-module.vm_category .sp-module-title h3:before {
  content: "\f0c9";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
div.vina-treeview-virtuemart .treeview .hitarea {
  background: url(../images/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea {
  background: none !important;
  height: auto;
  margin-left: 0;
  padding: 0 24px;
  width: 100%;
  cursor: pointer;
  right: 0;
  position: absolute;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
      width: 100%;
    text-align: right;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:before {
  content: "\f107";
}
div.vina-treeview-virtuemart .treeview li.collapsable, div.vina-treeview-virtuemart .treeview li.expandable {
  background-position: 0 -176px;
}


.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #ff7f00;
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #334c86;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #ff7f00;
}
.table_desc .cart_page table tbody tr td.product_thumb {
/*  max-width: 180px;*/
}
.table_desc .cart_page table tbody tr td.product_thumb a img {
  width: 100px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  color: #334c86;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #ff7f00;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  color: #334c86;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 500;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #ebebeb;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
    float: right;
    margin-left: 20px;
}.cart_submit button, .cart_submit a {
  background: #00b2d3;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.cart_submit button:hover, .cart_submit a:hover {
  background: #f59d1c;
    color: #FFF;
    text-decoration: none;
}
