.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: 320px;
    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: 59.5rem;
    padding: 14rem 0 8.4rem;
}

.cc-hero h2 {
    font-size: clamp(2rem, 2vw, 2.4rem);
	color: #fff;
}

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

.cc-imprensa {
	width: 90%;
	max-width: 1216px;
}

.cc-imprensa h3 {
	margin: 3rem 0 2rem;
}

.cc-imprensa-item {
    display: flex;
	justify-content: center;
    align-items: center;
    gap: 60px;
    text-align: center;
    margin: 16rem auto 0;
}

.cc-imprensa-img {
    position: relative;
    width: 448px;
}

.cc-imprensa-img:before {
    position: absolute;
    content: '';
    width: 384px;
    height: calc(100% + 72px);
    top: 50%;
    left: calc(43% - 36px);
    transform: translate(-50%,-50%);
    background-color: #fc7383;
    z-index: -1;
}

.cc-imprensa-info {
    width: 590px;
	text-align: left;
}

.cc-imprensa h4 {
	font-size: 16px;
	color: #FC7383;
}

.cc-imprensa h3 {
    font-family: Lobster;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -1px;
	margin: 0;
}

.cc-imprensa p {
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
	color: #110C0D;
}

.cc-imprensa .cc-botao-main {
    padding: 1.1rem 2.4rem;
    background: #fc7383;
    border: 1px solid #fc7383;
	background-color: #fc7383;
}

.cc-imprensa .cc-botao-main:hover {
    background: #d66270;
}

.cc-imprensa .cc-botao-main:before {
    border: 1px solid #fc7383;
}

.cc-imprensa .cc-botao-inside:before {
	display: none;
}

.cc-pagination {
    padding: 80px 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-numbers {
	padding: 10px;
	color: #fff;
	background-color: #fc7383;
}

.page-numbers:hover {
	color: #fff;
}

.cc-pagination .page-numbers.current {
    background-color: #d66270;
    color: #fff;
}

.cc-doutora {
	width: 90%;
	max-width: 1216px;
	display: flex;
    align-items: center;
    margin-top: 14.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-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 0 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));
}

/* --------- 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: 4rem;
	}
	
	.cc-intro {
		min-height: 23rem;
		max-height: 23rem;
		justify-content: flex-start;
	}

	.cc-hero-content {
		width: 90%;
		max-width: 272px;
		padding: 11rem 0 0;
	}
	
	.cc-hero-img {
		display: none;
	}
	
	.cc-imprensa {
		width: 272px;
		padding: 80px 0 0;
		display: flex;
		flex-direction: column;
		gap: 80px;
	}

	.cc-imprensa-item {
    	flex-direction: column;
		margin: 0 auto;
		gap: 50px;
	}
	
	.cc-imprensa-img {
		width: 29.3rem;
		align-self: flex-end;
	}
	
	.cc-imprensa-img:before {
		width: 230px;
		height: calc(100% + 54px);
		left: calc(50% - 36px);
	}
	
	.cc-imprensa-info {
		width: 100%;
	}
	
	.cc-imprensa h4 {
		font-size: 1.75rem;
	}
	
	.cc-imprensa h3 {
		font-size: 3rem;
	}

	.cc-imprensa-item p {
		font-size: 2rem;
		padding: 16px 0;
	}

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

}