@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

html {
    position: relative;
    min-height: 100%;
}

body {
  background-color: #F8F8F8;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.5rem;
  line-height: 21px;
  font-weight: 400;
  color: #222;
  margin: 0 0 170px; /* altura do seu footer */
}

strong,
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  color: #222;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
a:hover {
  color: #c0392b;
  text-decoration: none;
}

i {
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
p {
  color: #222;
  font-size: 1.5rem;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 0;
}
p strong {
  font-weight: 600;
}

.titulos {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 30px 0 20px;
}
.titulos:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.titulos:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #c0392b;
}

.tam-foto {
    width: auto;
    height: 250px;
}

.btn-label {
    position: 
    relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

/* Topo e Menu */
.topo {
	background-color: #FFF;
}

.data {
	background-color: #222;
	height: 30px;
	color: #FFF;
	line-height: 28px;
    margin-bottom: 10px;
}

.idade {
	padding-top: 10px;
}

.fone-topo {
	padding-top: 50px;
}

.email-topo {
	padding-top: 50px;
}

.logomarca {
    margin-bottom: 10px;
}

.navbar {
	background-color: #222;
	border-color: #222;
	border-radius: 0;
	color: #FFF;
}

.navbar-default .navbar-nav>li>a {
    color: #fff; 
}

.navbar-default .navbar-nav>li>a:hover {
    color: #C0392B; 
}

/* produtos */
.box-produto {
	background-color: #FFF;
	margin-bottom: 15px;
  height: 340px;
}

.box-titulo-produto {
	height: 40px;
	padding-left: 10px;
}

.box-preco-produto {
	padding-left: 10px;
}

.box-marca-produto {
	padding-left: 10px;
}

.botoes-produtos{
  padding: 5px 30px 50px 10px;
}

.riscado {
	text-decoration: line-through;
	color: #222;
}

.box-produto .thumbnail {
	min-height: 250px;
	max-height: 250px;

	min-width: 200px;
	max-width: 200px;

	border: none;
}

/* mansonry */
*, *:before, *:after {box-sizing:  border-box !important;}


.mansonry {
 -moz-column-width: 25em;
 -webkit-column-width: 25em;
 -moz-column-gap: .5em;
 -webkit-column-gap: .5em; 
  
}

.panel {
 display: inline-block;
 margin:  .5em;
 padding:  0; 
 width:98%;
}

/**/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c0392b;
    border-color: #c0392b;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.box-det-produto {
	background-color: #fff;
}


/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 0px;
    width: 100%;
    margin-top: 70px;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
    background-color: transparent;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
    margin-top: 70px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #c0392b;
    opacity: 0.7;
}

.midias a {
  color: #fff;
}

.midias a:hover {
  color: #222;
}

footer {
  width: 100%;
  position: absolute; 
  bottom: 0px;
  background-color: #222;
  color: #fff;
  min-height: 170px;
  z-index: -999;
}

.divisa-rodape {
  height: 10px;
  background-color: #c0392b;
}

.rodape {
  color: #fff;
  margin-top: 20px;
  font-size: 1.75rem;
}

.rodape span {
  color: #c0392b;
  font-size: 3rem;
}

.rodape .direitos {
  font-size: 1.5rem;
}

.rodape a {
  color: #fff;
}

.rodape a:hover {
  color: #c0392b;
}

.espacamento-fotos {
      margin-bottom: 70px;
    }

/* midias queries */
@media screen and (max-width:480px) {
    body {
      background-color: #F8F8F8;
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 1.5rem;
      line-height: 21px;
      font-weight: 400;
      color: #222;
      margin: 0 0 10px; /* altura do seu footer */
    }

    .titulos {
      font-size: 30px;
      color: #272727;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 20px;
      margin: 30px 0 20px;
    }
    .titulos:before {
      content: "";
      position: absolute;
      width: 140px;
      bottom: 0;
      left: 50%;
      margin-left: -70px;
      height: 1px;
      background: #ebebeb;
    }
    .titulos:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      bottom: -11px;
      left: 50%;
      margin-left: -12px;
      border: 5px solid #fff;
      border-radius: 20px;
      background: #c0392b;
    }

    footer {
      width: 100%;
      position: absolute; 
      bottom: 0px;
      background-color: #222;
      color: #fff;
      min-height: 10px;
      z-index: -999;
      margin-bottom: -30px;
    }

    .rodape {
      background-color: #222;
      position: absolute;
      color: #fff;
      margin-top: 15px;
      z-index: 1;
    }


}

@media screen and (min-width:481px) and (max-width:780px) {
    body {
      background-color: #F8F8F8;
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 1.5rem;
      line-height: 21px;
      font-weight: 400;
      color: #222;
      margin: 0 0 160px; /* altura do seu footer */
    }

    footer {
      width: 100%;
      position: absolute; 
      bottom: 0px;
      background-color: #222;
      color: #fff;
      min-height: 160px;
      z-index: -999;
      margin-bottom: -30px;
    }

    .rodape {
      position: absolute;
      color: #fff;
      margin-top: -150px;
      z-index: 1;
    }
}

@media screen and (min-width:781px) and (max-width:1024px) {
    body {
      background-color: #F8F8F8;
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 1.5rem;
      line-height: 21px;
      font-weight: 400;
      color: #222;
      margin: 0 0 210px; /* altura do seu footer */
    }

    footer {
      width: 100%;
      position: absolute; 
      bottom: 0px;
      background-color: #222;
      color: #fff;
      min-height: 170px;
      z-index: -999;
      margin-bottom: -30px;
    }

    .rodape {
      position: absolute;
      color: #fff;
      margin-top: 10px;
      z-index: 1;
    }
}

/* menu com sub menu */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.caixa-zapzap {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 4;
}

.botao-zapzap {
  background-color: green;
  border-color: green;
}

.botao-zapzap:hover {
  background-color: #52ca5f;
  border-color: #52ca5f;
}