@import "template-fonts.css";

html, body {
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 10px;
	color: #110c0d;
  	box-sizing: border-box;
	scroll-behavior: smooth;
}

*, *::before, *::after {
  	box-sizing: inherit;
}

::selection { background: #ff919ecc; }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
	font-weight: 500;
}

h1 {
    font-family: Lobster;
	font-size: 6.4rem;
	line-height: 100%;
    color: #fff;
}

h2 {
    font-family: Lobster;
	font-size: 4.8rem;
    line-height: 120%;
    color: #110c0d;
}

h3 {
	font-family: Barlow;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: 0.06em;
	color: #110C0D;
}

h4 {
    font-family: Barlow;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
    color: #110c0d;
}

p {
	font-family: Barlow;
	font-size: 1.8rem;
	line-height: 180%;
	color: #110c0d;
}

ul {
    margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	user-select: none;
}

.cc-botao-main {
	font-family: Barlow;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.06em;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #000;
    border: 1px solid #000;
	position: relative;
}

.cc-botao-main:hover {
	color: #fff;
}

.cc-botao-main::before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    top: .4rem;
    left: .4rem;
    box-sizing: content-box;
	z-index: -1;
}

.cc-botao-inside {
	position: relative;
	overflow: hidden;
	padding: 1.2rem 2.4rem;
	transition: background .7s;
}

.cc-botao-inside::before {
	position: absolute;
    content: '';
    width: 5.6rem;
    height: calc(100% / 0.866); /* 100% / sin(60) */
    transform: rotate(30deg) skewY(-30deg);
    top: -4px;
    left: -10rem;
    background: linear-gradient(to right, #fff3 54%, #fff0 54%, #fff0 75%, #fff3 75%, #fff3 100%);
	transition: all .7s;
	transition-delay: .3s;
}

.cc-botao-inside:hover::before {
	left: 110%;
    transition: all .7s cubic-bezier(0.19, 1, 0.22, 1);	
	transition-delay: .3s;
}

.fade-up-in {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 1000ms ease-in,
		transform 1000ms ease-out;
}

.fade-up-in.appear {
	opacity: 1;
	transform: translateY(0);
}

.wpcf7-spinner {
	position: absolute !important;
}

.cc-header-mainR {
	flex-shrink: 0;
}

.cc-header-mainR .cc-botao-inside:hover {
	color: #110c0d;
	background: #fff;
}

.nav-scrolled .cc-header-mainR .cc-botao-inside:hover {
	color: #fff;
	background: #000;
}

.cc-header-mainR .cc-botao-main {
	background: #fc7383;
}

.cc-header-mainR .cc-botao-main::after {
	width: 0;
}

.cc-divisor {
	width: 2.4rem;
    margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.cc-divisor::before,
.cc-divisor::after {
	position: absolute;
	content: '';
	width: 10rem;
	height: 1px;
    background: #fc7383;
}

.cc-divisor::before {
    left: -10.8rem;
}

.cc-divisor::after {
    right: -10.8rem;
}

svg:not(:root) {
    overflow: inherit;
}

.cc-hide-desktop {
	display: none;
}

#site-header-inner {
	display: none;
}

/* Reset global de links (o OceanWP fazia isso no style.css dele).
   Regras mais específicas (rodapé, conteúdo, paginação) re-aplicam o sublinhado onde é desejado. */
a {
	color: inherit;
	text-decoration: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.cc-main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* navbar */
.cc-header-main-wrap {
	--logo-icon: #fff;
	--logo-name: 0;
	--text: #fff;
	--text-clinica: #110c0d;
	--botao-bg: transparent;
	--botao-border: #fff;
	--background: transparent;
	--invert: 0;
	
	width: 100%;
	max-height: 10.8rem;
    padding: 2rem 0 4rem;
	display: flex;
	justify-content: center;
	position: fixed;
	background: var(--background);
	transition: all .6s;
	z-index: 99;
}

.nav-scrolled {
	--logo-icon: #fc7383;
	--logo-name: 1;
	--text: #110c0d;
	--text-clinica: #fc7383;
	--botao-bg: #000;
	--botao-border: #000;
	--background: #fff;
	--invert: 1;
	max-height: 8.8rem;
    padding: 2rem 0;
}

.cc-header-main-wrap .cc-botao-main {
	font-size: 1.4rem;
	color: #fff;
    background: var(--botao-bg);
	border: 1px solid var(--botao-border);
}

.cc-header-main-wrap .cc-botao-main::before {
	background: url(/wp-content/uploads/2020/08/nav-btn-outline.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    border: none;
    top: 6px;
    left: 8px;
}

.nav-scrolled .cc-botao-main::before {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    top: .4rem;
    left: .4rem;
}

.cc-intro-m-img {
	display: none;
}

.cc-header-main {
	width: 90%;
	max-width: 1216px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cc-header-mainL {
	width: 81%;
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.cc-header-main-logo {
	display: flex;
	align-items: center;
}

.cc-header-main-logo .cc-logo-icon {
	fill: var(--logo-icon);
	transition: all .6s;
}

.cc-header-main-logo img {
	opacity: var(--logo-name);
	margin-left: .8rem;
}

.cc-header-main-logo img {
	width: 100%;
	max-width: 112px;
}

.cc-header-main-menu {
	margin-right: 1rem;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    flex-wrap: wrap;
}

.cc-header-main-menu li {
	display: inline-block;
}

.cc-header-main-menu li + li {
	margin-left: 3.2rem;
}

.cc-header-main-menu li a {
	color: var(--text);
}

.cc-header-main-menu li a:hover,
.cc-header-main-menu li.current-menu-item a:link,
.cc-header-main-menu li.current-menu-item a:visited,
.cc-header-main-menu .menu-item-has-children .sub-menu li a:hover {
	color: #fc7383;
}

.cc-header-main-menu .menu-item-has-children {
	position: relative;
	line-height: 6rem;
	padding-right: 3rem;
	margin-right: -2rem;
}

.cc-header-main-menu .menu-item-has-children::before {
	content: '';
    position: absolute;
    width: .8rem;
    height: .8rem;
    background: #fff;
    bottom: -4px;
    right: 9px;
    transform: rotate(45deg);
    border-radius: 1px;
    z-index: 15;
	display: none;
}

.cc-header-main-menu .menu-item-has-children::after {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2020/08/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 14px;
	height: 8px;
	top: 45%;
	margin-left: 1rem;
	filter: invert(var(--invert));
}

.cc-header-main-menu .menu-item-has-children:hover {
	cursor: pointer;
}

.cc-header-main-menu .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	white-space: nowrap;
	left: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px 20px #00000033;
	padding: 3rem 5rem 3.4rem 2.5rem;
	border-radius: .4rem;
	z-index: 9;
	transform: translateX(-3rem);
}

.cc-header-main-menu .menu-item-has-children:hover .sub-menu,
.cc-header-main-menu .menu-item-has-children:hover::before {
	display: block;
}

.cc-header-main-menu .menu-item-has-children .sub-menu li {
	display: block;
	margin: 0;
	margin-bottom: 2.5rem;
	position: relative;
	line-height: 2.4rem;
}

.cc-header-main-menu .menu-item-has-children .sub-menu li:last-child {
	margin-bottom: 0;
}

.cc-header-main-menu .menu-item-has-children .sub-menu li::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(/wp-content/uploads/2020/08/diamante-pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cc-header-main-menu .menu-item-has-children .sub-menu li a {
	color: #110c0d;
	margin-left: calc(24px + .5rem);
}

input[type="checkbox"].cc-menu-m-botao {
	display: none;
}
/* fim navbar */

.cc-beneficios {
	width: 90%;
	max-width: 1216px;
	margin-top: 14.4rem;
    text-align: center;
}

.cc-beneficios .cc-divisor {
	margin: .7rem auto 4.7rem;
}

.cc-beneficios-row {
	display: flex;
	justify-content: space-between;
    align-items: center;
    text-align: left;
}

.cc-beneficiosL-row {
	display: flex;
}

.cc-beneficiosL-row + .cc-beneficiosL-row {
	margin-top: 3.2rem;
}

.cc-beneficiosL-row p {
	margin-left: 1.6rem;
    font-weight: bold;
}

.cc-beneficiosL,
.cc-beneficiosR {
	width: 31.2rem;
}

.cc-pitch {
	width: 90%;
	max-width: 1216px;
	margin-top: 12rem;
    text-align: center;
}

.cc-pitch .cc-divisor {
	margin: .7rem auto 7rem;
}

.cc-pitch-row {
	display: flex;
    justify-content: center;
    text-align: left;	
}

.cc-pitch-rowL,
.cc-pitch-rowR {
	width: 52rem;
    margin: 0 1.7rem;
}

.cc-pitch-rowL {
	padding-top: 1rem;
}

.cc-pitch-rowL p {
	margin-top: 4.4rem;
}

.cc-pitch-rowR p {
	margin-top: 3.4rem;
}

.cc-duvidas {
	width: 90%;
	max-width: 1216px;
	margin-top: 11rem;
	text-align: center;
}

.cc-duvidas .cc-divisor {
	margin: .7rem auto 5.6rem;
}

.cc-duvidas-wrap {
    width: 59.2rem;
    margin: 0 auto;
	text-align: left;
}

.cc-faq {
    width: 100%;
    max-width: 85rem;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.cc-faq-box {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
    margin-bottom: 4rem;
    border-radius: .4rem;
    cursor: pointer;
    transition: all ease .3s;
    border-bottom: 2px solid #fc7383;
}

.cc-faq-box:hover,
.cc-faq-box:active,
.cc-faq-box:focus {
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

.cc-faq-open,
.cc-faq-open::before {
    width: 18px;
    height: 2px;
    background: #fc7383;
    display: block;
    position: relative;
    transition: all .3s ease-out;
	margin: 1rem 1rem 0 0;
}

.cc-faq-open::before {
	content: '';
	position: absolute;
	transform: rotate(90deg);
	margin: 0 1rem 0 0;
}

input:checked ~ .cc-faq-open::before {
    transform: rotate(0);
}

.cc-faq-pergunta {
    width: 90%;
    color: #110c0d;
    font-size: 2.4rem;
    line-height: 112%;
    letter-spacing: -1px;
}

.cc-faq-resposta {
	margin: 1rem 0 1rem;
	transition: all .6s;
}

.cc-faq-resposta ul {
	font-size: 1.8rem;
	margin-left: 2rem;
}

.cc-faq-resposta p,
.cc-faq-resposta ul {
	opacity: 0;
	line-height: 1%;
	transform: scale(1,0);
    transform-origin: top;
    transition: all ease .6s;
}

input:checked ~ .cc-faq-resposta {
	margin: 1.6rem 0 3.2rem;
}

input:checked ~ .cc-faq-resposta p,
input:checked ~ .cc-faq-resposta ul {
	opacity: 1;
    line-height: 150%;
    transform: scale(1);
    padding-bottom: 2rem;
    color: #110c0d;
}

input:checked ~ .cc-faq-resposta p:last-child {
    padding-bottom: 0;
}

.cc-doutora {
	width: 90%;
	max-width: 1216px;
	display: flex;
    align-items: center;
    margin-top: 12.4rem;
}

.cc-doutora h4 {
	color: #fc7383;
}

.cc-doutoraL {
    flex-shrink: 0;
	position: relative;
}

.cc-doutoraL::before {
	content: '';
	position: absolute;
	width: 38.4rem;
	height: 66.4rem;
	background: #fc7383;
	z-index: -1;
}

.cc-doutoraL img {
	margin: 5.8rem 0 5.8rem 7rem;
}

.cc-doutoraR {
	padding: 0 7.65rem 0 10rem;
}

.cc-doutoraR > p {
	margin: 3.2rem 0 4.8rem;
}

.cc-doutoraR-row {
	width: 48.7rem;
	display: flex;
	align-items: center;
}

.cc-doutoraR-row + .cc-doutoraR-row {
	margin-top: 2.4rem;
}

.cc-doutoraR-row p {
	color: #000;
	font-weight: bold;
	margin-left: 1.6rem;
}

.cc-frase {
    padding: 140px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.cc-frase h2 {
    color: #fc7383;
}

.cc-frase img {
    width: 36px;
}

.cc-close {
    width: 100%;
    min-height: 90rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 14.5rem;
}

.cc-contato {
    width: 90%;
    max-width: 1216px;
    display: flex;
    align-items: center;
    position: relative;
	z-index: 1;
}

.cc-contato-info {
    width: 62.4rem;
    background: #fff;
    padding: 7.2rem 7.2rem 6.7rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.cc-contato-info h4 {
    color: #fc7383;
}

.wpcf7 {
    margin-top: 3.8rem;
}

form label {
    font-size: 1.6rem;
    color: #110c0d;
}

form p {
    margin-bottom: 2.4rem;
}

.cc-contato-img {
    width: 59.2rem;
}

form textarea {
    min-height: 9.6rem;
    height: 9.6rem;
}

form p:last-of-type {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    width: 100%;
    padding: 1.1rem 1.6rem;
    font-family: Barlow;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #110c0d;
    background: #fff;
    border: 2px solid #c6a9Ad;
}

::placeholder {
  color: #c6a9Ad;
  opacity: 1; /* Firefox */
}

input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: Barlow;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.06em;
    text-align: center;
    width: 18rem;
    padding: 1.1rem 2.4rem;
    display: inline-block;
    color: #fff;
    background: #fc7383;
    border: 1px solid #fc7383;
	border-radius: 0;
    position: relative;
}

form input[type="submit"]:hover {
	background: #d66270;
}

form p:last-of-type::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fc7383;
    top: .4rem;
    left: .4rem;
    box-sizing: content-box;
}

div.wpcf7 .ajax-loader {
    width: 0;
    margin: 0;
}

.cc-footer {
    width: 100%;
    background: #fc7383;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0 0;
	position: relative;
}

.cc-footer::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 30rem;
    background: #fc7383;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
	
.cc-footer-img {
    width: 90%;
    max-width: 1216px;
    padding: 0 0 2rem;
}

.cc-footer-info {
    width: 90%;
    max-width: 1216px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.cc-footer p {
    color: #fff;
    transition: all .3s;
}

.cc-footer a {
    color: #fff;
	font-weight: bold;
    text-decoration: underline;
    transition: all .3s;
}

.cc-footer a:hover {
    color: #110c0d;
}

.cc-footer a:hover p {
    color: #110c0d;
}

.cc-footer-infoL img {
    max-width: 128px;
}

.cc-footer-infoR {
    display: flex;
}

.cc-footer h4,
.cc-footer h5 {
    font-size: 1.6rem;
    line-height: 150%;
    color: #fff;
    padding: 0 0.8rem 0 0;
}

.cc-footer-contato {
    display: flex;
    align-items: center;
    padding: 0 0 4.2rem;
}

.cc-footer-separador {
    width: 1px;
    height: 2em;
    background: #fff;
    margin: 0 1rem 0 1.1rem;
}

.cc-footer-contato a {
	font-size: 1.8rem;
	display: flex;
    align-items: center;
}

.cc-footer-contato img {
	width: 2rem;
	height: 2rem;
    margin-right: .5rem;
}

.cc-footer-instagram {
    margin: 0 6.4rem 0 3rem;
}

.cc-footer-copy {
    width: 90%;
    max-width: 1216px;
    display: flex;
    justify-content: space-between;
}

.cc-footer-copy p {
    font-size: 1.4rem;
    margin: 2.4rem 0;
}



/* --------- MEDIA: Large computers and lower --------- */
@media screen and (max-width: 1919px) {}

/* --------- MEDIA: Medium computers and lower --------- */
@media screen and (max-width: 1679px) {}

/* --------- MEDIA: Small computers and lower --------- */
@media screen and (max-width: 1279px) {
	body, html { font-size: 9px; }
}

/* --------- MEDIA: Tablets and lower --------- */
@media screen and (max-width: 991px) {
	body, html { font-size: 8px; }
}

/* --------- MEDIA: Smartphones and lower --------- */
@media screen and (max-width: 767px) {
	.cc-hide-desktop {
        display: block;
    }
    
    .cc-hide-mobile {
        display: none;
    }
	
	h1 {
		font-size: 5rem;
	}
	
	h2 {
		font-size: 3rem;
	}
	
	h4 {
		font-size: 1.75rem;
	}
	
	p {
		font-size: 2rem;
	}
	
	.cc-botao-main {
		font-size: 2rem;
	}

	.cc-botao-inside {
		padding: 1.8rem 3rem;
	}
	
	.cc-intro {
		flex-direction: column;
	}
	
	/* navbar */	
	.cc-header-main {
		z-index: 9;
		width: 100%;
	}
	
	.cc-header-main-logo {
		max-width: 272px;
		padding-top: 1rem;
		width: 42%;
		padding-left: calc(50% - 136px);
	}
	
	.cc-header-main-logo svg {
		width: 4rem;
	}
	
	.cc-header-mainR,
	.cc-header-main-logo span,
	.cc-header-main-menu .menu-item-has-children::before,
	.cc-header-main-menu .menu-item-has-children .sub-menu li::before {
		display: none;
		width: 0;
	}

	.cc-header-main-wrap {
		--logo-icon: #fff;
		--logo-name: 0;
		--text: #fff;
		--botao-bg: transparent;
		--botao-border: #fff;
		--background: transparent;
		--invert: 0;
		align-items: center;
		top: 0;
	}

	.nav-scrolled {
		--logo-icon: #fc7383;
		--logo-name: 1;
		--text: #110c0d;
		--botao-bg: #000;
		--botao-border: #000;
		--background: #fff;
		--invert: 1;
		max-height: 8.8rem;
		padding: 2rem 0;
	}

	.cc-header-main-menu {
		justify-content: flex-end;
		padding: 0 10%;
		width: 60%;
		padding: 0;
		margin: 0;
	}
	
	.cc-header-main-menu li,
	.cc-header-main-menu li + li,
	.cc-header-main-menu .menu-item-has-children {
		margin: 2rem 2rem 0;
		text-align: center;
		padding: 0;
	}
	
	.cc-header-main-menu .menu-item-has-children {
		line-height: 4rem;
	}
	
	.cc-header-main-menu li a,
	.cc-header-main-menu .menu-item-has-children .sub-menu li a {
		color: #fff;
	}
	
	.cc-header-main-menu .menu-item-has-children::after {
		filter: none;
		top: 1.6rem;
		right: 14rem;
	}
	
	.cc-header-main-menu li:last-of-type {
		padding-bottom: 3rem;
	}
	
	.cc-menu-m-box {
		display: block;
		cursor: pointer;
		float: right;
		position: relative;
		user-select: none;
		padding: 28px 0 20px 136px;
		width: 100%;
	}

	.cc-menu-m-icon {
		background: var(--logo-icon);
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
	}

	.cc-menu-m-icon:before,
	.cc-menu-m-icon:after {
		background: var(--logo-icon);
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}

	.cc-menu-m-icon:before {
		top: 5px;
		width: 50%;
	}

	.cc-menu-m-icon:after {
		top: -5px;
	}
	
	.menu-menu-principal-container {
		width: 100%;
		position: absolute;
		top: 100%;
		opacity: 1;
		background: #000;
	}

	#menu-menu-principal {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		box-shadow: 0px 0px 20px #00000033;
		transition: max-height .3s ease-out;
		display: flex;
	    flex-direction: column;
	}

	.cc-menu-m-botao:checked ~ .menu-menu-principal-container #menu-menu-principal {
		max-height: 500px;
	}

	.cc-menu-m-botao:checked + .cc-menu-m-box .cc-menu-m-icon {
		background: transparent;
	}

	.cc-menu-m-botao:checked + .cc-menu-m-box .cc-menu-m-icon:before {
		transform: rotate(-45deg);
		top:0;
		width: 100%;
	}
	
	.cc-menu-m-botao:checked {
		--background: #f00;
	}

	.cc-menu-m-botao:checked + .cc-menu-m-box .cc-menu-m-icon:after {
		transform: rotate(45deg);
		top: 0;
	}

	.cc-header-main-menu .menu-item-has-children .sub-menu {
		position: relative;
		background: none;
		box-shadow: none;
		padding: 2rem 0 0 2rem;
	}
	
	.cc-header-main-menu .menu-item-has-children .sub-menu li {
		margin-bottom: 4rem;
	}
	.cc-header-main-menu .menu-item-has-children .sub-menu li:last-child {
		margin-bottom: 0;
		padding-bottom: 2rem;
	}
	
	.cc-header-mainL {
		width: 100%;
		align-items: center;
		position: relative;
	}
	/* fim navbar */
	
	.cc-divisor {
		width: 3rem;
	}

	.cc-divisor::before,
	.cc-divisor::after {
		width: 6.6rem;
	}

	.cc-divisor::before {
		left: -7.6rem;
	}

	.cc-divisor::after {
		right: -7.6rem;
	}
	
	.cc-depoimentos-texto::before {
		display: none;
	}
	
	.cc-beneficios {
		max-width: 272px;
		margin-top: 5.1rem;
	}

	.cc-beneficios .cc-divisor {
		margin: 1rem auto 3rem;
	}

	.cc-beneficios-row {
		flex-direction: column;
	}

	.cc-beneficiosL-row + .cc-beneficiosL-row {
		margin-top: 3rem;
	}

	.cc-beneficiosL-row p {
		margin-left: 2rem;
		line-height: 150%;
		font-weight: bold;
	}
	
	.cc-beneficiosC {
		margin: 5rem 0;
	}
	
	.cc-doutora {
		width: 90%;
		max-width: 272px;
		flex-direction: column;
		margin-top: 5rem;
	}
	
	.cc-doutoraL {
		width: 100%;
	}

	.cc-doutoraL::before {
		width: 25.17rem;
		height: 45.5rem;
	}
	
	.cc-doutoraL img {
		width: 29.3rem;
		margin: 4.72rem 0 4.72rem 4.72rem;
	}
	
	.cc-doutoraR {
		padding: 5rem 0 0;
	}

	.cc-doutoraR-row {
		width: 100%;
		align-items: flex-start;
	}

	.cc-doutoraR-row + .cc-doutoraR-row {
		margin-top: 4rem;
	}

	.cc-doutoraR-row img {
		margin-top: 1rem;
	}
	
	.cc-frase {
		width: 60%;
		padding: 80px 0 20px;
		flex-direction: column;
		text-align: center;
	}
	
	.cc-frase h2 {
		font-size: 26px;
	}
	
	.cc-pitch {
		max-width: 272px;
		margin-top: 9rem;
	}

	.cc-pitch .cc-divisor {
		margin: 1rem auto 3rem;
	}
	
	.cc-pitch-row h2 {
		font-size: 4rem;
	}

	.cc-pitch-row {
		flex-direction: column;
	}
	
	.cc-pitch-rowL,
	.cc-pitch-rowR {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.cc-pitch p {
		margin-top: 0;
	}

	.cc-pitch-rowL p:first-of-type {
		margin-top: 2rem;
	}
	
	.cc-pitch-rowR img {
		margin: 4rem 0;
	}

	.cc-duvidas {
		margin-top: 9.1rem;
	}

	.cc-duvidas .cc-divisor {
		margin: 1rem auto 3.7rem;
	}
	
	.cc-duvidas-wrap {
		width: 90%;
		max-width: 272px;
	}
	
	.cc-faq-pergunta {
		font-size: 2.2rem;
	}
	
	.cc-contato {
		width: 100%;
		flex-direction: column-reverse;
		align-items: center;
		max-height: initial;
		margin-bottom: 0;
	}

	.cc-contato-img {
		width: 100%;
		height: 44.5rem;
		margin-bottom: -2rem;
		overflow: hidden;
	}

	.cc-contato-info {
		width: 90%;
		max-width: 272px;
		padding: 3rem;
		margin: -11.5rem 0 -50rem;
		z-index: 1;
	}

	.cc-close {
		padding-top: 9rem;
	}
	
	.cc-footer {
		height: auto;
	}
	
	.cc-footer-img {
		padding: 54rem 0 3rem;
		display: flex;
		justify-content: center;
	}
	
	.cc-footer-info {
		width: 90%;
		max-width: 260px;
		flex-direction: column;
		padding-bottom: 5rem;
	}
	
	.cc-footer-infoL,
	.cc-footer-infoR {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	
	.cc-footer h4,
	.cc-footer h5 {
		font-size: 2rem;
		letter-spacing: .6px;
		margin-bottom: 6px;
		padding: 0;
	}

	.cc-footer-endereco {
		margin: 3rem 0 4rem;
	}
	
	.cc-footer-contato {
		padding: 1rem 0 6.2rem;
		flex-direction: column;
	}
	
	.cc-footer-contato a {
		display: flex;
		justify-content: center;
	}

	.cc-footer-copy {
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.cc-footer-copy p {
		font-size: 1.7rem;
		margin: 3rem 0 5rem;
		max-width: 260px;
	}
}