@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.container-fluid {
	padding: 0;
}

/* BASE */
p {
    font-size: 14px;
    line-height: 25px;
    color: #3D3D3D;
    margin-bottom: 1.5rem;
    letter-spacing: 0.06px;
}
p span {
    font-weight: 600;
}
div, h1, h2, h3, h4, h5, h6, p, span, li, button, a,
input, label, select, td, th, strong {
    font-family: 'Lexend', sans-serif !important;
}

/* Header */

#header-sticky {
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
	position: fixed;
	top: 0;
	z-index: 2;
	box-shadow: 0px 4px 24px 0px #0000001A;
}

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

.redes-sociais-header ul {
	display: flex;
	gap: 16px;
	align-items: center;
}

.ctas-header {
	display: flex;
	align-items: center;
	gap: 56px;
}

.ctas-header a {
	color: #1D1D1D;
	font-size: 16px;
	font-weight: 600;
}

#hero {
    padding-top: 0;
    height: 634px;
    background-image: url(../imgs/hero.png);
    background-size: cover;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    position: relative;
    top: 64px;
    background-position: top;
	z-index: 1;
}

.hero-mobile {
	display: none;
}

.text-main h1 {
    color: #fff;
    max-width: 354px;
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.text-main h2 {
	color: #fff;
    max-width: 354px;
	line-height: 22px;
}

.text-main h1 strong {
	font-weight: 800;
}


.text-main {
	margin-bottom: 60px;
}

.button-main a {
	padding: 16px 32px;
	background-color: #E67C43;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	transition: all .3s;
}

.button-main a:hover {
	background-color: #007182;
}


.button-second a {
	padding: 16px 32px;
	background-color: #007182;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	transition: all .3s;
}

.button-second a:hover {
	background-color: #E67C43;
}


#recolocacao {
    background-color: #007B8E;
    padding-top: 160px;
    padding-bottom: 72px;
    position: relative;
    z-index: 0;
    bottom: 20px;
	border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.title-recolocacao h2 {
	color: #FFFFFF;
    font-weight: 800;
    font-size: 48px;
    max-width: 314px;
    position: relative;
    line-height: 56px;
    left: 6rem;
    z-index: 2;
}

.title-recolocacao {
	position: relative;
}

.detail-h2 {
	position: absolute;
    top: -2rem;
}

.text-recolocacao h3 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 400px;
	margin-left: auto;
	line-height: 24px;
}

.text-recolocacao h3:last-child {
	margin-bottom: 0;
}

.text-recolocacao p {
	color: #fff;
	max-width: 400px;
	margin-left: auto;
}

.text-recolocacao-full {
	margin-top: 60px;
}

.text-recolocacao-full  h3 {
	color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 24px;
}

.text-recolocacao-full p {
	color: #fff;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 0;
}

.title-metodo {
	margin-top: 84px;
}


.title-metodo h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 44px;
}

.boxes-top, .boxes-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.boxes-top {
	margin-bottom: 52px;
}

.boxes-bottom {
	margin-bottom: 66px;
}

.box-metodo {
	background-color: #fff;
	border-radius: 24px;
	max-width: 359px;
	position: relative;
	padding: 32px;
}

.icon-box {
	position: absolute;
    top: -24px;
}

.cta-metodo {
	text-align: center;
}

.title-box h4 {
	color: #007B8E;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-top: 10px;
}

.text-box p {
	color: #3D3D3D;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.wrapper-metodo .text-box {
	height: 310px;
}

.wrapper-metodo  .boxes-top .box-metodo:last-child .text-box {
	height: 280px;
}

#depoimentos-profissionais {
	padding-top: 60px;
	padding-bottom: 90px;
}

.icon-depoimentos {
	margin-bottom: 24px;
}

.title-depoimentos h3 {
	color: #007B8E;
	font-size: 25px;
	line-height: 31px;
	font-weight: 800;
	margin-bottom: 24px;
}

.text-depoimentos {
	max-width: 220px;
}

.wrapper-videos-depoimentos {
	margin-top: 40px;
	display: flex; 
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 60px;
}

.video-depoimento iframe {
	width: 350px;
    height: 197px;
	border-radius: 16px;
}

.cta-reuniao {
	text-align: center;
}

.wrapper-topo-depoimento {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 16px;
}

.nome-depoimento h4 {
	margin-bottom: 4px;
	font-weight: 800;
}

.funcao-depoimento h5 {
	color: #E67C43;
}

.text-depoimento p {
	max-height: 200px;
    overflow-y: scroll;
	padding-right: 12px;
}

/*SCROLL */
.text-depoimento p::-webkit-scrollbar {
  width: 2px;
	border-radius: 1px;
}
.text-depoimento p::-webkit-scrollbar-track {
  background: #fff;
}
.text-depoimento p::-webkit-scrollbar-thumb {
  background-color: #ccc;
	border-radius: 1px;
}


#mentoria {
    background-color: #007b8e;
    padding-top: 160px;
    padding-bottom: 72px;
    position: relative;
    z-index: 0;
    bottom: 20px;
	border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

#mentoria .title-metodo h3::before,
#mentoria .title-metodo h3::after {
	display: none;
}

#mentoria .title-metodo h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 72px;
    font-size: 21px;
    font-weight: 600;
}

#depoimentos-mentoria {
	padding-top: 60px;
	padding-bottom: 90px;
}

#clientes {
	background-color: #F4F4F4;
	padding-top: 70px;
	padding-bottom: 70px;
}

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

.wrapper-clientes .linha1 {
	margin-bottom: 16px;
}

.title-clientes h3 {
	color: #007B8E;
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}

.title-clientes h4 {
	margin-bottom: 32px;
	text-align: center;
}

/* .title-clientes h3 span {
	color: #E67C43;
} */

#beneficios {
	background-color: #ffffff;
	padding-top: 140px;
	padding-bottom: 90px;
}

.wrapper-beneficios {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.text-beneficio p.beneficio-topo {
	line-height: 0.8;
	font-weight: bold;
	font-size: 32px;
	color: #E67C43;
	margin-top: 16px;
	margin-bottom: 0px;
}

.beneficio {
	text-align: center;
	width: 20%;
}

.text-beneficio p.beneficio-descricao {
	font-size: 16px;
	line-height: 1.2;
	color: #006473;
	font-weight: bold;
	max-width: 200px;
	margin: auto;
	margin-top: 13px;
}

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

.wrapper-beneficios ul li p {
	color: #fff;
	font-weight: 700;
	font-size: 14px; 
	line-height: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.title-metodo h3::before,
.title-metodo h3::after {
  content: "";
  position: absolute;
  top: 63%;
  width: 35%;
  height: 2px;
  background-color: #ffffff;
}

.title-metodo h3::before {
  left: 15px;
}

.title-metodo h3::after {
  right: 15px;
}

#contato { 
	background-color: #007B8E;
	padding-top: 70px;
	padding-bottom: 70px;
}

.wrapper-foto-contato {
	position: relative;
}

.title-contato {
    position: absolute;
    top: -3rem;
    left: 39%;
    max-width: 255px;
}

.title-contato h3 {
	color: #fff;
	font-size: 48px;
	line-height: 56px; 
	font-weight: 800;
}

.wrapper-foto-contato {
	position: relative;
}

.wrapper-foto-contato img {
	max-width: 90%;
    position: relative;
    top: 10px;
}

.form-cf7 input,
.form-cf7 select,
.form-cf7 textarea {
	width: 100%;
	height: 48px;
	background-color: #fff;
	border-radius: 5px;
	display: flex; 
	padding-left: 16px;
	font-size: 12px;
	box-shadow: unset;
	border: unset;
}

.row-form label {
	width: 100%;
}

.row-form p {
	margin-bottom: 0;
}

.row-form {
	margin-bottom: 16px;
}

.row-form br {
	display: none;
}

.form-cf7 .wpcf7-submit {
	background-color: #E67C43;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    width: 180px;
    padding-left: 0;
	cursor: pointer;
	transition: all .3s;
}

.form-cf7 .wpcf7-submit:hover {
	background-color: #007182
}

.form-cf7 .row-buttons {
	display: flex;
	gap: 16px;
}

.button-wpp-form .open-wpp {
	height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 0 30px;
    width: 100%;
    color: #ffff;
    font-weight: 700;
	transition: all .3s;
}

.button-wpp-form .open-wpp:hover {
	background-color: #1bae72;
}

.text-form-contato p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 21px;
}

.form-contato {
	max-width: 450px;
	margin-left: auto;
}

.form-cf7 textarea {
	height: 120px;
    padding-top: 10px;
}


.form-cf7 select {
	color: #798082;
}

.form-cf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.floating-wpp {
	display: none;
}

.owl-prev, .owl-next {
	width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 4px 24px 0px #0000001A;
}

.owl-prev {
	position: absolute;
	left: -4rem;
	bottom: 10rem;
}

.owl-next {
	position: absolute;
	right: -4rem;
	bottom: 10rem;
}

.owl-dots {
	display: none;
}

.owl-prev span,
.owl-next span {
	font-size: 28px;
    position: relative;
    bottom: 2px;
}

.owl-next.disabled,
.owl-prev.disabled {
	opacity: .6;
	background-color: #eee;
}

.owl-next:focus,
.owl-prev:focus {
	border: unset !important; 
	box-shadow: unset !important;
	outline: unset !important;
}

.wrapper-etapas {
	display: flex;
	justify-content: space-between;
	gap: 17px;
	margin-bottom: 80px;
}

#depoimentos-mentoria .wrapper-depoimentos {
	margin-bottom: 60px;
}

.wrapper-icon-seta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.seta-etapa img {
	position: relative;
	right: 9px;
}

.icon-etapa {
	position: relative;
	z-index: 2;
}

.text-etapa {
	width: 180px;
}

.text-etapa h4 {
	font-size: 16px; 
	line-height: 24px; 
	color: #fff; 
	font-weight: 700;
}

#contato {
	position: relative;
}

.detail-form {
	position: absolute;
    top: 0;
    left: 0;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E67C43;
}

 .custom-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
  }

  .modal-content {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    text-align: center;
    border-radius: 8px;
  }

  .modal-content button {
    margin-top: 20px;
    padding-top: 16px;
	 padding-bottom: 16px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
	  background-color: #E67C43;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 0;
    cursor: pointer;
    transition: all .3s;
	margin: auto;
    width: 100%;
  }


.modal-content button:hover {
	background-color: #007B8E;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffb900;
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 23px;
    font-size: 14px;
}

.modal-content h4 {
	    font-weight: 700;
    margin-bottom: 30px; 
	color: #007B8E;
	font-size: 20px;
}

.wrapper-clientes  .owl-nav {
	position: relative;
	top: 2rem;
}

@media (max-width: 768px) {
	
	.hero-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		opacity: 0.85;
	}
    
	.ctas-header {
		display: none;
	}
	
	.boxes-top, .boxes-bottom {
		flex-direction: column;
		gap: 52px;
	}
	
	.boxes-top {
    	margin-bottom: 52px;
	}
	
	.wrapper-videos-depoimentos,
	.wrapper-beneficios ul {
		flex-direction: column;
	}
	
	.wrapper-beneficios ul {
		gap: 14px;
	}
	
	.wrapper-etapas {
		flex-wrap: wrap;
        row-gap: 30px;
	}
	
	.title-metodo h3::before, .title-metodo h3::after {
		display: none;
	}
	
	.owl-prev, .owl-next {
		display: none;
	}
	
	.title-metodo h3 {
		text-align: left;
	}
	
	.title-recolocacao h2 {
		color: #FFFFFF;
		font-weight: 800;
		font-size: 48px;
		max-width: 100%;
		position: relative;
		line-height: 56px;
		left: 0;
		z-index: 2;
		margin-bottom: 30px;
	}
	
	.box-metodo {
		max-width: 100%;
	}
	
	
	.text-depoimentos {
		max-width: 100%;
	}
	
	#hero {
		padding-top: 0;
        height: 650px;
        background-image: url(../imgs/hero.png);
        background-size: cover;
        display: flex;
        align-items: initial;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        top: 0;
        background-position: -31rem;
        z-index: 1;
	}
	
	#hero .container {
		position: relative;
		top: 4rem;
	}
	
	#header-sticky {
		position: relative; 
	}
	
	.seta-etapa {
		display: none;
	}
	
	#recolocacao {
		background-color: #007B8E;
		padding-top: 70px;
		padding-bottom: 72px;
		position: relative;
		z-index: 0;
		bottom: 90px; 
	}
	
	.title-metodo {
		margin-top: 74px;
	}
	
	#depoimentos-profissionais {
		padding-top: 0;
		padding-bottom: 90px;
	}
	
	.video-depoimento {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#mentoria {
		background-color: #007b8e;
		padding-top: 100px; 
	}
	
	.wrapper-clientes ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.button-wpp-form .open-wpp {
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid #fff;
		padding: 0 10px; 
	}
	
	.form-cf7 .wpcf7-submit {
		background-color: #E67C43;
		border-radius: 8px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		width: 150px; 
		display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
	}
	
	.wrapper-foto-contato {
		position: relative;
		margin-bottom: 40px;
	}
	
	.owl-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		        margin-top: 1rem;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
		width: 4px;
		height: 4px;
		background-color: #ccc !important;
		margin: 3px;
		border-radius: 10px;
	}
	
	.owl-carousel button.owl-dot.active {
		background-color: #007B8E !important;
	}
	
	.wrapper-beneficios ul li p {
		text-align: center;
	}
	
	.detail-form svg {
		max-width: 85%;
	}
	
	#mentoria .title-metodo h3 {
		line-height: 28px;
	}
	
	.wrapper-beneficios {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
		row-gap: 40px;
	}
	
	.beneficio {
		text-align: center;
		width: 50%;
	}
	
	.text-beneficio p.beneficio-topo {
		line-height: 0.8;
		font-weight: bold;
		font-size: 24px;
		color: #E67C43;
		margin-top: 16px;
		margin-bottom: 0px;
	}
	
	#beneficios {
		background-color: #ffffff;
		padding-top: 50px;
		padding-bottom: 140px;
	}
	
	.wrapper-clientes ul li {
		width: calc((100% - 20px) / 3);
	}
	
	.wrapper-metodo .text-box {
		height: auto !important;
	}
	
	.title-contato h3 {
		color: #fff;
		font-size: 38px;
		line-height: 36px;
		font-weight: 800;
	}
	
	.wrapper-foto-contato img {
		max-width: 90%;
		position: relative;
		top: 20px;
	}
	
	.title-contato {
		position: absolute;
		top: -3rem;
		left: 50%;
		max-width: 100%;
		transform: translate(-50%);
	}
	
	.video-depoimento iframe {
		width: 100% !important;
	}
	
}


@media (max-width: 395px) {
	
	.title-recolocacao h2 {
        font-size: 38px;
        line-height: 46px; 
	}
	
	.detail-h2 svg {
		width: 70%;
	}
	
	.wrapper-clientes ul {
        gap: 10px;
    }
	
	.card-etapa {
		max-width: 170px;
	}
	
	.text-etapa h4 {
    	font-size: 15px 
	}
	
	.form-cf7 .wpcf7-submit {
		width: 125px;
	}
	
}