* {
  font-family: Poppins !important;
}

body.modal-open {
  margin: 0;
}

body header {
  float: left;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 1;
}

body header .logo {
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 198px;
}

body header .logo a {
  float: left;
  width: 100%;
  height: 100%;
}

body header .logo a img {
  float: left;
  width: 100%;
}

body header nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 926px;
}

body header nav ul {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body header nav ul li a {
  font-size: 20px;
  font-weight: 200;
  font-family: poppins;
  color: #000;
  text-transform: uppercase;
  text-decoration: none !important;
}

body header nav ul li a:hover {
  color: #b4955f !important
}

body header nav ul .dropdown .btn {
  padding: 0;
  font-size: 20px;
  font-weight: 200;
  color: #000;
  text-transform: uppercase;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: none !important;
}

body header nav ul .dropdown .dropdown-menu {
  position: fixed;
  left: 0;
  top: 98px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  display: flex;
  justify-content: left;
  padding: 0;
  height: 0px;
  opacity: 0;
  transition: ease all .2s;
}

body header nav ul .dropdown.open .dropdown-menu {
  height: 50px;
  opacity: 1;
}

body header nav ul .dropdown .dropdown-menu li a {
  font-size: 20px;
  font-weight: 200;
  font-family: poppins;
  color: #000;
  text-transform: uppercase;
  background: none;
  text-decoration: none;
}

body header .icons {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  display: flex;
  gap: 20px;
}

body header .icons button {
  border: none;
  background: none;
  padding: 0;
}

body header .searchBox {
  height: 0;
  position: fixed;
  width: 100%;
  top: 101px;
  background: #fff;
  transition: ease all .2s;
  overflow: hidden;
}

body header .searchBox.open {
  height: 80px;
}

body header .searchBox form {
  position: relative;
  padding: 15px;
}

body header .searchBox form .inputSearch {
  width: 100%;
  height: 50px;
  padding: 0 195px 0 20px;
  border: 1px solid #000;
  font-size: 16px;
}

body header .searchBox form .btnSearch {
  position: absolute;
  right: 19px;
  background: #000;
  color: #fff;
  border: none;
  height: 42px;
  padding: 0 44px;
  top: 19px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 2px;
}

body .backHeader {
  float: left;
  width: 100%;
  height: 100px;
}

body .whats {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

body .whats svg {
  width: 100%;
  height: auto;
}

body .banner {
  float: left;
  width: 100%;
}

body .banner img {
  float: left;
  width: 100%;
}

body main {
  float: left;
  width: 100%;
}

body main .vitrine {
  float: left;
  width: 100%;
}

body main .vitrine .produtos-vitrine-home {
  float: left;
  width: 100%;
}

body main .vitrine .produtos-vitrine-home .title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

body main .vitrine .produtos-vitrine-home .subtitle {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0px 0 50px;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
  width: 100%;
  float: left;
  padding: 2px 0;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail {
  aspect-ratio: 4/5;
}


body main .vitrine .produtos-vitrine-home .boxesProdutos .tags-product {
  display: none;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .link {
  float: left;
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  height: 100%;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .link .name {
  display: none
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .link .productImage {
  width: 100%;
  float: left;
  height: 100%;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .link .productImage img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .more {
  display: none
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .btn-comprar {
  display: none
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal {
  justify-content: center;
  align-items: center;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal.in {
  display: flex !important;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog {
  width: 60%;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 1px solid #000;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .close {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  opacity: 1;
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  z-index: 10;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider {
  margin: 0 0 30px;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-track img {
  /*aspect-ratio: 1/1;*/
  width: 100%;
  object-fit: cover;
  /*height: 400px;*/
  height: 100%;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-dots {
  bottom: -13px;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-dots li {
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 5px;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-dots li button {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding: 0;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-dots li button::before {
  display: none;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail .modal .modal-dialog .modal-content .modal-body .slider .slick-dots li.slick-active {
  background: #000;
}

body main .vitrine .pagination {
  display: none
}

/*modal produto*/
body main .vitrine .produtos-vitrine-home .boxesProdutos .slick-track {
  margin: 0 auto;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .slick-track .slick-slide {
  opacity: .5;
  aspect-ratio: 4/5;
}

body main .vitrine .produtos-vitrine-home .boxesProdutos .slick-track .slick-center {
  opacity: 1;
}

body footer {
  float: left;
  width: 100%;
  background: #000;
  position: relative;
}

body footer .top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: 50px;
}

body footer .top .container nav {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 100%;
  align-content: center;
}

body footer .top .container nav ul {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body footer .top .container nav ul li a {
  font-size: 20px;
  font-weight: 200;
  font-family: poppins;
  text-transform: uppercase;
  color: #fff;
}



body footer .top .container nav ul .dropdown {
  position: unset;
}


body footer .top .container nav ul .dropdown .btn {
  padding: 0;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}

body footer .top .container nav ul .dropdown .btn .caret {
  border-top-color: #fff;
}

body footer .top .container nav ul .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  bottom: 350px;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: left;
  padding: 0;
  height: 0px;
  opacity: 0;
  transition: ease all .2s;
  z-index: 1;
  top: auto;
  border-top: 1px solid #000;
}


body footer .top .container nav ul .dropdown.open .dropdown-menu {
  height: 50px;
  opacity: 1;
}

body footer .top .container nav ul .dropdown .dropdown-menu li a {
  font-size: 20px;
  font-weight: 200;
  font-family: poppins;
  color: #000;
  text-transform: uppercase;
  background: none;
  text-decoration: none;
}













body footer .bottom {
  float: left;
  width: 100%;
  height: 300px;
}

body footer .bottom .container {
  height: 100%
}

body footer .bottom .container .esq {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

body footer .bottom .container .esq .logo {
  width: 198px;
}

body footer .bottom .container .esq .logo a {
  float: left;
  width: 100%;
}

body footer .bottom .container .esq .logo a img {
  float: left;
  width: 100%;
}

body footer .bottom .container .esq .txt {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  line-height: 30px;
}

body footer .bottom .container .dir {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

body footer .bottom .container .dir .hora {
  width: 250px;
}

body footer .bottom .container .dir .hora h2 {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin: 0;
  height: 30px;
  line-height: 30px;
}

body footer .bottom .container .dir .hora p {
  float: left;
  width: 100%;
  font-weight: 200;
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

body footer .bottom .container .dir .icons {
  display: flex;
  gap: 20px;
}

body footer .bottom .container .dir .icons svg path {
  fill: #fff
}

/*=== === A EWIGLICH === ===*/

#ewiglich main .historia .title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

#ewiglich main .historia .subtitle {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0px 0 50px;
}

#ewiglich main .historia .texto {
  float: left;
  width: 100%;
  position: relative;
}

#ewiglich main .historia .texto .container {
  position: relative;
}

#ewiglich main .historia .texto .esq {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ewiglich main .historia .texto .esq p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

#ewiglich main .historia .texto .dir {
  float: right;
  width: 50%;
}

#ewiglich main .historia .texto .dir img {
  float: left;
  width: 100%;
}

#ewiglich main .historia .fotos {
  float: left;
  width: 100%;
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
}

#ewiglich main .historia .fotos img {
  width: 100%;
}

#ewiglich main .linha-do-tempo {
  float: left;
  width: 100%;
}

#ewiglich main .linha-do-tempo .title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

#ewiglich main .linha-do-tempo .subtitle {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0px 0 50px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo {
  float: left;
  width: 100%;
  padding: 0px 70px;
  position: relative;
  margin-bottom: 50px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .linha {
  position: absolute;
  width: 3px;
  height: 100%;
  background: #000;
  left: 147px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno:first-of-type {
  margin-top: 20px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno:last-of-type {
  margin-bottom: 20px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno {
  position: relative;
  padding-left: 104px;
  margin: 100px 0;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .ano {
  font-family: "DM Serif Text" !important;
  font-size: 30px;
  position: absolute;
  width: 100px;
  left: -9px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .ano::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: #000;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt {
  display: flex;
  gap: 30px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt img {
  height: 100%;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt .txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

#ewiglich main .linha-do-tempo .boxesLinhaDoTempo .boxAno .imgTxt .txt p {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

/*=== === COLEÇÕES === ===*/

#colecoes main .vitrine .produtos-vitrine-home .boxesProdutos {
  display: block;
}

#colecoes main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail {
  float: left;
  border: 1px solid #fff;
  width: 33.3%;
  aspect-ratio: 1/1 !important;
}

#colecoes main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail:nth-child(5n + 4) {
  width: 50%;
}

#colecoes main .vitrine .produtos-vitrine-home .boxesProdutos .product-detail:nth-child(5n + 5) {
  width: 50%;
}

/*=== === SERVIÇOS === ===*/


#servicos main .servicos-luxo{
    width:100%;
    margin:80px auto;
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:0;
    overflow:hidden;
}

#servicos main .servicos-luxo *{
    box-sizing:border-box;
}

#servicos main .bloco-texto{
    background:#071B35;
    color:#fff;
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#servicos main .bloco-texto h2{
    font-size:4rem;
    line-height:1;
    font-weight:400;
    letter-spacing:3px;
    margin:0 0 25px;
}

#servicos main .bloco-texto h3{
    font-size:3rem;
    line-height:1.1;
    font-weight:400;
    letter-spacing:2px;
    margin:0 0 20px;
}

#servicos main .bloco-texto span{
    font-size:1.2rem;
    letter-spacing:2px;
    opacity:.85;
    margin-bottom:25px;
}

#servicos main .bloco-texto p{
    font-size:1rem;
    line-height:1.8;
    color:rgba(255,255,255,.85);
}

#servicos main .bloco-imagem{
    position:relative;
    overflow:hidden;
}

#servicos main .bloco-imagem img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.8s ease;
}

#servicos main .bloco-imagem:hover img{
    transform:scale(1.08);
}

#servicos main .hero-img{
    grid-column:span 6;
    min-height:520px;
}

#servicos main .hero-text{
    grid-column:span 6;
}

#servicos main .serv1{
    grid-column:span 4;
}

#servicos main .serv2{
    grid-column:span 4;
    background:#fff;
}

#servicos main .serv3{
    grid-column:span 4;
}

#servicos main .serv4{
    grid-column:span 6;
    max-height: 700px;
}

#servicos main .serv5{
    grid-column:span 6;
}

#servicos main .serv6{
    grid-column:span 4;
}

#servicos main .serv7{
    grid-column:span 4;
}

#servicos main .serv8{
    grid-column:span 4;
}

#servicos main .anel{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    padding:40px;
}

#servicos main .anel img{
    width:100%;
    max-width:280px;
    object-fit:contain;
}

@media(max-width:991px){

    #servicos main .servicos-luxo{
        grid-template-columns:1fr;
    }

    #servicos main .hero-img,
    #servicos main .hero-text,
    #servicos main .serv1,
    #servicos main .serv2,
    #servicos main .serv3,
    #servicos main .serv4,
    #servicos main .serv5,
    #servicos main .serv6,
    #servicos main .serv7,
    #servicos main .serv8{
        grid-column:span 1;
    }

    #servicos main .bloco-texto{
        padding:40px;
    }

    #servicos main .bloco-texto h2{
        font-size:3rem;
    }

    #servicos main .bloco-texto h3{
        font-size:2.3rem;
    }

    #servicos main .hero-img,
    #servicos main .serv4{
        min-height:350px;
    }

}



#servicos main .historia .title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

#servicos main .historia .subtitle {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0px 0 50px;
}

#servicos main .historia .texto {
  float: left;
  width: 100%;
  position: relative;
}

#servicos main .historia .texto .container {
  position: relative;
}

#servicos main .historia .texto p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}

#servicos main .mosaico .images {
  float: left;
  border: 1px solid #000;
  width: 33.3%;
}

#servicos main .mosaico .images:nth-child(5n + 4) {
  width: 50%;
}

#servicos main .mosaico .images:nth-child(5n + 5) {
  width: 50%;
}

#servicos main .mosaico .images img {
  width: 100%;
  float: left;
}

/*=== === BLOG === ===*/

#blog main .conteudo .colunasBlog .conteudoBlog .box {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  border: 1px solid #fff;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box:nth-child(1n + 2) {
  width: 50%;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box:nth-child(2n + 2) {
  width: 50%;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox {
  height: 100%;
  width: 100%;
  float: left;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .imageCrop {
  height: 100%;
  width: 100%;
  float: left;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .imageCrop a {
  height: 100%;
  width: 100%;
  float: left;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .imageCrop a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  padding: 50px;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a h2 {
  width: 100%;
  font-size: 40px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 50px 0 0;
  letter-spacing: 2px;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a .chamadaTexto p {
  width: 70%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

#blog main .conteudo .colunasBlog .conteudoBlog .box .BlogConteudoBox .infoBlog a .vejaMais {
  width: 150px;
  height: 50px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 200;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe {
  float: left;
  width: 100%;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza {
  float: left;
  width: 100%;
  padding: 50px 0;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza h2 {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 0;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza .data {
  margin: 5px 0 20px;
  float: left;
  width: 100%;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza .texto {
  float: left;
  width: 100%;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza .texto p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

#blog main .conteudo .colunasBlog .conteudoBlogDetalhe .centraliza .texto h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}



#blog main .conteudo .colunasBlog .chamada-atalho {
  display: none
}


/*=== === CONTATO === ===*/

#contato main .contatoBox .title {
  float: left;
  width: 100%;
  font-size: 50px;
  font-family: "DM Serif Text" !important;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 50px 0 0;
}

#contato main .contatoBox .subtitle {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  margin: 0px 0 50px;
}

#contato main .contatoBox .subtitle a {
  color: #b4955f;
  text-decoration: none;
}

#contato main .contatoBox .formee {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

#contato main .contatoBox .formee input {
  width: 50%;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
  padding: 15px;
}

#contato main .contatoBox .formee textarea {
  width: 50%;
  height: 200px;
  margin-bottom: 15px;
  border: 1px solid #000;
  padding: 15px;
}

#contato main .contatoBox .formee button {
  background: #000;
  width: 200px;
  border-radius: 0;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 4px;
  margin: 0;
}

#contato main .map {
  width: 100%;
  float: left;
}

#contato main .map iframe {
  width: 100%;
  height: 500px;
  float: left
}