@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/montserrat/Montserrat-Medium.ttf');
  }    
  @font-face {
    font-family: 'Montserrat-light';
    src: url('../webfonts/montserrat/Montserrat-Light.ttf');
  }  
  @font-face {
    font-family: 'Montserrat-Regular';
    src: url('../webfonts/Montserrat-Regular.ttf');
  }   
  @font-face {
    font-family: 'Montserrat-bold';
    src: url('../webfonts/montserrat/Montserrat-Bold.ttf');
  }   
  @font-face {
    font-family: 'Montserrat-semiBold';
    src: url('../webfonts/montserrat/Montserrat-SemiBold.ttf');
  }   
  @font-face {
    font-family: 'Gotham-Rounded';
    src: url('../webfonts/gotham_rounded/Gotham-Rounded-Bold.ttf');
}   
  
  body{
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Montserrat'; 
    background-color: #efefef; /* color de Fondo */
    background-repeat: inherit; 
    background-size: 100%; 
    background-attachment: fixed;  
  }

  .header_gobierno .nav-link{
    color: #fff !important;
  }
  html {
    scroll-behavior: smooth;
  }
  
  .bg-light {
    background-color: #611232!important;
}

.mont{
     font-family: 'Montserrat-light', sans-serif;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
}
.bg-light1 {
    background-color: #12322b!important;
}

.fa-lg {
    font-size: 30px;
    line-height: .75em;
    vertical-align: -.0667em;
}