html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    color: #fff;
    background-color: rgba(250, 235, 215, 54%);
    font-family: "Inter", Sans-serif;
}

a {
    text-decoration: none;
}

#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#capa-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: linear-gradient(180deg, #1616167D 0%, #161616 100%);
}


#box-principal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    display: inline-block;
    transform: translate(-50%, -50%);
    min-width: 330px;
}

.titulo-principal {
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0px;
}

.titulo-pequeno {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0px;
}

.gradient-text {
    font-size: 36px;
    background-image: linear-gradient(to right, #fe403e, #fddc3b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tela-escura {
    display: none;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: solid 2px orange;
    background-color: rgba(33, 37, 41, .6);
    padding: 1.5rem;
    max-width: 800px;
}

.btn-personal {
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 12px 24px;
    border-radius: 3px;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #69727d;
    color: #fff;
}

    .btn-personal:hover {
        color: #000;
    }

.btn-mulher {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FE3EDC 0%, #FD3B75 100%);
}

.btn-homem {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3E83FE 0%, #3B44FD 100%);
}

.btn-laranja {
    background-color: #FE713D;
}

.tela {
    display: none;
    -ms-border-radius: 20px;
    border-radius: 20px;
    /* border: solid 2px orange;*/
    background-color: rgba(255, 255,255, 50%);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-width: 800px;
    color: black;
}

.habilita-navegar, .navegar {
    cursor: pointer;
}

.radio-personal {
    /*    display: inline-block;
    width: 45%;
    margin: 10px 1%;*/
    color: #fff;
}

    .radio-personal label {
        display: block;
        width: 100%;
        padding: 15px 10px;
        background-color: rgba(255, 255, 255, 50%);
        cursor: pointer;
        font-weight: bolder;
        border-radius: 20px;
        border: solid 2px #ffebc4;
        height: 100%;
        color: #000;
    }

        .radio-personal label:hover {
            background-color: rgba(255, 230, 177, 80%);
        }

    .radio-personal input:checked + label {
        border-color: #ffd80066;
        font-weight: bold;
        background-color: rgba(255, 230, 177, 1);
    }

    .radio-personal input[type=radio] {
        display: none;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/
    background: rgb(0,0,0);
    /*background: linear-gradient(0deg, rgba(0,0,0,0.7875525210084033) 0%, rgba(0,0,0,0) 100%);*/
    height: 80px;
}

    .footer a {
        color: #FE713D;
        transition: color 0.3s;
    }


        .footer a:hover {
            color: #fddc3b;
            transition: color 0.3s;
        }



.d-none-soft {
    display: none;
}

.d-block-soft {
    display: block;
}
