* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

:root {
    --header-height: 4.5rem;

    /*colors*/
    --hue: 159;
    /* HSL color mode */
    --vermelho: #C52F33;
    --vermelho-inverso: #00BBF1;
    --azul: #2957A4;
    --azul-inverso: #FFCC29;
    --verde: #008F4F;
    --verde-inverso: #EF62A3;
    --preto: #000;
    --branco: #fff;
    --cinza50: #808080;
    --cinza20: #e6e6e6;
}

/* MENÚ -------------------------------------------------------------------------------------- */

.topo {
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 1;
	z-index: 100;
}

.menu {
	width: 100%;
	height: 60px;
	background: red;
}

/* BANNER -------------------------------------------------------------------------------------- */

.banner {
	width: 100%;
	height: 300px;
	background-image: url(../../assets/img/banner-mobile.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 40% 5%;
	text-align: right;
}

.banner img {
	width: 30%;
	height: auto;
	position: absolute;
	top: 60px;
	left: 3%;
	z-index: 2;
}

/* APRESENTAÇÃO -------------------------------------------------------------------------------------- */

.present {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
	padding: 10%;
}

.present p {
	font-size: 1.3em;
	text-align: justify;
	margin-top: 90px;
}

/* DESTAQUES -------------------------------------------------------------------------------------- */

.destaques {
	width: 100%;
	height: 290px;
	background: var(--vermelho-inverso);
	padding: 5%;
	text-align: center;
}

.destaques h2 {
	color: var(--branco);
	margin-bottom: 20px;
}

/* DESTAQUES -2 -------------------------------------------------------------------------------------- */

.destaques-2 {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: var(--branco);
	padding: 10%;
	text-align: center;
}

.destaques-2 img {
	margin-left: 10%;
	margin-bottom: 20px;
}

/* DESTAQUES -3 -------------------------------------------------------------------------------------- */



/* DESTAQUES -4 -------------------------------------------------------------------------------------- */

.destaques-4 {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: #ccc;
	padding: 3% 10%;
	text-align: center;
}

.destaques-4 h3 {
	margin-bottom: 20px;
}

.videos-autorais {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* CONTATO -------------------------------------------------------------------------------------- */

.contato {
	width: 100%;
	height: 400px;
	background: gray;
}

/* RODAPÉ -------------------------------------------------------------------------------------- */

.rodape {
	width: 100%;
	height: 200px;
	background: black;
}

.mp3 {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
}

.mp3 h2 {
	margin-top: 20px;
	font-size: 1.3em;
}

.musicas {
	margin-top: 20px;
}



/* ----------------------------------------- */ @media screen and (min-width: 768px) { /* -------------------------------------- */



/* BANNER -------------------------------------------------------------------------------------- */

.banner {
	height: 500px;
	background-image: url(../../assets/img/banner.jpg);
	background-size: contain;
	padding: 17% 5%;
	text-align: center;
}

.banner img {
	width: 189px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 7%;
}

/* APRESENTAÇÃO -------------------------------------------------------------------------------------- */

.present {
	padding: 0% 10% 3% 22%;
}

.present p {
	margin-top: 40px;
}


/* DESTAQUES -------------------------------------------------------------------------------------- */

.destaques {
	width: 100%;
	height: 500px;
	background: var(--vermelho-inverso);
	text-align: center;
	padding: 3% 30%;

}

/* DESTAQUES -2 -------------------------------------------------------------------------------------- */

.destaques-2 {
	padding: 3% 40%;
	text-align: center;
	display: flex;
    align-items: center;
}

.destaques-2 img {
	margin-left: 10%;
	margin-bottom: 0px;
	margin-left: 3%;
	float: left;
}


/* DESTAQUES -3 -------------------------------------------------------------------------------------- */

.destaques-4 {
	padding: 3% 10%;
}

.videos-autorais {
	width: 30%;
	height: auto;
	float: left;
	margin-left: 2%;
	vertical-align: bottom;
}