*{
	margin: 0;
	padding: 0;
}
header{
	height: 13vh;
	background-color: #facbd9;
	position: fixed;
	width: 100%;
	color:#facbd9;
	
}
	main{
height: 96vh
}
h2{
	text-align: center;
	padding-top: 10px;
}
h1{
	text-align: center;
	padding-top: 50px;
}
p{
	font-size: 20px;
	margin-left: 50px;
}
ul{
	margin-left: 80px;
	font-size: 20px;
	list-style-type: circle
}
footer{
	text-transform: capitalize;
	text-align: right;
	background-color: #facbd9;;
	color:000000;
	font-style:italic;
	font-weight:bolder;
	position: fixed;
	width: 100%;
}


section{
	padding-top: 100px;
	height: 96vh;
}

section.topo{
	background-color: #dedede;
	background-image: url("../imagens/rosinha.avif");
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.conteudo1{
	background-image: url("../imagens/rosa2.avif");
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.conteudo2{
		background-image: url("../imagens/rosa2.avif");
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.conteudo3{
		background-image: url("../imagens/rosa2.avif");
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.conteudo4{
		background-image: url("../imagens/rosa2.avif");
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*formatação do MENU Principal*/
.logo img{
	width: 200px;
	height: 80px;
}
nav{
	display: flex;
	justify-content: space-around ;
}
.titulo h2{
	padding-top:10px ;
	font-size:40px ;
	color: black;
}
.menu{
	width: 30%;
}
.menu ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
.menu ul li{
	float: inline-start;
	width: 25%;
	text-align: center;
}
.menu ul li a{
	text-decoration-line: none;
	color: black;
	display: block;
	height: 60px;
	padding-top: 20px;
	text-transform: capitalize;
}
.menu ul li a:hover{
	background-color: rgb(247, 186, 231);
	color: rgb(185, 244, 248);
}

	.menu ul ul{
		display: none;
	}
	.menu ul li:hover ul{
		display: block;
		width:150%
	}
	.menu ul li ul li{
		width: 100%;
	
	}
	.menu ul li ul li a{
			background-color: rgb(241, 201, 231);
			color: rgb(29, 28, 28);
	}

	/*configuração da section 1*/
	.container1{
width: 50% ;
margin: 0 auto ;
display: block ;
padding-top: 5% ;
	}
	.container1 .titulo{
font-size: 42px ;
text-align: center ;
color: #d62525 ;
padding: 3% ;
border-color: #c1c4c5 ;
border-width: 5px ;
border-style: double ;
	} 
	.container1 .texto{
font-size: 22px ;
line-height: 1.5sem ;
text-align: center ;
color: #818686;
	}
.container2{
	width: 80% ;
	display: flex ;
	flex-direction: row ;
	align-items: center  ;
	margin: 0 auto ;
	gap: 20px ;
	padding-top: 10% ;
}
.container2 .titulo{
font-size: 42px ;
color: 000000 ;
text-decoration: underline ;
text-align: center ;
}
.container2 .texto{
	font-size: 22px ;
	color: ffff00 ;
}
.container3{
	padding-top: 10% ;
	display: flex ;
	flex-direction: row-reverse ;
	margin: 0 auto ;
	align-items: center ;
}
.container3 .texto{
	font-size: 18px ;
	color: ffff00 ;
}
.container4{
	display: flex ;
	flex-direction: row ;
	width: 80% ;
	margin: 0 auto ;
	gap: 15px ;
	padding-top: 10% ;
}
.container4 .titulo{
	font-size: 42px ;
	text-align: center ;
	color: ffffff ;
	font-style: italic ;
}
.container4 .texto{
	font-size: 22px ;
	color: #ffffff ;
	text-align: justify ;
}
.container{
	width: 90% ;
	align-items: center ;
	display: flex ;
	justify-content: space-around ;
	gap: 50px ;
	padding-top: 5% ;
}
.container h1{
	font-size: 66px ;
	color: #ffffff ;
	line-height: 1.5em ;
}
.container h1 span{
	color: #ffffff ;
}
.container img{
	width: 400px ;
	height: 300px;
	position: relative;
	animation: flutuar 2s ease-in-out alternate;
}
.container p {
color: #ffffff ;
font-size: 28px ;
text-align: center ;
margin: 40px 0;
}
.container .botao-contato{
text-align: center ;
}
.container .botao-contato button{
	font-size: 18px;
background-color: #3e4b4e ;
color: #ffffff ;
padding: 10px 40px;
border: 0;
border-radius: 30px ;
cursor: pointer ;
transition:.2s;
}
.container .botao-contato button:hover{
	transform: scale(1.5);
}
@keyframes flutuar{
	0%{
		top:0%;
	}
	100%{
		top: 30px ;
	}
}
.btn-abrir-menu{
    font-size: 50px;
    color: #0000FF;
    padding-top: 2%;
}
.menu-mobile{
    background-color: #2d2e2e;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 0%;
    overflow: hidden;
    transition: 1s;
}
.menu-mobile.abrir-menu{
    width: 100%;
}
.menu-mobile .btn-fechar{
    font-size: 60px;
    color: #FFFFFF;
}
.menu-mobile ul{
    text-align: left;
    list-style-type: none;
}
.menu-mobile ul li a {
    font-size: 20px;
    color: #FFFF00;
    display: block;
    padding: 0%;
    line-height: 1.5em;
    text-decoration: none;  
}
/*Formatação paginas para celular */
@media only screen and (max-width:800px)
{
    .menu{
        display: none;
    }      
    .logo{
        display: none;
    }
    .container{
        width: 90%;
        flex-direction: column;
        padding-top: 30%;  
        margin: 0 auto;
        display: flex;
    }
    .container img{
        width: 50%;
        height: 50%;        
    }
    section.topo{
        margin: 0 auto;
        display: block;
        height: 950px;
        padding-top: 8%;
    }
    .container .imagem-topo{
        display: block;
        margin: 0 auto;
    }
    .container1{
        width: 95%;
    }
    .container2{
        flex-direction: column;
        width: 95%;
    }
    .container3{
        flex-direction: column;
        width: 95%;
    }
    .container3 .texto ul{
        font-size: 26px;
        margin-left: 20px;
    }
    .container4{
        flex-direction: column;
        width: 95%;
    }
    .container4 .texto ul{
        font-size: 26px;
        margin-left: 20px;
    }
    section.topo{
        background-image: none;
        background-color: #000000;
    }
    section.conteudo1{
        background-image: none;
        background-color: #010101;
    }
        section.conteudo2{
        background-image: none;
        background-color: #464646;
    }
        section.conteudo3{
        background-image: none;
        background-color: #898989;
    }
        section.conteudo4{
        background-image: none;
        background-color: #cfcfcf;
    }
}
section.aulas{
	padding-top:10%;
}
.aulas h1{
	color:#e99adc;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 2%;
}
.aulas p{
	padding-left: 5%;
	padding-right: 10%;
	text-align: justify;
}
.aulas ul li a{
	color:#464646;
	text-align: left;
}
