@font-face {
  font-family: Minha;
  src: url(fonts/fonts/Geogtq-Bd.ttf);
  font-family: Minha2;
  src: url(fonts/fonts/Geogtq-Lg.ttf);
}
html{
  scroll-behavior: smooth;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 40px ;
  z-index: 100000;
  background: white;
}
header .sticky{
  padding: 5px 100px;
  background: white;
}
header .logo{
  position: relative;
  transition: 0.6s;
}
header ul{
  position: relative;
  display: flex;
  overflow: hidden;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
}
header ul li{
  position: relative;
  list-style: none;
}
header ul li a{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: grey;
  font-weight: bolder;
  letter-spacing: 2px;
  font-size: 13px;
  transition: 0.6s;
  font-family: Minha2;
}
.label-menu,
.checkbox,
.hamburguer {
  display: none;
}
#link-topo{
  text-decoration: none;
  color: white;
  background: black;
  padding: 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
div .whats{
  display: flex;
}
dt{
  font-size: 28px;
  margin-top: 20vh;
  margin-left: 8.2vh;
  font-weight: bold;
  color: #333;
  font-family: Minha2;
}
li{
  list-style: none;
}
form{
  color: #474747;
  border: none;
  width: 50%;
  display: flex;
  
}


.bt{
  font-family: Minha2;
  width: 500px;
  height: 30px;
  cursor: pointer;
  outline: none;
  float: left;
  background-color: #474747;
  color: white;
  display: block;
  border: none;
  margin-top: 2%;
  text-align: center;
}
form input {
  width:100%;
  height:30px;
  border: none;
  font-family: Minha2;
  font-size: 11pt;
  outline: none;
  color: black;
  background-color: #EDEDED; 
}

.bt:hover{
  background-color: #949494;
}

.forms label{
  font-size: 15px;
  padding-bottom: 25px;
}
fieldset{
  border: none;
  margin-left: 8px;
}

.formulario{
  font-size: 18px;
  width: 80%;
  height: 220px;
  font-family: Minha2;
  font-weight: bold;
}
form{
  margin-left: 7.5vh;
}
textarea{
 width:85vh;
 height: 173px;
 margin-left: 20px;
 border: none;
 display: flex;
 align-items: center;
 font-family: Minha2;
 outline: none;
 color: black;
 background-color: #EDEDED;
}
.mensagem{
  margin-left: 20px;
}
div .email{
  display: flex;
}
.email li a{
  font-family: Minha2;
  color: grey;
  text-decoration: none;
  margin-left: 1vh;
  top: 3vh;
  position: relative;
}
div .local{
  display: flex;
}
.local li a{
  font-family: Minha2;
  color: grey;
  text-align: right;
  text-decoration: none;
  margin-left: 1vh;
  top: 3vh;
  position: relative;
}
dd{
  font-size: 14px;
  margin-right:1vh;
  color: grey;
  font-weight: bolder;
  display: inline-flex;
  text-align: center;
  font-family: Minha2;
}
p{
  font-size: 14px;
  line-height: 2vh;
  color: grey;
  font-weight: bolder;
  text-align: justify;
  font-family: Minha2;
}
h2{
  font-size: 28px;
  font-weight: bolder;
  color: grey;
  font-family: Minha2;
}
.wrapper{
  display: flex;
  margin-top: 30px;
  align-items: center;
  margin-left: 8.5vh;
}

img.s{
  display: flex;
  margin-top: 5px;
}
.texto1{
  width:100%;
  height: 100%;
  top: 0;
  font-weight: normal;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.801);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition:0.6s ;
}
.texto1:hover{
  opacity: 3;
}
.text1{
  color: black;
  font-size: 22px;
  font-family: Minha2;
  font-weight: bolder;
  position: absolute;
}
img.s{
  display: flex;
  margin-top: 5px;
}
iframe{
  display: flex;
  width:1735px;
}


footer {
  width: 100%;
  bottom: 0;
  position: absolute;
  display: inline-block;
  background-color: white;
}
footer .boxs{
  width: 320px;
  padding-top: 70px;
  padding-left: 2.1%;
  float: left;
  text-align: right;
  position: relative;
  transition: 0.6s;
  display: flex;
}
.sociais {
  margin-top: 70px;
  padding-left: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; 
  float: left;
  line-height: 1;
}
footer .boxs2 {
  text-align: right;
  padding-bottom: 5px;
  margin-right: 0;
  float: none;
  padding-top: 40px;
  padding-right: 0;
  margin-right: 6vh;
}
.boxs2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
  transition: 0.6s;
}
.boxs2 ul li{
  color: #474747;
  letter-spacing: 2px;
  padding-left: 0.5%;
  padding-right: 0;
}
footer ul li a{
  position: relative;
  text-align: right;
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #474747;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.6s;
  font-family:Minha2;
}
button:focus ~ ul{
  height: 270px;
}


@media (max-width: 1511px){
  .wrapper{
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  img.s{
    display: flex;
    max-width: 100%;
  }
  .texto1{
    max-width: 100%;
  }
  .formulario{
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  
}

@media (max-width: 523px){
  .box{
    padding-left: 2vh;
  }
}
@media (max-width: 1749px){
  .wrapper{
    padding-right:2vh;
    padding-left:2vh;
    padding-bottom:5vh;
  }
}
@media (max-width: 1737px){
  .wrapper{
    padding-top: 5vh;
  }
}

/*@media (max-width: 925px){
  .wrapper{
    flex-direction: column;
    margin: 0 auto;
    padding-top: 200px;
    max-width: 100%;
  }
  .Photo1{
    max-width: 100%;
  }
  .texto1{
    max-width: 100%;
    height: 100%;
  }

}*/
@media (max-width: 1821px){
  iframe .mapa{
    max-width: 100%;
  }
}
@media (max-width: 1821px){
  footer .rodape{
    max-width: 100%;
  }
  footer .sociais{
    align-items: center;
    justify-content: center;
    margin-right: 30%;
  }
}
@media (max-width: 781px){
  footer ul{
    text-align: center;
    height: 0;
  }
  footer li{
    padding-bottom: 10px;
  }
  footer li{
    width: 100%; 
  }
  footer ul.responsivo{
    height: 260px;
  }
  footer {
    flex-direction: column;
  }
  footer ul li a{
    margin: 0;
    padding: 0;
  }
  .boxs2 ul li{
    padding: 0;
    margin: 0;
  }
  footer .boxs2{
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
  }
  footer .sociais{
    width: 100%;
    padding: 0;
    margin:0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .boxs{
    top: 0;
    max-height: 5%;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  footer .logoo{
    width: 100%;
    height: 50%;
  }
}

@media (max-width:1150px){
  footer ul{
    text-align: center;
    height: 0;
  }
  footer li{
    padding-bottom: 10px;
  }

  footer li{
    width: 100%; 
  }
  footer ul .responsivo{
    height: 260px;
  }
  footer {
    flex-direction: column;
    position: ;
  }
  footer ul li a{
    margin: 0;
    padding: 0;
  }
  .boxs2 ul li{
    padding: 0;
    margin: 0;
  }
  footer .boxs2{
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
  }
  footer .sociais{
    width: 100%;
    padding: 0;
    margin:0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .boxs{
    top: 0;
    max-height: 5%;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  footer .logoo{
    width: 100%;
    height: 50%;
  }
}
@media (max-width:977px){
  form{
    margin: 0;
  }
  
}
@media (max-width:973px){
  #forms{
    max-width: 100%;
    padding-bottom: 100px;
    position: static;
  }
  form{
    flex-direction: column;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .mensagem{
    margin-left: 0;
    margin:0 auto;
    box-sizing: border-box;
    min-width: 50%;
  }
  .formulario{
    width: 90%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;  
  }
  form input{
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  form input.bt{
    width: 300px;
    box-sizing: border-box;
  }
  textarea{
    width: 300px;
  }
}
@media (max-width: 1094px){
  dt{
    margin-left:0; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo {
    margin-top: 20px;
  }
  menu  {
    display: none;
    position: absolute;
    top: 129px;
    left: 0;
    background: white;
    text-align: center;
    width: 100%;
    height: calc(100vh - 129px);
    z-index: 10;
  }
  header ul{
    display: block;
  }
  header {
  background: white;
  }
  menu li{
    margin: 16px;
  }
  header ul li a{
    font-size:18px;
  }
  .menu a{
    padding: 1rem 0;
    margin-inline: 1rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 1);
    border-radius: 0;
  }
  .checkbox:checked ~ menu {
  display: block;
  }
  .hamburguer{
    display: block;
  }
  .label-menu{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    padding-block: 1rem;
    cursor: pointer;
  }
  .hamburguer {
    border-top: 0.125rem solid;
    width: 1.25rem;
  }
  .hamburguer::before,
  .hamburguer::after {
    content: " ";
    display: block;
    width: 1.25rem;
    height: 0.125rem;
    background: currentColor;
    margin-top: 0.3125rem;
    position: relative;
    transition: 0.3s;
  }

  .checkbox:checked ~ .label-menu .hamburguer{
    border-top-color: transparent;
  }

  .checkbox:checked ~ .label-menu .hamburguer::before {
    transform: rotate(135deg);
  }

  .checkbox:checked ~ .label-menu .hamburguer::after {
    transform: rotate(-135deg);
    top: -0.4375rem;
  }
}
@media (max-height:670px){
  dt{
    margin-top: 30vh;
  }
}
@media (max-height:570px){
  dt{
    margin-top: 33vh;
  }
}

@media (max-width: 1821px){
  form{
    max-width: 100%;0
  }
  textarea{
    max-width: 100%;
  }
}
@media (max-width: 1435px){
  textarea{
    width: 300px;
  }
}
@media (max-width: 1285px){
  
  .wrapper{
    display: none;
  }
  dt{
    margin-top:150px;
  }
}
@media (max-width: 509px){
  form input{
    max-width: 100%;
  }
}
@media (max-width: 1800px){
  textarea{
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 533px){
  footer ul li a{
    font-size: 10px;
  }
  dd{
    font-size: 12px;
  }
  p{
    font-size: 12px;
  }
  .box li a{
    font-size: 10;
  }
}