/* PADDING AND MARGINS */
.padding-top-20 {
	padding-top: 20px;
}

.padding-top-40 {
	padding-top: 40px;
}
.msg__cookies{
	background: #FFF;
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px #ccc;
	width: 100%;
	z-index: 999999999;
}
.msg__cookies.d-none{
	display: none !important;
}

.msg__cookies a{
	color: #003777;
	text-decoration: underline;
}
.msg__cookies .btn{
	background-color: #003777;
	font-weight: bold;
color: #fff;
}
.msg__cookies .btn:hover{
	background-color: darken(#003777, 10%);
}


@media (max-width: 767px){
	.msg__cookies{
		max-width: calc(100% - 30px);
		font-size: 12px;
		text-align: center;
	}
	.msg__cookies a{
		display: inline-block;
	}
	
	.msg__cookies .content{
		margin-bottom: 10px;
	}
}

@media (min-width: 767px){
	.msg__cookies{
		display: grid;
		grid-template-columns: 1fr min-content;
		grid-column-gap: 10px;
		align-items: center;
	}
	.msg__cookies .btn{
		white-space: nowrap;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.msg__cookies{
		max-width: 768px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.msg__cookies{
		max-width: 1024px;
	}
}

@media (min-width: 1200px) {
	.msg__cookies{
		max-width: 1280px;
	}
}

.oab{
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
}
.padding-top-60 {
	padding-top: 60px;
}
.segura-telefones-rodape p, a{
	margin-bottom: 0px;
	display: inline-block;
}
.padding-top-80 {
	padding-top: 80px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}
.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-left-30 {
	margin-left: -30px;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.margin-right-35 {
	margin-right: -35px;
}

/* PADDING AND MARGINS */

.topo {
	background-color: #003777;
	align-items: center;
}

.faixa-topo {
	padding-top: 20px;
}

.faixa-topo p {
	margin: 0;
	margin-top: 5px;
	font-size: 13px;
	font-family: 'latoregular';
	color: white;
}

.faixa-topo img {
	margin-top: 6px;
	margin-right: 5px;
}

.fx-config {
	text-align: right;
}

.sobre-nos {
	background-color: #263C51;
	align-items: center;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: white;
	padding: 40px 40px;
}

.config-btn {
	display: flex;
	align-items: center;
}

.config-btn a {
	text-decoration: inherit;
	list-style: none;
}

.btn-blue {
	background-color: #0158B9;
	padding: 10px 20px;
	border-radius: 20px;
	color: white;
	font-family: 'poppinsbold';
	font-size: 13px;
}

.btn-blue:hover {
	color: white;
}

.atuacao {
	text-align: center;
	background-color: #F1F4F8;
	padding-top: 60px;
	padding-bottom: 60px;
}

.atuacao h2 {
	font-size: 32px;
	color: #003777;
	font-family: 'poppinssemibold';
	margin-bottom: 40px;
}

.motivo{
	background: #EEF2F6;
	display: flex;
	justify-content: space-between;
	border: 1px solid #C5D9DB;
	margin-top: 20px;
}

.icon-area{
	padding: 5px;
	position: relative;
	width: 90px;
	background: #003777;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.motivos:hover .icon-area {
	background-color: #263C53;
}

.text-area a {
	opacity: 0;
}

.motivos:hover .text-area a {
	opacity: 1;
}

.icon-motivo{
	width:70px;
	height:70px;
	position: relative;
}

.motivo .text-area {
	width: calc(100% - 40px - 66px);
	background: #EEF2F6;
	padding: 10px;
	position: relative;
}

.text-area {
	text-align: left;
	font-size: 13px;
	color: #212121;
	font-family: 'open_sansregular';
}

.text-area p {
	font-size: 17px;
	color: #06173F;
	font-family: 'poppinssemibold';
}

.text-area a {
	color: #0057B7;
	text-decoration: inherit;
	font-size: 11px;
}

.btn-atuacao {
	margin-top: 40px;
}

.btn-atuacao a {
	text-decoration: inherit;
}

.btn-atuacion {
	background-color: #0057B7;
	font-size: 13px;
	color: white;
	font-family: 'poppinssemibold';
	padding: 10px 30px;
	border-radius: 20px;
}

.btn-atuacion:hover {
	color: white;
}

.card-noticia {
	border: none;
}

.card-title {
	text-align: center;
}

.card-title h2 {
	font-family: 'poppinssemibold';
	font-size: 22px;
	color: #003878;
	margin-top: 30px;
}

.card-title p {
	font-size: 13px;
	color: black;
	font-family: 'open_sansregular';

}

.btn-atuacao1 a {
	text-decoration: inherit;
}

.noticias {
	padding-top: 100px;
	padding-bottom: 100px;
}

.card-noticia:hover .card-content {
	opacity: 0.36;
}

.noticias h3 {
	font-size: 32px;
	color: #003777;
	text-align: center;
	font-family: 'poppinssemibold';
	font-size: 32px;
	margin-bottom: 30px;
}

.btn-atuacion1 {
	background-color: #003777;
	font-size: 13px;
	color: white;
	font-family: 'poppinssemibold';
	padding: 10px 30px;
	border-radius: 20px;
}

.btn-atuacion1:hover {
	color: white;
	background-color: #0057B7;
}

#carousel-id {
	padding-left: 26px;
	padding-right: 25px;
}

#carousel-id .carousel-inner{
	position: relative;
	z-index:5;
}

.carousel-controla{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-geralzao:after,
.carousel-geralzao:before {
	content: "";
	display: table;
	clear: both;
}

.carousel-geralzao {
	width: 1220px;
	margin-bottom: 60px;
}

.rodape {
	text-align: center;
	padding-top: 40px;
	background-color: #003777;
}

.config-bordita {
	border: 1px solid #00234F;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	align-items: center;
}

.config-bordita {
		border-radius: 100%;
	  	min-width: 50px;
	  	min-height: 50px;
	  	overflow: hidden;
	  	border: 1px solid #00234F;
	  	background-color: transparent;
	  	display: inline-flex;
	  	align-items:center;
	  	justify-content: center;
	  	padding: 15px;
	  	margin: 15px;
	}

	.rodape p {
		color: white;
		font-size: 13px;
	}

	.creditos-finais {
		background-color: #00234F;
		padding-top: 10px;
	}

	.creditos-finais p {
		font-size: 11px;
	}

	.creditos-finais a {
		font-size: 11px;
		color: white;
		text-decoration: inherit;
	}


	.btn__whatsapp {
		position: fixed;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #25d366;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 40px;
		line-height: 40px;
		z-index: 500;
   }
	.btn__whatsapp:hover {
		text-decoration: none;
   }
	.btn__whatsapp:after {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #25d366;
		animation: pulsar 2s linear infinite;
		z-index: -1;
   }
	.btn__whatsapp, .btn__whatsapp .btn__whatsapp__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 1.5em;
		height: 1.5em;
		border-radius: 50%;
   }
	.btn__whatsapp .btn__whatsapp__wrapper {
		overflow: hidden;
   }
	.btn__whatsapp svg {
		width: 1em;
		height: 1em;
		fill: #fff;
   }
	@keyframes pulsar {
		0% {
			opacity: 0.7;
			transform: scale(1);
	   }
		100% {
			opacity: 0;
			transform: scale(2);
	   }
   }
	