/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900');

@-webkit-keyframes backgroundImages {
    from {
        background-image: url('/images/background/background.webp');
    }
    to {
        background-image: url('/images/background/background2.webp');
    }
}

@keyframes backgroundImages {
    from {
        background-image: url('/images/background/background.webp');
    }
    to {
        background-image: url('/images/background/background2.webp');
    }
}

body {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'Roboto';
}

.login {
    width: 100%;
    min-width: 463px;
    height: auto;
    min-height: 100vh;
    flex-shrink: 1;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-animation: backgroundImages 6s infinite alternate;
    -moz-animation: backgroundImages 6s infinite alternate;
    -o-animation: backgroundImages 6s infinite alternate;
    animation: backgroundImages 6s infinite alternate;
}

.sup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sup .titulo {
    width: 100%;
    max-width: 450px;
}

.sup .titulo h3 {
    align-self: stretch;
    color: #FFF;
    font-family: 'Roboto';
    font-size: clamp(1.5em, 1em + 1vw, 3em);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.sup .titulo h1 {
    align-self: stretch;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(4.5rem, 1rem + 1vw, 7.5rem);
    font-weight: 100;
}

.sup .formulario {
    display: flex;
    max-width: 463px;
    width: 90%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    margin-left: 5rem;
    margin-top: 2rem;
}

.sup .formulario form {
    margin-top: 1rem;
    width: 100%;
}

.sup .formulario img {
    width: 150px;
    height: 138.908px;
}

.inf {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 100%;
}

.inf .carrossel {
    display: flex;
    padding-top: 11px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.inf .carrossel .carrossel-thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.inf .carrossel .carrossel-thumb .titulo {
    color: var(--gray-500, #CED4DA);
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

.inf .carrossel .carrossel-thumb .descricao {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.inf .carrossel .carrossel-thumb img {
    border: none;
    background: transparent;
}

/* smartphones */
@media screen and (max-width: 768px) {
    .login {
        width: 100%;
        max-width: 100%;
        min-width: initial;
    }

    .sup {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 90%;
    }

    .sup .formulario {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 26px;
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(8px);
        margin: 0 auto;
        max-width: calc(500px - 52px);
    }

    .sup .titulo {
        display: none;
    }

    .inf {
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 3.6rem;
        margin-bottom: 2rem;
    }

    .inf .carrossel {
        padding: 0;
        width: 90%;
        max-width: calc(500px - 52px);
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .inf .carrossel .carrossel-thumb .titulo {
        font-size: 8px;
    }

    .inf .carrossel .carrossel-thumb .descricao {
        font-size: 10px;
    }
}

/* tablets */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .login {
        height: auto;
    }

    .sup {
        padding: 10px;
    }

    .sup .formulario {
        margin: 0 auto;
        width: 90%;
        max-width: calc(500px - 52px);
    }

    .sup .titulo {
        display: none;
    }

    .inf {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .inf .carrossel {
        padding: 0;
        width: 100%;
        max-width: calc(500px - 52px);
        align-items: center;
        justify-content: center;
    }

    .inf .carrossel .carrossel-thumb .titulo {
        font-size: 10px;
    }

    .inf .carrossel .carrossel-thumb .descricao {
        font-size: 12px;
    }
}