
*{ 
    font-family: 'Roboto', sans-serif;
}

.bg-dark{ 
    background-color: #ffe3b4 !important;
}

.nav-link{ 
    color:  #5e3b00 !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 20px !important;
}

.nav-link:hover{ 
    color:  #ed7118 !important;
}

.butlogin{ 
    background-color: #ed7118 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    border-radius: 25px;
    margin-left: 20px;
}
.butlogin:hover{ 
 color: white !important;
}

.footer{ 
    background-color:#ededed;
    /* border-top: #ed7118 2px solid; */
}

@font-face {
    font-family: "aepex";
    src: url("../fonts/aepex.ttf");
}


h2{ 
    font-size: 42px;
    font-weight: bold;
    font-family: 'aepex', sans-serif;
    padding-top: 120px;
    color: #5e3b00 !important;

}

.h22{ 
    font-size: 42px;
    font-weight: bold;
    font-family: 'aepex', sans-serif;
    padding-top: 120px;
    color: white !important;

}

.txtnorm{ 
    font-size: 18px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(127, 127, 127);
    
}

.premios{ 
    padding-bottom: 100px;
}

.bajada{ 
    font-weight: 600;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.canjes{ 
    background-color: black;
    background-image: url("../images/canjes2.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;

}

.botonnar{ 
    background-color: #ed7118;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px !important;
}

.botonnar:hover{ 
    color: white;
    text-decoration: none;
 
}

.continfo{ 
    padding-bottom: 60px;
}

.nav-intem .active{ 
    color: #ed7118 !important;
}

.thead-dark{ 
  background-color: #5e3b00 !important;
}


.loginform{ 
    width: 40%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.dashintro{ 
    background-color: black;
    padding-top: 20px;
    padding-bottom: 100px;
}

.cierrefooter{ 
    background-image: url("../images/cierre.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-top: -255px !important;
}


/*media --------------------------------------------------*/
@media only screen and (max-width: 600px) {

    .loginform{ 
        width: 90%;
    }
    .cierrefooter{ 

        height: 300px;
        margin-top: -360px !important;
    }
    
    .butlogin{ 
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .txtnorm{ 
        width: 90%;    
    }
    h2{ 
        font-size: 36px;
    
    }

} /* end media query -------------------------------------*/