body {
    padding: 0;
    margin: 0;
    background-color: #1D1D1B;
    color: #fff;
    font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Livvic', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
}

footer {
    background-color: #2a2a28;
    padding: 1rem 2rem;
    text-align: center;
}

footer p {
    margin: 0;
}

.color-es {
    color: #FFE500;
}

.color-ca {
    color: #FF9100;
}

.d-none {
    display: none;
}

.hero {
    background: url(/img/fondo-hero.webp) right no-repeat;
    background-size: contain;
}

.half {
    text-align: center;
    padding: 3rem 1rem;
}

.examinations-list {
    padding: 0;
    margin: 0 0 2.5rem;
}

.examinations-list li {
    list-style-type: none;
}

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 3px;
    font-size: 20px;
    font-family: 'Livvic', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
}

.state {
    background-color: #FFE500;
    color: black;
}

.regional {
    background-color: #FF9100;
}

.platform-materials {
    max-width: 100%;
}

.logo {
    max-width: 80%;
}

.platform {
    text-align: center;
}

.text {
    font-size: 20px;
    padding: 0 1rem 1rem;
    text-align: left;
}

.form .table {
    display: table;
    width: 100%;
}

.form .table .row-group {
    display: table-row-group;
}

.form .table .row {
    display: table-row;
}

.form .table .cell {
    display: table-cell;
    text-align: left;
    padding: 1rem 2rem;
}

.form .table input[type='text'], .form .table input[type='email'] {
    width: 100%;
    padding: .5rem .25rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-1{
    padding-top: 2px !important;
}

.legal {
    font-size: 13px;
}

.bold {
    font-weight: bold;
}
.nm {
    margin: 0;
}

.send {
    background-color: #FFE500;
    color: black;
    border: 0;
    border-radius: 4px;
    padding: .5rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.privacy h2 {
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    .hero {
        display: flex;
        width: 100%;
        height: 100vh;
        align-items: center;
    }

    .container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .half {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding: unset;
    }

    .details {
        width: 100%;
    }

    .platform {
        display: flex;
        max-width: 940px;
        padding-bottom: 10%;
    }

    .text {
        margin-left: 2rem;
        padding: unset;
    }

    .logo {
        max-width: unset;
    }
}

@media screen and (max-width: 800px) {
    .cell, .row {
        display: block !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1640px) {
    .cell, .row {
        display: block !important;
    }
}