﻿@charset "UTF-8";

/* stylelint-disable */

@font-face {
    font-family: "TheSans B2 Light";
    src: url("../fonts/TheSans/thesans-b2extralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B2 ExtraLight";
    src: url("../fonts/TheSans/thesans-b2extralightitalic.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B3 Light";
    src: url("../fonts/TheSans/thesans-b3light.otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B3 LightItalic";
    src: url("../fonts/TheSans/thesans-b3lightitalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B4 SemiLight";
    src: url("../fonts/TheSans/thesans-b4semilight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B4 Semi LightItalic";
    src: url("../fonts/TheSans/thesans-b4semilightitalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B5 Plain";
    src: url("../fonts/TheSans/thesans-b5plain.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B5 PlainItalic";
    src: url("../fonts/TheSans/thesans-b5plainitalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B6 SemiBold";
    src: url("../fonts/TheSans/thesans-b6semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B6 Semi BoldItalic";
    src: url("../fonts/TheSans/thesans-b6semibolditalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B7 Bold";
    src: url("../fonts/TheSans/thesans-b7bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B7 BoldItalic";
    src: url("../fonts/TheSans/thesans-b7bolditalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B8 ExtraBold";
    src: url("../fonts/TheSans/thesans-b8extrabold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B8 Extra BoldItalic";
    src: url("../fonts/TheSans/thesans-b8extrabolditalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "TheSans B9 Black";
    src: url("../fonts/TheSans/thesans-b9black.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "TheSans B9 BlackItalic";
    src: url("../fonts/TheSans/thesans-b9blackitalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "TheSans Caps";
    src: url("../fonts/TheSans/thesans-caps.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "TheSans CapsItalic";
    src: url("../fonts/TheSans/thesans-capsitalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "TheSans ExpertItalic";
    src: url("../fonts/TheSans/thesans-expertitalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "TheSans ExpertItalic";
    src: url("../fonts/TheSans/thesans-italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "TheSans Plain";
    src: url("../fonts/TheSans/thesans-plain.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/*
@font-face {
    font-family: 'ThesSans';
    src: url(../fonts/ThesSans/ThesSansLTStd.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ThesSans Cn';
    src: url(../fonts/ThesSans/ThesSansLTStd-Cn.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ThesSans LightCn';
    src: url(../fonts/ThesSans/ThesSansLTStd-LightCn.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../fonts/opens-sans/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: regular;
}
*/

* {
	outline-color: #aeda9a;
}

body {
	font: 12px Verdana;
	color: #666;
	background: #f6f6f6;
	padding: 20px;
}

.administradores fieldset {
	padding: 20px;
	/* width: 528px; */
	border: 0;
}

.administradores fieldset legend {
	position: relative;
	display: block;

	padding: 25px 0;
	/* padding: 0; */
	margin: 0;
	/* font-weight: bold; */
	color: #257226;
	font-family: "TheSans B4 SemiLight";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-align: center;
}

.administradores label {
	display: inline-block;
	/* width: 50px; */
	width: 100px;
	padding-right: 20px;

	color: #383838;
    font-family: "TheSans B3 Light";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.administradores input, .administradores select, .administradores textarea
	{
	padding: 4px 6px 4px 6px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #666;
	transition: all 1s;

	color: #383838;
    font-family: "TheSans B3 Light";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.administradores option:first {
	color: #999;
}

.administradores input {
	width: 300px;
}

.administradores textarea {
	width: 302px;
}

.administradores .btn-info {
	width: 80px;
	padding: 8px;
	cursor: pointer;
}

.administradores .btn-info {
	
	background: #71be50;
	color: #fff;
	font-weight: bold;
	border: 0;
	margin-left: 310px;
}

.administradores .btn-info:hover {
	background: #7fcd5e;
}

.lastLabel {
	display: block;
	float: left;
	width: 220px;
	margin-top: 4px;
	margin-right: 4px;
}

/* Jquery Validate */
/* label.error {
	position: relative;
	display: block;
	top: -8px;
	width: 314px;
	margin-left: 72px;
	font-size: 11px;
	color: #f63;
} */

input[type=text].error, input[type=url].error, input[type=password].error,
	input[type=mail].error, input[type=number].error, select.error,
	textarea.error {
	border: 1px solid #f63;
}

.input-group label.error {
	position: absolute;
	top: 28px;
}

.input-group label.error:not ([style*="display: none"] ) +span.add-on:after
	{
	display: table-row;
	height: 16px;
	content: '';
}

.error:focus {
	border: 1px solid #dfdfdf;
}

.validation-summary-errors ul {
	margin-bottom: 16px;
}

.validation-summary-errors ul li {
	margin-bottom: 4px;
	color: #f63;
}

.field-validation-error {
	position: relative;
	top: -8px;
	color: #f63;
}

#envia_form {
	border: 1px solid #257226;
	background-color: #257226;
	color: #FFFFFF;
}

#envia_form:hover {
	border: 1px solid #257226;
	background-color: #FFFFFF;
	color: #257226;
	transition: all 0.2s ease-out;
}

#envia_form:disabled,
#envia_form[disabled] {
	border: 1px solid #7fcd5e;
	background-color: #FFFFFF;
	color: #7fcd5e;
	cursor: not-allowed;
}

.administradores {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	width: fit-content;
	margin-left: 20px;
}

.alert.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

fieldset {
	position: relative;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.recaptcha .recaptcha-error-show {
	position: relative;
	display: block;
	top: -8px;
	width: 314px;
	margin-left: 72px;
	font-size: 11px;
	color: #f63;
}

.spinner-border {
	display: none;
}

.d-block {
	display: block;
}

.spinner-border:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 425px;
	width: 30px;
	bottom: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
}

/* Estilo do modal */
.modalPrivacy {
	display: none; /* Inicialmente oculto */
	position: fixed; /* Fica fixo na tela */
	z-index: 1; /* Coloca na frente dos outros elementos */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Habilita rolagem, se necessário */
	background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
}

/* Conteúdo do modal */
.modal-privacy-content {
	background-color: #fff;
	margin: 10% auto; /* Centraliza verticalmente e horizontalmente */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Largura do modal */
	max-width: 800px; /* Largura máxima do modal */

	color: #383838;
    /* font-family: "TheSans B3 Light"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-privacy-content a{
	color: #257226;
	font-weight: 600;
	/* font-family: "TheSans B4 SemiLight"; */
}

.modal-privacy-content .btns_action{
	display: flex;
	justify-content: end;
	gap: 10px;
}

/* Botão de fechar */
.close-modal-privacy {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close-modal-privacy:hover,
.close-modal-privacy:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
}
#invalidCheck{
	width: 1.5rem;
	height: 1.5rem;
	/* border: 2px solid #c1c1c1; */
}