body {
	background: #00123b;
	font-family: "IBM Plex Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (max-width: 575.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 1399.98px) {}

/* template */

#section-main {
	padding-bottom: 131px;
	background-image: url('../img/bg.jpg');
	background-size: cover;
}
#section-main.section-main-compliance {
	padding-bottom: 0;
}
@media (max-width: 575.98px) {
	#section-main {
		background-image: url('../img/bg_mobile.jpg');
	}
}
#section-main-socios {
	padding-bottom: 131px;
	background: #00123b url('../img/bg.jpg') top center no-repeat;
}
@media (max-width: 575.98px) {
	#section-main-socios {
		background-image: url('../img/bg_mobile.jpg');
		background-size: 100% auto;
	}
}

/* menu */

#menu-topo nav {
	margin-bottom: 130px;
	padding: 23px 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #00123b;
}
#menu-topo nav .nav-link {
	display: flex;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2%;
	color: #fff;
	transition: color 0.3s ease-in-out;
}
#menu-topo nav .nav-link:hover {
	color: #64b4e6;
	border-color: #64b4e6;
}
#menu-topo nav .nav-link.active {
	align-items: center;
	height: 38px;
	border-color: #64b4e6;
	border-width: 3px;
	font-weight: 600;
	color: #64b4e6;
}
#menu-topo nav #nav-item-login {
	padding-left: 226px;
}
#menu-topo nav #nav-item-login .nav-link {
	padding-right: 28px;
	color: #64b4e6;
	border-color: transparent;
	background: transparent url(../img/ico_login.svg) center right no-repeat;
}
.navbar-toggler .toggler-icon {
    display: block;
    background-color: #fff; /* Or your color */
    height: 3px;
    width: 25px;
    margin: 5px 0;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler:not(.collapsed) .top-bar {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
    transform: translate(15%, 33%) rotate(-45deg);
}
@media (min-width: 1200px) {
	#menu-topo nav .navbar-nav {
		margin-top: 3px;
	}
}

@media (max-width: 1399.98px) {
	#menu-topo nav #nav-item-login {
		padding-left: 137px;
	}
}
@media (max-width: 1199.98px) {
	#menu-topo nav .navbar-nav {
		margin-right: auto!important;
		margin-left: 0!important;
		margin-top: 30px;
	}
	#menu-topo nav #nav-item-login {
		padding-left: inherit;
		margin-top: 80px;
	}
	#menu-topo nav #nav-item-login .nav-link {
		background-position-x: 65px;
	}
}

@media (max-width: 575.98px) {
	.navbar-brand img { max-width: 200px; }
	#menu-topo nav .navbar-nav { max-width: 200px; }
}
@media (max-width: 440px) {
	.navbar-brand img { max-width: 160px; }
	#menu-topo nav .navbar-nav { max-width: 160px; }
}

/* home */

#section-text {
	padding-left: 50px;
	padding-right: 50px;
}
#section-text p {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
}


/* compliance */

.doc {
	margin-bottom: 35px;
}

.btn-azul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
	height: 90px;
	border: none;
	border-radius: 15px;
	background: #00356a;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.btn-azul:hover {
	background: #00123b;
}
.fundos {
	margin-top: 30px;
	margin-bottom: 65px;
}
.fundos a {
	color: #fff;
	font-size: 9px;
}


/* historia */

#historia .swiper-controls-wrapper {
	position: relative;
	padding: 0 50px;
}
#historia .swiper-button-prev-unique,
#historia .swiper-button-next-unique {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
#historia .swiper-button-prev-unique {
	left: 0;
}
#historia .swiper-button-next-unique {
	right: 0;
}
#historia .swiper-button-disabled img {
	display: none;
}

#historia .card {
	height: 330px;
	overflow: hidden;
	background-color: #156eb480;
	color: #fff;
	border: none;
	border-radius: 8px;
}
#historia .card-header {
	text-align: center;
	background: #003c78;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
}
#historia .card-title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#historia .card-text {
	font-size: 15px;
	font-weight: 500;
}
#historia .card-footer {
	margin-bottom: 49px;
	border: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
	background: transparent;
}


/* sócios */

#socios {
	margin-top: 60px;
}
.socios-box {
	border-radius: 16px!important;
	border: none!important;
	background: #fff;
}
.socios-header {
	padding: 17px 25px;
	background-color: #003c78;
	border-radius: 16px;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	cursor: pointer;
}
.socios-header .icon {
	padding-right: 10px;
}
.socios-header[aria-expanded="false"] img.icon {
	content: url('../img/plus.svg');
}
.socios-header[aria-expanded="true"] img.icon {
	content: url('../img/minus.svg');
}

.socios-body {
	padding: 35px;
}
.socios-body .card {
	border: none;
	margin-bottom: 20px;
}
.socios-body .card:last-child {
	margin-bottom: 0;
}
.socios-body .card-title {
	margin-bottom: 10px;
	color: #003c78;
	font-size: 20px;
	font-weight: 600;
}
.socios-body .card-text {
	color: #666;
	font-size: 16px;
}
#socios_socios .divisor {
	height: 2px;
	margin: 60px 0;
	background-color: #666;
}
@media (max-width: 767.98px) {
	.socios-body img {
		max-width: 170px;
	}
}

@media (min-width: 992px) {
	.section-socios {
		margin-top: -50px;
	}
}
@media (min-width: 1200px) {
	.section-socios {
		margin-top: -35px;
	}
}
@media (min-width: 1400px) {
	.section-socios {
		margin-top: -20px;
	}
}

/* footer */
footer {
	padding-top: 83px;
}
footer.footer-socios {
	padding-top: 13px;
}
footer .enderecos div {
	border-bottom: 1px solid #fff;
}
footer .enderecos div:last-child {
	border-bottom: none;
}
footer p {
	font-size: 16px;
}
footer #contact-box a {
	color: #fff;
	text-decoration: none;
}
footer .copyright, footer .copyright a {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
}
footer .copyright a {
	text-underline-offset: 3px;
}
@media (max-width: 767.98px) {
	footer #contact-box {
		margin-bottom: 20px;
	}
	footer .enderecos div:first-child {
		border-bottom: none;
	}
	footer .enderecos div:nth-child(2) {
		padding-bottom: 20px;
	}
	footer .enderecos {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	footer #contact-box, footer .copyright { padding-left: 40px; }
}
@media (min-width: 992px) {
	footer #contact-box, footer .copyright { padding-left: 60px; }
}
@media (min-width: 1200px) {
	footer #contact-box, footer .copyright { padding-left: 99px; }
}
@media (min-width: 1400px) {
	footer #contact-box, footer .copyright { padding-left: 135px; }
}