/*@import url('https://fonts.googleapis.com/css2?family=Butterfly+Kids&family=Roboto:wght@500&display=swap');*/

/* GERAL */
html {
    /* A cada 1rem equivale a 10px*/
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

.margin-auto {
    margin: auto;
}

/* HOME */
cabecalho {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 70px);
    /*min-height: 100%;*/
    margin-top: 70px;
    /*overflow-y: hidden;*/
    /*font-size: 28px;*/
    color: #fff;
    background-image: url(../img/bkg_cloud.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--light-color);
}

.conteudo {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
}

.conteudo h1 {
    font-size: 5rem;
    font-family: Great Vibes;
    color: var(--dark-color);
    text-align: center;
}

.linha {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 100%;
    /*background-color: #4cae4c;*/
}

.caixa {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
    /*background-color: yellow;*/
}

.caixa h3,h4 {
    text-align: center;
}

.caixa h4 {
    font-size: 2.3rem;
}

.caixa h3 {
    font-family: 'Butterfly Kids', cursive;
    font-weight: bold;
    color: #0544CD;
}

/* REGULAMENTO */

.tabs .list-unstyled .media-body {
    margin-left: 0.625rem;
}


/*  LOGIN  */

nav-cor-login {
    color: #fff;
    background-color: #1f0202;
}

.btn-cad, .btn-cad a {
    text-decoration: none;
    border-radius: 5px;
    padding: 15px 45px;
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #fff;
    border: 1px solid;
    width: 100%;
    background-color: var(--medium-color);
    text-transform: uppercase;
}

.btn-cad:hover, .btn-cad a:hover {
    color: var(--medium-color);
    background-color: #fff;
}

/* CADASTRO DE CUPONS */
.simpaly {
    padding: 5px 5px 5px 5px;
    border: var(--primary-color) solid 1px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 30px;
    min-width: 125px;
}

.slider span {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    margin-top: -16px;
    /* line-height: 29px; */
    /* margin-right: .3%; */
}

.slider a {
    /* color: #272827; */
    font-size: 17px;
    line-height: 5px;
    font-weight: 500;
    text-decoration: none !important;
    color: #fff;
}

.slider p {
    color: var(--dark-color);
    margin-bottom: 0px !important;
    /* word-wrap: break; */

}

.resultado {
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    /*background-color: orange;*/
    /* background-color: orangered; */
    color: #0b022e;
}

.resultado img {
    width: 100%;
}

.resultado div {
    margin-top: 10px;
}

.simpaly .content p {
    /* font-size: 14px; */
    font-size: 0.6em;
    line-height: 1.1;
    color: rgb(168, 167, 167);
    margin-bottom: 0px !important;
}

.ns-f-color {
    color: #fff!important;
}

.alerta {
    width: 100%;
    padding: 10px;
    background-color: red;
    border-radius: 7px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
}

.btnimg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 50px;
    width: 265px;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    /* border-radius: 25px; */
}

.btnimg a {
    text-decoration: none;
    font-size: 14px;
}

.btn-cont {
    color: var(--dark-color);
}

.btn-cont:hover {
    color: var(--primary-color);
    background-color: var(--medium-color);
    box-shadow: 0 0 20px -2px white !important;
    cursor: pointer;
}

.btn-icon {
    width: 40px;
    font-size: 2em;
}

.btn-txt {
    width: 200px;
    margin-left: 5px;
    text-transform: uppercase;
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1;
}

.content-f, .content-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem;
}

.content-btn {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.form-g {
    display: grid;
    width: 100%;
}

.form-g input {
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.form-g input[type=submit] {
    margin-top: 0.6rem;
    min-height: 40px;
}

.form-login {
    max-width: 40vw;
    padding: 20px;
}


/* MINI BOOTSTRAP */

.shdw-1 {
    box-shadow: 0 0 10px 0 var(--medium-color) !important;
}

.shdw-1:focus {
    box-shadow: 0 0 20px 0 var(--medium-color) !important;
}

.mw-100 {
    min-width: 100%;
}

.mx-w-10 {
    max-width: 10vw;
}

.mx-w-25 {
    max-width: 25vw;
}

.mx-w-30 {
    max-width: 30vw;
}

.mx-w-40 {
    max-width: 40vw;
}

.mx-w-50 {
    max-width: 50vw;
}

.mx-w-60 {
    max-width: 60vw;
}

.mx-w-70 {
    max-width: 70vw;
}

.mx-w-75 {
    max-width: 75vw;
}

.mx-w-80 {
    max-width: 80vw;
}

.mx-w-90 {
    max-width: 90vw;
}

.mx-w-100 {
    max-width: 100vw;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

.h-30 {
    height: 30%;
}

.h-70 {
    height: 70%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex;
}

.d-flex-fc {
    flex-flow: column wrap;
}

.d-flex-fr {
    flex-flow: row wrap;
}

.d-flex-g {
    flex-grow: 1;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.d-flex-nowrap {
    flex-wrap: nowrap;
}

.d-flex-col {
    flex-direction: column !important;
}

.d-flex-c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* justify-content:center;
    align-items:center; */
    padding: 10px;
}

.d-flex-r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.col-flex-50 {
    display: flex;
    width: 50%;
}

.align-e {
    align-items: end;
}

.align-s {
    align-items: start;
}

.align-c {
    align-items: center;
}

.just-e {
    justify-content: end;
}

.just-s {
    justify-content: start;
}

.just-c {
    justify-content: center;
}

.just-sb {
    justify-content: space-between;
}

.no-wrap {
    flex-wrap: no wrap !important;
}

.my-10 {
    margin-top: 10%;
}

.my-20 {
    margin-top: 20%;
}

.mxl-1 {
    margin-left: 1em;
}

.mxl-2 {
    margin-left: 2em;
}

.mxr-1 {
    margin-right: 1em;
}

.mxr-2 {
    margin-right: 2em;
}

.pdg-10 {
    padding: 10px;
}

.pdg-30 {
    padding: 30px;
}

.img-h-100 {
    max-height: 100%;
}

.img-w-100 {
    max-width: 50vw;
}

.bg-y {
    background-color: yellow;
}

.bg-g {
    background-color: green;
}

.bg-b {
    background-color: blue;
}

.fs-2 {
    font-size: 2em;
}

.fs-3 {
    font-size: 3em;
}

/* index */

@media (max-width: 2560px) {
    .caixa h3 {
        font-size: 5rem;
    }
}

@media (max-width: 1440px) {
    .caixa h3 {
        font-size: 3rem;
    }

    .caixa h4 {
        font-size: 1.6rem;
    }
}

@media (max-width: 1200px) {
    .linha {
        flex-direction: column;
    }

    .content-btn, .social {
        /*display: none !important;*/
    }

    .align-e, .align-s {
        align-items: center !important;
    }

    .just-e, .just-s {
        justify-content: center !important;
    }

}

@media (max-width: 1024px) {
    .align-e {
        align-items: center !important;
    }
}

@media (max-width: 768px) {
    .d-flex-r {
        flex-direction: column;
    }

    .form-login {
        max-width: 85vw;
    }
}

@media (max-width: 425px) {
    .d-flex-r {
        flex-direction: column;
    }

    .form-login {
        max-width: 85vw;
    }

    .conteudo h1 {
      font-size: 3.5rem;
    }
}

@media (max-width: 320px) {
    .caixa h3 {
        font-size: 2.5rem;
    }
}