@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

/* Header menu */

#Inicio .menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #65c9b6;
}

#Inicio .menu img {
  width: 250px;
  height: auto;
  margin-top: 10px;
  margin-left: 200px;
  object-fit: cover;
}

#Inicio .menu ul {
  float: right;
}

#Inicio .menu ul li {
  display: inline-block;
  line-height: 60px;
  padding: 10px;
  margin-top: 8px;
}

#Inicio .menu ul li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding-bottom: 8px;
  right: 200px;
  text-decoration: none;
}

#Inicio .menu ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #1b1b28;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s linear;
}

#Inicio .menu ul li a:hover {
  color: #1b1b28;
  transition: transform 0.4s;
}

#Inicio .menu ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: center;
}

/* procedimentos */

.procedimento {
  margin-top: 150px;
  padding: 10px 500px;
}

.procedimento .agendamento {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.procedimento h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -60px;
}

.procedimento p {
  text-align: center;
  font-size: 22px;
  color: #444444;
  margin-top: 50px;
}

/*remarcar*/

.remarcar {
  margin-top: 50px;
  padding: 10px 200px;
}

.remarcar .sessao {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.remarcar h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -60px;
}

.remarcar p {
  text-align: center;
  font-size: 22px;
  color: #444444;
  margin-top: 50px;
}

/*divisoes*/

.divisoes {
  display: flex;
  padding: 10px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

.divisoes .contato,
.formulario {
  width: 960px;
  height: auto;
}

.contato {
  padding: 0 100px;
  margin-left: 100px;
}

.contato .contato-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contato h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -43px;
  margin-bottom: 30px;
}

.contato .horario {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contato .horario-titulo {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -43px;
  margin-bottom: 30px;
}

.contato p {
  text-align: center;
  font-size: 22px;
  color: #444444;
}

/*formulario*/

.formulario {
  max-width: auto;
  margin: 50px 100px;
  position: relative;
  padding: 30px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #adadad;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  border-color: #65c9b6;
  transition: 0.5s;
}

.contact-form .input-text:focus ~ .label,
.contact-form .input-text.not-empty ~ .label,
.contact-form .input-text:valid ~ .label {
  transform: translateY(-24px);
  color: #65c9b6;
  transition: 0.5s;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: transparent;
  cursor: text;
  text-transform: capitalize;
  transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #65c9b6;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  border-radius: 15px;
  padding: 8px 16px;
  border: none;
  width: 180px;
  box-shadow: 0px 6px #4e4e4e21;
  cursor: pointer;
  transition: 0.5s;
}

.contact-form .submit-btn:hover {
  background-color: #1b1b28;
  box-shadow: 0px 6px #65c9b7c0;
  border-radius: 25px;
  transition: 0.5s;
}

/*rodape*/

.Footer {
  background-color: #65c9b6;
  line-height: 1.5;
}

.Footer .Container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 200px;
}

.Footer .Container .Row {
  display: flex;
  flex-wrap: wrap;
}

.Footer .Container .Row .Footer-col ul {
  list-style: none;
  margin-bottom: 30px;
}

.Footer .Container .Row .Footer-col {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px 100px;
}

.Footer .Container .Row .Footer-col h3 {
  width: 180px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  padding-top: 30px;
}

.Footer .Container .Row .Footer-col h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #1b1b28;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.Footer .Container .Row .Footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.Footer .Container .Row .Footer-col ul li a {
  font-size: 16px;
  width: 40px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.Footer .Container .Row .Footer-col ul {
  padding-left: 0px;
}

.Footer .Container .Row .Footer-col ul li .Etica {
  width: 250px;
}

.Footer .Container .Row .Footer-col ul li a:hover {
  color: #1b1b28;
  padding-left: 8px;
}

.Footer .Container .Row .Footer-col .Social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.205);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.Footer .Container .Row .Footer-col .Social-links a:hover {
  color: #fff;
  background-color: #1b1b28;
}
