/*!
 * 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/CorporationGames.otf");
}

html, #documento{
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(45deg, #ebebec, #881be2);
    /*background-color: rgb(241, 241, 241);*/
    overflow-y: hidden; overflow-x: hidden;
}
header nav{
    position: absolute;
    width: 100%;
    background-color: rgb(172, 15, 235);
    font-family: Astro;
}
nav ul li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
main{
    min-height: 350px;    
}
#contemTitulo{
    text-align: center;
    margin-top: 15%;
    position: fixed;
    margin-left: 35%;
}
#logoCS img{
    height: 150px;
    width: 160px;
}
#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);
}
#menu{
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}
#logoDC{
    height: 40px;
    width: 40px;
    
}
.logocliente{
    border-radius: 10px;
}
#support{
    font-family: Astro;
    text-decoration: none;
    color:rgb(56, 56, 56);
    margin-top: 15%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#rodape{
    padding-top: 20px;
    width: 100%;
    height: 100px;
    background: none;
}

#rodape p{
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 2px; padding-bottom: 0px;
    font-size: 9pt;
    color: rgb(49, 53, 53);
}
#logorodape{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    margin-left: 30%;
}
h2 {
    font-size: 2rem;
    font-weight: bold;
    border-right: 3px solid black;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    padding-right: 5px;
    animation: blink 0.7s infinite;
}
#letreiro{
    font-family: fonteLogo;
}

/* Animação do cursor piscando */
@keyframes blink {
    50% { border-color: transparent; }
}