.navbar.w24 {
	color: white;
	background: rgb(181,15,15);
	background: linear-gradient(0deg, rgba(181,15,15,1) 0%,
				rgba(249,10,10,0.5032212714187237) 93%,
				rgba(0,0,0,1) 100%,
				rgba(223,49,66,0) 100%);
}
.navbar ul.dropdown-menu li a {
	color: #000;
	text-transform: uppercase;
}
.navbar li a {
	color: #fff;
	text-transform: uppercase;
}
.navbar li a:hover {
	color: #ccc;
	background-color: #2f2f2f;
}
.nav .open > a {
	color: #ccc;
	background-color: #2f2f2f;
}
.nav .open > a:focus {
	color: #ccc;
	background-color: #2f2f2f;
}
.nav .open > a:hover {
	color: #ccc;
	background-color: #2f2f2f;
}

.navbar-brand {
	color: #fff;
}
a.navbar-brand:hover{
	color: #fff;
}
a.navbar-brand:focus{
	color: #fff;
}

/* Style do modali w /dev/index.php */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	height: 600px;
	overflow-y: auto;
}
/* Style do modali w /dev/index.php */
    .img{
        object-fit: contain;
        width: 100%;
    }
    #addQuestion{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 10px 0;
        align-items: center;
        justify-content: space-around;
        display: flex;
        float: none;
    }
	/*
    .button-anydesk{
        background-image: linear-gradient(to top right, #ff0000, #9c0000);
        font-family: "Roboto";
        font-weight: 700;
        font-size: 70px;
        float: left; 
        width: auto;
        line-height: 150px;
        height: 150px;
        padding-left: 80px;
        color: white;
        padding-right: 80px;
        text-align: center;
        margin-left: 10px;
        border-radius: 20px;
        overflow-wrap: break-word;
    }
    .button-teamviver{
        background-image: linear-gradient(to bottom right, #0d8ce8, #005a9c);
        font-family: "Roboto";
        color: white;
        font-weight: 700;
        font-size: 70px;
        float: left; 
        width: auto;
        overflow-wrap: break-word;
        line-height: 150px;
        height: 150px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        border-radius: 20px;
    }
	*/
    .button-teamviver:hover{
        /*background-image: linear-gradient(to bottom right, #0076ca, #0053a7);*/
        transition: 0.3s;
        opacity: 0.8;
    }
    .button-anydesk:hover{
        /*background-image: linear-gradient(to top right, #d80004, #af0003);*/
        transition: 0.3s;
        opacity: 0.8;
    }
        .img{
        object-fit: contain;
        width: 100%;
    }
    #addQuestion{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 10px 0;
        align-items: center;
        justify-content: space-around;
        display: flex;
        float: none;
    }
    .button-anydesk{
        background-image: linear-gradient(to top right, #ff0000, #9c0000);
        font-family: "Roboto";
        font-weight: 700;
        font-size: 6rem;
        width: 100%;
        /*
        font-size: 70px;
		float: left; 
        overflow-wrap: break-word;
        margin-left: 10px;
        padding-left: 80px;
        padding-right: 80px;
        */
		line-height: 150px;
        height: 150px;
        color: white;
        text-align: center;
        border-radius: 20px;
    }
    .button-teamviver{
        background-image: linear-gradient(to bottom right, #0d8ce8, #005a9c);
        font-family: "Roboto";
        color: white;
        font-weight: 700;
        font-size: 6rem;
        width: 100%;
        /*
        font-size: 70px;
		float: left; 
        width: auto;
        overflow-wrap: break-word;
        padding-left: 20px;
        padding-right: 20px;
        */
		line-height: 150px;
        height: 150px;
        text-align: center;
        border-radius: 20px;
    }
    .button-teamviver:hover{
        /*background-image: linear-gradient(to bottom right, #0076ca, #0053a7);*/
		text-decoration-color: #27799f;
        transition: 0.3s;
        opacity: 0.8;
    }
    .button-anydesk:hover{
        /*background-image: linear-gradient(to top right, #d80004, #af0003);*/
        transition: 0.3s;
        opacity: 0.8;
    } 




.mb-1 {
	margin-bottom: 10px;
}





