/* Font Young Vigor Regular  */

@font-face {
font-family: 'Young Vigor Regular';
font-style: normal;
font-weight: normal;
src:url("../fonts/YoungVigor.otf") format("opentype"), /* Open Type Font */
    url("../fonts/YoungVigor.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/YoungVigor.woff") format("woff"), /* Modern Browsers */
    url("../fonts/YoungVigor.woff2") format("woff2"); /* Modern Browsers */
}

  /* Titulos Personalizados */

.custom-titulos {
  font-family: Young Vigor Regular;
  font-size: 60px;
  color: #113c55;
  font-style: normal;
  font-weight: normal; 
  line-height: 0;
}

  /* Page Title / Breadcrumb */
.sp-page-title {
    padding-top: 150px;
    padding-bottom: 50px;
}

  /* Header Background Color */
.uk-background-blend-soft-light { background-blend-mode: inherit; }

  /* Botão Custom */
.uk-button-custom { border-radius:5px;}

  /* Botão Custom 2 */
.uk-button-custom2 {
  border-radius:5px;
  background-color: #113c55;
  color: #fff;
  
  /* Hover + Focus */ 
}
.uk-button-custom2:hover, .uk-button-custom2:focus {
  background-color: #ecbb7e;
  color:#333;
}


.uk-logo .uk-navbar-sticky { }
 
