img {
  max-width: 100%;
  height: auto;
}

.fundo{
     background-image: linear-gradient(to bottom, white, #ffffff);
}

.boxText{
    height: 500px;
    overflow-y: scroll;
}

.navbar{
    background-color: transparent;
    border: 1px solid transparent;
    border-top: white;
    border-left: white;
    border-right: white;
}
.centralizarTela {
    height: 100vh; 
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    align-items: center;
}
.botao{
	background-color:#ee0000;
    width: 100%;
  	min-height: 40px;
  	color: white;
  	font-size: 14px;
    font-weight: bold;
  	border-radius: 0px;
    border: 1px solid #ee0000;
    text-transform: uppercase;
}
.botao:hover{
	background-color:white;
    color: #ee0000;
    border: 4px solid #ee0000;
}
.botao:focus{
	background-color:white;
    color: #ee0000;
    border: 4px solid #ee0000;
}
.botaoB{
	background-color:#ee0000;
    width: 100%;
  	min-height: 40px;
  	color: white;
  	font-size: 14px;
    font-weight: bold;
  	border-radius: 0px;
    border: 1px solid #ee0000;
    text-transform: uppercase;
}
.botaoB:hover{
	background-color:white;
    color: #ee0000;
    border: 4px solid #ee0000;
}
.botaoB:focus{
	background-color:white;
    color: #ee0000;
    border: 4px solid #ee0000;
}
.botaoOut{
	background-color:transparent;
    width: 100%;
  	min-height: 40px;
  	color: #ee0000;
  	font-size: 14px;
    font-weight: bold;
  	border-radius: 0px;
    border: 4px solid #ee0000;
    text-transform: uppercase;
}
.botaoOut:hover{
  	color: white;
    background-color: #ee0000;
}
.botaoOut:focus{
  	color: white;
    background-color: #ee0000;
}

/* scrollbar*/
::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #484B50;
  ;
}

::-webkit-scrollbar-thumb:hover {
  background: #434446;
  ;
}

.form-control:focus {
    box-shadow: 0 0 7px #484B50;
    border: 1px solid #484B50;
}

input[type='checkbox'] {
    accent-color: #cd1618;
}

input[type='radio'] {
    accent-color: #cd1618;
}

.page-link {
color:#000000;
}

.page-link:hover {
color:#ee0000;
}

.page-link:focus {
color:#ee0000;
}
.centralizado {
    text-align: center;
}