html,body {
	margin: 0;
	padding: 0;
	font-family: Poppins;
	overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.ttf);
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Poppins; 
    background: #366582;
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10px;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .navbar-brand {
    display: block;
  }

  .logocelular {
    display: none;
  }

  .logo {
    margin-left: 150px;
  }

  .logo img {
    width: 400px;
    margin-top: 12px;
  }
  
  .navbar li a {
    list-style: none;
    margin-right: 22px;
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
  }

  .navbar li a:hover {
    color: #fff;
    border-radius: 10px;
  }

  .nav-link {
    transition: all .7s;
    border: 2px solid transparent;
}
  .nav-link:hover{
      border: 2px solid #fff;
      border-radius: 20%;
  }
  
  .mobile-menu {
    display: none;
    cursor: pointer;
  }
  
  .mobile-menu div {
    width: 32px;
    height: 2px;
    background: #fff;
    margin: 8px;
    transition: 0.3s;
  }

  #texto2 {
    position: absolute;
    font-size: 28px;
    left: 300px;
    top: 550px;
    width: 400px;
    height: 52px;
    border-color: #366582;
    border-radius: 10px;
    background-color: #366582;
    color: #fff;
  }

  .banner {
    width: 1920px;
    height: 768px;
  }

  .banner img{
    margin-top: 7px;
    width: 1920px;
    height: 768px;
    object-fit: cover;
  }

  #linha-horizontal2 {
    margin-left: 550px;
    margin-top: 40px;
    width: 900px;
    border: 1px solid #366582;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .principal {
    width: 80vw;
    height: 55vh;
    display: flex;
    flex-direction: row;
    padding: 0;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #366582; 
    margin-top: 80px; 
    margin-left: 180px;
    margin-bottom: 300px;
}

.principalcivil {
  width: 80vw;
  height: 120vh;
  display: flex;
  flex-direction: row;
  padding: 0;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  color: #366582; 
  margin-top: 0px; 
  margin-left: 180px;
}

#principal2 {
  font-size: 21px;
}


.item {
    flex-grow: 1;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
    position: relative;
    list-style: none;
    transition: all .7s ease-in-out;
}

.item:hover {
    flex-grow: 2;
    opacity: 1.0;
}

.item a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.text {
    font-size: 0;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.item:hover .text {
    font-size: 20px;
    text-shadow: 2px 2px 12px #366582;
}

.principal3 {
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-direction: row;
  padding: 0;
}

  .primeiro {
    background-image: url(assets/direitofamilia2.jpg);
    background-repeat: no-repeat;
  }

  .segundo {
      background-image: url(assets/civel.jpg);
      background-repeat: no-repeat;
  }

  .terceiro {
      background-image: url(assets/trabalho2.jpg);
      background-repeat: no-repeat;
  }

  .areas-de-atuacao h1 {
    color: #366582;
    text-align: center;
    margin-top: 100px;
  }

  .areas-de-atuacao {
    margin-bottom: 150px;
  }

  .servicos-img {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
  }

  .servicos-img img {
    border-radius: 70px;
  }

  .servicos-titulos {
    display: flex;
  }

  .acupuntura-sistemica {
    margin-left: 180px;
  }

  .quiropraxia {
    margin-left: 430px;
  }

  .ventosatepia {
    margin-left: 485px;
  }

  .servicos-titulos h2 {
    color: #366582;
  }

  .servicos-p {
    display: flex;
    justify-content: space-around;
    text-align: justify;
  }

  .servicos-p p {
    width: 450px;
  }

  .veja-mais {
    background-color: #366582;
    color: #fff;
    margin-left: 750px;
    width: 400px;
    height: 80px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: lighter;
    border-radius: 20px;
  }

  .veja-mais:hover {
    background-color: #fff;
    color: #366582;
    cursor: pointer;
  }

  .sobre {
    display: flex;
    justify-content: center;
    margin-top: 150px;
  }

  .sobre img {
  margin-left: 50px;
  border-radius: 20px;
  width: 650px;
  height: 450px;
}

.slider2{
  position: relative;
  width: 750px;
  height: 650px;
}

.slider2 img {
  width: 650px;
  height: 600px;
}

.sobre p {
  text-align: justify;
  margin: 70px;
  font-size: 22px;
}

  .enviar{
    background-color: #366582;
    color: #fff;
    font-family: Poppins;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    border-style: outset;
    border-radius: 10px;
    height: 36px;
    justify-content: center;
    cursor: pointer;
  }
  
  .enviar:hover{
    opacity: 0.9;
    transition: 0.3s;
    background-color: #366582;
    transition: 0.2s;
  }
  
  .content{
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  
  .formulario{
    width: 100%;
  }
  
  .form{
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  
  .form-txt {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .form-txt p {
    width: 55%;
    margin: 0 auto;
    padding: 50px;
    font-size: 21px;
    text-align: left;
    color: #366582;
  }
  
  .form-txt span {
    margin-top: 0px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #366582;
  }
  
  .field{
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #366582;
    border-radius: 5px;
    font-size: 16px;
    font-family: Poppins;
  }
  
  textarea{
    height: 150px;
  }

  .fale-conosco {
    position: fixed;
    bottom: 0px;
    right: 80px;
    width: 220px;
    height: 320px;
  }

  .whatsapp-link {
    position: fixed;
    bottom: 40px;
    right: 1px;
    width: 120px;
    height: 120px;
  }

  .endereco h1 {
    margin-top: 50px;
    color: #366582;
    font-weight: 400;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    width: 1920px;
  }

  @media screen and (max-width: 1440px) {
    .banner img {
      width: 1440px;
      height: 80%;
      margin-top: 60px;
    }

    .direitofamilia img {
      width: 1440px;
      height: 80%;
    }

    .principalcivil {
      margin-top: 20px;
      height: 150vh;
    }

    #linha-horizontal2 {
      display: none;
    }
  }

  @media screen and (max-width: 414px) {

    .banner img {
      width: 420px;
      height: 150px;
      margin-top: 60px;
    }

    .col-lg-10 {
      margin-top: 50px;
    }

    .direitofamilia img {
      width: 420px;
      height: 150px;
      margin-top: 0px;
    }
  
    .banner {
      height: 150px;
    }

    .col-lg-10 h1 {
      font-size: 22px;
    }

    #texto2 {
      position: absolute;
      font-size: 12px;
      left: 35px;
      top: 250px;
      width: 140px;
      height: 24px;
      border-color: #366582;
      border-radius: 10px;
      background-color: #366582;
      color: #fff;
    }

    .sobre {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      margin-top: 0;
    }

    .principal3 {
      display: flex;
      flex-direction: column;
    }

    .principal h2 {
      margin-left: 90px;
    }
    .principalcivil h2 {
      margin-left: 90px;
    }

    #principal2 {
      font-size: 18px;
    }

    .principal {
      width: 80vw;
      height: 20vh;
      display: flex;
      flex-direction: row;
      padding: 0;
      display: flex; 
      justify-content: center; 
      align-items: center; 
      color: #366582; 
      margin-left: 40px;
      margin-top: 200px;
    }

    .principalcivil {
      width: 80vw;
      height: 80vh;
      display: flex;
      flex-direction: row;
      padding: 0;
      display: flex; 
      justify-content: center; 
      align-items: center; 
      color: #366582;
      margin-top: 180px; 
      margin-left: 40px;
      margin-bottom: 300px;
    }

    .principal img {
      display: none;
    }

    .principalcivil img {
      display: none;
    }

    .principal .especificacao-civil ul li {
      font-size: 12px;
    }

    .principalcivil .especificacao-civil ul li {
      font-size: 12px;
    }

    .principal .especificacao-familia ul li {
      font-size: 12px;
    }

    .sobre img {
      width: 350px;
      height: 350px;
      margin-left: 0px;
    }

    .col-md-6 span {
      display: none;
    }
    
    .slider2  {
      width: 380px;
      height: 350px;
    }
    
    .sobre p {
      font-size: 15px;
    }

    .sobre p .h2{
      margin-left: 100px;
    }

    .sobre p .hh3{
      margin-left: 70px;
    }

    .sobre p .hh4{
      margin-left: 83px;
    }
  
    .servicosp {
      font-size: 18px;
    }

    .content {
      margin-top: 20px;
    }
  
    .form-txt {
      flex-direction: column;
      margin-top: 10px;
    }
  
    .form-txt p {
      width: 98%;
      margin: 0 auto;
      padding: 0px;
      font-size: 17px;
      text-align: center;
    }
    
    .form-txt span {
      margin-top: 0px;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: bold;
    }
  
    .form {
      margin-top: 30px;
      width: 100%;
      align-items: center;
    }

    .field {
      width: 80%;
    }
  
    .enviar {
      width: 180px;
      font-size: 15px;
    }
  
    .endereco h1 {
      width: 100%;
    }
  
    .logo-footer {
      width: 70%;
      height: 50%;
    }
  
    #menu-footer {
      display: none;
    }
  
    #contato-footer {
      margin-top: 20px;
      text-align: center;
    }
  
    #textocontato {
      margin-left: 138px;
    }

    nav {
      width: 100%;
      margin: 0;
      border-radius: 0;
    }

    .navbar-brand {
      display: none;
    }

    .logocelular {
      display: block;
    }
  }
  
  @media screen and (max-width: 390px) {
    .slider2  {
      width: 350px;
    }
  
    .btn-group {
      display: none;
    }

    .navbar-brand img {
      width: 85%;
    }

    .navbar button {
      margin-left: -50px;
    }

    
    .sobre p .h2{
      margin-left: 85px;
    }

    .sobre p .hh3{
      margin-left: 57px;
    }

    .sobre p .hh4{
      margin-left: 67px;
    }
  }

  @media screen and (max-width: 375px) {
    .slider2  {
      width: 350px;
    }
  
    .btn-group {
      display: none;
    }

    nav {
      width: 100%;
      margin: 0;
      border-radius: 0;
    }

    .logocelular {
      margin-left: 45px;
    }

    .navbar button {
      margin-right: 50px;
    }
  }