/* Miligram overrides */
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


body {
    font-family: 'Jura', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Jura', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #b69253;
}

a {
    color:#fff;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active  {
    color:#fff;
    -webkit-transition:all 0.2s easeout;
    transition:all 0.2s ease-out;
}

.side-nav a,
.top-nav-links a,
th a,
.actions a {
    color: #b69253;
}

.side-nav a:hover,
.side-nav a:focus,
.actions a:hover,
.actions a:focus {
    color:#fff;
}

/* Utility */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Main */
body {
    background: #000;
}
.content {
    padding: 2rem;
    background: #000;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
        0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.actions a {
    font-weight: bold;
    padding: 0 0.4rem;
}
th {
    white-space: nowrap;
    color: #b69253;
}

/* Nav bar */
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 112rem;
    padding: 2rem;
    margin: 0 auto 2rem;
}
.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.top-nav-title span {
    color: #404041;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
    font-weight: bold;
}

.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}

/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    margin-top: 2rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

/* Error */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .top-nav {
        margin: 0 auto;
    }
    .side-nav {
        margin-bottom: 1rem;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .side-nav-item {
        display: inline;
        margin: 0 1.5rem 0 0;
    }
    .asc:after {
        content: " \2192";
    }
    .desc:after {
        content: " \2190";
    }
}

/* CSS Personalizado */


.image-logoAlfa {
    display: flex;
    justify-content: center;
    padding: 3em 0 !important;
}

.image-logoAlfa img {
    width: 45%;
}

.image-logoAlfa a {
    display: flex;
    justify-content: center;
}

td {
    color: #fff;
    text-align: center;
}

.table-tittle {
    font-size: 25px;
    text-align: center;
}

.count,
label{
    color: #fff;
    margin: 20px 0;
}

.col-center {
    max-width: 100%;
    margin: 0 auto !important;
}

legend {
    color: #b69253;
    font-size: 25px;
    text-align: center;
}

input {
    color: #fff;
    margin: 15px 0;
}

.button-send {
    margin: 40px 0;
    width: 100%;
    background-color: #b69253;
    border: none;
    transition-property: background-color, color, border-radius;
    transition-duration: .25s;
}

.button-send:hover {
    background-color: #fff;
    color: #b69253;
    border-radius: 10px;
}


/*CSS Pagina home*/

.data-register {
    display: flex;
    justify-content: space-evenly;

}

.publishedimage {
    width: 50%;
}

.publishedimage,
.description {
    margin: 0 20px;
    margin-bottom: 30px;
}

.description p {
    color: #fff;
}

.home-title {
    font-weight: bold;
    font-size: 60px;
    margin: 85px 0 ;
}

.publishedimage p {
    color: #fff;
    font-size: 20px;
    text-align: justify;
} 

.button-container {
    margin: 50px 0;
    text-align: center;
}

.button-register {
    background-color: #b69253;
    padding: 20px 100px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;

}

.button-register:hover {
    background-color: #fff;
    color: #b69253;
}

@media screen and (max-width: 640px) {
    .data-register {
        display: block;
        margin-top: 20px;
    }

    .publishedimage {
        width: 85%;
    }

    .image-logoAlfa {
        display: none;
    }

    input {
        margin: 10px 0;
    }

    .button-register {
        padding: 20px;
    }
}