@import url('base.css');

.localizacao {

    height: 800px;
    text-align: center;
}
.protest-strike-regular {
  
    font-weight: 400;
    font-style: normal;
  }
  

.localizacao h2 {

    font-family: "Protest Strike", sans-serif;
    font-size: larger;
    text-align: center;

}

.localizacao h1 {
   
    font-family: "Protest Strike", sans-serif;
    font: bolder;
    text-align: center;

}

.localizacao iframe {
   
    border-color: gold;
    border-width: 15px;
    border-radius: 100px;
    text-align: center;
    width: 600px;
    height: 600px;
    
}

@media (max-width: 400px){
.localizacao{
    flex-direction: column;
    width: 100%;
}
.localizacao iframe{
    width: 100%;
    height: 70%;
}  
}