@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CORES */
:root{
--azul:#02162e;
--dourado1:#e27e47;
--dourado2:#ba5a2a;
--vermelho:#700f22;
}

/* GLOBAL */

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #ba5a2a; /* identidade visual */
}

p, span, a {
    font-family: "Poppins", sans-serif;
}

body {
	margin: 0;
	padding: 0;	
	font-size: 1em;
	font-weight: 400;
}

h1 {
	font-size: 4.5em;
	letter-spacing: -0.9px;
}

h2 {
	font-size: 3.375em;
	letter-spacing: -0.8px;
}

h3 {
	font-size: 2.45em;
	letter-spacing: -0.5px;
}

h4 {
	font-size: 2.25em;
	letter-spacing: -0.2px;
}

h5 {
	font-size: 1.75em;
}

h6 {
	font-size: 1.25em;
	font-weight:bold;
}

p {
	font-size: 1.125em;
	letter-spacing: 0px;
}

html{
    scroll-behavior: smooth;
}

body{
    scroll-behavior:smooth;
    font-family: "Poppins", sans-serif;
    color: #333; /* tua cor padrão de texto */
    line-height: 1.6;
    font-size: 16px;
}

.section{
    padding:100px 0;
    scroll-margin-top:90px;
}

/* NAVBAR */

.navbar-desktop {
    display: block;
}

.navbar-mobile {
    display: none;
}

.navbar{
    background:var(--azul);
}


.navbar a{
    color:#fff !important;
    font-weight:500;
}

.navbar .nav-link i{
    font-size: 20px;
}

.navbar a:hover{
    color:var(--dourado1) !important;
}

.logo-header {
    width: 100px;
}

.navbar-a {
    display: none;
}

.navbar-icon {
    color: #fff;
    font-size: 60px;
}

/* HERO */

.hero-mobile {
    display: none;
}

.hero-desktop {
    display: block;
}

.hero{
    background: linear-gradient(rgba(112,15,34,0.65), rgba(112,15,34,0.65)), url("https://marlonmurari.com.br/imagens/fundo-hero-2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color:#fff;
    height: 700px;
    position:relative;
    overflow:hidden;
}

.hero-content {
    text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: column;
}

.hero-item{
    background-color: #ad1130;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 10px 10px 30px 10px rgba(0,0,0,0.1);
}

.hero-professor {
    transform:translateY(150px);
    max-height:700px;
}

.hero h1{
font-size:42px;
font-weight:700;
}

.hero p{
    font-size:12px;
    margin-top:15px;
    color: #eee;
}

/* VIDEO */

.video {
    padding: 100px 0px;
    background: linear-gradient(to top, #ddd,#fff);
    text-align: center;
}

.video h2 {
    font-size: 48px;
    color: #700f22;
    font-weight: 700;
    margin-bottom: 30px;
}

/* APRESENTAÇÃO */

.apresentacao-mobile {
    display: none;
}

.apresentacao-desktop {
    display: block;
}

.apresentacao{
    background:linear-gradient(to top, #ff8a4b,#ffab7d);
    text-align: center;
    padding-bottom: 0;
}

.apresentacao h2 {
    font-size: 48px;
    color: #700f22;
    font-weight: 700;
    margin-bottom: 20px;
}
.apresentacao h5 {
    color: #02162e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.apresentacao p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.btn-apresentacao {
    background-color: #fff;
    border:none;
    border-radius: 30px;
    padding:12px 30px;
    font-weight:600;
    color: #e27e47;
    margin-top: 15px;
    width: 80%;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-apresentacao:hover {
    background-color: #ba5a2a;
    color: #fff;
    transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* CARDS */

.cards {
    background:linear-gradient(45deg, #ba5a2a,#ad1130);
    text-align: center;
}

.card-curso {
    color: #fff;
    border: 2px solid #fff;
    padding: 30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    border-radius:10px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-curso h4 {
    font-weight: 700;
    font-size: 26px;
}

.card-curso p {
    font-weight: 300;
    font-size: 16px;
}

.card-curso i {
    font-size: 56px;
    margin-bottom: 15px;
}

/* CONTEÚDO */

.conteudo {
    background: linear-gradient(to top, #ddd,#fff);
    text-align: center;
}

.conteudo h2 {
    font-size: 48px;
    color: #700f22;
    font-weight: 700;
    margin-bottom: 20px;
}

.conteudo h5 {
    color: #02162e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.conteudo p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.conteudo i {
    color: #700f22;
}

.conteudo-item {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #02162e;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.conteudo-item h5 {
    color: #e27e47;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.conteudo-item p {
    color: #fff;
}

.conteudo-item i {
    color: #e27e47;;
}

.conteudo-item-2 {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #700f22;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.conteudo-item-2 h5 {
    color: #e27e47;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.conteudo-item-2 p {
    color: #fff;
}

.conteudo-item-2 i {
    color: #e27e47;
}


/* PROFESSOR */

.professor-mobile {
    display: none;
}

.professor-desktop {
    display: block;
}

.professor {
    background-color: #02162e;
    padding: 60px 0px;
    text-align: center;
}

.professor h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.professor h4 {
    font-weight: 600;
    font-size: 30px;
    color: #e27e47;
}

.professor p {
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
}

.professor-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #700f22;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    height: 150px;
}

.professor-item p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

.professor-item h6 {
    font-size: 20px;
    color: #ba5a2a;
    font-weight: 600;
    margin: 0;
}

.professor-item h5 {
    font-size: 36px;
    color: #e27e47;
    font-weight: 700;
    margin: 0;
}

.professor-box {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.professor img{
border-radius:10px;
}

/* DEPOIMENTOS */

.depoimentos{
    background: linear-gradient(to top, #e27e47, #ffab7d);
}

.depoimentos h2 {
    font-size: 48px;
    color: #700f22;
    font-weight: 700;
    margin-bottom: 30px;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

.play-btn:hover {
    background: rgba(0,0,0,0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-item {
    max-height: 400px;
}

.img-depoimentos {
    width: 100%;
    margin-bottom: 15px;
}


/* CTA FINAL */

.cta{
    padding: 60px 0px;
    background:var(--vermelho);
    color:#fff;
    text-align:center;
}

.cta h2 {
    line-height: 48px;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.cta h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.cta h5 {
    font-size: 24px;
    color: #e27e47;
    font-weight: 700;
    margin: 0;
}

.btn-cta {
    background-color: #e27e47;
    border:none;
    border-radius: 30px;
    padding:12px 30px;
    font-weight:600;
    color: #fff;
    margin-top: 15px;
    width: 80%;
    max-width: 300px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: #ba5a2a;
    color: #fff;
    transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* FOOTER */

footer{
    background:#000;
    color:#aaa;
    padding:20px;
    text-align:center;
}

@media screen and (max-width: 992px) {
    /* NAVBAR */

    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .navbar-a {
        display: block;
    }

    .navbar-icon {
        color: #fff;
        font-size: 42px;
    }
    .navbar .nav-link i{
        font-size: 20px;
        margin: 0px 0px;
        padding: 0;
    }

}

@media screen and (max-width: 768px) {

    /* APRESENTAÇÃO */

    .apresentacao-mobile {
        display: block;
    }

    .apresentacao-desktop {
        display: none;
    }

    
    /* PROFESSOR */

    .professor-mobile {
        display: block;
    }

    .professor-desktop {
        display: none;
    }
}

@media screen and (max-width: 575px) {

	h1 {
		font-size: 2.625em;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 2.25em;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 1.75em;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 1.5em;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 1.25em;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 1.125em;
	}

	p {
		font-size: 0.8125em;
	}

    .section{
        padding:60px 10px;
    }

    /* HERO */

    .hero-mobile {
        display: block;
    }

    .hero-desktop {
        display: none;
    }


    .hero{
        height: 800px;
        padding: 100px 10px 0px 10px;
    }

    .hero-item{
        padding: 20px;
        margin-top: -250px;
    }

    .hero-professor {
        transform:translateY(0px);
        max-height:500px;
    }

    .hero h1{
        font-size:32px;
    }

    .hero p{
        font-size:11px;
        margin-top:10px;
    }

    /* VIDEO */

    .video {
        padding: 60px 10px;
    }

    .video h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    /* APRESENTAÇÃO */

    .apresentacao{
        background:linear-gradient(to top, #ff8a4b,#ffab7d);
        text-align: center;
        padding-bottom: 0;
    }

    .apresentacao h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .apresentacao h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .apresentacao p {
        text-align: center;
        font-size: 14px;
    }

    .btn-apresentacao {
        background-color: #fff;
        border:none;
        border-radius: 30px;
        padding:12px 30px;
        font-weight:600;
        color: #e27e47;
        margin: 10px 0px 30px 0px;
        width: 80%;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .btn-apresentacao:hover {
        background-color: #ba5a2a;
        color: #fff;
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    /* CARDS */

    .cards {
        background:linear-gradient(45deg, #ba5a2a,#ad1130);
        text-align: center;
    }

    .card-curso {
        color: #fff;
        border: 2px solid #fff;
        padding: 20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.1);
        border-radius:10px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .card-curso h4 {
        font-weight: 700;
        font-size: 24px;
    }

    .card-curso p {
        font-weight: 300;
        font-size: 14px;
    }

    .card-curso i {
        font-size: 48px;
        margin-bottom: 15px;
    }

    /* CONTEÚDO */

    .conteudo {
    }

    .conteudo h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .conteudo h5 {
        margin-bottom: 20px;
    }

    .conteudo p {
        font-size: 14px;
    }


    .conteudo-item {
        margin-bottom: 30px;
    }

    .conteudo-item h5 {
        font-size: 20px;
    }

    .conteudo-item-2 h5 {
        font-size: 20px;
    }
    
    /* PROFESSOR */

    .professor {
        text-align: center;
    }

    .professor h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .professor h4 {
        font-size: 24px;
    }

    .professor p {
        font-size: 14px;
    }

    .professor-item {
        padding: 20px;
        margin-top: 10px;
        height: 140px;
    }

    .professor-item p {
        font-size: 12px;
        margin: 0;
        color: #fff;
    }

    .professor-item h6 {
        font-size: 18px;
    }

    .professor-item h5 {
        font-size: 32px;
    }

    .professor-box {
        padding: 20px;
    }

    .professor img{
        border-radius:10px;
    }

    /* DEPOIMENTOS */

    .depoimentos{
    }

    .depoimentos video {
        margin-top: 10px;
    }


    .depoimentos h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    /* CTA FINAL */

    .cta{
        padding: 60px 10px;
        text-align:center;
    }

    .cta h2 {
        line-height: 40px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .cta h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn-cta {
        margin-top: 10px;
    }

}