/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/02/2020, 09:35:33
    Author     : GBD
*/

.content-wrapper{
    background-image:url("/dicionario/resources/imagens/PLATCOL_19_por_9.png");
    background-size:cover;
    background-attachment: fixed;
    size: auto;
    background-position: bottom;
    
}
.textoInicial{
    color:#fff;
    line-height: 90%;
    font-size: 150px;
    font-weight: bold;
/*    color:white !important;*/
}
.body{
    margin-left: 0 !important;
}
.sidebar-mini.sidebar-collapse .main-header .navbar{
    margin-left:0;
}
.sidebar-mini.sidebar-collapse .content-wrapper,.sidebar-mini.sidebar-collapse .main-footer,.sidebar-mini.sidebar-collapse .right-side{
    margin-left:0px;
    border-left:0px;
}
.main-header>.navbar{
    margin-left:0px;
}
.content-wrapper,.main-footer,.right-side{
    margin-left:0px;
    border-left:0px;
    
}

#botaoIndex{
    margin-top: 50px;
    background-color: transparent;
    color:#fff;
    font-weight: bold;
/*    margin-bottom:220px;*/
       
}
#botaoIndex:hover{
    background-color: #202224;
    color:#fff;
}
.texto{
    color: #fff;
    font-size: 24px;
/*    line-height: normal;*/
}
.centralizaTextoInicial{
    padding-top: 120px;
}




