body {
  font-family:'Open Sans', sans-serif;
  color: #2a2a29;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #d7b56d;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.topo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  margin-bottom: 20px;
  clear: both;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu_logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
}
.home_2fotos {
  margin-top: 25px;
  margin-bottom: 40px;
}
.slide {
  position: static;
  margin-bottom: 50px;
}
.home_2fotos2 {
  margin-bottom: 50px;
}
.lookbook {
  padding-top: 55px;
}
.tab_lookbook {
  background-color: white;
  color: #d7b56d;
}
.tab_lookbook.w--current {
  background-color: #d7b56d;
  color: white;
}
.tab_lookbook.w--current:hover {
  background-color: #d7b56d;
  color: white;
}
.tab_lookbook.w--current:active {
  color: white;
}
.tab_lookbook.w--current:focus {
  color: white;
}
.newsletter {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #c7ae4c;
}
.contato {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #000;
}
.amarca {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 140px;
}
.localizacao {
  padding-top: 60px;
}
.slidehome {
  height: auto;
}
.mask_lookbook {
  margin-right: 60px;
  margin-left: 60px;
}
.slide_lb {
  width: 33.3%;
  padding-right: 5px;
  padding-left: 5px;
}
.slider_lookbook {
  height: auto;
  margin-top: 10px;
  background-color: transparent;
}
.espaco {
  min-height: 116px;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.center.alinhar {
  margin-top: 170px;
}
.tribodadiversao {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.tridodadiversao {
  display: block;
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}
.txt_tribodadiversao {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.bloco_tridodadiversao {
  display: block;
  width: 98%;
  min-height: 380px;
  margin-top: 1px;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 45px;
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  background-color: #d7c26e;
}
.logonews {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding-right: 16px;
  float: none;
  clear: none;
}
.bloco_form_newsletter {
  position: static;
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.formnews {
  display: inline-block;
  width: 60%;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #c7ae4c;
  text-align: center;
}
.bt_newsletter {
  width: 42px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  background-image: url('../images/btnews.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bt_newsletter:hover {
  background-image: url('../images/btnewsover.png');
}
.news_ok {
  background-color: transparent;
  color: white;
}
.news_erro {
  background-color: transparent;
}
.txt_news {
  position: relative;
  display: block;
  width: 68%;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  font-size: 12px;
}
.icons_social {
  text-decoration: none;
}
.bt_face {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background-image: url('../images/bt_face.png');
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bt_face:hover {
  background-image: url('../images/bt_faceover.png');
}
.bt_instagran {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/bt_instagran.png');
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bt_instagran:hover {
  background-image: url('../images/bt_instagranover.png');
}
.bt_pin {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/bt_pin.png');
}
.bt_pin:hover {
  background-image: url('../images/bt_pinover.png');
}
.col_redessociais {
  position: static;
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.txt_redessociais {
  margin-top: 5px;
  color: white;
  font-size: 12px;
}
.radiobutton {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.nav-menu {
  float: none;
}
.nav-bar {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  background-color: transparent;
  color: #d7b56d;
  font-weight: 900;
  text-align: center;
}
.nav-bar:hover {
  text-decoration: underline;
}
.nav-link {
  font-family: 'Lato';
  font-size:16px;
  margin-right: 15px;
  padding: 10px 0px 2px;
  border-bottom: 2px solid transparent;
  color: #d7b56d;
  text-decoration: none;
  list-style-type: disc;
}
.nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.nav-link:active {
  border-bottom-style: none;
}
.nav-link:focus {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.nav-link.w--current {
  padding: 10px 0px 2px;
  border-bottom-color: #000;
  color: #d7b56d;
}
.nav-link.w--current:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  text-decoration: none;
}
.nav-link.w--current:active {
  padding-right: 0px;
  padding-bottom: 2px;
}
.seta_ir {
  position: static;
  display: block;
  margin-top: 135px;
  margin-bottom: 135px;
  margin-left: 0px;
  float: right;
  background-image: url('../images/seta1.png');
  background-size: cover;
  text-align: center;
}
.seta_ir:hover {
  background-image: url('../images/seta2.png');
}
.setavoltar {
  position: static;
  margin-top: 135px;
  margin-bottom: 135px;
  float: left;
  background-image: url('../images/seta1x.png');
  background-size: cover;
}
.setavoltar:hover {
  background-image: url('../images/seta2x.png');
  background-size: cover;
}
.center_branco {
  position: static;
  left: 0px;
  top: 180px;
  right: 0px;
  bottom: auto;
  display: block;
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  text-align: center;
}
.branco {
  color: white;
  font-weight: 400;
}
.branco.espaopeq {
  margin-top: 30px;
}
.form_contato {
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #000;
  background-color: #ededed;
  color: #000;
}
.form_contato:hover {
  color: #c7ae4c;
}
.form_contato:focus {
  color: #000;
}
.form_contato.mensagem {
  min-height: 100px;
}
.txt_fotte {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.txt_fotte:hover {
  color: #ccc;
}
.contato_dados {
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 175px;
  padding-top: 0px;
  padding-left: 20px;
}
.bt_enviar {
  padding: 35px 22px;
  background-color: transparent;
  background-image: url('../images/nuvem.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #000;
  font-weight: 700;
}
.bt_enviar:hover {
  background-image: url('../images/nuvembranca.png');
}
.bloco_amarca {
  display: inline-block;
  width: 90%;
  margin-top: 25px;
}
.divide_amarca {
  display: inline-block;
  width: 10px;
  float: right;
}
.image_amarca {
  display: block;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.txt_amarca {
  display: block;
  margin-top: 100px;
  text-align: center;
}
.boxlocalizacao {
  background-color: #000;
}
.txt_localizacao {
  display: inline-block;
  margin-top: 170px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.mapa {
  display: block;
  width: auto;
  height: 425px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: none;
  text-align: center;
}
.txt_localizacaogooglemaps {
  display: block;
  width: 90%;
  margin: 20px auto 10px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.bt_local:hover {
  opacity: 0.8;
}
.txt_rodape {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  text-align: center;
}
.txt_rodape.peq {
  font-size: 12px;
}
.link {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #2a2a29;
  font-size: 12px;
  text-decoration: none;
}
.link:hover {
  color: #c7ae4c;
}



/* Coleção */
span.roll_look {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	float: left;
	z-index: 999;
  background-color: transparent;
  background-image: url('../images/over.png');
  background-position: 90% 5%;
  background-repeat: no-repeat;
	
	
}



@media (max-width: 991px) {
  .amarca {
    padding-top: 140px;
  }
  .center.alinhar {
    margin-top: 150px;
    padding-left: 7px;
  }
  .seta_ir {
    margin-top: 120px;
  }
  .setavoltar {
    margin-top: 120px;
  }
  .txt_fotte.reduz {
    font-size: 14px;
  }
  .bt_enviar {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .bloco_amarca {
    margin-top: 13px;
  }
  .txt_localizacao {
    margin-top: 145px;
    padding-left: 18px;
  }
  .txt_localizacaogooglemaps {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lookbook {
    padding-top: 80px;
  }
  .newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slide_lb {
    width: 50%;
  }
  .center {
    position: static;
    display: block;
  }
  .center.alinhar {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .nav-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    float: none;
  }
  .menutopo {
    float: none;
  }
  .topo_celular {
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .center_branco {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .contato_dados {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .bloco_amarca {
    width: 100%;
  }
  .txt_localizacao {
    margin-top: 29px;
    margin-left: 200px;
  }
  .mapa {
    position: static;
    margin-bottom: 40px;
    padding-right: 10px;
    float: none;
    clear: none;
  }
}
@media (max-width: 479px) {
  .menu_logo {
    padding-bottom: 16px;
  }
  .lookbook {
    padding-top: 95px;
  }
  .newsletter {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .slide_lb {
    width: 100%;
  }
  .espaco {
    min-height: 180px;
  }
  .center {
    margin-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .center.alinhar {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .logonews {
    display: block;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    padding-right: 0px;
  }
  .formnews {
    width: 74%;
  }
  .txt_news {
    width: 100%;
    margin-top: 0px;
    margin-left: -5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col_redessociais {
    margin-top: 0px;
  }
  .topo_celular {
    display: block;
    margin-top: -33px;
  }
  .seta_ir {
    position: static;
    display: block;
    margin-right: auto;
    float: right;
  }
  .center_branco {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .contato_dados {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .txt_localizacao {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: 67px;
  }
  .mapa {
    margin-bottom: 40px;
  }
}

