/*
Theme Name: MotorServiceBrasil
Theme URI: https://agenciagreenhouse.com.br/
Author: GreenHouse Dev Team
Author URI: https://agenciagreenhouse.com.br/
Description: Starter Theme for GreenHouse
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
*/


header {
    height: 136px;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
	background-color: #f2f2f2;
}

header .img-logo {
    width: 300px;
}

.container-fluid.banner {
    padding-left: 0px;
    padding-right: 0px;
    /** VER PQ O PADDING TA CRIANDO A HORIZONTAL BARRINHA */
    overflow-x: hidden;
}

.container.ranking {
    padding-top: 5%;
	padding-bottom: 3%;
}

h1.ranking-title, h1.ranking-form {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0b396d;
}

.container.ranking .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.container.quest {
    padding-bottom: 120px;;
}

table.ranking {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
}

table.ranking tr.first {
    background-color: #f2f2f2;
    font-weight: bold;
}

table.ranking tr.first th {
    padding-top: 15px;
    padding-bottom: 15px;  
    padding-left: 30px;
    text-align: center;
}


table.ranking td {
    padding-top: 15px;
    padding-bottom: 15px;  
    padding-left: 30px;
    text-align: center;
}

footer {
    background-color: #0b396d;
    height: 100px;
    display: flex !important;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .container-fluid {
    margin-left: 0px;
}

footer span {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
}

/** UTILS **/
.text-center {
    text-align: center;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.question {
    background-color: #f2f2f2;
    height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 13px;
    width: 30% !important;
    margin-right: 32px;
}

#quiz-container {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 120px;
	margin-top: 80px;
}

#quiz-feedback {
    border: 2px solid #ccc;
    height: 208px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 20px 20px 20px 20px;
    justify-content: center;
}

#quiz-feedback h2 {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

#quiz-feedback p {
    font-size: 20px;
}

.quiz-option {
    border: 2px solid #ccc;
    padding: 10px;
    /* margin: 10px 0; */
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.quiz-option.correct {
    border-color: green;
    background-color: #e7fbe7;
}

.quiz-option.incorrect {
    border-color: red;
    background-color: #fbe7e7;
}

.quiz-option.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.button-jogar {
    background: #017dc5;
    color: #fff;
    width: 100%;
    height: 57px;
    line-height: 56px;
    text-align: center;
    border-radius: 10px;
    font-size: 26px;
}

.button-jogar:hover {
    color: #fff;
    text-decoration: none;
}

.box-timer {
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    color: #0b396d;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}

.container.quest {
    /* padding-top: 5%; */
}

hr {
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
    border:0;
    height:10px;
	background-position: top;
	background-image: url('https://quizrheinmetall.motorservice-brasil.com.br/wp-content/uploads/2025/04/hr-bg.jpg');
}

.quest.title.marca {
	font-family: "Noto Sans", sans-serif;
    color: #0b396d;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 768px) {
	header {
		height: 136px;
		display: inline-flex !important;
		align-items: center;
		justify-content: space-around;
		background-color: #f2f2f2;
		padding-right: 29px;
	}
	
	#container {
		display: grid;
	}
	
	.question {
		width: 100% !important;
		margin-bottom: 20px;
		padding-right:15px;
		padding-left:15px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.question {
		width: 100% !important;
		margin-bottom: 20px;
	}	
}