/*Estilo Geral*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #323232;
  height: 100vh;
}

.interface {
  max-width: 1280px;
  margin: auto;

}


.flex {
  display: flex;
}

.btn-contato button {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 600;
  background-color: #f95300;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  transition: .2s;
}

h2.titulo {
  color: white;
  font-size: 38px;
  text-align: center;

}

h2.titulo span {
  color: #f95300;
}

button:hover {
  box-shadow: 0px 0px 8px #f95300;
  transform: scale(1.05);
}

/* Estilo do cabeçalho */
header {
  padding: 40px 4%;
  background-color: #252525;
}

header>.interface {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

header a {
  color: #a6a6a6;
  text-decoration: none;
  display: inline-block;
  transition: .2s;
}

header nav.menu-desktop a:hover {
  color: #fff;
  transform: scale(1.05);
}

header nav ul {
  list-style-type: none;
}

header nav.menu-desktop ul li {
  display: inline-block;
  padding: 0 40px;
}

/*Estilo do meu mobile*/

.btn-abrir-menu i {
  color: #f95300;
  font-size: 40px;
  display: none;
}

.menu-mobile {
  background-color: #323232;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  width: 0%;
  overflow: hidden;
  transition: .5s;
}

.menu-mobile.abrir-menu {
  width: 70%;
}

.menu-mobile.abrir-menu~.overlay-menu {
  display: block;
}

.menu-mobile .btn-fechar i {
  color: #f95300;
  font-size: 30px;

}

.menu-mobile .btn-fechar {
  padding: 20px 5%;
}

.menu-mobile nav ul {
  text-align: right;
}

.menu-mobile nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 8%;
  display: block;
}

.menu-mobile nav ul li a:hover {
  background-color: #f95300;
  color: #000000;
}

.overlay-menu {
  background-color: #000000a5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88888;
  display: none;
}


/* Estilo do topo do site */

section.topo-do-site {
  padding: 40px 4%;
}

section.topo-do-site .flex {
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.topo-do-site h1 {
  color: #fff;
  font-size: 32px;
  line-height: 50px;
}

.topo-do-site .txt-topo-site h1 span {
  color: #f95300;
}

.topo-do-site .txt-topo-site p {
  color: #fff;
  margin: 40px 0;
}

.topo-do-site .img-topo-site img {
  position: relative;
  animation: flutuar 2s ease-in-out infinite alternate;
}

@keyframes flutuar {
  0% {
    top: 0;
  }

  100% {
    top: 30px;
  }
}

/* estilo das especialidades */
section.especialidades {
  padding: 80px 4%;
}

section.especialidades .flex {
  gap: 60px;
}

.especialidades .especialidades-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px #ffffff71;
}

.especialidades .especialidades-box {
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 45px;
  transition: .2s;
}

.especialidades .especialidades-box i {
  font-size: 70px;
  color: #f95300;
}

.especialidades .especialidades-box p {
  font-size: 28px;
  margin: 15px 0;
}

/* ESTILO DO SOBRE */
section.sobre {
  padding: 80px 4%;
}

section.sobre .flex {
  align-items: center;
  gap: 60px;

}

.sobre .txt-sobre {
  color: #fff;
}

.sobre .txt-sobre h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.sobre .txt-sobre h2 span {
  color: #f95300;
  display: block;
}

.sobre .txt-sobre p {
  margin: 20px 0;
  text-align: justify;
}

.btn-social button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background-color: #f95300;
  font-size: 22px;
  cursor: pointer;
  margin: 0 5px;
  transition: .2s;

}

section .sobre .img-sobre {
  width: 500px;
  height: 500px;
  background-color: #000000;
  border-radius: 20% 20% 20% 20%;
}

#imagem-redonda {
  height: 500px;
  height: 500px;
  border-radius: 50%;
}

/*Agendamento*/
.txt-agendamento {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.msg-agendamento h3 {
  padding: 40px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.txt-agendamento h3 span {
  color: #f95300;
}

.txt-agendamento p {
  font-size: 20px;
  line-height: 100px;
}

.txt-agendamento p span {
  color: #f95300;
}

.btn-agendamento button {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 50px;
  background-color: #f95300;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  transition: .2s;
}

/*Formulário*/
.Formulário {
  min-height: 10vh;
  display: grid;
  place-items: center;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

form {
  width: 100%;
  max-width: 100rem;
}

label,
input,
textarea {
  display: block;
  width: 150%;

}

.butao {
  display: block;
  width: 150%;
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
  background-color: #f95300;
  border: none;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.3s;
}

label {
  color: #f95300;
}

label input,
textarea {
  width: 150%;
  font: inherit;
  padding: 1.25rem;
  font-weight: 700;
}

input,
textarea {
  margin-bottom: 1rem;
  color: black;
  background: #fff;
  border: 0.125rem solid transparent;
  border-radius: 1.125rem;
  transition: border-color 0.3s,
    box-shadow 0.3s;

}

input:hover,
input:focus,
textarea :hover,
textarea :focus {
  outline: none;
  border-color: #f95300;
  box-shadow: 0 0 0 0.3125rem #252525;
}

label {
  margin-bottom: 0.5rem;
}

textarea {
  min-height: 12.5rem;
  resize: vertical;
}

button :hover,
button :focus {
  outline: none;
  background: #cd4501;
}

.butao :disabled {
  cursor: not-allowed;
  background-color: #555b69;

}

/*Footer*/


footer {
  background-color: #252525;
  padding: 60px 4%;
  box-shadow: 0 0 40px 10px #555b69;
}

footer .flex {
  justify-content: space-between;
}

footer .line-footer {
  padding: 40px;

}

.borda {
  border-top: 2px solid #f95300;
}


footer .line-footer p i {
  color: #f95300;
  font-size: 50px;
}

footer .line-footer a {
  color: #fff
}

.sobreDev {
  align-items: start;
}

/*Responsividade*/

@media screen and (max-width: 1020px) {

  /*CLASSES GERAIS*/
  .flex {
    flex-direction: column;
  }

  .h2.titulo {
    font-size: 20px;
    text-align: center;
  }

  /*cabeçalho*/
  .menu-desktop,
  .btn-contato {
    display: none;
  }

  /*topo do site */
  .topo-do-site h1 {
    font-size: 30px;
  }

  .topo-do-site .img-topo-site img {
    width: 100%
  }

  /*menu mobile*/

  .btn-abrir-menu i {
    color: #f95300;
    font-size: 40px;
    display: block;
  }

  .menu-mobile {
    background-color: #323232;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999;
    width: 0%;
    overflow: hidden;
    transition: .5s;
  }

  .menu-mobile.abrir-menu {
    width: 70%;
  }

  .menu-mobile.abrir-menu~.overlay-menu {
    display: block;
  }

  .menu-mobile .btn-fechar i {
    color: #f95300;
    font-size: 30px;

  }

  .menu-mobile .btn-fechar {
    padding: 20px 5%;
  }

  .menu-mobile nav ul {
    text-align: right;
  }

  .menu-mobile nav ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 8%;
    display: block;
  }

  .menu-mobile nav ul li a:hover {
    background-color: #f95300;
    color: #000000;
  }

  .overlay-menu {
    background-color: #000000a5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
  }

  /*Minhas especialidades*/
  .especialidades .especialidades-box {
    padding: 2rem;
    border-radius: 10px;
    margin-top: 25px;
    transition: .2s;
  }

  /*SOBRE*/
  section.sobre {
    padding: 10px 4%;
    position: center;
  }

  .sobre .txt-sobre h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: center;
  }

  /*Agendamento*/
  .txt-agendamento {
    padding: 70px;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 5px;
    text-align: center;
  }

  .msg-agendamento p {
    padding: 30px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  /*Formulario*/

  form {
    width: 90%;
    max-width: 10rem;
    position: center;
  }

  /*Footer*/
  footer {
    background-color: #252525;
    padding: 90px 4%;
    box-shadow: 0 0 20px 10px #555b69;
  }



  footer .flex {
    flex-direction: column;
  }

  .line-footer {
    flex-direction: row;
  }

  footer .line-footer {
    padding: 20px;

  }

  .borda {
    border-top: 2px solid #f95300;
    display: none;
  }

  footer .line-footer p i {
    color: #f95300;
    font-size: 50px;
  }

  .line-footer .btn-social {
    padding: 20px;
  }


  /*Tela de agradecimento*/

}