﻿.livro {
    --color: #fff;
    --duration: 6.8s;
    width: 32px;
    height: 12px;
    position: relative;
    margin: 32px 0 0 0;
    zoom: 1;
} 

    .livro .inner {
        width: 32px;
        height: 12px;
        position: relative;
        transform-origin: 2px 2px;
        transform: rotateZ(-90deg);
        -webkit-animation: livro var(--duration) ease infinite;
        animation: livro var(--duration) ease infinite;
    }

        .livro .inner .left,
        .livro .inner .right {
            width: 60px;
            height: 4px;
            top: 0;
            border-radius: 2px;
            background: var(--color);
            position: absolute;
        }

            .livro .inner .left:before,
            .livro .inner .right:before {
                content: "";
                width: 48px;
                height: 4px;
                border-radius: 2px;
                background: inherit;
                position: absolute;
                top: -10px;
                left: 6px;
            }

        .livro .inner .left {
            right: 28px;
            transform-origin: 58px 2px;
            transform: rotateZ(90deg);
            -webkit-animation: left var(--duration) ease infinite;
            animation: left var(--duration) ease infinite;
        }

        .livro .inner .right {
            left: 28px;
            transform-origin: 2px 2px;
            transform: rotateZ(-90deg);
            -webkit-animation: right var(--duration) ease infinite;
            animation: right var(--duration) ease infinite;
        }

        .livro .inner .middle {
            width: 32px;
            height: 12px;
            border: 4px solid var(--color);
            border-top: 0;
            border-radius: 0 0 9px 9px;
            transform: translateY(2px);
        }

    .livro ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 50%;
        top: 0;
    }

        .livro ul li {
            height: 4px;
            border-radius: 2px;
            transform-origin: 100% 2px;
            width: 48px;
            right: 0;
            top: -10px;
            position: absolute;
            background: var(--color);
            transform: rotateZ(0deg) translateX(-18px);
            -webkit-animation-duration: var(--duration);
            animation-duration: var(--duration);
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

            .livro ul li:nth-child(0) {
                -webkit-animation-name: page-0;
                animation-name: page-0;
            }

            .livro ul li:nth-child(1) {
                -webkit-animation-name: page-1;
                animation-name: page-1;
            }

            .livro ul li:nth-child(2) {
                -webkit-animation-name: page-2;
                animation-name: page-2;
            }

            .livro ul li:nth-child(3) {
                -webkit-animation-name: page-3;
                animation-name: page-3;
            }

            .livro ul li:nth-child(4) {
                -webkit-animation-name: page-4;
                animation-name: page-4;
            }

            .livro ul li:nth-child(5) {
                -webkit-animation-name: page-5;
                animation-name: page-5;
            }

            .livro ul li:nth-child(6) {
                -webkit-animation-name: page-6;
                animation-name: page-6;
            }

            .livro ul li:nth-child(7) {
                -webkit-animation-name: page-7;
                animation-name: page-7;
            }

            .livro ul li:nth-child(8) {
                -webkit-animation-name: page-8;
                animation-name: page-8;
            }

            .livro ul li:nth-child(9) {
                -webkit-animation-name: page-9;
                animation-name: page-9;
            }

            .livro ul li:nth-child(10) {
                -webkit-animation-name: page-10;
                animation-name: page-10;
            }

            .livro ul li:nth-child(11) {
                -webkit-animation-name: page-11;
                animation-name: page-11;
            }

            .livro ul li:nth-child(12) {
                -webkit-animation-name: page-12;
                animation-name: page-12;
            }

            .livro ul li:nth-child(13) {
                -webkit-animation-name: page-13;
                animation-name: page-13;
            }

            .livro ul li:nth-child(14) {
                -webkit-animation-name: page-14;
                animation-name: page-14;
            }

            .livro ul li:nth-child(15) {
                -webkit-animation-name: page-15;
                animation-name: page-15;
            }

            .livro ul li:nth-child(16) {
                -webkit-animation-name: page-16;
                animation-name: page-16;
            }

            .livro ul li:nth-child(17) {
                -webkit-animation-name: page-17;
                animation-name: page-17;
            }

            .livro ul li:nth-child(18) {
                -webkit-animation-name: page-18;
                animation-name: page-18;
            }

@-webkit-keyframes page-0 {
    4% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    13%, 54% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    63% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-0 {
    4% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    13%, 54% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    63% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-1 {
    5.86% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    14.74%, 55.86% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    64.74% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-1 {
    5.86% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    14.74%, 55.86% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    64.74% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-2 {
    7.72% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    16.48%, 57.72% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    66.48% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-2 {
    7.72% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    16.48%, 57.72% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    66.48% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-3 {
    9.58% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    18.22%, 59.58% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    68.22% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-3 {
    9.58% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    18.22%, 59.58% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    68.22% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-4 {
    11.44% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    19.96%, 61.44% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    69.96% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-4 {
    11.44% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    19.96%, 61.44% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    69.96% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-5 {
    13.3% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    21.7%, 63.3% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    71.7% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-5 {
    13.3% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    21.7%, 63.3% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    71.7% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-6 {
    15.16% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    23.44%, 65.16% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    73.44% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-6 {
    15.16% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    23.44%, 65.16% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    73.44% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-7 {
    17.02% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    25.18%, 67.02% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    75.18% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-7 {
    17.02% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    25.18%, 67.02% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    75.18% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-8 {
    18.88% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    26.92%, 68.88% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    76.92% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-8 {
    18.88% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    26.92%, 68.88% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    76.92% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-9 {
    20.74% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    28.66%, 70.74% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    78.66% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-9 {
    20.74% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    28.66%, 70.74% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    78.66% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-10 {
    22.6% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    30.4%, 72.6% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    80.4% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-10 {
    22.6% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    30.4%, 72.6% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    80.4% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-11 {
    24.46% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    32.14%, 74.46% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    82.14% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-11 {
    24.46% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    32.14%, 74.46% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    82.14% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-12 {
    26.32% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    33.88%, 76.32% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    83.88% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-12 {
    26.32% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    33.88%, 76.32% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    83.88% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-13 {
    28.18% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    35.62%, 78.18% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    85.62% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-13 {
    28.18% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    35.62%, 78.18% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    85.62% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-14 {
    30.04% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    37.36%, 80.04% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    87.36% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-14 {
    30.04% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    37.36%, 80.04% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    87.36% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-15 {
    31.9% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    39.1%, 81.9% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    89.1% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-15 {
    31.9% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    39.1%, 81.9% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    89.1% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-16 {
    33.76% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    40.84%, 83.76% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    90.84% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-16 {
    33.76% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    40.84%, 83.76% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    90.84% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-17 {
    35.62% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    42.58%, 85.62% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    92.58% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-17 {
    35.62% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    42.58%, 85.62% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    92.58% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes page-18 {
    37.48% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    44.32%, 87.48% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    94.32% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@keyframes page-18 {
    37.48% {
        transform: rotateZ(0deg) translateX(-18px);
    }

    44.32%, 87.48% {
        transform: rotateZ(180deg) translateX(-18px);
    }

    94.32% {
        transform: rotateZ(0deg) translateX(-18px);
    }
}

@-webkit-keyframes left {
    4% {
        transform: rotateZ(90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
    }

    46%, 54% {
        transform: rotateZ(90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
    }

    96% {
        transform: rotateZ(90deg);
    }
}

@keyframes left {
    4% {
        transform: rotateZ(90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
    }

    46%, 54% {
        transform: rotateZ(90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
    }

    96% {
        transform: rotateZ(90deg);
    }
}

@-webkit-keyframes right {
    4% {
        transform: rotateZ(-90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
    }

    46%, 54% {
        transform: rotateZ(-90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
    }

    96% {
        transform: rotateZ(-90deg);
    }
}

@keyframes right {
    4% {
        transform: rotateZ(-90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
    }

    46%, 54% {
        transform: rotateZ(-90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
    }

    96% {
        transform: rotateZ(-90deg);
    }
}

@-webkit-keyframes livro {
    4% {
        transform: rotateZ(-90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
        transform-origin: 2px 2px;
    }

    40.01%, 59.99% {
        transform-origin: 30px 2px;
    }

    46%, 54% {
        transform: rotateZ(90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
        transform-origin: 2px 2px;
    }

    96% {
        transform: rotateZ(-90deg);
    }
}

@keyframes livro {
    4% {
        transform: rotateZ(-90deg);
    }

    10%, 40% {
        transform: rotateZ(0deg);
        transform-origin: 2px 2px;
    }

    40.01%, 59.99% {
        transform-origin: 30px 2px;
    }

    46%, 54% {
        transform: rotateZ(90deg);
    }

    60%, 90% {
        transform: rotateZ(0deg);
        transform-origin: 2px 2px;
    }

    96% {
        transform: rotateZ(-90deg);
    }
}

div#loading-screen {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #e21015;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.6s ease, transform 0.6s ease;
    inset: 0;
}

#loading-screen.fade-out {
    opacity: 0;
    transform: translateY(-30px);
    pointer-events: none;
}

#loading-screen span {
    color: #fff !important;
    display: table;
    margin-top: 12px;
}

div#loading-screen:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background-image: url(../Content/images/mascara.png);
    mix-blend-mode: multiply;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Home*/
:root {
    --cinza: #8f8f8f;
    --cinza-escuro: #282e33;
    --vermelho: #e21015;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
}


/* Fundos */
.background-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -3;
    display: flex;
    background: url(../Content/images/mascara_educacao.jpg) no-repeat center center;
    background-size: cover;
}


.bg-gradiente {
    flex: 1;
    flex: 0 0 65%;
    position: relative;
}




.bg-classroom {
    background-image: url(../Content/images/sala.jpg);
    background-position: left top;
    background-size: 120%;
    transition: background-position 0.1s ease-out;
    inset: 0;
    z-index: 1;
    flex: 1;
    flex: 0 0 35%;
    position: relative;
    border-radius: 266px 0 0 0;
    top: 54px;
}

/* Elementos geométricos */
.geom-left {
    position: fixed;
    height: 524px;
    z-index: -1;
}

.geom-right {
    position: fixed;
    height: 324px;
    z-index: -1;
}

.geom-left {
    left: 0;
    bottom: 0;
    filter: drop-shadow(-2px -4px 49px rgba(0, 0, 0, 0.05));
}

.geom-right {
    right: 0;
    top: 0;
    filter: drop-shadow(2px 36px 49px rgba(0, 0, 0, 0.5));
}

/* Layout principal */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1vw 0 0 236px;
    min-height: 100vh;
    width: 100% !important;
    max-width: 100%;
}

/* Painel esquerdo */
.left-panel {
    flex: 1 1 55%;
    color: white;
    padding-right: 2rem;
}

.logo {
    width: 220px;
}


.boxLogo {
    margin-bottom: 45px;
}

    .boxLogo h3 {
        font-size: 27px;
        margin-left: 30px;
        padding: 6px 25px;
        border-left: 1px solid #c7c7c7;
        margin-bottom: 0px;
        color: #8f8f8f;
        margin-top: 18px;
        font-weight: 300;
    }

        .boxLogo h3 b {
            color: var(--vermelho);
        }

.start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center !important;
}

.impact-text {
    font-size: 1.8rem;
    margin-bottom: 45px;
    line-height: 1.3;
    font-family: 'Playpen Sans Hebrew', sans-serif;
    color: var(--cinza);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

    .impact-text .highlight {
        color: var(--vermelho);
        font-weight: bold;
    }

    .impact-text svg {
        width: 27px;
        margin-right: 13px;
    }

.description {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 14px;
    max-width: 740px;
    color: var(--cinza);
    text-align: justify;
}

/* Grid de botões */
.buttons-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
    width: 745px;
    margin-top: 35px;
}

.card {
    background: #fff;
    padding: 26px;
    border-radius: 10px;
    text-align: center;
    color: var(--cinza-escuro);
    font-size: 16px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    box-shadow: 1px 1px 21px #282e331a;
    transform: scale(1);
    transition: all ease 0.3s;
    flex: 0 0 173px;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    text-decoration: none;
}

    .card:hover {
        transform: scale(1.05);
        will-change: transform;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }

    .card svg {
        height: 72px;
        margin-bottom: 15px;
        transition: all ease 0.3s;
        filter: saturate(1);
        will-change: transform;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }

    .card:hover svg {
        filter: saturate(1.4);
        transform: scale(1.1);
        transition: all ease 0.3s;
        will-change: transform;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
/* Personagem à direita */


.professora {
    position: absolute;
    left: -258px;
    bottom: 6px;
    width: 496px;
    z-index: 2;
    filter: drop-shadow(-4px 5px 15px rgba(0, 0, 0, 0.2));
}

/* Login */
.boxLogin {
    background: #fff;
    width: 400px;
    height: auto;
    border-radius: 39px;
    /* box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); */
    padding: 33px 48px 50px;
    border: 5px solid #b6b6b63d;
    margin-left: 84px;
    margin-top: 46px;
    display: table;
}
    .boxLogin form {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
    .boxLogin h2 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 15px;
        color: var(--vermelho);
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .boxLogin label {
    font-size:14px;
    font-weight:400;
    color:var(--cinza-escuro);
    }
    .boxLogin input {
        width: 100%;
        max-width: 100%;
        padding: 12px 12px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #cfcfcf;
        border-radius: 12px;
        margin-bottom: 5px;
    }
.btnEnvio {
    margin-top: 10px;
    border: 0;
    padding: 10px 21px 11px;
    background: var(--vermelho);
    color: #fff;
    text-transform: uppercase;
    transition: all ease 0.3s;
    border-radius: 12px;
    font-size:14px;
    display: table;
}

    button.btnEnvio:hover {
        transition: all ease 0.3s;
        filter: saturate(1.5);
        transform: scale(1.02)
    }
        /* Responsividade */
        @media(max-width:1776px){
            .container {
                padding: 1vw 0 0 53px;
            }
            }
        @media (max-width: 1620px) {
            html {
                zoom: 0.9;
            }
        }

        @media (max-width: 1450px) {
            .container {
                padding: 25px 0 0 50px;
            }
        }

        @media (max-width: 1360px) {
            html {
                zoom: 0.9;
            }
        }

        @media (max-width: 1250px) {
            .background-wrapper {
                opacity: 0.6;
            }
            .boxLogin {
                margin-left: 0;
                margin: 0 auto;
            }
                .bg-classroom {
                display: none;
            }
                .telaLogin .boxLogo{
                    margin-left:0px !important;
                }

            html {
                zoom: 0.85;
            }

            .container {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                justify-content: center;
                margin: 0 auto;
                padding: 2vw 0 0 224px;
                min-height: 100vh;
                width: 719px !important;
                padding: 25px !important;
                max-width: 100%;
            }

            .start-center {
                display: flex;
                flex-direction: row;
                justify-content: center;
            }

            .impact-text {
                justify-content: center;
            }
        }

        @media (max-width: 1024px) {
            .container {
                flex-direction: column;
                padding: 2rem;
            }

            .left-panel {
                padding-right: 0;
            }

            .character {
                position: relative;
                margin-top: 2rem;
                align-self: center;
            }
        }

        @media(max-width:842px) {
            .geom-right {
                display: none;
            }
        }

        @media(max-height:830px) {
            .geom-left {
                height: 40vh !important;
            }

            html {
                zoom: 0.85;
            }
        }

        @media(max-height:728px) {
            .geom-left {
                height: 62vh !important;
            }

            .container {
                width: 95%;
            }

            html {
                zoom: 0.8;
            }
        }

        @media (max-width: 670px) {
            .buttons-grid {
                grid-template-columns: repeat(auto-fit, minmax(48%, 1fr)) !important;
                width: 100% !important;
                justify-content: center;
            }

            .geom-left {
                height: 423px !important;
                position: absolute;
            }
            .card {
                flex: 0 0 31.7%;
            }
        }
@media (max-width: 600px) {

    .card {
        flex: 0 0 48%;
    }
}

        @media (max-width: 550px) {
            .impact-text {
                font-size: 4.8vw !important;
            }

            .start-center {
                flex-direction: column;
            }

            .boxLogo h3 {
                font-size: 27px;
                margin-left: 0;
                padding: 6px 0px;
                border-left: 0px;
                border-top: 1px solid #c7c7c7;
                margin-bottom: 0px;
                color: #8f8f8f;
                margin-top: 18px;
                font-weight: 300;
            }
        }

        @media (max-width: 480px) {
            .impact-text {
                font-size: 1.4rem;
            }

            .description {
                font-size: 0.9rem;
            }

            .card {
                font-size: 0.8rem;
            }

                .card img {
                    width: 30px;
                }

            .character {
                width: 100%;
                max-width: 100%;
            }
        }
@media (max-width: 382px) {

    .card {
        flex: 0 0 100%;
        margin-left:0;
        margin-right:0;
    }
}

        @media(max-height:800px) {
            .geom-left {
                height: 423px !important;
                position: absolute;
                bottom: -105px;
            }
            .paginaLogin .geom-left {
            
                bottom: -198px !important;
            }
        }
