/* VARIABLES COLORES */

:root {
    --purple-dark: #2f154b;
    --purple-light: #8b34e6;
    --black: #333333;
    --light-blue: #01d5cc;
    --watermelon: #e83260;
    --white: #ffffff;
    --grey: #666666;
    --light-gray: #FaFaFa;
}


/* FUENTES */

@font-face {
    font-family: 'evogriaregular';
    src: url('../fonts/evogria-webfont.woff2') format('woff2'), url('../fonts/evogria-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'evogriaitalic';
    src: url('../fonts/evogria-italic-webfont.woff2') format('woff2'), url('../fonts/evogria-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Letter-Gothic-Std-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/LetterGothicStd.woff') format('woff');
}

@font-face {
    font-family: 'Letter-Gothic-Std-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/LetterGothicStd-Bold.woff') format('woff');
}

html,
body {
    font-family: 'Roboto', sans-serif;
    color: #565656;
    /*background-image: url("http://registro.viaxesports.com/img/bg/fondo_4.png");*/
    background-image: url("../img/BG-VIAXESPORTS-AWARDS.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
}

.ff {
    background-image: url("../img/ff.jpg");
    background-repeat: repeat;
}

input[type="radio"]:required {
    color: #bd9948;
    border: 1px solid #bd9948;
    background-color: #bd9948;
}

.logo {
    width: 260px;
    fill: #8b34e6;
}

@media (max-width: 575.98px) {
    .logo {
        width: 100%;
        fill: #8b34e6;
    }
    .logo-header {
        fill: var(--white);
        width: 100% !important;
        display: block;
        margin: 0rem 4rem 1rem 0;
    }
    .logo-awards {
        width: 100% !important;
    }
    .btn-home {
        font-family: 'evogriaregular';
        font-size: 1rem;
        color: var(--white) !important;
        color: #ffffff;
        padding: 1.2rem 4rem;
        display: block;
    }
    h3 {
        font-family: 'evogriaregular';
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding: 0px;
        color: #FFF;
        background-color: #bd9948;
        padding: 1rem 2rem .7rem;
        min-width: 80% !important;
        max-width: 100% !important;
        margin: 0 auto 1rem;
        border-radius: 4px;
        text-transform: uppercase;
        text-align: center;
    }
}

.logo-ok {
    width: 120px;
    fill: #8b34e6;
}

h1 {
    font-family: 'evogriaregular';
    font-size: 2rem;
    color: var(--purple-light) !important;
    font-weight: 400;
    line-height: 1.8rem;
    padding: 0px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 0px;
    color: #8b34e6;
}

h3 {
    font-family: 'evogriaregular';
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0px;
    color: #FFF;
    background-color: #bd9948;
    padding: 1rem 2rem .7rem;
    min-width: 40%;
    max-width: 60%;
    margin: 0 auto 1rem;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}


/* BACKGROUND */

.back-grey {
    background-color: #f5f5f7;
}


/* BOTONES */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #bd9948;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .5rem 1.5rem .4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    border-color: #2f154b;
    background-color: #2f154b;
    font-family: 'evogriaregular';
    font-size: 1.2rem;
}

.btn-primary:hover {
    color: #fff;
    border-color: var(--purple-light);
    background-color: var(--purple-light);
}

.vh-80 {
    height: 80vh;
}

input {
    cursor: pointer;
}

.normalFont {
    color: #565656;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer !important;
}

.line-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.bg-white {
    background-color: #f5f5f7;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.white {
    color: #fff;
}


/* MENU */

.b-purple-dark {
    background-color: #2f154b;
}

.logo-header {
    fill: var(--white);
    width: 40%;
    display: block;
    margin: 0rem 4rem 1rem 0;
}

.btn-home {
    font-family: 'evogriaregular';
    font-size: 1rem;
    color: var(--white) !important;
    color: #ffffff;
    padding: 1rem 4rem;
    display: block
}

.btn-home:hover {
    font-family: 'evogriaregular';
    font-size: 1rem;
    color: var(--purple-light) !important;
    text-shadow: 1px 1px 10px rgba(139, 52, 230, .8);
}

.logo-awards {
    width: 50%;
}


/* FORM*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #939393;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}