/* Topo */
.bg-topo {
	background: #f8fa4f !important;
	margin: 0 !important;
	padding: 0 !important;
	widht: 100% !important;
	height: 28px !important;
}

/* Logo */
#logo {
	background: #002942 !important;
	padding: 30px 0 !important;
}

/* Intro */
#intro {
	background: #002942 !important;
}
#intro .texto-intro {
	margin-top:100px !important;
}


/* Sections */
.section {
  padding: 8rem 0 4rem !important;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Livro */
#figuras {
	width: 100% !important;
	background: #cb2027 !important;
}


/* Livro */
#livro {
	background: #f8fa4f !important;
	padding: 60px 0 40px 0 !important;
}

ul.lista-lojas {
	list-style:none;
	margin-left:10px;
}
ul.lista-lojas li {
	display:block;
	margin-bottom:1px !important;
}
ul.lista-lojas li a {
	text-decoration:none;
	margin-bottom:3px !important;
}
ul.lista-lojas li a:hover {
	text-decoration: underline;
}

.phone {
  position: relative;
  margin: 14.5rem 51rem 14.5rem 1rem !important;
}


/* Redes Sociais */
.links-redes-sociais {
  background: #002942 repeat-x top !important;
  color: #fff;
  padding-bottom: 5rem;
}

ul.redes-sociais {
	list-style:none;
	text-align:center;
	width: 260px;
	height:40px;
	margin: 0 auto !important;
	margin-top:-30px !important;
}
ul.redes-sociais li {
	float:left;
}


/* Larger than mobile */
@media (max-width: 400px) {
	.phone {
	  position: relative;
	  margin: 0rem 0rem 3rem 1rem !important;
	}
}





/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .section {
    padding: 14rem 0 15rem;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  
  
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
	padding: 20rem 0 19rem;
	color: #cb2027;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
