:root {
    --cor-rosa: pink;
}

* {
    font-family: 'Mukta', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
	transition: .2s linear;
    box-sizing:border-box;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 1rem;
	overflow-x: hidden;
}

body {
	align-items: center;
	justify-content: center;
	min-height: 100vh;
    background-color: plum;

}

/* COMECO DA NAVEGAÇAO*/
.logo {
	cursor: pointer;
}

.logo img {
	max-width:75px;
    max-height:75px;
	border-radius: 50px;
    width: auto;
    height: auto;
}

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
    height: 100px;
	padding: 20px 100px;
	background-color: #000000;
	display: flex;
	justify-content:space-between;
	align-items: center;
	z-index: 1000;
	box-shadow: 0 .5rem 1rem #940e4d; ;
}

header .navegacao a{
	font-size: 2rem;
	padding: 0 1.5rem;
	color: #fff;
    background: black;
	justify-content: space-between;
}

header .navegacao a:hover{
font-size: 2.5rem;
}

.navegacao  {
	display:flex;
	align-items: center;
	justify-content: space-between;
	overflow: auto;
	background: #000000;
}

.navegacao a {
   position:relative;
   font-size:3em;
   color: #ffffff;
   text-decoration:none;
   font-weight: 500;
   margin-left: 40px;
   font-weight: bold;
}

header nav a::after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #940e4d;
    left: 0;
    transition: .3s;
}

header nav a:hover::after {
    width: 100%;
}

/* FIM DA NAVEGAÇAO*/

h1 {
    align-items: center;
	text-align: center;
}

main {
    display: flex;
    padding-top: 10%;
	position: relative;
	padding-bottom: 5%; 
    
}

.textoimg {
	font-size: 3.5rem;
}

.texto-agendamento {
	font-size: 2.0rem;
}

label {
	color: #fff;
	font-weight: bold;
}

.agendamentos {
	text-align: center;
	align-items: center;
}

.horario {
	border-radius: 10px;
	background-color: transparent;
	color: #a30f4d;
	border-color: #fff;
	font-weight: bold;
}

.modalidade {
	margin-top: 5px;
	border-radius: 10px;
	background-color: transparent;
	border-color: #fff;
	color: #a30f4d;
	font-weight: bold;
}

.imagemcontainer .imagem{
	width: 245%;
	height:100%;
	box-shadow: 0 .5rem 1rem rgba(37, 34, 34, 0.5);
	object-fit:cover;
	margin-left: 30%;
	border-radius: 20px;
	display: flex;
}

.container{
	color: #fff;
	text-align:center;
	justify-content:initial;
	font-size: 1.5rem;
	background-color: transparent;
	backdrop-filter: blur(5px);
	border-radius: 30px;
	border: 2px solid rgba(255, 255, 255, .2);
	cursor: pointer;
	width: 350px;
	height: 300px;
	margin: 100px 0 0px 0  ;
	margin-right: 150px;
}

.imagemPrincipal {
	display: flex;
}

.imagem {
	display: flex;
}

/* SEÇÃO DE CADASTRO*/

.wrapper {
	width: 420px;
	background:#940e4d;
	backdrop-filter: blur(20px);
	border: 2px solid rgba(255, 255, 255, .2);
	color: #fff;
	border-radius: 10px;
	padding: 30px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	align-items: center;
}
.wrapper .bem-vindo{
	font-size: 36px;
	text-align: center;
	align-items: center; 
}

.wrapper .input-box {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 30px 0;
}

.input-box input{
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	border: 2px solid rgba(255,255,255, .2);
	border-radius: 40px;
	color: #fff;
	padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
	color: #fff;
}

.input-box i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.wrapper .lembre-me {
	display: flex;
	justify-content: space-between;
	font-size: 14.5px;
	margin: -15px 0 15px;
}

.lembre-me label input {
	accent-color: #fff;
	margin-right: 3px;
}

.lembre-me a {
	color: #fff;
	text-decoration: none;
}

.lembre-me a:hover {
	text-decoration: underline;
}

.wrapper .btn {
	width: 100%;
	height: 45px;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 40px;
	box-shadow:  0 0 10px rgba(0, 0, 0, .1);
	cursor: pointer;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.wrapper .btn:hover{
	color: #940e4d;
}

.wrapper .link-registro {
	font-size: 14.5px;
	text-align: center;
	margin: 20px 0 15px;
}

.link-registro p a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.link-registro p a:hover{
	text-decoration: underline;
}

.wrapper .container {
	align-items: center;

}

/*PARTE DO BOTAO LEGAL*/

.agendabtn {
	position: relative;
	display: inline-block;
	margin: 15px;
	padding: 15px 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ebe1e8;
	background: transparent;
	cursor: pointer;
	transition: ease-out 0.5s;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0 #cc459f;
  }
  
  .agendabtn:hover {
	color: white;
	box-shadow: inset 0 -100px 0 0 #f01bb0;
  }
  
  .agendabtn:active {
	transform: scale(0.9);
  }
  /*FIM DO BOTAO LEGAL*/

/*PARTE DO FOOTER - RODAPE*/

.rodape{
    background-color: #940e4d;
    color: white;
    height: auto;
    width: 100%;
    font-size: 14px;
    font-family: helvetica;
	bottom: 0;
}

.rodape a{
    text-decoration: none;
    color: white;
}
.rodape p{
    margin-bottom: 5px;
}
.rodape-div{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin: auto;
    align-items: stretch;
    padding: 60px 10px 40px 10px;
}
.rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
    display: flex;
    width: calc(100% / 4 - 20px);
    padding: 10px;
}
.rodape .contato{
    font-size: 20px;
    color: white;
}
.rodape-direitos{
    width: calc(100% - 20px);
    background-color: black;
    padding: 10px;
    margin: 0px;
    text-align: center;
}

.rodape i {
	font-size: 2.0rem;
}

/*mobile*/
@media (max-width: 768px) {
    .rodape-div-1, .rodape-div-2, .rodape-div-3, .rodape-div-4{
        width: calc(50% - 20px);
        padding: 10px;
    }
    .rodape-div{
        padding: 60px 0px 40px 0px;
    }
}