*, ::after, ::before {
  box-sizing: border-box;
}
.clearfix {
  clear: both;
}

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

body {
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background-color: #711733;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0 14px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
.sidenav .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #ffffff;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav ul li {
  text-align: right;
  font-weight: bold;
  margin-bottom: 4px;
}
.sidenav ul li .submenu {
  padding: 6px 0px 6px 14px;
  font-weight: normal;
}
.sidenav ul li .submenu a {
  font-size: 16px;
}
.sidenav ul li a {
  color: #FFFFFF;
}
.sidenav p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 2em;
}
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 36px;
  padding: 8px;
}
.sidenav img {
  vertical-align: middle;
  margin-right: 5px;
}
.sidenav .redes {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  min-width: 200px;
  background-color: #FFFFFF;
}
.sidenav .redes p {
  width: 100%;
  margin: 0 0 2px 0;
  font-size: 14px;
  text-align: center;
  color: #711733;
}
.sidenav .redes p.tel {
  margin: 6px 0 10px 0;
}
.sidenav .redes a {
  display: block;
  padding: 8px;
}
.sidenav .redes svg {
  fill: #ffffff;
}

.navicon {
  color: #711733;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  line-height: 22px;
  display: none;
}
@media (max-width: 991px) {
  .navicon {
    display: block;
  }
}
@media (max-width: 479px) {
  .navicon {
    text-indent: -1000px;
  }
}
.navicon:before {
  width: 26px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #711733;
  border-radius: 4px;
  box-shadow: 0 8px 0 0 #711733, 0 16px 0 0 #711733;
}

#topo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topo .head {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #711733;
}
@media (max-width: 991px) {
  #topo .head {
    display: none;
  }
}
#topo .head svg {
  fill: #FFFFFF;
  width: 19px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 4px;
}
@media (max-width: 1299px) {
  #topo .logo {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  #topo .logo {
    width: 300px;
  }
}
@media (max-width: 991px) {
  #topo .logo {
    width: 240px;
    margin: 15px 0;
  }
}
#topo .logo img {
  width: 100%;
}
#topo nav {
  padding: 32px 0;
}
#topo nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  #topo nav ul {
    display: none;
  }
}
#topo nav ul li {
  font-size: 22px;
  line-height: 30px;
  color: #711733;
}
@media (max-width: 1199px) {
  #topo nav ul li {
    font-size: 20px;
  }
}
#topo nav ul li.instagram a{
  padding: 0 6px;
}
#topo nav ul li.instagram a {
  color: #711733;
}
@media (max-width: 1199px) {
  #topo nav ul li.instagram span {
    display: none;
  }
}
#topo nav ul li.instagram svg {
  width: 21px;
  fill: #711733;
  vertical-align: -5px;
}
#topo nav ul li a {
  padding: 0 26px;
  color: #711733;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1199px) {
  #topo nav ul li a {
    padding: 0 22px;
  }
}
#principal {
  background-color: #e3deda !important;
}
#principal .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#principal h2.titulo {
  line-height: 1.3em;
  margin: 150px 0;
  font-size: 70px;
  letter-spacing: -0.03em;
  color: #711733;
  text-align: center;
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
}
@media(max-width: 567px){
  #principal h2.titulo {margin: 60px 0; font-size: 60px;}
}
#sobre {
  background-color: #711733;

}
#sobre .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.quem-sou {
  width: 65%;
  padding: 40px;
}
@media(max-width: 587px){
  .quem-sou {width: 100%;}
}
.quem-sou h1.titulo {
  color: #dfb698 !important;
  font-size: 50px;
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1em;
}
.quem-sou p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.figura {
  width: 35%;
  padding-top: 90px;
}
@media(max-width: 587px){
  .figura {display:flex; width: 100%; padding:20px; justify-content: center; margin-bottom: 46px;}
}
#atuacao {
  background-color: #e3deda !important;
  color: #711733;
}
#atuacao .container {
  padding: 40px 68px;
}
#atuacao .container h1.titulo {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
}
@media (max-width:587px){
  #atuacao .container h1.titulo {text-align: left;}
}

#contato {
  background-color: #711733;
  color: #ffffff;
  padding: 90px 0;
}
@media (max-width:587px){
  #contato {padding:50px 0;}
}
#contato .container {
  display: flex;
  flex-wrap: wrap;
}
#contato .dados-contato {
  width: 50%;
}
#contato .map {
  width: 50%;
}
@media(max-width:587px){
  #contato .dados-contato, #contato .map {width:100%;}
}
#contato .dados-contato h1.titulo {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-size: 50px;
  color: #dfb698;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  letter-spacing: -0.03em;
}
#contato h2:before, #contato h2:after {
  width: 100%;
  content: "";
  flex-grow: 0;
  background: url("../imagens/line.gif") left center no-repeat;
}
@media (max-width: 1199px) {
  #contato h2:before, #contato h2:after {
    background-size: 80% auto;
  }
}
@media (max-width: 567px) {
  #contato h2:before, #contato h2:after {
    display: none;
  }
}
#contato h2:after {
  transform: rotate(180deg) rotateX(180deg);
  background-position: left center;
}
#contato .box-flex {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  #contato .box-flex {
    flex-direction: column;
  }
}
#contato .box-flex > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #contato .box-flex > div {
    width: 100%;
  }
}
#contato .box-flex .addres {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  #contato .box-flex .addres {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  #contato .box-flex .addres {
    padding-left: 15px;
    margin-top: 50px;
  }
}
#contato .form-field {
  width: 100%;
  margin-bottom: 12px;
  border: 0;
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  background-color: #EEEEEE;
}
#contato .btn-enviar {
  background-color: #711733;
  font-size: 25px;
  color: #dfb698;
  display: block;
  line-height: 54px;
  border: 2px solid #dfb698;
  padding: 0 26px;
  font-family: "Ubuntu", sans-serif;
}
#contato h5 {
  font-size: 30px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media (max-width: 1299px) {
  #contato h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  #contato h5 {
    font-size: 22px;
  }
}
@media (max-width: 567px) {
  #contato h5 {
    word-break: break-word;
  }
}
#contato p {
  margin-top: 0;
  margin-bottom: 30px;
}
#contato span {
  color: #333333;
}

#rodape {
  background-color: #531125;
}
@media (max-width: 1199px) {
  #rodape {
    padding: 50px 0;
  }
}
#rodape .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #rodape .container {
    flex-direction: column;
  }
}
#rodape .corpiring {
  background: url("../imagens/logo-rodape.png") left center no-repeat;
  color: #FFFFFF;
  padding: 40px;
}
@media (max-width: 1199px) {
  #rodape .corpiring {
    background-size: 40%;
    padding-left: 240px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #rodape .corpiring {
    background-position: center top;
    padding: 100px 0 30px 0;
    background-size: 280px;
  }
}
@media (max-width: 567px) {
  #rodape {padding: 10px 0;}
  #rodape .corpiring {
    background-size: 256px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
}
#rodape .tacitus {
  height: 49px;
}
@media (max-width: 1199px) {
  #rodape .tacitus {
    height: 34px;
  }
}
