@charset "utf-8";
/* CSS Document */

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CONFIGURAGOES GERAIS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
html,
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #333;
  position: relative;
  overflow-x: hidden;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/** PLACEHOLDER */
:-moz-placeholder,
::-webkit-input-placeholder {
  color: #888888;
}

label {
  font-weight: 600;
}

/** BORDA DA imagens */
.imgBorda {
  margin: 0;
  padding: 10px;
  border: #f3f3f3 solid 1px;
}

a,
a:link,
a:hover {
  text-decoration: none;
}

/* ACERTOS BOOTSTRAP **/
.alert-none {
  display: none;
}

h1,
h2 {
  font-family: "Lobster", cursive;
  text-align: center;
}

h1 {
  color: #999999;
  font-size: 50px;
  text-shadow: 4px 4px 5px rgba(182, 182, 182, 0.75);
  -moz-text-shadow: 4px 4px 5px rgba(182, 182, 182, 0.75);
  -webkit-text-shadow: 4px 4px 5px rgba(182, 182, 182, 0.75);
  -o-text-shadow: 4px 4px 5px rgba(182, 182, 182, 0.75);
}

h1 img {
  max-width: 100%;
}

h2 {
  font-size: 30px;
  margin: 5px 0 10px;
}

h3 {
  font-family: "Open Sans", sans-serif;
}

input,
button,
textarea,
select {
  font-size: 13px;
}

.div {
  padding: 0 0 40px 0;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM CONFIGURAGOES GERAIS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= POPUP -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/
.popup_full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup_full .popup {
  margin: 0 auto;
  position: absolute;
  top: 8%;
  right: 50%;
  width: 500px;
  margin: -250px;
  color: #843193;
  font-weight: 600;
  background: url(../../imagens/logo_popup.png) center center no-repeat #f7f7f7;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(250, 250, 250, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(250, 250, 250, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(250, 250, 250, 0.75);
}

.popup_full .popup .fechar_popup {
  top: -20px;
  position: absolute;
  right: -20px;
  cursor: pointer;
}

.loja-virtual figure {
  background: url(../../imagens/compre_agora.png) no-repeat;
  width: 25px;
  height: 133px;
}

.loja-virtual {
  position: fixed;
  right: 0;
  top: 25%;
  margin-top: -66.5px;
  background: #843193;
  z-index: 999;
  padding: 10px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM POPUP -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  HEADER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
header.header {
  padding: 0;
  position: relative;
  margin-bottom: 50px;
}
/*LOGO */
header figure.logo {
  text-align: center;
  position: relative;
  margin-top: 150px;
}

header figure.logo img {
  max-width: 100%;
}

header.header .comprar {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f4e6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

header.header .comprar:before {
  content: "";
  background: url(../../imagens/img_carrinho_top.png) bottom no-repeat;
  width: 58px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
}

header.header .comprar:hover:before {
  background-position: 0 0;
}

header.header .comprar h2 {
  margin: 5px 0;
  font-size: 30px;
  line-height: 30px;
}

header.header .comprar h5 {
  margin: 0;
}

header.header a {
  color: #843193;
}

/* MENU LISTA */
header .menuPrincipal {
  position: fixed;
  z-index: 9;
}

header .menuPrincipal ul {
  padding: 0;
  text-align: left;
  background: #f4f4f4;
  margin-top: 0;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom: 4px solid #e8e8e8;
  border-right: 4px solid #e8e8e8;
  border-left: 4px solid #e8e8e8;
}

/* MENU LISTA ITEM*/
header .menuPrincipal ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 30px 0;
  border-right: 1px solid #fff;
}

header .menuPrincipal ul li:last-child {
  border: 0;
}

/* MENU LISTA ITEM LINK*/
header .menuPrincipal li a {
  position: relative;
  color: #9d9d9d;
  font-family: "Lobster", cursive;
  font-size: 25px;
  padding: 30px 36px;
}

header .menuPrincipal ul li i {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 50%;
}

.slicknav_menu {
  display: none;
}

.liA_menor {
  padding: 0 36px !important;
}

.icon_menuMenor {
  left: 10px !important;
  top: 50% !important;
  margin-top: -11px;
}
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM HEADER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- BANNER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
.index-banner {
  background: #f4f4f4;
}

.index-banner:before {
  content: "";
  background: url(../../imagens/bg_index_banner_top.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-banner:after {
  content: "";
  background: url(../../imagens/bg_index_banner_bottom.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.banner {
  border: 5px solid #fff;
  margin-bottom: 60px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  margin: 0;
  margin: 50px 0;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM BANNER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- CONTAINER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
li.grid-produtos {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

li.grid-produtos:hover > figure {
  cursor: pointer;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}

li.grid-produtos .descricao {
  background: #f4f4f4;
  padding: 135px 10px 10px 10px;
  font-size: 15px;
}

li.grid-produtos .btn-produtos p {
  margin: 0;
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

.index-produtos {
  text-align: center;
}

.index-produtos .btn_site:after {
  content: "";
  background: url(../../imagens/icon_carrinho_compre2.png) bottom no-repeat;
  width: 26px;
  height: 22px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  top: 5px;
}

.index-produtos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-produtos li .embalagens {
  color: #fff;
  padding: 8px;
}

.index-produtos li .embalagens h5 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}

.index-produtos ul li .embalagens h4 {
  margin: 5px 0 0 0;
  font-size: 22px;
  font-weight: 600;
}

.index-produtos ul li .embalagens h4 p {
  margin: 0;
}

.index-produtos ul li h2 {
  color: #999999;
}

/*
.index-produtos ul .grid-slide:first-child li .embalagens
{
	background: #839A49;
}

.index-produtos ul .grid-slide:nth-child(2) li .embalagens
{
	background: #D68A4F;
}

.index-produtos ul .grid-slide:nth-child(3) li .embalagens
{
	background: #C69B8D;
}

.index-produtos ul .grid-slide:nth-child(4) li .embalagens
{
	background: #7AAD7A;
}

.index-produtos ul .grid-slide:last-child li .embalagens
{
	background: #E6B07A;
}
*/

/** CORES CLASSE EMBALAGENS INDEX**/
.lightOrange {
  background-color: #e6b07a;
}

.lightGreen {
  background-color: #839a49;
}

.orange {
  background-color: #d68a4f;
}

.brown {
  background-color: #c69b8d;
}

.green {
  background-color: #7aad7a;
}

.btn-produtos {
  background: #f7f7f7;
  color: #333;
  font-weight: bold;
  border: 0;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  margin: 15px 0;
}

.btn-produtos:hover {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  background: #d4d4d4;
}

.grid-produtos .descricao i {
  cursor: pointer;
}

.grid-produtos .descricao h3 {
  color: #888888;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.grid-produtos figure {
  margin-bottom: -125px;
  z-index: 10;
}

.texto {
  font-size: 16px;
  padding: 0 10px;
}

.texto p {
  margin: 0;
}

.index-donapele {
  background: #f4f4f4;
}

.index-donapele:before {
  content: "";
  background: url(../../imagens/bg_index_banner_top.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-donapele .texto {
  padding-right: 10px;
}

.index-donapele .album {
  text-align: center;
}

.index-donapele .album figure {
  display: inline-block;
  vertical-align: top;
}

.index-donapele .album figure img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.index-donapele .album figure:first-child img {
  margin-bottom: 20px;
}

.index-profissional:before {
  content: "";
  background: url(../../imagens/bg_profissional_top.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-profissional {
  background: #e4d0e8;
}

.index-profissional h1 {
  color: #fff;
  text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -moz-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -webkit-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -o-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
}

.index-profissional .video {
  height: 400px;
}

.index-duvidas:before {
  content: "";
  background: url(../../imagens/bg_atencao_top.jpg) repeat-x;
  width: 100%;
  height: 31px;
  display: block;
}

.index-duvidas .panel-title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.index-duvidas .panel-body {
  font-size: 16px;
}

.index-atencao {
  background: #e4d0e8;
}

.index-atencao:before {
  content: "";
  background: url(../../imagens/bg_duvidas_top.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-atencao h1 {
  color: #fff;
  text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -moz-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -webkit-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
  -o-text-shadow: 4px 4px 5px rgba(77, 74, 74, 0.75);
}

.index-atencao .texto {
  font-size: 16px;
}

.index-comprar {
  background: #f4f4f4;
}

.index-comprar:before {
  content: "";
  background: url(../../imagens/bg_comprar_top.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-comprar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-comprar ul li {
  position: relative;
  margin-bottom: 20px;
}

.index-comprar ul li p {
  font-size: 16px;
}

.index-comprar ul li .comprar-online p {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
}

.index-comprar ul li h2 {
  font-size: 40px;
  color: #843193;
  margin-bottom: 40px;
  margin-top: 0;
}

.index-comprar ul li h3 {
  font-size: 19px;
  color: #ca86d6;
  margin: 0;
  margin-top: 6px;
  text-align: center;
}

.index-comprar ul li .grid-comprar:before {
  content: "";
  background: url(../../imagens/seta_ondeencontrar.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 21%;
}

.index-comprar ul li .comprar-online:hover:before {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
}

.index-comprar ul li .grid-comprar {
  text-align: center;
  position: relative;
  color: #888888;
  margin-bottom: 15px;
}

.index-comprar ul li .scroll-pane {
  height: 160px;
  position: relative;
}

.index-comprar ul li .scroll-pane-top {
  content: "";
  background: url(../../imagens/bg_scrollpane1.png) repeat-x;
  width: 87%;
  height: 3px;
  position: absolute;
  top: 72px;
  z-index: 1;
}

.index-comprar ul li .scroll-pane-bottom {
  content: "";
  background: url(../../imagens/bg_scrollpane1.png) repeat-x;
  width: 87%;
  height: 3px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.index-comprar .grid-telefone {
}

.index-comprar .grid-telefone h3 {
  font-weight: bold;
}

.index-contato:before {
  content: "";
  background: url(../../imagens/bg_index_banner_bottom.jpg) repeat-x;
  width: 100%;
  height: 32px;
  display: block;
}

.index-contato .endereco h3 {
  text-align: center;
  font-weight: bold;
}

.index-contato .endereco p {
  text-align: center;
  font-size: 16px;
}

.index-contato .endereco .contato {
  margin-top: 30px;
}

.index-contato figure.img_contato {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  margin-bottom: 20px;
}

.index-contato figure.img_contato img {
  width: 100%;
}

/** IMAGEM DO TOPO DA PAGINA */
figure.imgPaginaTopo img {
  width: 1000px;
  height: 200px;
}

/** ------- TEXTO -------*/
/** IMAGEM DO TOPO DA PAGINA */
section.conteudoTexto {
  text-align: justify;
}

/** IMAGEM DO TOPO DA PAGINA */
aside.albumTexto {
  padding-bottom: 50px;
}

/** ------- CONTEUDO -------*/
/** IMAGEM DO TOPO DA PAGINA */

.conteudo {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 43px;
  margin-top: 22px;
  overflow: hidden;
}

.conteudo h2 {
  padding: 0;
  margin: 0 0 5px 0;
  color: #666;
}

.conteudo li.conteudoColum {
  display: inline-block;
  *display: inline;
  text-align: justify;
  overflow: hidden;
  margin-bottom: 39px;
}

.conteudo li.conteudoColum p {
  text-align: justify;
  color: #333;
}

.conteudo li.conteudoColum figure {
  margin: 0;
  margin-bottom: 26px;
  width: 100%;
}

.conteudo li.conteudoColum figure img {
  width: 100%;
}

.conteudo li.conteudoList {
  list-style: none;
  margin-bottom: 20px;
  display: list-item;
  color: #666666;
  border-bottom: #ebebeb dashed 1px;
  overflow: hidden;
  padding-bottom: 10px;
}

.conteudo li.conteudoList figure {
  width: 200px;
  float: left;
  margin: 0 10px 10px 0;
}

.conteudo li.conteudoList .content {
  margin-bottom: 20px;
  margin-left: 230px;
}

.conteudo li.conteudoList p {
  text-align: justify;
  color: #333;
}

/** IMAGEM DO TOPO DA PAGINA */
aside.conteudoLateral {
  margin-top: 20px;
}

/** ------- CONTEUDO -------*/
/** IMAGEM DO TOPO DA PAGINA */
section.contato {
}

section.localizacao {
}

section.localizacao address {
  margin-top: 15px;
}

/** ALBUM **/
.album ul {
  display: table;
  float: left;
  margin: 0 auto;
  padding: 10px 10px;
  list-style: none;
  width: 100%;
}

.album ul li {
  width: 135px;
  height: 90px;
  padding: 15px;
  margin: 8px;
  display: block;
  float: left;
  display: inline-block;
  *display: inline;
}

.album ul li img {
  width: 140px;
  height: 90px;
}

.album ul li.album:hover {
  background: url(../../imagens/img_zoom.png) 60% 60% no-repeat;
  opacity: 0.7;
  z-index: 500;
}

.album ul li.album a:hover {
  opacity: 0.7;
  z-index: 500;
}

/* MIDIA SOCIAL */
section .midiaSocial {
  margin: 20px 0;
  display: block;
  list-style: none;
}

.midiaSocial li {
  display: inline-block;
  padding-right: 5px;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM CONTAINER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/* -=-=-=-= Informacoes sobre LGPD -=-=-=-= */
#divInfoLGPD {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

#divInfoLGPD .caixa_info {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#divInfoLGPD p {
  font-size: 15px;
  color: #fff;
  margin-right: 15px;
}

#divInfoLGPD .btn_entendi {
  background: #0eb04b;
  color: #fff;
  font-size: 15px;
  padding: 12px 50px;
  border-radius: 10px;
  border: 1px solid #0eb04b;
  font-weight: 400;
  margin-top: 0;
  line-height: 120%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
  text-transform: none;
}

#divInfoLGPD .btn_entendi:hover {
  background: #fff;
  color: #0eb04b;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- RODAPE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
/** RODAPE */
footer.rodape {
  padding: 40px 0;
  background: #3e454c;
  color: #fff;
}

footer.rodape .contato p,
footer.rodape .endereco p {
  margin: 2px 0;
  padding-left: 30px;
}

footer.rodape .endereco:before {
  content: "";
  background: url(../../imagens/icon_endereco_rodape.png) no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

footer.rodape .contato {
  margin-left: 50%;
  position: relative;
  left: -90px;
}

footer.rodape .contato:before {
  content: "";
  background: url(../../imagens/icon_telefone_rodape.png) no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

footer.rodape .copyright {
  text-align: right;
  font-size: 12px;
}

footer.rodape .copyright p {
  margin-top: 0;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FORMULARIO CONTATO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
.form-div-select,
.form-div {
  margin-bottom: 10px;
}

.form-div-select select {
  cursor: pointer;
}

.form-div-select select,
.form-mensagem textarea,
.form-div input[type="email"],
.form-div input[type="text"] {
  border: 1px solid #ccc;
  border-bottom: 5px solid #ccc;
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #888888;
}

.form-div-select select,
.form-div input[type="email"],
.form-div input[type="text"] {
  height: 50px;
}

.form-div-select select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-bottom: 5px solid #ccc;
  padding: 10px !important;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background: #f7f7f7;
  color: #888888;
}

.estado,
.cidade {
  width: 49.5%;
  display: inline-block;
}

.form-div-select label:last-child {
  position: relative;
  display: block;
}

.form-div-select label:last-child:after {
  content: "<>";
  font: 11px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #ddd;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 5px;
  margin-top: -7px;
  pointer-events: none;
}

.btn_site {
  background: #f4e6f6;
  color: #843193;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn_site:hover {
  color: #843193;
}

.btn_site:hover:after {
  background-position: 0 0;
}

.alert {
  margin-top: 15px;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM FORMULARIO CONTATO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/
/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- RETORNA TOPO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

.retorna-topo {
  position: fixed;
  right: 16px;
  bottom: 20px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 999;
}

.retorna-topo a {
  background: url(../../imagens/seta_retorna_topo.png) no-repeat;
  width: 27px;
  height: 36px;
  display: block;
  cursor: pointer;
}

.retorna-topo:hover {
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  background: #ca86d6;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM RETORNA TOPO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

.icon_home {
  background: url(../../imagens/icon_home.png) center center no-repeat;
  width: 23px;
  height: 20px;
  margin-right: -11.5px;
}

.icon_donapele {
  background: url(../../imagens/icon_donapele.png) center center no-repeat;
  width: 21px;
  height: 20px;
  margin-right: -10.5px;
}

.icon_produtos {
  background: url(../../imagens/icon_produtos.png) center center no-repeat;
  width: 21px;
  height: 20px;
  margin-right: -10.5px;
}

.icon_comprar {
  background: url(../../imagens/icon_carrinho_compre.png) center center
    no-repeat;
  width: 25px;
  height: 21px;
  margin-right: -12.5px;
}

.icon_contato {
  background: url(../../imagens/icon_contato.png) center center no-repeat;
  width: 17px;
  height: 20px;
  margin-right: -8.5px;
}

.icon_duvida {
  background: url(../../imagens/icon_duvida.png) center center no-repeat;
  width: 19px;
  height: 27px;
  margin-right: -9.5px;
  margin-top: -14px;
}

.icon_profissional {
  background: url(../../imagens/icon_profissional.png) center center no-repeat;
  width: 19px;
  height: 20px;
  margin-right: -9.5px;
}
