@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

@font-face {
    font-family: trap;
    src: url(../fonts/Trap-Black.otf);
}

*{
    box-sizing: border-box;
}

body{
    background-color: var(--primary);
    width: 100vw;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

main, .div-video{
    display: flex;
    padding: 100px;
    height: 100vh;
    align-items: center;
}

#login-bg {
    display: inline-block;
    box-sizing: border-box;
    background-color: var(--background);
    width: 760px;
    height: 875px;
    border: 2px solid var(--text);
    border-radius: 15px 0 0 15px;
    padding: 50px;
}

#logo-title{
    font-family: trap;
    font-size: 4em;
    text-align: center;
    width: 100%;
}

.logo-title{
    font-weight: bolder;
    font-size: 4em;
}

.logo-title-header{
    color: #22262a;
    text-decoration: none;
    font-family: trap;
    font-size: 2em;
}

h1{
    font-size: 2.5em;
    font-weight: 600;
    margin: 0;
}

h2{
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0;
}

#login-form{
    height: 100%;
}

#login-form form{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

label{
    position: relative;
    font-size: 1.5em;
    width: 100%;
    margin: 20px 0;
}

input, .botao{
    width: 100%;
    height: 75px;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--placeholder);
    border-radius: 15px;
    margin: 5px 0;
    cursor: text;
    font-size: 1em;
    padding: 10px;
    font-weight: lighter;
}
#esqueceu {
    font-size: 1em;
    height: 75px;
    background-color: rgba(0,0,0,0);
    border: 0;
}

input:focus{
    outline: none;
    border: 2px solid var(--text);
}

input::placeholder{
    color: var(--placeholder);
}
#input-login:disabled:hover{
    cursor:not-allowed;
    font-size: 2em;
}
#input-login:hover{
    background-color: #21EDC5;     
    font-weight: bolder;     
    font-size: 2.2em;     
    border: 2px solid black;     
}
#input-login{
    background-color: var(--primary);     
    font-weight: bolder;     
    font-size: 2em;     
    color: #22262a;
    border: 2px solid #22262a;     
    transition: all 300ms ease-out;     
    cursor: pointer;     
    text-align: center;
    box-shadow: rgba(33, 237, 197, .2) 0px 7px 29px 0px;
}

#input-login:disabled{
    background-color: var(--disabled);
    box-shadow: none;
    cursor: default;
}
#input-cadastro:disabled{
    background-color: var(--disabled);
    box-shadow: none;
    cursor: default;
}

.link{
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

p{
    font-size: 1.5em;
    margin: 0;
}

#login-sidebg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 875px;
    background-color: var(--accent);
    border-radius: 0 15px 15px 0;
    border: 2px solid var(--text);
    border-left: 0;
    flex: 2;
    overflow: hidden;
}

#login-sidebg img {
    height: 80%;
    object-fit: cover;
}

#form-icons{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
}

#form-icons svg{
    fill: var(--text);
}

#body-home {
    background-color: var(--background);
}

#acesse  {
    background-color: var(--primary);
    font-weight: bolder;
    font-size: 2em;
    border: 2px solid #22262a;
    border-radius: 100px;
    transition: all 150ms ease-out;
    cursor: pointer;
    display: inline-block;
}

#acesse li,
#acesse a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    color: #22262a;
}

#acesse a{
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 1em;
}

#acesse svg{
    transform: rotate(-135deg);
    margin: 0;
    transition: margin 200ms;
}

#acesse:hover svg{
    margin-left: 10px;
}

#acesse li{
    padding: 12px 40px;
}

#clipes {
    object-fit: contain;
    height: 100%;
}

#img-container,
#img-container3 {
    position: relative;
    justify-content: right;
    height: 650px;
    width: 100%;
    display: flex;
}

#img-container, 
#img-container3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}


body[data-theme="dark"] #img-container::before, 
body[data-theme="dark"] #img-container3::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    border-radius: 50%;
    background-color: var(--primary);
    right: 0;
    top: 0;
    z-index: -2;
    filter: blur(300px);
}

body[data-theme="dark"] #img-container3::before{
    background-color: var(--accent2);
}

#img-container2 {
    justify-content: left;
    height: 650px;
    width: 100%;
    display: flex;
}

#input-cadastro{
    background-color: var(--primary);
    font-weight: bolder;
    font-size: 2em;
    border: 2px solid #22262a;
    color: #22262a;
    transition: all 150ms ease-out;
    cursor: pointer;
    text-align: center;
}

#cadastro-bg{
    box-sizing: border-box;
    background-color: var(--background);
    width: 760px;
    height: 875px;
    border: 2px solid var(--text);
    border-radius: 15px;
    padding: 50px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
}

#titulo-cadastro{
    text-align: center;
    margin-bottom: 10px;
}

#label-cadastro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#label-cadastro label{
    margin: 0!important;
}

.show{
    display: flex!important;
}

.hidden{
    display: none!important;
}

#closeModal {
    font-size: 2em;
}
#modal-full{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#modal-full::before{
    content: '';
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#modal-cadastro>span{
    position: absolute;
    right: 30px;
    top: 5px;
    padding: 20px;
    font-weight: bolder;
    cursor: pointer;
}

.invalido{
    text-align: right;
    color: red;
    opacity: 50%;
}

#redacao  {
    background-color: var(--accent);
    font-weight: bolder;
    font-size: 1em;
    border: 2px solid black;
    border-radius: 20px;
    transition: all 150ms ease-out;
    display: inline-block;
    margin-bottom: 50px;
    margin-right: -100px;
}

body[data-theme="light"] #redacao *{
    color: var(--text);
}

body[data-theme="dark"] #redacao *{
    color: var(--background);
}

.div-mae {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}

#img-redacao {
    object-fit: contain;
    height: 100%;
}

.logo-title-redacao {
    font-weight: bolder;
    font-size: 4em;
    margin-bottom: 15px;
    margin-right: -200px;
}

.logo-subtitle-redacao {
    margin-top: 50px;
    margin-bottom: 80px;
    margin-right: -350px;
    font-size: 2em;
}

.texto-redacao {
    margin-left: 100px;
}

.curso-txt {
    display: inline-block;
    margin: 40px;
}

#img-video {
    object-fit: contain;
    height: 100%;
}

.logo-title-video {
    font-weight: bolder;
    font-size: 4em;
    margin-bottom: 15px;
    text-align: end;
}

.logo-subtitle{
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 2em;
}

.logo-subtitle-video {
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: -100px;
    font-size: 2em;
    text-align: end;
}

.div-video {
    position: relative;
    background-color: var(--secondary);
    border-radius: 100px 0 100px;
}

.div-video::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -100px;
    right: 0;
    background-color: var(--secondary);
    z-index: -6;
}

.div-video::after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: -200px;
    right: 0px;
    background-color: var(--background);
    border-radius: 50%;
    z-index: -5;
}

.div-mae::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary);
    z-index: -6;
}

.div-mae::after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--background);
    border-radius: 50%;
    z-index: -5;
}


.span-required {
    display: none;
    text-align: left;
    color: red;
    opacity: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1em;
}


.fixed-button-container {
    position: fixed;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 999; 
}

.fixed-button {
    display: block;
    background-color: #007bff;
    color: #fff;
    padding: 5px 7px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 25%;
}

.fixed-button:hover {
    cursor: pointer;
}

#botaofalar {
    background-color: #007bff; /* Cor de fundo padrÃ£o */
    margin-top: 7px;
}

#botaofalar.mudarCor {
    background-color: #ff9eda; /* Nova cor de fundo */
}

form > div{
    width: 100%;
}

@media screen and (max-width: 480px) {
    main{
        padding: 0!important;
        font-size: 14px;
        height: 100vh;
        flex-direction: column;
    }
    label{
        font-size: 1.25em;
    }
    #login-bg{
        border-radius: 0;
        border: none;
        height: 100%;
        width: 100%;
        padding: 30px 30px;
    }
    #logo-title{
        font-size: 3em;
    }
    input{
        height: 70px;
    }
    #login-sidebg{
        display: none;
    }
    #login-form form{
        justify-content: center;
        gap: 30px;
    }
    #cadastro-bg{
        width: 100%;
        border: none;
        padding: 15px 30px;
        height: auto;
    }
    #modal-full{
        padding: 20px;
    }
    main input{
        height: 50px;
    }
    .botao{
        height: 60px;
    }
    h2{
        text-align: center;
    }

    .home-header{
        padding: 10px 10px 10px 10px;
    }

    .logo-title-header{
        font-size: 20px;
    }

    div#menu-nav > .link-header{
        font-size: 10px;
        padding-left: 10px;
        margin: 0;
    }

    .link-header > a{
        padding-right: 15px ;
    }

    .logo-title{
        font-size: 33px;
    }

    .logo-subtitle{
        margin: 0;
        font-size: 23px;
    }

    #clipes{
        width: 200px;
    }

    #div-main-101010{
        width: 100%!important;
    }

    #div-main-10768010{
        margin: 150px 0px 20px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #div-main-10768010 h1, #div-main-10768010 h2, #div-main-10768010 div{
        margin-top: 15px;
    }

    #img-container{
        height: auto;
        margin: 20px 0 20px 0;
    }

    #img-video{
        width: 150px;
    }

    #img-container2{
        height: auto;
        width: auto;
    }

    .div-video{
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-title-video{
        font-size: 33px;
        text-align: center;
        margin-top: 15px;
    }

    .logo-subtitle-video{
        font-size: 23px;
        text-align: center;
        margin-left: 0;
    }

    /* #img-redacao{
        width: 150px;
    } */

    .div-mae{
        display: flex;
        flex-direction: row;
    }

    .div-filho-746123{
        display: flex;
    }

    .texto-redacao{
        display: flex;
        flex-direction: column;
        margin: 0px ;
        justify-content: center;
        align-items: center;
        padding: 20px 20px 0 20px;
    }

    .logo-title-redacao{
        font-size: 33px;
        margin: 0;
        text-align: center;
    }

    .logo-subtitle-redacao{
        font-size: 23px;
        margin: 0;
        text-align: center;
    }

    #img-container3{
        display: none;
    }

    #redacao{
        margin-right: 0px;
        margin-top: 20px;
        
    }

    #redacao h1{
        font-size: 30px;
    }

    #redacao h2{
        font-size: 23px;
    }


}

@media screen and (min-width: 481px) and (max-width: 768px) {
    main{
        flex-direction: column-reverse;
        padding: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #login-bg{
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding: 30px;
    }
    #login-sidebg{
        display: none;
    }
    #cadastro-bg{
        width: 100%;
        height: auto;
    }
    #modal-full{
        padding: 30px;
    }

    .logo-title{
        font-size: 50px;
    }

    .logo-subtitle{
        margin: 0;
        font-size: 25px;
    }

    #clipes{
        width: 250px;
    }

    #div-main-101010{
        width: 100%!important;
    }

    #div-main-10768010{
        margin: 100px 0px 20px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #div-main-10768010 h1, #div-main-10768010 h2, #div-main-10768010 div{
        margin-top: 15px;
    }

    #img-container{
        height: auto;
        margin: 20px 0 20px 0;
    }

    #img-video{
        width: 250px;
    }

    #img-container2{
        height: auto;
        width: auto;
    }

    .div-video{
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-title-video{
        font-size: 50px;
        text-align: center;
        margin-top: 15px;
    }

    .logo-subtitle-video{
        font-size: 25px;
        text-align: center;
        margin-left: 0;
    }

    /* #img-redacao{
        width: 150px;
    } */

    .div-mae{
        display: flex;
        flex-direction: row;
    }

    .div-filho-746123{
        display: flex;
    }

    .texto-redacao{
        display: flex;
        flex-direction: column;
        margin: 0px ;
        justify-content: center;
        align-items: center;
        padding: 20px 20px 0 20px;
    }

    .logo-title-redacao{
        font-size: 50px;
        margin: 0;
        text-align: center;
    }

    .logo-subtitle-redacao{
        font-size: 23px;
        margin: 0;
        text-align: center;
    }

    #img-container3{
        display: none;
    }

    #redacao{
        margin-right: 0px;
        margin-top: 20px;
        width: 90%;
    }

    #redacao h1{
        text-align: center;
        font-size: 30px;
    }

    #redacao h2{
        text-align: center;
        font-size: 23px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
    main{
        padding: 100px;
        height: 100vh;
    }
    #login-bg{
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding: 30px 75px;
    }
    #login-sidebg{
        display: none;
    }
    #cadastro-bg{
        width: 100%;
        height: auto;
    }
    #modal-full{
        padding: 30px;
    }

    #clipes, #img-video, #img-redacao{
        width: 250px;
    }

    #main-index, .div-video, .div-mae{
        padding-left: 20px;
    }

    #img-redacao{
        margin-top: 300px;
    }
    
}

@media screen and (max-height: 768px) and (orientation: landscape){
    main{
        padding: 0;
        height: 100vh;
        align-items: stretch;
        font-size: 13px;
    }
    #login-bg{
        width: 40%;
        height: 100%;
        border: none;
    }
    #login-sidebg{
        height: auto;
        border: none;
    }
    #login-sidebg img{
        height: auto;
        width: 70%;
    }
    main input, .botao{
        height: 60px;
    }
    #cadastro-bg{
        height: 100%;
        padding: 30px;
        overflow: scroll;
    }
    #modal-full{
        padding: 30px;
    }
    label{
        font-size: 1.4em;
    }

   
}

@media screen and (orientation: portrait) and (min-height: 769px){
    main{
        height: 100vh;
    }
}