<!--

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&family=Oswald:wght@300;400&display=swap');

/*
body{
  background-color: none;	
  width:100%;
  height:100%;
  margin:0;
  padding: 0;
  padding-top: 10em;
  position: relative;
  text-align:center;
}
*/

h1{
  color: #ffffff;
  padding: 1em;
}

/*
#openPopUp{
  text-align:center;
  background-color: none;
  padding: 15px 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  border-radius: 3.5px;
  text-decoration: none;
  font-weight: 100;
  transition:background-color 4s linear;
  -webkit-transition:background-color 4s linear;
  -moz-transition:background-color 4s linear;
  -o-transition:background-color 4s linear;
}
*/

/*
a#openPopUp:hover{
  cursor: pointer;
  background-color: none;
}
*/

.popup{
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 9999999;
  background: none;
  width: 100vw;
  height: 100vh;
  opacity: 1;

    -webkit-transition: opacity  2s ease;
    -moz-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}
.popup .popUpContainer{
  width: 100%;
  max-width: 600px;
  position: fixed; /* To avoid scroll to target */
  left: 50%;
  top: -80vh;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13.4px;
  color: #6e6e70;
  text-align: left;
  line-height: 28px;
  -webkit-transition: top  2s ease;
  -moz-transition: top 2s ease;
  -o-transition: top 2s ease;
  transition: top 2s ease;

  /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
  margin-left: -300px;
  background-color: #284c65;  */ cor do topo da popup */
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 0px;
  z-index: 9999999; 
}
.popup h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0.5em;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.popup img{
  width: 100%;
  display: block;
}
.popup article{
	height: 180px; /* altura da popup */
                  padding: 25px 55px;  
border-left: 1px solid #57809c;
border-right: 1px solid #57809c;
border-bottom: 1px solid #57809c;
background-color: #e0e1e2;  /* bg popup era dae7eb */
/*
-webkit-box-shadow: 0px 45px 25px -35px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 45px 25px -35px rgba(0,0,0,0.8);
box-shadow: 0px 45px 25px -35px rgba(0,0,0,0.8);
*/
}
/* The cancel button on popup dialog */
.popup a.closePopUp{
  font-family: 'Fredoka One', cursive;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0.2em;
  right: 0.390em;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  
  text-decoration: none;
}
/* The cancel button on popup dialog */
.popup a:hover{
  color: rgba(131,166,179, 1.0);  /* fce0a9 */
}
/* When popup is targeted, by clicking on link with #popup in HTML */
.popup:target{
  opacity: 1;
  top: 0;
}
.popup .closePopUpOutSide{
  position: absolute;
  left:0;
  /*
  width: 100%;
  height: 100%;
  */
  z-index: 9999991; 
}
.popup:target .popUpContainer{
  top: 130px;  /* local onde a popup para na página */
    -webkit-transition: top  0.90s ease; /* velocidade da animação de descida */
    -moz-transition: top 0.90s ease;
    -o-transition: top 0.90s ease;
    transition: top 0.90s ease;
}

@media  (max-width: 796px) {
  .popup .popUpContainer{
    width: 90%;
    max-width: none;
    left: 5%;
    margin-left: 0;
  }
  .popup ul{
    padding: 0 1em 0 1em;
  }
  .popup:target .popUpContainer{
    top: 80px;
    -webkit-transition: top  0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
  }
}


.icone {
width:30px;
height:31px;
}


.div_link2{
              font-family: 'Inter', sans-serif;
              font-weight: 400;
              font-size: 13.4px;
              color: #6e6e70;
              outline: none;
}

.div_link2 a{
              color: #6e6e70;
              text-decoration: underline;
              border: none;
              outline: none;
              transition: 0.4s;
}



.div_link2 a:hover{
              color: #097f8b;
              text-decoration: none;
              background-color: #ffffff;
}


.maps {
position: absolute;
top: 234px; 
left: 50%; 
margin-left: 242px;
width: 25px;
height: 25px;
z-index: 2;
}


-->