
@font-face {
	font-family: gotham;
	src: url(../fontes/gotham.otf);
}

@font-face {
	font-family: gotham-bold;
	src: url(../fontes/gotham-bold.otf);
}

@font-face {
	font-family: gotham-extraBold;
	src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
	font-family: gotham-italic;
	src: url(../fontes/gotham-italic.otf);
}

.setamenu{
	background-color: #0d589a69;
    color: #0d589a;
    height: 28px;
    padding: 1px;
    font-size: 18px;
    position: fixed;
    z-index: 10;
    bottom: 34px;
    width: 200px;
    border-radius: 0px 0px 10px 10px;
    display: block;
    margin-left: -20px;
}

.page-item.active .page-link {
    background-color: #107dde !important;
    border-color: #107dde !important;
	color: white !important;
}

.page-link {
    color: #107dde !important;
}


.page-link:hover{
	cursor: pointer;
}

input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

button:focus{
	outline: none !important;
}

input:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: gray !important;
}

body{
	background-color: #1b1f23;
	font-family: gotham;
	color: white;
}


.modalPerso .modal-body {
    padding: 34px;
}

.modalPerso h3 {
	font-size: 32px;
    color: #000;
    font-weight: 600;
}

.modalPerso p {
	color: #000;
    font-size: 18px;
}

.modalPerso .buttonModal {
    background: #ed3237;
    display: block;
    border: 2px solid #ed3237;
    width: 60%;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0px auto;
}

.modalPerso .buttonModal:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.modalPerso.modal {
    top: 30% !important;
}

.modalPerso .btn-close {
    float: right;
}

.itemDashboard {
    color: #000;
}

.singleItem.bgRed {
    background: #ed3237;
    padding: 25px 30px;
    border-radius: 8px;
}

.singleItem.bgRed h3, 
.singleItem.bgRed h2 {
    color: #fff;
    font-size: 25px;
}

.singleItem.bgRed a {
    color: #fff;
    text-decoration: none;
}

.social-content img {
    width: 30px;
}