h1 {
    color: #110c0d;
}

h4 {
    color: #fc7383;
}

.cc-header-main-logo .cc-logo-icon {
    fill: #fc7383;
}

.cc-header-main-logo img {
	opacity: 1;
}

.cc-header-main-menu li a {
    color: #110c0d;
}

.cc-header-main-menu .menu-item-has-children::after {
    filter: invert(1);
}

.cc-header-main-wrap .cc-botao-main {
    color: #110c0d;
	font-weight: bold;
    background: #fff;
    border: 1px solid #110c0d;
}

.cc-header-main-wrap .cc-botao-main::before {
    border: 1px solid #110c0d;
    top: .4rem;
    left: .4rem;
}

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

.cc-intro {
    min-height: 607px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

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

.cc-hero-wrap {
    width: 90%;
    max-width: 1216px;
    margin: 0 0 5rem;
    display: flex;
	align-items: center;
    z-index: 1;
}

.cc-hero-content {
    width: 59.5rem;
	padding-top: 13.6rem;
}

.cc-hero p {
    margin: 2.4rem 0 4rem;
    font-size: 1.8rem;
    width: 48.7rem;
    color: #756063;
}

.cc-video {
	padding-top: 11.2rem;
}

.cc-video iframe {
	width: 59rem;
    height: 38.4rem;
}

.cc-slider {
    width: 100%;
    max-width: 1216px;
    background: #000;
    padding: 0 7.2rem;
    display: flex;
    color: #fff;
    z-index: 1;
}

.cc-sliderL {
    width: 52rem;
	margin: 7.2rem 10.4rem 0 0;
	flex-shrink: 0;
	position: relative;
}

.cc-sliderR {
	position: relative;
	display: flex;
	align-items: center;
}

.cc-slide-opt {
    height: 54.4rem;
	margin-bottom: -7.2rem;
    position: relative;
}

.cc-slide-opt-text {
    width: 48rem;
    position: relative;
}

.cc-slide-opt-img {
    width: 100%;
    height: 54.4rem;
    position: absolute;
    transition: all .6s;
    opacity: 0;
    z-index: 1;
}

.cc-slide-opt-img.active {
    transition: all 1.6s;
    opacity: 1;
    z-index: 9;
}

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

.cc-slider h2,
.cc-slider p {
    color: #fff;
}

.cc-slider p {
    margin: 2.8rem 0 3.2rem;
}

.cc-slider .cc-botao-main {
    background: #000;
    border: 1px solid #fff;
}

.cc-slider .cc-botao-main::before {
    border: 1px solid #fff;
}

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

.cc-controles {
	position: absolute;
	z-index: 10;
	width: calc(100% + 6rem);
	margin-left: -3rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
}

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

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

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

.cc-controles-nav {
    height: 8px;
	padding: 1.4rem 0;
	box-sizing: content-box;
	position: absolute;
	width: 100%;
    margin: 0 auto -4.6rem;
	bottom: 0;
	display: flex;
	justify-content: center;
}

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

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

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

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

	.cc-header-main-menu li a {
		color: #fff;
	}

	.cc-header-main-menu .menu-item-has-children::after {
		filter: invert(0);
	}
	
	.cc-menu-m-icon,
	.cc-menu-m-icon:before,
	.cc-menu-m-icon:after {
		background: #fc7383;
	}

	.cc-intro {
		min-height: 1px;
	}

	.cc-header-mainL {
		width: 100%;
		margin: 0 auto;
	}

	.cc-hero-wrap {
		max-width: 272px;
		flex-direction: column;
		text-align: center;
		margin: 0;
	}

	.cc-hero-content {
		width: 100%;
		padding: 11rem 0 5rem;
	}

	.cc-hero p {
		width: 100%;
	}

	.cc-video {
		padding: 0;
	}

	.cc-video iframe {
		height: 20.6rem;
	}

	.cc-slider {
		padding: 0;
		margin-top: 4rem;
		flex-direction: column;
	}
	
	.cc-controles-nav {
		margin: 0;
	}

	.cc-controles {
		width: 100%;
		margin: -4.8rem 0 0;
		height: auto;
		top: auto;
	}

	.control-button {
		display: none;
	}

	.cc-sliderL {
		width: 100%;
		margin: 5rem auto 0;
	}

	.cc-slide-wrap {
		display: flex;
		overflow-x: auto;
		padding-left: calc(50% - 136px);
	}
	
	.cc-slide-opt {
		height: 35.6rem;
		margin: 0 0 4rem;
		width: auto;
		display: flex;
		justify-content: space-between;
	}

	.cc-slide-opt-img {
		height: 100%;
		position: relative;
		flex-shrink: 0;
		opacity: 1;
		margin-right: 5rem;
		width: 272px;
	}

	.cc-sliderR {
		width: 90%;
		max-width: 272px;
		margin: 1rem auto 0;
	}

	.cc-slider p {
		margin: 2rem 0 5rem;
	}
}