/* DOCUMENT CSS */

/* CSS's */
@import url('carouseis.css');

/* Variastrap */
@import url('variaveis.css');
@import url('topo.css');

/* Fontes Externas */
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* CORPO */
html,
body {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 !important;
	/* serve para ocultar a barra de rolagem lateral da horizontal */
	overflow-x: hidden !important;
	/* barra de rolagem vertical automatico */
	overflow-y: auto !important;
	backface-visibility: hidden !important;
	font-family: "Montserrat", sans-serif !important;
}
a[href^=tel],
a,
a:hover {
	color: inherit !important;
	text-decoration: none !important;
}
.fadeIn {
	-webkit-animation: fadeIn 0.7s ease-in-out;
	-moz-animation: fadeIn 0.7s ease-in-out;
	-o-animation: fadeIn 0.7s ease-in-out;
	animation: fadeIn 0.7s ease-in-out;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* GERAL */
input:focus,
button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.body_ajax {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
.spinner {
	border: 10px solid #e81211;
	border-left-color: #d64343;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	margin: auto;
}
@keyframes loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner.is-animating {
	animation: loading 2s linear infinite;
}
.fix-body {
	margin-top: 70px;
}
/* POP-UP */
.modal-open .modal {
	overflow-y: hidden !important;
}
.compensate-for-scrollbar {
	margin-right: 0px !important;
}
/* D-DESK */
.d-desk {
	display: none !important;
}
/* RODAPÉ */
#contatos .capa3 {
	padding: 370px 0px 20px 0px;
}
.imagem {
	margin-right: -70px;
	position: relative;
	z-index: 4;
}
#contato .bolinha:hover {
	background-color: #fff;
}
/* TOPO */
.main_h {
	position: fixed;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	top: -100px;
}
.open-nav {
	max-height: 400px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
	top: 0px;
}
.main_h .nav-item a {
	border-bottom: 2px solid rgba(149, 167, 200, 0);
}
.main_h .nav-item a:hover {
	border-bottom: 2px solid #e81211;
}
/* ACCORDION */
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* OUTROS */

#contatos p b, #contatos p strong {
	color: #ffb900 !important;
	text-transform: uppercase !important;
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
