@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');
}   





@font-face {
    font-family: 'Geomanist';
    src: url('../webfonts/geomanist/Geomanist-Regular.otf');
  } 
@font-face {
    font-family: 'Geomanist-Black';
    src: url('../webfonts/geomanist/Geomanist-Black.otf');
  }  
@font-face {
    font-family: 'Geomanist-Bold';
    src: url('../webfonts/geomanist/Geomanist-Bold.otf');
  }
@font-face {
    font-family: 'Geomanist-Book';
    src: url('../webfonts/geomanist/Geomanist-Book.otf');
  } 
@font-face {
    font-family: 'Geomanist-ExtraLight';
    src: url('../webfonts/geomanist/Geomanist-ExtraLight.otf');
  } 
@font-face {
    font-family: 'Geomanist-Light';
    src: url('../webfonts/geomanist/Geomanist-Light.otf');
  }
@font-face {
    font-family: 'Geomanist-Medium';
    src: url('../webfonts/geomanist/Geomanist-Medium.otf');
  }

@font-face {
    font-family: 'Geomanist-Regular-Italic';
    src: url('../webfonts/geomanist/Geomanist-Regular-Italic.otf');
  }
@font-face {
    font-family: 'Geomanist-Thin';
    src: url('../webfonts/geomanist/Geomanist-Thin.otf');
  }
@font-face {
    font-family: 'Geomanist-Ultra';
    src: url('../webfonts/geomanist/Geomanist-Ultra.otf');
  }






@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../webfonts/notosans/NotoSans-Regular.ttf');
}
@font-face {
    font-family: 'NotoSans-Black';
    src: url('../webfonts/notosans/NotoSans-Black.ttf');
} 
@font-face {
    font-family: 'NotoSans-BlackItalic';
    src: url('../webfonts/notosans/NotoSans-BlackItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../webfonts/notosans/NotoSans-Bold.ttf');
}
@font-face {
    font-family: 'NotoSans-BoldItalic';
    src: url('../webfonts/notosans/NotoSans-BoldItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-ExtraBold';
    src: url('../webfonts/notosans/NotoSans-ExtraBold.ttf');
}
@font-face {
    font-family: 'NotoSans-ExtraBoldItalic';
    src: url('../webfonts/notosans/NotoSans-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-ExtraLight';
    src: url('../webfonts/notosans/NotoSans-ExtraLight.ttf');
}
@font-face {
    font-family: 'NotoSans-ExtraLightItalic';
    src: url('../webfonts/notosans/NotoSans-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-Italic';
    src: url('../webfonts/notosans/NotoSans-Italic.ttf');
}
@font-face {
    font-family: 'NotoSans-Light';
    src: url('../webfonts/notosans/NotoSans-Light.ttf');
}
@font-face {
    font-family: 'NotoSans-LightItalic';
    src: url('../webfonts/notosans/NotoSans-LightItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../webfonts/notosans/NotoSans-Medium.ttf');
}
@font-face {
    font-family: 'NotoSans-MediumItalic';
    src: url('../webfonts/notosans/NotoSans-MediumItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../webfonts/notosans/NotoSans-SemiBold.ttf');
}
@font-face {
    font-family: 'NotoSans-SemiBoldItalic';
    src: url('../webfonts/notosans/NotoSans-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'NotoSans-Thin';
    src: url('../webfonts/notosans/NotoSans-Thin.ttf');
}
@font-face {
    font-family: 'NotoSans-ThinItalic';
    src: url('../webfonts/notosans/NotoSans-ThinItalic.ttf');
}

  
  
  body{
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'NotoSans-Regular'; 
    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: 'NotoSans-Light', sans-serif;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
}
.bg-light1 {
    background-color: #611232!important;
}

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