@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);

body{
	font-family: 'Montserrat';
}

.bg-body-secundario{
	background-color: #004165;
}

.bg-body-terciario{
	background-color: #f3f3f3;
}

.bg-dark{
	background-color: #212529 !important;
}

.section-destaque{
	padding: 80px 0 0 0;
	border-bottom: 1px solid #dedede;
}

.section-golpe{
	padding: 0 0 40px 0;
}

.section-primaria{
	padding: 80px 0 60px;
}

.section-secundaria{
	padding: 60px 0;
}

.section-terciaria{
	padding: 80px 0;
}

.section-title{
/*	font-size: 48px;*/
	font-weight: bold;
/*    border-bottom: 4px solid #e4b754;*/
}

.text-tertiary{
	color: #004165;
}

/*** ALERTA DE GOLPE ***/
	.alerta-golpe{
		color: #fff;
		background-color: #004165;
	}
	
	.img-alerta{
		width: 2.875rem; /* 46px */
/*	    max-height: 40px;*/
	}

/*** MENU DO SITE ***/
	.menu-wrapper{
		border-bottom: 1px solid #efefef;
	}

	.navbar{
		color: #212529;
		background-color: #fff;
	}

	.navbar-brand-logo{
		aspect-ratio: auto 83/50;
		height: 50px;
	}

	.navbar-dropdown-menu{
		border: none;
	}

	.navbar-nav-item{
		padding-left: 12px;
	}

	.navbar-nav-item:hover .navbar-nav-link,
	.selecionado{
		color: #e4b754;
	}

	.navbar-nav-item:hover::after{
	    width: 100%;
	}

	.navbar-nav-item::after{
	    content: '';
	    display: block;
	    width: 0;
	    height: 2px;
	    background: #e4b754;
	    transition: 0.2s;
	}

	.navbar-nav-link{
		font-weight: 600;
	}

	.dropdown-item:focus, .dropdown-item:hover{
		color: #e4b754;
	}

/*** BOTÕES ***/
	.btn-primary{
		font-weight: 600;
		color: #004165;
	    background-color: #e4b754;
	    border-color: #e4b754;
	}

	.btn-primary:active,
	.btn-primary:first-child:active,
	.btn-primary:focus-visible,
	.btn-primary:hover{
		font-weight: 600;
	    color: #e4b754;
	    background-color: #fff;
	    border-color: #fff;
	}

	.btn-secondary{
	    color: #fff;
	    background-color: #004165;
	    border-color: #004165;
	}

	.btn-secondary:active,
	.btn-secondary:focus-visible,
	.btn-secondary:hover{
	    color: #004165;
	    background-color: #fff;
	    border-color: #004165;
	}

	.btn-tertiary{
		font-weight: 600;
		color: #fff;
	    background-color: #212529;
	    border-color: #212529;
	}

	.btn-tertiary:active,
	.btn-tertiary:focus-visible,
	.btn-tertiary:hover{
		font-weight: 600;
	    color: #212529;
	    background-color: #fff;
	    border-color: #fff;
	}

/*** CARROSSEL ***/
	.carousel-control-next,
	.carousel-control-prev{
		top: 50%;
		width: 4vh;
		height: 4vh;
		background-color: #fff;
		border-radius: 50%;
		transform: translateY(-50%);
	}

	.carousel-control-next-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e4b754'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
	}

	.carousel-control-prev-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e4b754'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	}

	.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
		filter: none;
	}

	.carousel-dark .carousel-indicators [data-bs-target]{
		background-color: #e4b754;
	}

	.carousel-indicators [data-bs-target]{
		width: 10px;
		height: 10px;
		border-radius: 100%;
	}

/*** ÍCONES ***/
	.icones-primarios{
		color: #004165;
	}

/*** JUMBOTRON ***/
	.jumbotron-header{
	    position: relative;
	    display: flex;
	    align-items: center;
	    background-color: #212529;
	}

	.jumbotron-header:before{
	    content: ' ';
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    background-repeat: no-repeat;
	    background-position: 50%;
	    background-size: cover;
	}

	.jumbotron-header .container{
	    position: relative;
	}

	.jumbotron-contato,
	.jumbotron-responsabilidade-social{
	    height: 340px;
	}

	.video-container{
		aspect-ratio: auto 16/9;
	}

	.video{
		border-radius: 10px;
	}

/*** RODAPÉ ***/
	.rodape{
		color: #fff;
		background-color: #004165;
	}

	.logo-pix-rodape{
		aspect-ratio: auto 13/8;
		height: 80px;
	}

	.sub-opcao-rodape{
	    margin-bottom: 0.5rem; /* 8px */
		font-size: 1.25rem; /* 20px */
		line-height: 1.5rem; /* 24px */
	    font-weight: 500;
    }

	/*.rodape-copyright{
		background-color: #01324d;
	}*/

	.link-rodape{
		text-decoration: none;
		color: #fff;
	}

	.link-rodape:hover{
		text-decoration: underline;
	}

	.txt-contato-rodape{
		font-size: 8px;
	}

	.color-flicts{
		color: #e4b754;
	}

@media (min-width: 768px){
	.jumbotron-contato,
	.jumbotron-responsabilidade-social{
	    height: 330px;
	}

	.navbar-nav-link{
		height: 60px;
		line-height: 280%;
	}

	.txt-contato-rodape{
		font-size: 12.5px;
	}

	.video-container{
		width: 75%;
	}

	/*** ALERTA DE GOLPE ***/
	.section-golpe{
		padding: 80px 0 60px;
	}

	.alerta-golpe{
		border-radius: 200px;
	}
}

@media (min-width: 992px){
	.navbar-dropdown-menu{
		box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
	}
}