.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: 607px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.intro-bg {
    background: url(/wp-content/uploads/2023/09/intro-bg-04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height: 608px;
    position: absolute;
}

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

.cc-hero-wrap {
    width: 90%;
    max-width: 1216px;
    display: flex;
    z-index: 1;
}

.cc-hero-content {
    width: 59.5rem;
    padding: 13.1rem 0 5rem;
}

.cc-hero p {
    width: min(42rem, 100%);
    margin: 2.4rem 0 4rem;
    font-size: 1.8rem;
    color: #fff;
}

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

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

.cc-sliderR {
    position: relative;
}

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

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

.cc-sliderL img,
.cc-sliderR-info {
    position: absolute;
    width: 100%;
    transition: all .6s;
    opacity: 0;
    z-index: 1;
}

.cc-sliderL img.active,
.cc-sliderR-info.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-slider .cc-botao-inside,
.cc-sobre-info .cc-botao-inside {
    padding: 1.2rem 2.4rem;
}

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

.cc-video {
    width: 100%;
    margin-top: 14.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.cc-video .cc-divisor {
    margin: .8rem 0 4.8rem;
}

.cc-video iframe {
    width: 107.2rem;
    height: 60.3rem;
    z-index: 2;
}

.cc-video-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: -36.2rem;
	opacity: .5;
}

.cc-diferenciais {
    width: 90%;
    max-width: 1216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14rem;
}

.cc-diferenciais .cc-divisor {
    margin: .8rem 0 7rem;
}

.cc-diferenciais h3 {
    margin: 1.6rem 0;
}

.cc-diferenciais-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cc-diferenciais-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 28rem;
}

.cc-diferenciais-info img {
    width: 18.3rem;
    height: 14.6rem;
}

.cc-sobre {
    width: 90%;
    max-width: 1216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15.2rem;
}

.cc-sobre .cc-divisor {
    margin: .8rem 0 4.8rem;
}

.cc-sobre-row {
    display: flex;
    align-items: center;
}

.cc-sobre-info {
    width: min(57rem, 100%);
    margin-right: -7.2rem;
    padding: 4.4rem 7.2rem 4.2rem;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    z-index: 1;
}

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

.cc-sobre-info p {
    margin-top: 2.2rem;
}

.cc-sobre-info p:first-of-type {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    width: 33.4rem;
    color: #110c0d;
}

.cc-sobre-info .cc-botao-main {
    color: #000;
    background: #fff;
    margin-top: 4rem;
}

.cc-sobre-info .cc-botao-main:hover {
    color: #fff;
    background: #fc7383;
	border: 1px solid #fc7383;
}

.cc-sobre-img {
    width: 69.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;
}

.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) {    
    .intro-bg {
        display: none;
    }

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

    .cc-hero-wrap img {
        width: 100%;
        object-fit: cover;
    }

    .cc-hero-content {
        width: 90%;
        max-width: 272px;
        text-align: center;
    }

    .cc-hero p {
        width: auto;
        margin: 2rem 0 4rem;
		font-size: 2rem;
    }

    .cc-slider {
        padding: 5rem 0 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
    }

    .cc-sliderL {
        width: 90%;
        max-width: 272px;
        margin-right: 0;
    }

    .cc-slide-opt-img {
        width: 100%;
        height: 35.5rem;
        margin-bottom: 4rem;
    }

    .cc-sliderR {
        width: 90%;
        max-width: 272px;
        height: 41.5rem;
        margin-bottom: 4rem;
    }
    
    .cc-slide-opt-text {
        width: 90%;
        max-width: 272px;
    }

    .cc-slider p {
        margin: 2rem 0 4rem;
    }
    
    .cc-controles {
        bottom: 0;
    }
    
    .cc-video .cc-divisor {
        margin: 1rem 0 3rem;
    }

    .cc-video iframe {
        width: 100%;
        max-width: 272px;
        height: 20.5rem;
    }
    
    .cc-video-bg {
        min-height: 17rem;
        margin-top: -11rem;
    }

    .cc-diferenciais {
        margin-top: 6rem;
    }
    
    .cc-diferenciais .cc-divisor {
        margin: 1rem 0 4rem;
    }

    .cc-diferenciais-row {
        flex-direction: column;
        align-items: center;
    }
    
    .cc-diferenciais-info + .cc-diferenciais-info {
        margin-top: 8rem;
    }

    .cc-sobre {
        width: 100%;
        margin-top: 9.25rem;
    }

    .cc-sobre-row {
        flex-direction: column-reverse;
    }
    
    .cc-sobre-info {
        width: 90%;
        max-width: 272px;
        margin: -6rem 0 0;
        padding: 3rem;
    }
    
    .cc-sobre-info p:first-of-type {
        width: 100%;
		font-size: 2.25rem;
    }

    .cc-depoimentos {
        width: 100%;
        margin-top: 4.75rem;
    }
    
    .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;
    }

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