@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,400;8..144,700&display=swap');

* {
    font-family: 'Roboto Flex', sans-serif;
}
/*Navbar*/
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: rgba(0,0,0,0); 
}
.navbar-toggler {
    border: 0;
  }  
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
     outline:none;
     box-shadow:none;
     border: 0;
  }
  
  .toggler-icon {
    width: 30px;
    height: 3px;
    background-color:rgb(224, 169, 4) ;
    display: block;
    transition: all 1s ease-in-out;
    border-radius: 1px;
  }
  .middle-bar{
    margin: 5px auto;
    width: 20px;
  }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-top: 0px;
    right: 0px;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-toggler .bottom-bar {
   transform: rotate(-45deg);
   transform-origin: 10% 10%;
   margin-top: 0px;
   right: 0px;
   
  }
  .navbar-toggler.collapsed .top-bar{
    transform: rotate(0);
  } 
  .navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    transform: alpha(opacity=100);
  } 
  .navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0);
  } 
  
  .navbar-toggler.collapsed .toggler-icon {
    background-color:rgb(224, 169, 4) ;
  } 
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  transition: all 1s ease-in-out;
  }

  .navbar-light .navbar-nav .nav-link.active:hover{
    color:rgb(224, 169, 4)!important;
    transition: all 0.5s ease-in-out!important;
    
  }
  #btn-whats{
    position: fixed;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    box-shadow: 1px 1px 2px #888;
    background-color: #25d366;
    color: #fff;

}
/*index natal*/
#fcdecor{
  background-image: url(../img/banner_natal.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  

}
#banner{
  background-color: rgba(250,250,250,0.6);
  backdrop-filter: blur(3px);
  padding: 20px;
  width: 50%;
  height: 50%;
  
}
 
/*Media*/

@media only screen and (max-width:368px){
    #map {
        overflow: hidden;
        max-width: 98%;
        max-height: 100%;
    }
    .iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 0% !important;
        height: 0% !important;
    }  
          

    }
