@font-face {
    font-family: bjorn-halftone;
    src: url('../fonts/bjorn/Bjorn\ Halftone.otf');
}

@font-face {
    font-family: eras-light;
    src: url('../fonts/erasLight/ERASLGHT.TTF');
}

@font-face {
    font-family: eras-demi;
    src: url('../fonts/erasDemi/ERASDEMI.TTF');
}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/openSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: erasMedium;
    src: url('../fonts/erasMedium/ErasMediumITC.ttf');
}

.navbar-brand-f{
    font-family: 'bjorn-halftone';
    font-size: 24pt !important;
    color: white;
    background-color: transparent;
}
.navbar-brand-f-y{
    font-family: 'bjorn-halftone';
    font-size: 24pt !important;
    color: #ffcd00;
}
.nav-link {
    font-family: 'bjorn-halftone';
}

.bjorn {
    font-family: 'bjorn-halftone';
}

.eras-light {
    font-family: 'eras-light' !important;
}

.eras-demi {
    font-family: 'eras-demi';
    font-style: normal;
}

.open-sans {
    font-family: 'OpenSans';
}

.erasMedium {
    font-family: 'erasMedium'  !important;
    font-style: normal;
}


.masthead {
    background-color: #25282a;
    width: 103%;
}
.section-dark {
    background-color: #25282a;
    width: 103%;
}
.text-white {
    color: white;
    font-weight: normal;
}

.intro-text-s {
    padding-top: 200px;
    padding-bottom: 200px;
}

.text-titulo {
    font-family: 'Open Sans', sans-serif;
    color: #6c6c6c;
    font-weight: normal;
    font-size: 18pt !important;
}

.text-line-yellow {
    border-bottom: 6px solid #ffcd00; 
    padding-bottom: 1.5%;
}

.double-line-yellow {
    height: 4px; width: 10%;
    background-color: #ffcd00;
}
.double-line-yellow-short {
    height: 4px;
     width: 5%;
    background-color: #ffcd00;
}

.text-dark {
    color: #25282a !important;
}

.text-parrfo {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 18pt !important;
    line-height: inherit;
    color: #6c6c6c;
}

.text-p {
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5pt !important;
    line-height: inherit;
    color: #6c6c6c;  
}

.text-subtitulo {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt !important;
    line-height: inherit;
    color: #6c6c6c;
}

.text-yellow {
    color: #ffcd00;
}

.logo_2{
    width: 80%;
    height: 70%;
    margin: 10%;
    padding: 6%;
}