:root {
	--white:#fff;
	--gray:#ddd;
	--gray-50:#f2f2f2;
	--gray-200:#ccc;
	--color-brand-50: #e3e9f8;
	--color-brand-100: #c6d3f1;
	--color-brand-200: #89a3e1;
	--color-brand-300: #5077d2;
	--color-brand-400: #2b52ab;
	--color-brand-500: #1d3772;
	--color-brand-600: #172b59;
	--color-brand-700: #122145;
	--color-brand-800: #0b152d;
	--color-brand-900: #060c18;
	--color-brand-950: #03060c;

	--color-secound: #ffa500;

	--bs-primary: #1d3772;
}
h1, h2, h3 ,h4 ,h5 ,h6{
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
p, a{
	font-family: "Roboto", sans-serif;
}
.subtitle{
	color: #cc8500;
	font-family: "Oswald", sans-serif;
	margin-bottom: 50px;
	text-transform: uppercase;
	position: relative;
}
.subtitle::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    width: 30px;
    background: var(--color-brand-500);
}
.subtitle::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    width: 100px;
    background: var(--color-brand-300);
}
.subtitle2{
	color: #cc8500;
	font-family: "Oswald", sans-serif;
	margin-bottom: 50px;
	text-transform: uppercase;
}
/* Sobrescreve botões e elementos comuns, caso necessário */
.btn-primary {
	background-color: #1d3772;
	border-color: #1d3772;
}
.btn-primary:hover {
	background-color: #162c5b;
	border-color: #162c5b;
}
.text-primary {
	color: #1d3772 !important;
}
.bg-primary {
	background-color: #1d3772 !important;
}
.btn-outline-primary {
	color: #1d3772;
	border-color: #1d3772;
}

.btn-outline-primary:hover {
	background-color: #1d3772;
	color: #fff;
	border-color: #1d3772;
}
.title1{
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
p{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.radio-16{
	border-radius: 16px;
}
.radio-16 img{
	border-radius: 16px;
}
#header-contact{
	background: var(--color-brand-300);
	color: var(--white);
	padding: 10px;
}
#icon-header-social a{
	transition: all .5s ease;
}
#icon-header-social a:hover{
	opacity: .6;
}
#icon-header-social img{
	height: 20px;
}
#header-contact a{
	color: var(--white);
}
#header-contact a:hover{
	color: var(--gray);
}
#header{
	border-bottom: 2px solid var(--color-brand-50);
	padding: 20px 0;
}
#brand img{
	height: 80px;
}
#nav{
	background-color: var(--gray-50);
	padding: 10px 0;
	font-family: "Roboto", sans-serif;
}
#footer{
	padding: 50px 0;
	margin-top:50px;
	background: var(--color-brand-500);
	color: var(--white);
}
#footer a{
	color: var(--white);
	text-decoration: none;
}
#footer a:hover{
	color: var(--gray);
}
#main{
	padding-bottom: 40px 0;
}
#header-title{
	border-bottom: 1px solid var(--gray-50);
	padding: 20px 0;
	margin-bottom: 80px;
	font-family: "Oswald", sans-serif;
	background-color: var(--color-brand-500);
	color: var(--white);
	position: relative;
}
#header-title::after, .card-inter::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 8px;
	background-color: orange;
}
/*breadcrumb*/
.breadcrumb {
	font-size: 1.2rem;
	margin: 10px 0 20px 0;
	font-family: "Oswald", sans-serif;
}
.breadcrumb a {
	text-decoration: none;
	font-family: "Oswald", sans-serif;
	color: var(--color-brand-200);
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span{
	margin: 0 5px;
}
.breadcrumb span:first-child{
	margin-left: 0;
}
.card-inter{
	position: relative;
}
#social{
	position: fixed;
	width: 50px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	background: rgba(277, 277, 277, .6);
	padding: 10px 0px 0 5px;
	border-radius: 10px 0 0 10px;
	transition: all .5s ease;
	list-style: none;
}
#social:hover{
	background: #32355f;
	width: 60px;
}
#social ul{
	list-style: none;
	padding: 0;
}
#social ul li{
	padding: 0;
}
#social img{
	width: 30px;
	margin-bottom: -5px;
}
#social img:hover{
	filter: opacity(70%);
}
.to-top {
	color: rgba(255, 86, 0, 0.9); cursor: pointer; overflow: hidden; position: fixed;
	bottom: -100px; right: 20px; text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 9999; height: 50px; color: #ff5600;  padding:5px;
	border-radius: 8px;
	font-size: 40px;
	line-height: 0px;
}
.to-top:hover{
	background: #ff5600;
	color: #fff;
}
.to-topText{
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	padding-top: 5px;
}
.sticky-top{
	position: sticky;
	top: 20px;
}
@media (max-width: 772px){
	#brand{
		text-align: center;
		margin-bottom:20px;
	}
	#brand a{
		text-align: center;
		margin: auto;
	}
	#brand img{
		margin: auto 20px!important;
	}
	#att{
		margin-top:10px;
	}
	#att .btn{
		width: 100%;
	}
}