/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 01:10:18 */
/*
Arquivo de estilos das páginas:

- Escolher sala;
- Agenda de salas;
- Informações de agendamento;
*/

.sucesso {
    color: #309330;
    font-weight: bold;
	text-transform: uppercase;
}

.agendamento-num {
	/*border-bottom-color: #ffa820;
    border-bottom-style: solid;
    border-bottom-width: 3px; */
	border: 5px solid #ffa820;
	padding: 10px;
	font-weight: bold;
	border-radius: 50px;
	font-size: 28px;
}

.centro {
	text-align: center;
}

.esconde {
	display: none;
}

/* pagina de calendario */

.titi_calendario h1 {
	font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

label {
	font-size: 16px
}

.wpbc_r_submit.wpbc__field input {
    background-color: #ffa820 !important;
    border-radius: 5px !important;
    border: 1px solid #ffa820 !important;
    width: 100%;
    font-weight: bold;
    color: #ffffff !important;
}

.wpbc_times_selector {
	justify-content: center;
}

/*.wpbc_time_selected {
    background-color: #ffa820 !important;
    border: 1px solid #ffa820 !important;
    font-weight: bold !important;
}*/

/* agendamento confirmado */

.wpbc_ty__header {
	text-align: center
}

.wpbc_ty__message {
    line-height: initial;
    text-align: center;
    margin-bottom: 40px !important;
}

.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__header {
    border-left-color: #ffa820;
}

.wpbc_ty__section_header {
	font-weight: bold;
    text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

.botao_google_calendar {
    background-color: #ffa820 !important;
    border-radius: 5px !important;
    border: 1px solid #ffa820 !important;
    width: 100%;
	font-size: 13px;
    font-weight: bold;
    color: #ffffff !important;
}

.wpbc_ty__section_text_dates strong, .wpbc_ty__section_text_times strong {
    font-weight: 500;
}

.wpbc_ty__section_text_dates, .wpbc_ty__section_text_times {
    font-weight: bold;
}

/* estilos para mobile */
@media (max-width: 768px) {
	/* largura do container */
	div#Wrapper {
    	max-width: 100%;
	}
}