@font-face {
 font-family:'Montserrat';
 src:url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
 font-family:'Montserrat';
 src:url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
 font-weight: bold;
}
@font-face {
 font-family:'amateur slash';
 src:url('../fonts/amateur-slash.ttf') format('truetype');
}

html, body { font-family: 'Montserrat'; font-size:14px; }
.amateur-slash { font-family:'amateur slash';}

.text-primary { color: #f9ec00 !important;}
a.text-primary:hover { color: #ddd !important;}
.alert-primary, .bg-primary, .btn-primary { background-color: #f9ec00 !important;}
.btn-primary { border:none; color:black; min-width:190px; }
.btn-primary:hover { background-color:#ddd; color:blackl}

.alert-secondary, .bg-secondary { background-color: #1c2484 !important;}
.bg-black { background: #000;}
.bg-slider-color { background-color:rgba(0,0,0,0.5)}
.ultra-bold {font-weight: 900;}

footer a.nav-link { color : #f9ec00}
footer a.nav-link:hover { color : #ddd}

.text-black { color: #000000;}
.text-azul { color: #1c2484;}

/* .login-card { background-color:rgba(0,0,0,0.7); position:absolute;z-index:1;height:100vh;width:50vw} */
.text-shadow { text-shadow: 1px 1px 3px #000;}
.owl-sorteos .owl-stage { padding-bottom:25px;}
.section {
  min-height:100vh;
}
