* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body{
    
    font-family: "Anton", serif;
    min-height: 100vh;
    background-color: #e5e5e5;
    /*background-image: linear-gradient(to right,black,
     var(--retrocon--azul--escuro), black);*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    animation: opac 2s;
    animation-fill-mode: forwards;
}

:root{

    --color--white: #fff;
    --color--dark1: #272727;
    --color--dark2: #2d2d2d;
    --color--dark3: #414141;
    --color--dark4: #1c1c1c;
    --color--dark5: #343434;
    --color--purple: #b040ff;
    --color--azul: #184eff;
    --color--azul_escuro: #002088;
    --color--azul_escuro_plus: #001761;
    --color--vermelho_sangue: #b40000;
    --color--laranja: #FF6306;
    --color--laranja_escuro: #b94400;
    --color--laranja_escuro_plus: #812f00;
    --retrocon--azul--claro: #448ed7;
    --retrocon--azul--escuro: #082475;
    --retrocon--amarelo: #f1ff18;
}

@keyframes opac{

    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }

}



.imp{
    background-color: #184eff;
    color: #FFF;
    width: 200px;
    margin: auto;
    padding: 3px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.av-pd-ist{
    margin-bottom: 50px;
}



.cont-main-db-cad{
    margin: auto;
    background-color: #FFF;
    width: 80%;
    height: auto;
    border-radius: 4px;
    padding: 5px;
    margin-top: 30px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.cont-main-db-cad img{
    width: 150px;
    margin-top: 10px;
    
}


.cont-main-db-cad h1{
    text-align: center;
    margin: 30px;
}


.cont-main-db-cad P{
    font-family: 'Poppins', sans-serif ;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}


.btn-bc{
    font-family: "Anton", serif;
    background-color: var(--retrocon--azul--claro);
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 17px;
}


.btn-bc:active{
    background-color: #000;
    
}



/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/

.footer{

    height: auto;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
     Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-top: 10px;
    color: #FFF;
}





.footer-content{
   
    width: 100%;
    background-color: var(--retrocon--azul--claro);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
}



.social{

    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}


.social li{
    margin: 0 40px;
    
}

.social a{

    text-decoration: none;
    color: #FFF;
}


.social a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}

.social a:hover i{
    color: #000;
}


.footer-botton{
    padding: 5px;
    background-color: var(--retrocon--azul--escuro);
    
}


.footer-botton p,a{
    font-family: 'Poppins', sans-serif ;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}



.footer-content h1{
    color: #FFF;
}



.titulo_logo{
    padding: 10px;
}


/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/
/*-----------------------------------RODAPE------------------------------------------*/