/** Enable HTML5 for older browsers
================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* FONTS
================================================== */
@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Thin.woff2") format("woff2"), url("../assets/fonts/Campton-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-ThinItalic.woff2") format("woff2"), url("../assets/fonts/Campton-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Campton-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-ExtraLightItalic.woff2") format("woff2"), url("../assets/fonts/Campton-ExtraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Light.woff2") format("woff2"), url("../assets/fonts/Campton-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-LightItalic.woff2") format("woff2"), url("../assets/fonts/Campton-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Book.woff2") format("woff2"), url("../assets/fonts/Campton-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-BookItalic.woff2") format("woff2"), url("../assets/fonts/Campton-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Medium.woff2") format("woff2"), url("../assets/fonts/Campton-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-MediumItalic.woff2") format("woff2"), url("../assets/fonts/Campton-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-SemiBold.woff2") format("woff2"), url("../assets/fonts/Campton-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-SemiBoldItalic.woff2") format("woff2"), url("../assets/fonts/Campton-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Bold.woff2") format("woff2"), url("../assets/fonts/Campton-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Campton-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Campton-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-ExtraBoldItalic.woff2") format("woff2"), url("../assets/fonts/Campton-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-Black.woff2") format("woff2"), url("../assets/fonts/Campton-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Campton';
	src: url("../assets/fonts/Campton-BlackItalic.woff2") format("woff2"), url("../assets/fonts/Campton-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}



/* GERAL
================================================== */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: 'Campton';
	font-weight: 400;
}

a {
	text-decoration: none
}

a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

img {
	max-width: 100%;
	display: inline-block;
}

p,
p strong,
li,
li strong {
	font-size: 21px;
	font-family: "Campton";
	color: #666666;
}

p strong,
li strong {
	font-family: "Campton";
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;

	position: relative;
	z-index: 99;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

h1,
h2,
h3,
h4,
strong {
	font-family: "Campton";
}

h2,
h3 {
	color: #136c9d;
	font-style: italic;
	font-size: 55px;
	line-height: 58px;
}

h3 {
	font-size: 40px;
	line-height: 43px;
}

.btn {
	display: flex;
	align-items: center;
	background: #17ca74;
	padding: 14px 15px;
	width: fit-content;
	font-weight: 800;
	border-radius: 10px;
	border-bottom: 6px solid #099e57;

	text-transform: uppercase;
	font-family: "Campton";
	font-size: 18px;
	color: #fff;
	line-height: 21px;
}

.btn i {
	font-size: 26px;
	margin-right: 7px;
}

.btn-big {
	padding: 20px 30px;
	border-radius: 20px;
	border-bottom: 4px solid #099e57;
	font-size: 25px;
	line-height: 31px;
}

.btn-border {
	color: #136c9d;
	background: transparent;
	border: 2px solid #136c9d;
}

a:hover.btn {
	transform: scale(1.1);

	-webkit-box-shadow: 0 24px 41px rgba(0, 0, 0, .3), 0 9px 22px rgba(0, 0, 0, .06) !important;
	box-shadow: 0 24px 41px rgba(0, 0, 0, .3), 0 9px 22px rgba(0, 0, 0, .06) !important;
}

ul {
	margin: 30px 0;
}

li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

li:after {
	display: block;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 17px;
	color: #26d9f0;

	position: absolute;
	left: 0;
	top: 0;
}

.text-right {
	text-align: right;
}

.padding {
	padding: 90px 0;
}

.coluna_menor {
	width: 30%;
}

.coluna_texto {
	width: 62%;
}

/* INFO TOPO
================================================== */
.aviso {
    background: #ffffff;
    padding: 20px 0;
}

.aviso p {
    color: var(--primario_1);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 50px; */
    letter-spacing: 1.54px;
    text-align: center;
}

.aviso .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
	width: 100% !important;
}

.aviso .container::before, .aviso .container::after {
    background: url(/creditopessoal/Documents/images/alert-circle.svg);
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
}

@media screen and (max-width: 992px) {

    .aviso {border-bottom: 4px solid var(--secundario_1);}

    .aviso p {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.5px;
        letter-spacing: 0.77px;
        width: 90%;
    }

    .aviso .container::before {
        width: 32px;
        height: 32px;
        background-size: cover;
    }

    .aviso .container::after {display: none;}
}


/* HEADER
================================================== */
header {
	background: url(../images/bg_bannner.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

header:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;

	background: url(../images/mercantil_modelo.png) no-repeat center bottom;

	position: absolute;
	bottom: -8px;
}

.logo {
	padding: 50px;
	justify-content: flex-end;
}

.logo img {
	width: 220px;
}

header .container {
	align-items: center;
}

.banner_texto {
	width: 30%;
}

.banner_texto li,
.banner_texto li strong {
	font-size: 16px;
}

.banner_texto li strong {
	font-weight: 700;
}

.banner_titulo {
	width: 44%;
}

.banner_titulo strong {
	font-weight: 600;
	font-size: 16px;
}

.banner_img {
	width: 40%;
}

header * {
	color: #fff !important;
}

.banner_titulo h1 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 40px;
	font-family: "Campton";
	letter-spacing: 4px;
	font-weight: 800;
	line-height: 1.7;
}

.banner_titulo h1 strong {
	display: block;
	color: #20c4f0 !important;
	font-size: 125px;
	line-height: 70px;
	font-weight: 800;
	margin-bottom: -40px;
	font-family: "Campton";
}

.banner_titulo h1 strong small {
	color: #20c4f0 !important;
	font-family: "Campton";
	font-size: 30px;
	letter-spacing: 0px;
}

.banner_titulo p {
	text-align: right;
	font-family: "Campton";
	font-size: 18px;
	line-height: 28px;

	max-width: 370px;
	margin: 0 auto;
}

.banner_titulo p strong {
	font-family: "Campton";
}

.banner_texto .btn {
	width: 100%;
}

.btn_banner_info {
	display: block;

	background-color: #20c4f0 !important;
	color: white;
	width: max-content;
	text-align: center;
	font-family: "Campton";

	font-size: 14px !important;
	font-weight: 500;

	padding-inline: 1rem;
	padding-block: .4rem;
	border-radius: 10px;
	margin: 15px auto 1rem;
}

.btn_banner_info:hover {
	text-decoration: underline;
}

/* VANTAGENS
================================================== */
.vantagens h2 {
	max-width: 280px;
	color: #174d9d;
}

.vantagens .coluna_menor {
	display: flex;
	justify-content: flex-end;
}

.icones_container {
	margin-bottom: 40px;
}

.icone_item {
	width: 25%;
	padding: 0px 10px 30px 10px;
	text-align: center;
}

.icone_item p {
	width: 100%;
	margin-top: 10px;
	font-family: "Campton";
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

#contratacao {
	background: #1ab1da;
	color: white;
	padding-top: 2rem;
	padding-bottom: 16rem;
}

#contratacao h2 {
	color: white;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	font-style: normal;
	margin-bottom: 2rem;
	font-family: "Campton";
}

#contratacao .box {
	display: flex;
	justify-content: center;
}

#contratacao .box .cc {
	width: 240px;
	position: relative;
}

#contratacao .box .cc::after {
	content: '';
	background: url(../images/arrow.png) no-repeat;
	width: 20px;
	height: 30px;
	position: absolute;
	right: -20px;
	top: 20%;
}

#contratacao .box .cc:last-child::after {
	display: none;
}

#contratacao .box .cc .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;

}

#contratacao .box .cc .img img {
	text-align: center;

}

#contratacao .box .cc .tt {
	width: 210px;
	text-align: center;
}

#contratacao .box .cc .tt strong,
#contratacao .content_fazer .box .cc strong {
	color: #164194;
}

#contratacao .content_fazer {
	margin-top: 4rem;
}

#contratacao .content_fazer h2 {
	font-size: 28px;
	font-weight: bold;
	color: #174d9d;
	text-align: center;
	position: relative;
}

#contratacao .content_fazer h2:after {
	content: '';
	top: 0;
	height: 2px;
	width: 20px;
	background-color: white;
	border-radius: 20px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
}

#contratacao .content_fazer .box {
	position: relative;
	justify-content: space-between;
	padding-top: 3rem;
}

#contratacao .content_fazer .box:after {
	content: '';
	height: 4px;
	width: 85%;
	background: white;
	position: absolute;
	top: 11%;
	left: 50%;
	transform: translate(-50%);
}

#contratacao .content_fazer .box .cc {
	width: 140px;
	text-align: center;
	padding-top: 1rem;
}

#contratacao .content_fazer .box .cc:after {
	background: #174d9d;
	display: block;
	left: 50%;
	top: -40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transform: translate(-50%);
	z-index: 2;
}

#contratacao .content_fazer .box .cc:first-child:after,
#contratacao .content_fazer .box .cc:last-child:after {
	z-index: 2;
}

#contratacao .content_fazer .box .cc:before {
	content: '';
	position: absolute;
	background: white;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	left: 50%;
	transform: translate(-50%);
	top: -28px;
	z-index: 3;
}





/* SEGURANCA
================================================== */
.seguranca {
	background: #e1e1e1;
	padding-bottom: 4rem;
	border-bottom: 8px solid #164194;
}

.titulo_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.seguranca .coluna_texto {
	width: 62%;
	padding: 0 4rem;
	margin: 8rem 0 0;
}

.seguranca .coluna_texto p {
	font-size: 16px;
}

.titulo_container h3 {
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	color: #184d9d;
	font-family: "Campton";
}

.titulo_container i {
	color: #3ab54a;
	font-size: 90px;
	margin-right: 30px;
}

.titulo_container h3 {
	width: calc(100% - 120px);
}

.seguranca .coluna_menor {
	text-align: center;
	margin: 8rem 0 0;
}

.seguranca p {
	margin: 40px 0;
}

.sobre_mercantil {
	background: #164194;
	padding: 18px 60px;
	border-radius: 10px;
	align-items: center;
	font-size: 16px;
	width: 92%;
	margin: -12rem auto 0;
}

.sobre_mercantil ul li {
	color: white;
	font-size: 16px;
}

.sobre_mercantil .text_mercantil {
	width: 68%;
	font-size: 16px;
}

.sobre_mercantil .text_mercantil a {
	color: #1ab1da;
	font-size: 16px;
	text-decoration: underline;
}

.sobre_mercantil_logo {
	width: 30%;
	text-align: center;
}

.sobre_mercantil p {
	font-size: 16px;
	color: #fff;
}

#faq {
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-family: "Campton";
}

#faq h2 {
	text-align: center;
	font-size: 40px;
	color: #164194;
	margin-bottom: 3rem;
	font-family: "Campton";
	font-style: normal;
	font-weight: 700;
}

.wrapper {
	height: 100%;
	position: relative;
	z-index: 9;

}

.block__item {
	margin-bottom: 20px;
}

.block__title {
	text-transform: none;
	position: relative;
	padding-left: 30px;
	background: #e1e1e1;
	border-radius: 18px;
	cursor: pointer;
	color: #666666;
	min-height: 80px;
	height: auto;
	font-weight: 400;
	font-size: 20px;
	transition: color .4s ease;
	display: flex;
	align-items: center;
	padding-right: 10rem;

}

.block__title.active {
	color: #666666;
}

.block__title:hover {
	color: #009aeb;
}

.saiba {
	color: white;
	background: #009aeb;
	font-weight: 400;
	border-radius: 50px;
	padding: 10px 26px;
	display: inline-block;

}

.block__title::before,
.block__title::after {
	content: "";
	width: 19px;
	height: 7px;
	background-color: #184d9d;
	position: absolute;
	top: 37px;
	transition: all 0.3s ease 0s;
}

.numb {
	margin-right: 2rem;
	font-size: 18px;
	color: #164194;
}

.block__title:before {
	transform: rotate(40deg);
	right: 30px;
}

.block__title::after {
	transform: rotate(-40deg);
	right: 40px;
}

.block__title.active::before,
.block__title.active::after {
	background-color: #009aeb;
}

.block__title.active::before {
	transform: rotate(-40deg);
}

.block__title.active::after {
	transform: rotate(40deg);
}

.block__text {
	display: none;
	padding: 10px 31px;

}

/* WHATSAPP FLUTUANTE
================================================== */
.whatsapp_flutuante {
    position: fixed;
    right: 4%;
    bottom: 4%;
    border-bottom: 0;
    border-radius: 60px;
	width: 70px;
    height: 70px;
	z-index: 999;
}

.whatsapp_flutuante svg {
	margin: auto !important;
	width: 34px !important;
}

/* FOOTER
================================================== */
footer {
	background: #184d9d;
}

footer .container {
	align-items: center;
}

.footer_mercantil,
.footer_ajuda {
	width: 40%;
}

.footer_mercantil {
	text-align: center;
}

footer * {
	color: #fff;
}

footer h4 {
	font-style: italic;
	font-size: 32px;
	font-weight: 700;
}

footer p {
	font-style: italic;
	font-size: 14px;
}

.btn_footer {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 30px 0;
	padding: 10px 20px 10px 90px;
	font-weight: 500;
	position: relative;
	border-radius: 0 10px 10px 0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Campton";

	background: rgb(98, 219, 101);
	background: linear-gradient(180deg, rgba(98, 219, 101, 1) 0%, rgba(65, 144, 66, 1) 100%);
}

.btn_footer i {
	font-size: 33px;
	margin-right: 10px;
}

.btn_footer:before {
	display: block;
	content: "";
	width: 80px;
	height: 82px;

	background: url(../images/mel.png);
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-whatsapp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #17ca74;
	border-radius: 13px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin: 30px 0 15px;
	font-size: 26px;
	overflow: hidden;
	text-decoration: none;
}

.footer-whatsapp .fab {
	font-size: 45px;
	margin: 0 30px;
}

.footer-whatsapp img {
	width: 120px;
}

a:hover.btn_footer {
	transform: scale(1.1);

	-webkit-box-shadow: 0 24px 41px rgba(0, 0, 0, .3), 0 9px 22px rgba(0, 0, 0, .06) !important;
	box-shadow: 0 24px 41px rgba(0, 0, 0, .3), 0 9px 22px rgba(0, 0, 0, .06) !important;
}

.social {
	margin: 30px 0;
	justify-content: center;
}

.social a {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 40px;
	border-radius: 100px;
	margin: 5px;
}

.social a i {
	font-size: 20px;
}

.social_facebook {
	background-color: #4267b1;
}

.social_instagram {
	background: #f09433;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social_linkedin {
	background-color: #0966c2;
}

.social_youtube {
	background-color: #ff0000;
}

.social_tiktok {background-color: #000000;}

/* MODAL
================================================== */
#modal_generico {
	text-align: center;
}

#modal_generico .box.whats {
	background: white;
	color: #29d166;
	font-weight: bold;
	text-align: center;
	padding: 2rem;
	border-radius: 10px;
	width: 227px;
	border: 1px solid #29d166;
	transition: all .4s ease;
}
#modal_generico .box.whats:hover{
	background: #29d166;
}
#modal_generico .box.whats:hover .img.whats svg .st0{
	fill: white;
}


#modal_generico .box.whats:hover span{
	color: white;
}

#modal_generico .box.whats .img.whats svg{
	width: 60px;
}
#modal_generico .box.whats .img.whats svg .st0 {
    fill: #29D166;
}
#modal_generico .box.whats span{
	color: #29d166;
}
#modal_generico .box.contato{
	transition: all .4s ease;
}

#modal_generico .box.contato .img.esp svg{
	width: 60px;
}
#modal_generico .box.contato .img.esp svg .st0 {
    fill: #184d9d;
}

#modal_generico .box.contato:hover{
	background: #184d9d;
}
#modal_generico .box.contato:hover .img.esp svg .st0 {
    fill: white;
}
#modal_generico .box.contato:hover span{
	color: white;
}

@media(max-width:466px) {
	#modal_generico .box.whats {
		margin-bottom: 1rem;
	}
}

#modal_generico .box.whats a {
	color: white;
}

#modal_generico .box.contato a {
	color: #184d9d;
}

#modal_generico .center {
	justify-content: space-around;
}

#modal_generico .box.whats span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#modal_generico .box.contato {
	background: white;
	border: 1px solid #184d9d;
	font-weight: bold;
	text-align: center;
	padding: 2rem;
	border-radius: 10px;
	width: 227px;
}

#modal_generico .box.contato span {
	display: block;
	font-size: 18px;
	color: #184d9d;
	font-weight: bold;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;

	display: none
}

.modal_container {
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.modal_content {
	width: 90%;
	max-width: 860px;
	background: #fff;
	border-radius: 20px;
	padding: 60px;
	position: relative;

	-webkit-box-shadow: 0 24px 41px rgba(0, 0, 0, .6), 0 9px 22px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 24px 41px rgba(0, 0, 0, .6), 0 9px 22px rgba(0, 0, 0, .1) !important;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.modal-close i {
	font-size: 20px;
}

.modal h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.modal p {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 30px 0;
}

.modal input, .modal select {
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 10px;
	border: 1px solid #46b270;
	margin-bottom: 10px;
	padding: 0 15px;
}

.modal-submit {
	cursor: pointer;
	width: auto !important;
	border-radius: none;
	margin: 0 !important;
}

.modal form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}


/* MODAL INFOS
================================================== */
.modal_infos_content {
	width: 43%;
}

.modal_infos_content h2 {
	margin: 0 0 10px 0;
}

.modal_infos_content p {
	line-height: 24px;
}

.modal_hr {
	width: 2px;
	background: #d3d3d3;
}

.modal_infos_content .btn {
	font-size: 14px;
	width: 100%;
	justify-content: center;
}

.cc-window.cc-banner {
	width: 20% !important;
	display: block !important;
	padding: 1.6em 1.8em !important;
}

.cc-window.cc-banner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.cc-banner .cc-message {
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}

.cc-compliance {
	flex-direction: column !important;
}

/* MOBILE
================================================== */
@media(min-width:981px) {
	.slider {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {

	h3 {
		font-size: 34px;
		line-height: 36px;
	}

	.logo {
		justify-content: center;
		padding: 30px;
	}

	.logo img {
		width: 180px;
	}

	header {
		padding-bottom: 40px;
	}

	.modal_hr,
	header:after {
		display: none;
	}

	.padding {
		padding: 40px 0;
	}

	.modal_infos_content,
	.footer_mercantil,
	.footer_ajuda,
	.sobre_mercantil_logo,
	.sobre_mercantil p,
	.icone_item,
	.coluna_menor,
	.coluna_texto,
	.banner_texto,
	.banner_titulo {
		width: 100%;
	}

	.banner_titulo {
		margin-bottom: 60px;
	}

	.banner_titulo p {
		max-width: 100%;
		text-align: center;
	}

	.sobre_mercantil p,
	.vantagens .coluna_texto p,
	.banner_texto p {
		text-align: center;
	}

	.btn {
		margin: 0 auto;
	}

	li {
		/*background: rgba(0,0,0,0.3);*/
		padding: 7px 10px 10px 60px;
		margin-bottom: 5px;
	}

	li:after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #20c4f0;
		content: "\f00c";

		border-radius: 100px;

		text-align: center;
		color: #196382;

		top: 5px;
	}

	.vantagens h2 {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.vantagens .coluna_menor {
		justify-content: center;
		text-align: center;
	}

	.icone_item {
		margin-bottom: 15px;
	}

	.seguranca .btn,
	.seguranca .coluna_menor {
		display: none;
	}

	.sobre_mercantil {
		margin-top: 0;
		padding: 40px;
	}

	.footer_mercantil {
		margin-top: 60px;
	}

	.btn {
		justify-content: center;
	}

	.modal_infos_content {
		margin-bottom: 60px;
	}

	.modal_infos_content:last-child {
		margin-bottom: 0;
	}

}

@media screen and (max-width:768px) {

	.sobre_mercantil .text_mercantil,
	.seguranca .coluna_texto {
		width: 100%;
	}

	.titulo_container i {
		font-size: 65px;
	}

	.block__title {
		font-size: 16px;
		padding-right: 3rem;
		padding: 22px 29px 22px 12px;
	}

	.block__title:before {
		transform: rotate(40deg);
		right: 15px;
	}

	.block__title::after {
		transform: rotate(-40deg);
		right: 24px;
	}

	.block__text {
		padding: 10px 0 10px 1rem;
	}

	#faq h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 28px;
		line-height: 30px;
	}

	#contratacao .box {
		display: block;
	}

	#contratacao .box .cc::after {
		display: none;
	}

	#contratacao .box .cc {
		margin: 0 auto 2rem;
	}

	#contratacao .box .cc .tt {
		width: 100%;
	}

	#contratacao .content_fazer .box {
		display: block !important;
	}

	#contratacao .content_fazer .box.hide_mobile {
		display: none !important;
	}

	.slider {
		position: relative;
	}

	#contratacao .slider .cc_ .img {
		width: 50px;
		height: 50px;
		border-radius: 100%;
		border: 0;
		background-color: #164194;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 1rem;
	}

	#contratacao .slider .cc_ .tt {
		text-align: center;
	}

	.slick-list {}

	.slider li:after {
		display: none;
	}

	.slider .slick-dots {
		bottom: -50px;
	}

	.slider .slick-dots li button {
		width: 10px;
		height: 10px;
		border-radius: 100px;
		border: 1px solid #164194;
	}

	.slider .slick-dots li.slick-active button {
		background-color: #164194;
	}

	.slick-dots li button:before {
		display: none;
	}

	#contratacao .slider .cc_ {
		position: relative;
	}

	#contratacao .slider .cc_:after {
		content: '';
		height: 4px;
		width: 73%;
		background: white;
		position: absolute;
		top: 12%;
		right: 0;
		transform: translate(50%);
		/* display: none; */
	}

}

@media screen and (max-width: 500px) {
	.slick-cloned {
		opacity: 0;
	}

	.banner_titulo h1 {
		font-size: 46px;
		letter-spacing: 0;
	}

	.banner_titulo h1 strong {
		font-size: 70px;
		margin-bottom: -20px;
	}

	.sobre_mercantil {
		padding: 40px 20px;
		margin: -10rem 0 0px;
		width: 100%;
	}

	.btn_footer {
		flex-wrap: wrap;
		line-height: 30px;
		font-size: 18px;
		width: 100%;
	}

	.btn_footer i {
		margin-right: 10px;
		margin-left: 10px;
	}

	.cc-window.cc-banner {
		width: 100% !important;
	}

	#contratacao .content_fazer h2 {
		padding-top: 2rem;
		line-height: 1.2;
	}

	.footer-whatsapp {
		border-radius: 15px;
		font-size: 14px;
	}

	.footer-whatsapp .fab {
		font-size: 33px;
		margin: 0px 19px;
	}

	.seguranca .coluna_texto {
		padding: 0;
	}

	.titulo_container h3 {
		font-size: 26px;
	}
}


/* INDEX B - GERAL
================================================== */
.index_b * {
	font-family: 'Campton' !important;
	font-style: initial;
}

.fab {font-family: "Font Awesome 5 Brands" !important;}

.fa, .far, .fas {font-family: "Font Awesome 5 Free" !important;}

.index_b .btn {
	font-size: 22px;
	line-height: 50px;
    font-weight: 700;
    font-style: inherit;
    text-transform: none;
}

.index_b .btn-whatsapp svg {
	width: 39px;
	margin-right: 10px;
}

.mb_30 {margin-bottom: 20px;}

/* HEADER
================================================== */
.index_b header {
	background: none;
    padding-bottom: 0;
}

.index_b header::after {display: none;}

.index_b .headerMenu {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    width: 100%;
    z-index: 20;
}

.index_b .navbar-brand {padding: 20px 20px 20px 0;}

/* INFO TOPO
================================================== */
.info_topo {
    background: #0B4195;
    padding: 15px;
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.info_topo .container {
	display: flex;
	align-items: center;
    justify-content: center;
}

.info_topo h3, .info_topo span  {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.info_topo span {font-weight: 400;}

.info_topo svg {
	margin-right: 15px;
	width: 45px;
	height: 40px;
}

/* BANNER
================================================== */
.index_b .hero-bg {
    background: #3ABFF1;
	padding-top: 70px;
    position: relative;
}

.index_b .hero-bg:after {
    background-image: url('assets/img/hero-bg-desktop.png');
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.index_b #headerBar, .index_b #hero {
    position: relative;
    z-index: 99;
}

.hero {
    padding-top: 0px;
    position: relative;
}

.hero h1, .hero h1 strong {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 30px;
}

.hero h1 strong {
	margin-bottom: 0;
	max-width: unset;
	font-weight: 700;
}

.hero h1 img {
    margin-left: 20px;
}

.hero-title {
	position: relative;
	width: fit-content;
}

.hero-title::before {
	content: '';
	display: block;
	position: absolute;
	width: 102%;
	height: 80%;
	background: #0B4195;
	z-index: -1;
	bottom: 0;
	left: -1%;
}

.index_b .hero strong {display: inline;}

.hero-title strong {
    font-size: 60px;
    display: block;
}


.hero-title {
	color: #fff;
    font-weight: 700;
    font-size: 73px;
}

.hero-title .border_text {
    color: #184d9d;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-shadow: 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0px 0 #ffffff, 0px -1px 0 #ffffff;
    z-index: -1;
}

.hero-title .border_text::before {z-index: -2;}

.hero-title .border_text:last-child {
    bottom: -30px;
    opacity: .13;
    z-index: -2;
}

.hero-title .border_text:last-child::before {z-index: -3;}

.hero-subtitle {
    color: #0B4195;
    font-size: 18px;
    margin: 12px 0;
    font-weight: 500;
	max-width: 490px;
	line-height: 1.8;
}

.hero-ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.hero-ul li {
    position: relative;
    height: auto;
    font-size: 16px;
    line-height: initial;
    color: #000;
    background: #ffffff;
    border-bottom: 2px solid #707070;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 20px;
    width: 32%;
    margin-bottom: 20px;
}

.hero-icon {width: 54px;}

.hero-ul li::after {display: none;}

.hero-ul li p, .hero-ul li strong {
	font-size: 18px;
	color: #000;
}

.hero-ul li strong {font-weight: 700;}

.hero-text {color: #ffffff;}

.img-hero {
    position: absolute;
    bottom: 0;
    right: -4%;
	z-index: -1;
}

.hero .btn-whatsapp {margin: 40px 0;}

@media screen and (max-width: 992px) {
	.info_topo .container {width: 100%;}

	.info_topo h3, .info_topo span {
		font-size: 14px;
		line-height: 1.4;
	}

	.info_topo svg {
		width: 60px;
		margin-right: 10px;
	}
	
	.navbar-brand {
		margin: auto;
		display: block;
	}

	.hero .container {
		display: flex;
		flex-direction: column;
	}

	.hero h1, .hero h1 strong {font-size: 22px;}

	.hero h1 {margin-bottom: 15px;}

	.hero-title {font-size: 52px;}

	.img-hero {
		position: relative;
		right: 0;
		max-width: 100%;
		height: auto;
	}

	.row_btn {order: 2;}

	.hero-ul {margin-top: 0;}

	.hero-ul li {
		width: 100%;
		margin-bottom: 5px;
	}

	.index_b .btn {font-size: 18px;}

	.index_b .btn-whatsapp svg {width: 32px;}
}

.whats_mobile{
	display: none;
}

.hidden {
	display: none !important;
}

.form-banco-beneficio {
	margin-bottom: 10px;
}