/* FONTES
================================================== */
@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
================================================== */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

ol,
ul {list-style: disc;}

li::marker {color: #2FD3F9;}

body, button {font-family: 'Campton';}

body{overflow-x: hidden;}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: var(--bs-body-color);
}

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;
}

strong {color: unset;}

img{max-width: 100%;}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn-whatsapp.white:hover {color: #212529;}

.btn-whatsapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #17ca74;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 0px 1px #099e57;
    box-shadow: 0px 4px 0px 1px #099e57;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 10px;
    width: 100%;
    margin: 60px 0;
    max-width: 350px;
    position: relative;
}

.btn-whatsapp svg {
    height: 40px;
    margin-right: 15px;
}

.btn-whatsapp path {
    fill: #ffffff;
}

.btn-whatsapp:hover path {
    fill: #212529 !important;
}

.btn-whatsapp.white path {
    fill: #17ca74;
}

.btn-whatsapp.white {
    background-color: #fff;
    color: #17ca74;
    margin: 0 auto;
    max-width: 350px;
}

.text-white {color: #ffffff !important;}

.relative {position: relative;}

.section {
    padding: 90px 0;
}

.section-title {
    color: #184d9d;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-top: 40px
}

.section-text {
    color: #666666;
    line-height: 25px;
    font-size: 18px;
}

.section-text p {color: #666666;}

.section strong.blue {
    color: #2fd3f9;
    font-size: 20px;
}

.container {
	max-width: 1320px;
	width: 90%;
	margin:0 auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap {flex-wrap: wrap;}

.d-lg-none {display: none;}
.d-lg-block {display: block !important;}

.justify-content-center {justify-content: center;}
.justify-content-space-evenly {justify-content: space-evenly;}
.justify-content-end {justify-content: flex-end;}
.justify-content-start {justify-content: flex-start;}
.align-items-start {align-items: flex-start;}

.section-blue {background-color: #184d9d;}
.section-gray {background-color: #efefef;}

.text-center {text-align: center;}
.text-lg-start {text-align: left !important;}

.relative {position: relative;}

.padding {padding: 100px 0;}
.padding_70 {padding: 70px 0;}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.mt-1 {margin-top: 0.25rem !important;}

.mb-60 {margin-bottom: 60px;}
.mb-40 {margin-bottom: 40px;}
.mb-30 {margin-bottom: 30px;}
.mb-20 {margin-bottom: 20px;}
.mb-15 {margin-bottom: 15px !important;}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.z_1 {z-index: 1;}
.z_10 {z-index: 10;}

.width_100 {width: 100%;}
.width_85 {width: 85%;}
.width_80 {width: 80%;}
.width_66 {width: 66%}
.width_60 {width: 60%}
.width_57 {width: 57%}
.width_50 {width: 50%}
.width_49 {width: 49%}
.width_42 {width: 42%}
.width_41 {width: 41%}
.width_33 {width: 33%}
.width_32 {width: 32%}
.width_29 {width: 29%;}
.width_25 {width: 25%;}

.whatsapp-linkk {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    background-color: #189d0e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 55px;
    z-index: 9999999999;
}

.whatsapp-linkk svg {fill: #fff;}

.modal-submit {max-width: 100% !important;}

.btn-whatsapp.bter {display: none !important;}

.br_mobile {display: none;}

#voltar_ao_topo {display: none;}

#voltar_ao_topo.show {display: block;}

/* HEADER
================================================== */
.headerMenu {
    
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    width: 100%;
    z-index: 20;
}

.mercantil_logo {
    position: absolute;
    right: 4%;
    top: 0;
}

/* BANNER
================================================== */
.hero-bg {
    background: linear-gradient(102.86deg, #118787 0%, #4C47A1 101.63%);
    position: relative;
    padding-top: 40px;
}

.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%;
}

#headerBar, #hero {
    position: relative;
    z-index: 99;
}

.hero {
    padding-top: 30px;
    position: relative;
}

.hero h1 {
    color: #2FD3F9;
    font-size: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 900;
    filter: drop-shadow(3px 4px 0px #234398);
    width: fit-content;
    position: relative;
}

.titulo_siape {
    margin-bottom: 40px;
    width: fit-content;
}

.siape {
    font-size: 44px;
    position: absolute;
    bottom: -25px;
    right: 17px;
    color: #ffffff;
    filter: none;
    font-weight: 700;
    font-style: italic;
}

.hero-title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
}

.hero-title strong {
    color: #2FD3F9;
    display: block;
}

.hero-title span {color: #ffffff;}

.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: #fff;
    font-size: 18px;
    margin: 12px 0;
    font-weight: 500;
}

.hero-subtitle span {color: #2FD3F9;}

.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;
}

.b .hero-ul li {width: 49%;}

.hero-icon {width: 54px;}

.hero-ul li svg {margin-right: 20px;}

.hero-ul li strong {display: block;}

.hero-text {color: #ffffff;}

.hero-text span {
    color: #2FD3F9;
    font-weight: 700;
}

.img-hero {
    position: absolute;
    bottom: 0;
    right: -5%;
    top: -1%;
}

.b .img-hero {
    top: unset;
    width: auto;
}

.hero .btn-whatsapp {margin: 40px 0;}

#hero .btn-mobile {display: none;}

/* COMO FUNCIONA
================================================== */
#como-funciona {padding-bottom: 0;}

#como-funciona li {color: #666666;}
/* PASSO A PASSO
================================================== */
.gb_linear {
    background: #2FD3F9;
    padding: 10px 0 50px;
}

.cont_passos_new {
    display: flex;
    justify-content: center;
}

.box_passos_new, .box_passos_new_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    width: 350px;
}

.box_passos_new:first-child {margin-right: 30px;}

.numero-colorido {color: #50DAFA;}

.box_passos_new h4 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.box_passos_new img {margin: 30px auto;}

.box_passos_new p{
    line-height: 24px;
    color: #666666;
}

.gb_linear p {margin-bottom: 0 !important;}

/* WHATSAPP
================================================== */
.section.whatsapp {background-color: #17ca74;}

.section.whatsapp .flex {
    justify-content: center;
}

.passos-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}

/* POR QUE ESCOLHER O MERCANTIL
================================================== */
#porque-o-mercantil {
    padding: 30px 0;
}

#porque-o-mercantil::after {
    position: absolute;
    background: #ffffff;
    width: 100%;
    content: '';
    display: block;
    height: 30%;
    z-index: 0;
    bottom: 0;
}

#porque-o-mercantil .flex {align-items: stretch;} 

#porque-o-mercantil .box {
    background: #164194;
    padding: 30px;
    border-radius: 15px;
}

#porque-o-mercantil .box h4, #porque-o-mercantil .box p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

/* O MERCANTIL
================================================== */
.section-border {border-bottom: 10px solid #184d9d;}

#o-mercantil {padding: 0;}

.o-mercantil {
    background-color: #164194;
    border-radius: 15px;
}

#o-mercantil img.mb-30 {
    margin-bottom: 0;
}

/* DEPOIMENTOS
================================================== */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider_depoimentos {
    overflow: hidden;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 -27px;
    padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    margin: 0 27px;
    height: inherit !important;
}

.box_depoimento {
    background-color: #164194;
    color: #fff;
    border-radius: 15px;
    padding: 30px 45px;
}

.depoimento_header {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box_depoimento h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
    width: 100%;
}

.box_depoimento h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
    width: 100%;
}

.box_depoimento p {
    color: #fff;
    line-height: 1.5;
    font-size: 17px;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 6px;
    border-radius: 13px;
    width: 60px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #a1a1a1;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots .slick-active,
.slick-dots li:hover {
    background: #2fd3f9;
}


/* CONTRATAR PELO WHATSAPP
================================================== */
.section-title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contratar-pelo-whatsapp .section-title.section-title-icon svg {
    width: 100px;
    margin-right: 20px;
}

#contratar-pelo-whatsapp .section-title.section-title-icon path {fill: #17ca74;}


/* FAQ
================================================== */
.accordion-item {
    background-color: #ffffff;
    border: 0;
    border-radius: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-counter {
    color: #184d9d;
    font-size: 25px;
    font-weight: 700;
    margin-right: 25px;
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    padding: 25px 35px;
    color: #666666;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

.accordion-button h3 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 35px;
    width: 35px;
    margin-left: auto;
    content: "";
    background-image: url(assets/img/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    right: 35px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(assets/img/chevron_up_hover.svg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.collapse:not(.show) {
    display: none;
}

.accordion-body {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 35px 20px;
}

.accordion-body p {
    font-size: 1rem;
    font-weight: 400;
}

/* FOOTER
================================================== */
.footer {padding: 90px 0 60px;}

.footer-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.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: 26px;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0 15px;
    overflow: hidden;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.footer-whatsapp svg {
    width: 45px;
    margin: 0 30px;
}

.footer-whatsapp path {fill: #ffffff;}

.footer-text {
    font-size: 14px;
    color: #ffffff;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

.footer-social li {margin-right: 30px;}

.footer-social li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
}

.footer-social svg {
    height: 20px;
    width: 20px; 
}

.footer-social path {fill: #ffffff;}

.footer-copy {color: #fff;}

.footer-facebook {background-color: #4267b1;}

.footer-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 );
}

.footer-youtube {background-color: #ff0000;}

.footer-linkedin {background-color: #0966c2;}

.footer-tiktok {background-color: #000000;}

.footer-copy {
    font-size: 16px;
    font-weight: 700;
}

/* VOLTAR AO TOPO
================================================== */
.seta {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* MODAL
================================================== */
.modal_mb{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;

    top: 0;
    left: 0;

    background:rgba(0,0,0,0.8);
    z-index: 9999999999;
}

.container_modal{
    max-width: 800px;
    width: 93%;
    margin: 0 auto;
    margin-top: 40px;

    position: relative;
}

.close_modal{
    position: absolute;
    top: 25px;
    right: 25px;

    cursor: pointer;

    width: 15px;
    z-index: 99;
}

#modal-loading{display: none}

.modal-content {
    border: 1px solid #46b270;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;

    padding:40px ;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-titulo {
    color: #184d9d;
    font-weight: 700;
    font-size: 26px;
}

.modal-texto {
    color: #878787;
    font-size: 16px;
    margin: 15px 0;
}

.modal-content .form-control {
    border: 1px solid #46b270;
    border-radius: 10px;
    height: 50px;
    color: #164194;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.modal-submit {
    background-color: #46b270;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
    margin-left: auto;
    text-transform: uppercase;
    width: 250px;
    max-width: 100% !important;
}

/* AVISO COOKIES
================================================== */
#aviso-cookies{z-index:100000;display:flex;width:100%;position:fixed;bottom:0;left:0;background-color:rgba(255,255,255,0.95);padding:20px;box-sizing:border-box;box-shadow:0 0 7px rgb(0 0 0 / 50%);justify-content:center;align-items:center}
#texto-cookies{font-family:'Open Sans', 'Arial',sans-serif;font-size:14px;margin:0 20px 0 0;line-height:1.25rem;color:#666666}
#texto-cookies * {font-family:'Open Sans', 'Arial',sans-serif;font-size:14px;line-height:1.25rem;color:#666666}
#entendi-cookies{background:#0e9a20;transition: 0.3s all ease;-o-transition: 0.3s all ease;-ms-transition:0.3s all ease;-moz-transition:0.3s all ease;-webkit-transition:0.3s all ease;color:#ffffff;text-shadow:0 1px 1px rgb(0 0 0 / 20%);border-radius: 2px;border: 1px solid rgba(0,0,0,0.1);border-bottom-color: rgba(0,0,0,0.2);font-size: 14px;padding: 6px 14px;cursor: pointer;line-height:19px}
#entendi-cookies:hover{background-color: #0a6b16;}

@media screen and (max-width: 1400px) {
    .hero-title {margin-bottom: 0px;}

    .hero-title, .hero-title span {font-size: 28px;}

    .hero-ul {margin: 10px 0 0;}

    .hero-ul li {margin-bottom: 10px;}

    .hero .btn-whatsapp {margin-top: 0px;}
}

@media screen and (max-width: 1190px) {
    .navbar-brand {
        padding: 20px;
        margin: auto;
    }

    #contratar-pelo-whatsapp .section-title.section-title-icon svg {width: 80px;}

    .hero .width_80 {width: 100%;}

    .hero-title {
        text-align: center;
        width: 100%;
    }

    .img-hero {
        display: flex !important;
        position: relative;
        width: 50%;
    }

    #hero .width_57 {
        display: flex;
        flex-direction: column;
        order: 4;
        width: 100%;
        padding: 20px 0 30px;
    }

    .b #hero .width_57 {
        order: 2;
        padding-bottom: 0;
    }

    .b #hero .width_57 a {display: none;}

    #hero .btn-mobile {
        position: relative;
        right: unset;
        top: unset;
        bottom: unset;
        left: unset;
        order: 3;
        margin: 40px 0;
        display: flex;
    }

    .width_57 > a {
        order: 2;
    }

    .hero-ul {
        margin-top: 0;
        order: 1;
        margin: auto;
    }

    .hero-subtitle {order: 1; margin-bottom: 30px;}

    .b .hero-subtitle {margin-bottom: 0;}

    .hero-text {order: 3;}

    #hero a {margin: 0 auto 10px;}

    .titulo_siape {margin: auto;}

    .hero-topicos {width: 100%;}
}

@media screen and (max-width: 992px){

    .width_85, .width_66, .width_50, .width_41, .width_33, .width_25 {width: 100%;}
    .container {width: 93%;}
    .btn-whatsapp {
        font-size: 20px;
        max-width: unset;
    }

    .btn-whatsapp .fa, .btn-whatsapp .fas, .btn-whatsapp .far, .btn-whatsapp .fal, .btn-whatsapp .fad, .btn-whatsapp .fab {
        font-size: 25px;
        margin-right: 10px;
    }

    .hero-bg:after {
        background-image: url('./assets/img/hero-bg-mobile.png');
    }

    .hero-bg {padding-top: 20px;}

    .mercantil_logo {
        display: block;
        margin: 0 auto 10px;
        position: relative;
        width: 130px;
    }

    #headerBar {
        margin-bottom: 40px;
        border-bottom: 1px solid #ffffff40;
    }
    
    .titulo_siape {
        margin: 0 auto 40px;
    }

    .hero h1 {
        font-size: 43px;
        line-height: 36px;
        text-align: center;
    }

    .siape {
        bottom: -16px;
        font-size: 27px;
    }

    .img-hero {right: unset;}

    .b .img-hero {width: 70%;}

    .hero {padding-top: 0px;}
    .hero .container.flex {flex-direction: column;}
    .hero .container .width_66 {order: 1;}
    .hero-title {margin-top: 20px;}
    .hero-title, .hero-title span {font-size: 24px;}

    .hero img {
        top: 0px;
    }

    .foto-hero {
        width: auto;
        order: 2;
    }

    .hero-topicos {
        order: 3;
    }

    .gb_linear {padding: 50px 0;}

    .gb_linear .container {
        width: 90%;
    }

    .section.whatsapp .flex {flex-direction: column;}

    .passos-title {
        margin-bottom: 20px;
        text-align: center;
    }

    #contratar-pelo-whatsapp .flex, #o-mercantil .flex {flex-direction: column;}

    .section-title-icon {align-items: flex-start;}

    #porque-o-mercantil .flex {flex-wrap: wrap;}

    #porque-o-mercantil .box {
        margin-bottom: 30px;
        width: 100%;
    }

    #porque-o-mercantil .box:last-child {margin-bottom: 0;}

    .o-mercantil {padding: 30px;}

    #o-mercantil img.mb-30 {
        margin: 0 auto 30px;
        display: block;
    }

    .faq.section {padding-bottom: 30px;}

    .accordion-button {padding: 25px 15px;}

    .accordion-button h3{
        color: #666666;
        font-size: 16px;
        width: calc(80% - 30px);
    }

    .section-title {    
        font-size: 28px;
        line-height: 34px;
        margin-top: 0;
    }

    .section-text {font-size: 16px;}

    .footer .flex {flex-direction: column;}

    .footer-title {
        font-size: 28px;
        text-align: center;
    }

    .footer-text {
        font-size: 12px;
        text-align: center;
    }

    .footer-whatsapp {
        font-size: 15px;
    }

    .footer-whatsapp img {
        width: 100px;
        height: auto;
    }

    .btn-whatsapp svg {
        width: 25px;
        margin: 0 15px;
    }

    .footer-logo {
        margin: 20px auto 0;
    }

    .footer-social {
        margin: 30px 0;
        justify-content: center;
    }

    .footer-social li:last-child {margin-right: 0;}

    .footer-copy {
        font-size: 14px;
        text-align: center;
    }

    .footer-copy .d-lg-none {
        display: block;
    }

    .hero h1 {text-align: center;}

}

@media screen and (max-width: 900px){
    .btn-whatsapp.bter {
        position: fixed !important;
        bottom: -53px !important;
        width: 90% !important;
        display: flex !important;
        right: 20px !important;
        z-index: 1050;
    }

    .footer {padding: 90px 0 120px;}

    .whatsapp-linkk {
        display: flex;
    }

    .seta {
        position: fixed;
        bottom: 90px;
        right: 0;
        z-index: 99999999;
    }


}

@media screen and (max-width: 768px){
    #contratar-pelo-whatsapp .section-title.section-title-icon svg {width: 180px;}

    .cont_passos_new {display: block;}

    .box_passos_new, .box_passos_new_mob {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 720px){

    .hero-ul li, .b .hero-ul li {width: 100%;}
    
    .accordion-button::after {margin-left: auto;}
}

@media screen and (max-width: 550px){
    #contratar-pelo-whatsapp .section-title {
        font-size: 22px;
        line-height: 28px;  
    }

    #contratar-pelo-whatsapp .section-title.section-title-icon svg {width: 80px;}
}

@media screen and (max-width: 500px){
    .hero-title {width: fit-content;}

    .hero-title strong {
        font-size: 24px;
        display: inline;
    }

    .hero-title span {font-size: 28px;}

    .br_mobile {display: block;}

    #contratar-pelo-whatsapp .section-title.section-title-icon svg {width: 150px;}
}


@media screen and (min-width: 576px) {
    .container, .container-sm {max-width: 540px;}
}

@media screen and (min-width: 768px) {
    .container, .container-sm, .container-md {max-width: 720px;}
}

@media screen and (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {max-width: 960px;}
}

@media screen and (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;}
}

@media screen and (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {max-width: 1320px;}
}

@media screen and (min-width: 1420px) {
    .b .img-hero {width: unset;}

    .img-hero {
        max-height: 100%;
        width: auto;
    }
}