html,
body {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 60px;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 10px;
}

li:last-child {
    margin-bottom: 0;
}

.table td, .table th {
    font-size: 12px;
}

.btn {
    font-size: 12px;
}

#countdown {
    text-align: center;
}

#countdown p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.contenedor {
    margin-top: 0% !important;
    color: #000000;
    text-align: center;
}

.cartel {
    width: 90px;
    height: 90px;
    padding: 10px 0px 5px 0px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    border: 3px solid #000000;
    border-radius: 5px;
}

.cartel>div {
    font-size: 30px;
    font-family: 'Chela One', sans serif;
    animation: fade 3s;
    line-height: 30px;
    margin-top: 0px;
}

.cartel>div>h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: normal;
}

.h3 {
    bottom: 0;
    margin: 0 auto;
}

.contenedor {
    margin-top: 3%;
}

.contenido {
    width: 80%;
    margin: 20px auto;
    border: 0px solid black;
    z-index: 10;
    background: #f2f2f2;
    max-width: 414px;
}

li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

li span {
    display: block;
    font-size: 4.5rem;
}

.numeros {
    font-family: 'Chela one', sans-serif;
    font-size: 60px;
    transition: .3s;
    animation-name: fade;
    animation-duration: 3s;
}

.responsivo1 {
    display: inline-block
}

.responsivo2 {
    display: inline-block
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.registro-heading {
    flex: auto;
    max-width: 40%;
    font-size: 30px;
    font-weight: 700;
}

.registro-heading h1 {
    text-align: center;
    margin-bottom: 10px;
    color: var(--main-header-linear-gradient, linear-gradient(10deg, #06435c 20%, #286686 60%, #1fd5b9 120%));
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group.text-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn.form-control {
    padding: 5px 10px;
}

header#main-header {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: var(--main-header-linear-gradient, linear-gradient(165deg, #06435c 20%, #286686 60%, #2c6b62 120%));
    background-attachment: fixed;
    color: white;
    padding: 0px;
    margin-bottom: 0px;
}

header#main-header .navbar-inverse {
    background-color: transparent;
    max-width: 1460px;
    margin: 0 auto;
}

.navbar-header {
    display: flex;
    align-items: center;
}

#header-nav {
    flex-grow: 1;
}

#logo-anchor {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

#logo {
    width: 90px;
    margin-right: 10px;
}

#logo-text {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#logo-motto {
    font-size: 11px;
}

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    margin-right: 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0vh;
}

.form-container {
    max-width: 390px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
}

.form-group.text-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.required-field {
    color: rgb(190, 30, 30);
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
    width: 40%;
}

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

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}


/* mobile styles */

@media (max-width: 767px) {
    .navbar-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 10px;
    }

    #logo {
        width: 70px;
        margin-right: 10px;
    }

    #logo-anchor {
        order: -1;
    }

    #logo-text {
        margin-top: 10px;
        font-size: 22px;
        font-weight: 700;

    }

    .registro-heading {
        margin-top: 20px;
        flex: auto;
        max-width: 100%;
        font-size: 30px;
        font-weight: 700;

    }

    .registro-heading h1 {
        text-align: center;
        margin-bottom: 10px;
        color: var(--main-header-linear-gradient, linear-gradient(10deg, #06435c 20%, #286686 60%, #1fd5b9 120%));
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #countdown-timer {
        color: red;
        font-size: 15px;
        font-weight: 700;
    }

    .container {
        width: 80%;
    }

    .form-container {
        height: auto;
        max-height: 80vh;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .btn {
        font-size: 16px;
    }

    .form-control::placeholder {
        font-size: 11px;
    }

    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
        text-align: center;
        max-width: 50%;
    }

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

    .sticky-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }

    .contenedor {
        margin-top: 15%;
    }

    .banner {
        margin-bottom: 30px;
    }

    .cartel {
        height: 70px;
        width: 70px;
    }

    .cartel>div {
        font-size: 30px;
    }

    .cartel>div>h3 {
        font-size: 15px;
        margin-top: 0px;
    }
    body{
        background-size: cover !important;
    }
}