/*!
 * Deiwid CSS (http:/codigoseguro.com.br/desenvolvimentoWeb)
 * Version: 2.1
 * Author: DEiwid ADam @DEiwidADam
 * Author URL: http://deiwid.com/
 * Github: https://github.com/DEiwid_ADam

 * DEIWID.COM Copyright deiwid adam 2024. Generated with Sass.
 */
/*FOLHA DE ESTILOS*/
@charset "UTF-8";
@font-face{
    font-family: 'fonteLogo'; src: url("f0nts/PinkChicken.ttf");
}
@font-face{
    font-family: 'Astro'; src: url("f0nts/Astronomus.ttf");
}
@font-face{
    font-family: 'spiderman'; src: url("f0nts/HOMOARAK.TTF");
}
@font-face{
    font-family: 'audiowide'; src: url("f0nts/Audiowide-Regular.ttf");
}@font-face{
    font-family: 'roboto'; src: url("f0nts/Roboto-Regular.ttf");
}
@font-face{
    font-family: 'japan'; src: url("f0nts/JAPAN.ttf");
}
@font-face{
    font-family: 'rs'; src: url("f0nts/social_shapes.ttf");
}
@font-face{
    font-family: 'ms'; src: url("f0nts/Social Media Circled.otf");
}
@font-face{
    font-family: 'bebas'; src: url("f0nts/BebasNeue-Regular.ttf");
}

html, #documento{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    background-color: rgb(241, 241, 241);
    overflow-y: hidden; overflow-x: hidden;
}
header nav{
    position: absolute;
    width: 100%;
    background-color: rgb(241, 180, 48);
    font-family: Astro;
}
nav ul li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
main{
    min-height: 350px;    
}
#contemTitulo{
    text-align: center;
    margin-top: 200px;
    position: fixed;
    margin-left: 40%;
}
#logoCS img{
    height: 150px;
    width: 100px;
}
#titulodapagina{
    text-decoration: none;
    font-family: fonteLogo;
    color:rgb(56, 56, 56);
    margin-top: 50px;
    background-image: ('../imagens');

}
h6{
    font-family: rs;
    font-size: 40pt;
    color: gray;
    text-align: center;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: -10px;
}

h6 a{
    text-decoration: none;
    color:rgb(56, 56, 56);
}
#logoDC{
    height: 40px;
    width: 40px;
}
#support{
    font-family: Astro;
    text-decoration: none;
    color:rgb(56, 56, 56);
    margin-top: 15%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}