.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: var(--text-clinica);
}

.cc-intro {
    background: url(/wp-content/uploads/2020/08/intro-texture.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fc7383;
    min-height: 496px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.cc-hero {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cc-hero-wrap {
	width: 90%;
	max-width: 1216px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
    z-index: 1;
}

.cc-hero-content {
    width: 90rem;
    padding: 14rem 0 8.4rem;
}

.cc-hero-img {
	margin-top: -14.4rem;
	z-index: 2;
}

.cc-historia {
	width: 90%;
	max-width: 1052px;
	margin-top: 7.2rem;
	text-align: center;
}

.cc-historia-texto {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.cc-historia-textoL,
.cc-historia-textoR {
	width: 51rem;
}

.cc-historia .cc-divisor {
	margin: .8rem auto 5.5rem;
}

.cc-painel {
	width: 90%;
	max-width: 1216px;
    margin-top: 7.2rem;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    text-align: center;
	background: #110c0d;
    z-index: 2;
}

.cc-painel h2 {
	color: #fc7383;
	font-weight: normal;
}

.cc-painel p {
	color: #fff;
}

.cc-painel-item {
	width: 40.5rem;
}

.cc-painel-item:nth-child(even) {
  padding: 0 4rem;
}

.cc-painel-bg {
    background: url(/wp-content/uploads/2020/08/intro-texture.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffedef;
    min-height: 47.2rem;
    width: 100%;
    z-index: 1;
    margin-top: -35.5rem;
	opacity: .5;
}

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

.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-depoimentos {
    width: 90%;
    max-width: 1216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14.4rem;
    overflow: hidden;
}

.cc-depoimentos .cc-divisor {
    margin: .8rem auto 10.2rem;
}

.cc-depoimentos-slide-itens {
    display: flex;
    width: 100%;
    transform: translateX(calc(-38.4rem - 3.2rem));
}

.cc-depoimentos-slide-card {
    width: 38.4rem;
    background: #110c0d;
    font-size: 1.6rem;
    padding: 0 3.8rem 4.2rem;
    margin-right: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.cc-depoimento-thumb {
    position: relative;
    width: 11.2rem;
    height: 11.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-40%);
    margin-bottom: -2rem;
}

.cc-depoimento-thumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #fc7383;
}

.cc-depoimento-thumb img {
    width: 9.6rem;
}

.cc-depoimentos-alunos-info {
    position: relative;
}

.cc-depoimentos-alunos-info::before {
    content: '';
    position: absolute;
    width: 4.8rem;
    height: 5.2rem;
    background: url(/wp-content/uploads/2020/08/quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -3.2rem;
    left: -1.6rem;
}

.cc-depoimentos-texto {
    margin: 0;
    height: 23rem;
    overflow-y: auto;
    margin-bottom: 2.1rem;
    position: relative;
}

.cc-depoimentos-texto::before {
    position: fixed;
    content: '';
    width: 25%;
    height: 23rem;
    background: linear-gradient(179.62deg, rgba(33, 15, 17, 0) 59.52%, #210f11c7 99.67%);
}

.cc-depoimentos-texto p {
    color: #fff;
    padding-right: 1.8rem;
}

.cc-depoimentos-slide-card-contato {
    display: flex;
    align-items: center;
    width: 100%;
}

.cc-depoimentos-slide-card-contato img {
    max-width: 1.6rem;
    margin-right: .4rem;
}

.cc-depoimentos-slide-card-contato p {
    color: #fc7383;
    margin: -2px 0 0;
}

.cc-depoimentos-alunos-info > .cc-depoimentos-texto::-webkit-scrollbar {
    width: .6rem;
}

.cc-depoimentos-alunos-info > .cc-depoimentos-texto::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.cc-depoimentos-alunos-info > .cc-depoimentos-texto::-webkit-scrollbar-thumb {
    background: #756063; 
    border-radius: 5rem;
}

.cc-depoimentos-alunos-info > .cc-depoimentos-texto::-webkit-scrollbar-thumb:hover {
    background: #B0575D; 
}

.cc-controles.depoimentos {
    position: relative;
    bottom: 0;
}

.cc-controles {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    position: absolute;
    bottom: 8.5rem;
}

.control-button {
    display: flex;
    cursor: pointer;
}

.control-button svg {
    width: 16px;
    height: 12px;
    padding: 1.4rem 0;
    box-sizing: content-box;
}

.control-button:hover path {
    fill: #fc7383;
}

.cc-controles-nav {
    height: 8px;
    display: flex;
    padding: 1.4rem 0;
    margin: 0 1.6rem;
    box-sizing: content-box;
}

.cc-controles-ponto + .cc-controles-ponto {
    margin-left: 8px;
}

.cc-controles-ponto {
    width: 8px;
    height: 8px;
    background: #756063;
    border-radius: 50%;
}

.cc-controles-ponto.active {
    background: #fc7383;
}

.stop-right-animation {
    transition: none;
    transform: translateX(0);
}

.stop-left-animation {
    transition: none;
    transform: translateX(calc(-2 * (38.4rem + 3.2rem)));
}

.start-animation {
    transition: .6s all;
    transform: translateX(calc(-38.4rem - 3.2rem));
}

.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-info h4 {
    color: #fc7383;
}

/* --------- MEDIA: Smartphones and lower --------- */
@media screen and (max-width: 767px) {

	.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-intro h1 {
		font-size: 3rem;
	}
	
	.cc-intro {
		min-height: 35rem;
		max-height: 35rem;
	}

	.cc-hero-content {
		width: 90%;
		max-width: 272px;
		padding: 12rem 0 14rem;
	}

	.cc-hero-img {
		max-width: 272px;
		margin-top: -9rem;
		z-index: 2;
	}

	.cc-historia {
		max-width: 272px;
		margin-top: 4.1rem;
	}

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

	.cc-historia-texto {
		flex-direction: column;
	}

	.cc-historia-textoL, .cc-historia-textoR {
		width: 100%;
	}

	.cc-painel,
	.cc-painel-item {
		width: 100%;
		justify-content: center;
	}

	.cc-painel-item .cc-divisor {
		margin: 1rem auto 2rem;
	}

	.cc-painel-item:nth-child(even) {
		padding: 0;
		width: 90%;
		max-width: 272px;
	}

	.cc-painel-item {
		height: calc(100vw);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.cc-painel-bg {
		display: none;
	}

	.cc-doutora {
		width: 90%;
		max-width: 272px;
		flex-direction: column;
	}
	
	.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-depoimentos {
        width: 100%;
        margin-top: 9rem;
    }
    
    .cc-depoimentos .cc-divisor {
        margin: 1rem auto 4rem;
    }

    .cc-depoimentos-slide-itens {
        transform: translateX(0);
        overflow: auto;
        padding-top: 5rem;
        padding-left: calc(50% - 136px);
    }
    
    .cc-depoimentos-slide-card {
        width: 34rem;
        padding: 0 2rem 4rem 4rem;
	}

	.cc-depoimentos-slide-card:last-of-type {
		width: 44rem;
		padding-right: 4rem;
		border-right: 8rem solid #fff;
    }

    .cc-depoimentos-texto {
        height: 28rem;
    }
    
    .cc-depoimentos .control-button {
        display: none;
    }

	.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;
		overflow: hidden;
	}

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