@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
}

a{
    text-decoration: none !important;
}

html, body{
    height: 100%;
}

body{
    height: 100%;
}

.textoCopie{
    padding-top:10px;
    text-align:center;
}

.cover {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

/*ESTILOS DO SITE*/
.container{
    max-width: 1600px;
    margin: auto;
}

section.conteudo {
    text-align: center;
    padding: 0 !important;
    position: relative;
    z-index: 9;
}

section.conteudo h2{
    padding-bottom: 20px;
}

section.menu-navegacao {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto;
    height: auto;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

nav .logo img{
    width: 300px;
}

nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

nav ul li{
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

nav ul li a{
    display: inline-block;
    color: #fff;
}

nav ul li a:hover{
    text-decoration: underline !important;
    color: #fff;
}

.introducao-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto !important;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
    .introducao-texto .box-introducao .opcoes a.btn:not([href]):not([tabindex]), .btn {
        font-family: 'Poppins','Helvetica','Arial',sans-serif;
        border-radius: 5px 5px 5px 5px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 10px 18px;
        position: relative;
        text-transform: uppercase !important;
        background-color: #2250fc;
        border-color: #2250fc;
        border-width: 1px;
        border-style: solid;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-bottom: 6px;
        outline: none;
        line-height: 14px;
    }


.box-introducao h1{
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    font-weight: 800;
    text-align: center;
}

.box-introducao p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.opcoes ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.opcoes ul li a{
    display: inline-block;
    padding: 10px 30px;
    margin: 10px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    background-color: orange;
}

.frm2{
    width: 50%;
    margin: auto;
}

.frm

section.conteudo{
    margin: 60px 0;
}

section.conteudo h2{
    text-align: center;
    font-weight: bold;
}

.text-copy{
    width: 100%;
    margin: 30px 0 0 0;
    height: 176px !important;
    padding: 10px 0 0 10px;
    text-align: left;
    border: 1px solid #e4e4e4;
    background-color: #f8f9fa;
    border-radius: 5px;
    font-size: 20px;
    font-style: italic;
    outline: none;
    resize: none;
}

.formas-compartilhamento{
    display: flex;
    flex-wrap: wrap;
}

.formas-compartilhamento button{
    background-color: #ddd;
    font-size: 17px;
    border: none;
    padding: 10px 45px;
    border-radius: 5px;
    margin-right: 10px;
}

.sp{
    margin-right: 5px;
}

.formas-compartilhamento button:hover{
    background-color: #ccc;
}

.formas-compartilhamento a{
    background-color: green;
    font-size: 18px;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.formas-compartilhamento a:hover{
    background-color: #fff;
    color: green;
    border: 1px solid green;
}

.bi-whatsapp{
    padding-right: 10px;
    font-size: 20px;
}

.retorna-topo {
    position: fixed;
    right: 15px;
    bottom: 10px;
    font-size: 40px;
    cursor: pointer;
    display: none;
    z-index: 9999; 
}


.footer{
    width: 100%;
    background-color: rgb(10, 10, 10);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.footer img{
    width: 200px;
}

.footer p{
    color: #fff;
}

.footer span{
    font-weight: bold;
}

section.conteudo-amigos{
    margin: 60px 0;
    padding-top: 80px;
}

section.conteudo-amigos h2{
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
}

table{
    font-size: 20px !important;
    margin-bottom: 200px !important;
}


.thead-light{
    background-color: #e4e4e4;
}

input[type=date]{
    border: none;
}

.menu-mobile{
    width: 300px;
    height: 1000px;
    position: absolute;
    top: 0;
    right: -15px;
    display: none;
    z-index: 100;
    background-color: #fff;
}

.menu-mobile ul{
    display: inline-block;
    margin-top: 80px;
}

.menu-mobile ul li a{
    color: #000;
    font-size: 17px;
    padding: 10px 0;
}

.menu-mobile ul li a:hover{
    color: #000;
}

.bi-list{
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    display: none;
}

.white{
    color: #000 !important;
}

.TextoRodape {
    font-size: 16px;
}

.bi-x-circle-fill{
    cursor: pointer;
    font-size: 29px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal-mensagem-copiada{
    display: none;
    
}

.menu-fixo {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .5s;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0 50px;
}

.menu-fixo a{
    color: #000;
}

.menu-fixo a:hover{
    color: #000;
    text-decoration: underline;
}

.sb{
    top: 20px;
}

.none{
    display: block;
}

.nome-do-programa{
    font-weight: bold;
}

.paragrafo-programa {
    tab-size: 2;
    text-align: left;
    height: auto;
    max-height: 240px;
    overflow: auto;
    word-break: normal !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    padding-bottom: 150px;
}

.erro-login{
    color: #fff !important;
    background-color: #dd423e !important;
    padding: 5px !important;
    border: none !important;
    display: none;
    font-size: 14px;
}

    .erro-login a {
        color: #fff !important;
        font-weight: bold;
        text-decoration: underline !important;
        font-size: 16px
    }

@media screen and (max-width: 1000px){
    .container{
        width: 100% !important;
    }

    nav .logo img{
        width: 200px;
    }

    section.conteudo{
        position: relative;
        z-index: 9;
        
        background-color: #fff;
    }

    .menu-desktop{
        display: none;
    }

    .bi-list{
        display: block;
    }
    .menu-fixo {
        position: fixed;
        top: 0;
        z-index: 99;
        transition: all .5s;
        background-color: #fff;
        width: 100%;
        left: 0;
        padding: 0;
    }

        section.menu-navegacao{
            height: 500px;
        }
        
        .introducao-texto{
            height: 500px;
            
        }
        .box-introducao h1{
            color: #fff;
            font-size: 30px;
        }
    
        .box-introducao p{
            line-height: 19px !important;
            font-size: 14px !important;
            
        }
    
        .opcoes ul li a{
            display: inline-block;
            padding: 10px 10px;
            margin: 10px;
            font-size: 11px;
        }
    
    .frm2{
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .text-copy{
        font-size: 17px;
    }

    .formas-compartilhamento{
        justify-content: center;
    }

    .formas-compartilhamento button{
        font-size: 12px;
        padding: 10px 25px;
        
    }

    .formas-compartilhamento a{
        font-size: 12px;
        padding: 10px;
    }

    .bi-whatsapp{
        padding-right: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 600px){
    .footer img{
        width: 120px;
    }

    table tr{
        font-size: 11px;
    }

    section.conteudo h2{
        font-size: 20px;
    }
}

@media screen and (max-width: 500px){
    .container{
        width: 100%;
    }

    .login h2{
        font-size: 3rem;
    }
}

@media screen and (max-width: 365px){
    .formas-compartilhamento button{
        margin: 10px 0;
    }
}

@media(max-width: 768px) {
    .text-lg, .text-lg span {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}

@media(max-width: 500px) {
    #header .header-inner #logo a > img, #header #header #header-wrap #logo a > img {
        max-width: 135px;
    }
}

.introducao-texto .text-lg, .text-lg span, .text-lg span span {
    font-size: 90px;
    line-height: 100px;
    font-weight: 800;
}

.introducao-text h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins','Helvetica','Arial',sans-serif;
    color: #1f1f1f;
    margin: 0;
    margin: 0;
    letter-spacing: .5px;
}

.introducao-texto a.btn:not([href]):not([tabindex]).btn-rounded, .btn.btn-rounded {
    border-radius: 2em !important;
}

@media (min-width: 768px) {
    nav.area-menu:not(.menu-fixo) .menu-desktop ul {
        display: none;
    }
}