/* section.contact-us {
    background-image: url(../images/meetings-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0px 0px 0px;
    /* background-color: #3CF; */
    @font-face {
      font-family:Montserrat-Medium;
      src: url(../letras/montserrat/Montserrat-Medium.otf);
    }
    @font-face {
      font-family:Montserrat-ExtraBold;
      src: url(../letras/montserrat/Montserrat-ExtraBold.otf);
    }
  
  .footer {
     text-align: center;
    /* border-top: 1px solid #AA914B;  */
    background-color: #2D366F;
     padding-top: 50px ;
    padding-bottom: 50px;
    width: 100%; 
   
  }
   .footer p {
    font-size: 12px;
    color: #fff;
    font-family:Montserrat-Medium;
  } 
  
 
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  width: 50px !important;
  height: 50px !important;
  bottom: 15px;
  right: 15px !important;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #AA914B;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 25px;
}

#myBtn:hover {
  background-color: #164A9A;
}


