
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@600&family=Audiowide&family=Dosis:wght@500;600&family=Geologica:wght@500&family=Khand:wght@600&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700&family=Permanent+Marker&family=Poppins&family=Roboto+Condensed:wght@300&family=Roboto+Flex:opsz,wght@8..144,600&family=Varela+Round&family=Yantramanav:wght@400;500&display=swap');

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
}

.logo_DUBLAR{
    height: 50px;
    width: 200px;
}

.titulo_cartao{
    font-size: 1.8em;
}

header{
    background-color: rgb(247, 247, 247);
    width: 100%;
}

#comunicados{
    padding: 20px;
    display: flex;
    flex-direction:column;
    align-items: center;
}

.titulo-manifesto{
    
    text-align: center;
    color: rgb(179, 186, 192);
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 50px;
    margin-bottom: 1.2%;
}

.subtitulo_sobre{
    font-size: 3.3em;
    margin-top: -25px;
    font-family: 'Nunito', sans-serif;
}

.fim-topico{
    display: block;
    height: 15px;
}

.manifesto-texto{
    background-color: rgba(226,226,226, 1);
    flex: 1;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    color: rgb(77,111,138);
    margin-left: 80px;
    margin-right: 80px;
    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
    margin-bottom: 40px;
}

#texto_obj{
    font-size: 1.7em;
}

.manifesto-texto-esquerdo{
    background-color: rgba(226,226,226, 1);
    flex: 1;
    border-radius: 10px;
    color: rgb(77,111,138);
    margin-left: 80px;
    margin-right: 50px;
    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
    margin-bottom: 40px;
}

.manifesto-texto-direito{
    background-color: rgba(226,226,226, 1);
    flex: 1;
    border-radius: 10px;
    color: rgb(77,111,138);
    margin-left: 20px;
    margin-right: 80px;
    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
    margin-bottom: 40px;
}

.manifesto-texto-video{
    position: relative;
    flex: 1;
    overflow: hidden;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    margin-left: 20px;
    margin-right: 80px;
    margin-bottom: 38px;
    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
}

.container-manifesto-texto{
    display: flex;
    
}

.texto-forte{
    color: rgb(76, 86, 233);
    font-weight: 900;
}

.container_estatuto{
    padding-top: 10px;
    margin-bottom: 0;
}


.botao-dubladores{
    background-color: yellow;
    font-size: 1.5em;
    margin-left: 42.5%;
    text-align: center;
    height: 70px;
    width: 300px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 60px;
    margin-top: 30px;
    box-shadow: -2px 10px 19px 0px rgba(28,28,28,0.35);
}

.botao-dubladores a{
    color: rgb(110, 110, 110);
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

.mensagem_moral{
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    line-height: 1.5em;
    word-spacing: 2px;
    letter-spacing: 1px;
    padding: 8px;
    font-size: 2.5em;
}

.informacao{
    margin: 40px;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    font-weight: 900;
    line-height: 2em;
    word-spacing: 1px;
    letter-spacing: 1px;
    padding: 8px;
    font-size: 1.9em;
}

.containter_ficha{
    background-color: rgba(226,226,226, 1);
    padding-top: 50px;
    border-radius: 10px;
    color: rgb(77,111,138);
    margin-left: 80px;
    margin-right: 80px;
    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
}

.container_estatuto{
    background-color: rgba(226,226,226, 1);
    border-radius: 10px;
    color: rgb(77,111,138);
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 8px;
    margin-top: -10px;

    box-shadow: 7px 7px 25px 0px rgba(64,63,63,0.35);
    
}

.estatuto_link{
    text-decoration: none;
    font-family: 'Nunito', sans-serif;;
    font-size: 1.2em;
    color: rgb(255, 127, 39);
    display:block;
}

h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 3.1em;
    color: rgb(64, 91, 115);
    text-align: center;
    letter-spacing: 2px;
    margin: 0;
}

h3{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 2.9em;
    color: rgb(76, 86, 233);
}

.instructions_list{
    padding-left: 5px;
    padding-right: 10px;
}

.instructions {
    flex: 2;
    font-size: 1.9em;
    margin: 40px;
    margin-top: 0px;
    text-align: left;
    padding-bottom: 45px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    line-height: 1.5em;
    word-spacing: 2px;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

.instrucao-inscricao{
    color: rgb(76, 86, 233);
    font-size: 1.1em;
    text-align: left;

}

#video{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(2px);
}

.informacao-video{
    margin: 40px;
    margin-left: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 2em;
    word-spacing: 1px;
    letter-spacing: 1px;
    padding: 8px;
    font-size: 1.9em;
    background-color: none;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    z-index: 2;
}

.qr_holder{
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr_code{
    align-self: center;
    flex: .6;
    margin-top: -75px;
    margin-right: 35px;
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}


.estatuto_grid_container{
    text-align: center;
    padding-bottom: 15px;
    font-size: 2.1em;
}

.grid_est_div{
    display: flex;
    justify-content: center;
}

body{
  background-image: url(../imagens/Fundo\ oficial\ azulado.jpg);
  background-repeat:repeat;
  background-attachment: scroll;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.botao-inscricao{
    position: absolute;
    z-index: 1;
    right: 15%;
    top: 10px;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: rgb(255, 240, 28);
}

.link-inscr{
    text-decoration: none;
    color: rgb(110, 110, 110);
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

.container-imagem{
    background-image: url("../imagens/fundo\ oficial\ logo.png");
    background-size: cover;
    width: 100%;
    height: 242px;
    background-color: rgb(255, 255, 255);
    box-shadow: -2px 10px 19px 0px rgba(28,28,28,0.35);
}

.imagem_principal{
    display: block;
    text-align: center;
}

.image_main{
    height: 100%;
    width: 900px;
 } 

.titulo-nome{
    font-family: 'Audiowide', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 2em;
    color: rgb(179, 186, 192);
    text-align: center;
    text-shadow:
    1px 1px 1px rgb(216, 134, 40),
    2px 2px 1px rgb(216, 134, 40);
    letter-spacing: 2px;
    word-spacing: 4px;
}

.instr_estatuto{
    background-color: aliceblue;
    margin-top: 15px;
    padding-top: 1px;
    padding-left: 10px;
    height: 50px;
    padding-right: 10px;
    margin-left: 21%;
    margin-right: 25%;
    border-radius: 12px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    line-height: 1.5em;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 5px 5px 13px 0px rgba(125,125,125,0.84) inset;
}

.container-titulo{
    display: flex;
    flex-direction: row;
    margin-bottom: -45px;
    margin-top: -40px;
}

.container-titulo-unico{
    margin-bottom: -45px;
    margin-top: -40px;
}

.container-titulo-ficha{
    margin-bottom: -45px;
    margin-top: -10px;
}

.container_estatuto{
    margin-top: -50px;
}

.titulo-esquerda{
    margin-left: 5.5%;
}

.titulo-direita{
    margin-left: 34%;
}

.titulo-direita-comp{
    margin-left: 37%;
}

.mascote-container{
    margin-left: -23%;
}

.qr_main_image{
    height: 320px;
    width: 320px;
}

.icone_mascote{
    height: 100px;
    width: 100px;
}

footer{
    margin-top: 85px;
    display: flex;
    justify-content: center;
}

.footer_img{
    width: 90%;
    height: 150px;
}


.container_associados{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.seta-direita{
    float: right;
    margin-right: 120px;
    margin-top: -670px;
}

#angelica{
    margin-left: 6250px;
}

#alexandre{
    margin-left: 5862px;
}

#faduli{
    margin-left: 6250px;
}

.wrapper_car{
    margin-left: 120px;
    max-width: 83vw;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.wrapper_car .container_associados{
    overflow-x: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.seta-esquerda{
    float: left;
    margin-top: 840px;
    margin-left: 60px;
}

.espacamento{
    opacity: 0;
}

.seta{
    /* display: none;  enquanto não têm mais dubladores e áudios */
    position: absolute;
    opacity: 0.6;
    width:80px;
    height: 80px;
    z-index: 1;
}

.seta:hover{
    opacity: 0.9;
}

.cartao_associados{
    flex: 0 0 auto;
    margin-top: 0px;
    margin-left: 50px;
    margin-bottom: 20px;
    height: 420px;
    width: calc(85%/4);
    background-color: rgba(226,226,226, 1);
    border-radius: 10px;
    color: rgb(77,111,138);
    box-shadow: -2px 10px 19px 0px rgba(28,28,28,0.35);
}

.foto_associado{
    border-radius: 50%;
    margin-top: 30px;
    margin-left: 60px;
    height: 230px;
    width: 230px;
}

.container_audio{
    margin-top: 30px;
    display: grid;
    align-items: center;
    justify-items: center;
}

h4{
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    margin: 0;
    margin-top: 30px;
    font-size: 2em;
    padding: 0;
    text-align: center;
}

.progress {
    width: 70%;
    height: 10px;
    background-color: #000000;
    margin-top: 10px;
    margin-left: 5px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: green;
    position: relative;
}

.container-barra{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.botao-play{
    margin-top: 15px;
    width: 50px;
    height: 45px;
}

.botao-play:hover{
    scale: 1.1;
}

.break-line{
    display: none;
}

.mensagem-associados{
    padding-top: 10px;
    text-align: center;
    font-family:'Nunito', sans-serif;
    font-weight: 900;
    margin-left: 80px;
    margin-right: 80px;
    color: rgb(74, 106, 143);
    font-size: 1.5em;
    height: 60px;
    border-radius: 10px;
    background-color: rgba(168, 159, 159, 0.4);
    margin-bottom: 30px;

}

.footer_img_mobile{
    display: none;
}

.titulo-apresentacao{
    margin-top: 0px;
}