@font-face {
  font-family: "MADE TOMMY";
  src: url(./fontS/MADE\ TOMMY\ Regular_PERSONAL\ USE.otf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: MADE TOMMY, sans-serif;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  overflow-x: hidden;
}
h1 {
  font-size: 50px;
  line-height: 64px;
}
h2 {
  font-size: 46px;
  line-height: 54px;
}
h3 {
  font-size: 33px;
  line-height: 44px;
}
h4 {
  font-size: 20px;
  line-height: 34px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 16px;
  font-weight: 700px;
  line-height: 14px;
}
p {
  font-size: 18px;
  margin: 15px 0 20px 0;
}
.section-p1 {
  padding: 40px 80px;
}
.section-p2 {
  padding: 40px;
}
.section-m1 {
  margin: 40px 0;
}
/* hero */
#hero {
  background: rgb(201, 201, 201);
  background: linear-gradient(
    45deg,
    rgba(201, 201, 201, 1) 1%,
    rgba(4, 57, 87, 0.91) 90%
  );
  height: 90dvh;
  width: 100%;
  background-size: cover;
  background-position: top 25%;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
#hero .intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 9rem 200px;
  z-index: 999;
  background-color: transparent;
}
#hero .logo1 {
  width: 200px;
}
#hero .imgDrAntonio {
  display: flex;
  z-index: 2;
}
#hero .imgDrAntonio img {
  object-fit: cover;
}
#hero h3 {
  color: aliceblue;
}
#hero button {
  margin-top: 25px;
  padding: 10px;
  border-radius: 50px;
  background-color: #25d366;
  border-color: transparent;
  color: azure;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
#hero button:hover {
  background-color: #49eb85;
}
#hero h4,
h5,
h2 {
  color: #0e1111;
}

/* quem somos */
#quemSomos {
  display: flex;
  height: 70dvh;
  width: 100%;
  background-color: #c9c9c9;
  background-image: url("./images/Pattern_3.webp");
  background-size: cover;
  background-position: top 25% right 0;
  justify-content: center;
  align-items: center;
}
#quemSomos h5 {
  color: #043957;
}
#quemSomos h3,
h2 {
  color: #0e1111;
}
#quemSomos p {
  color: rgb(44, 44, 44);
  font-size: 20px;
}
#quemSomos img {
  border-radius: 25px;
  width: 550px;
  height: 386px;
  object-fit: cover;
}
#quemSomos .containerSide {
  padding-left: 50px;
  width: 75dvh;
}
/* consultorio */
#consultorio {
  background-color: #043957;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#consultorio h2 {
  color: aliceblue;
}
#consultorio h3 {
  color: aliceblue;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* servicos oferecidos */
#servicosOferecidos {
  text-align: center;
  background-color: #c9c9c9;
  background-image: url("./images/Pattern_3.webp");
  background-size: cover;
  background-position: top 25% right 0;
}
#servicosOferecidos h2,
h3 {
  color: #0e1111;
}
#servicosOferecidos .fe-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
#servicosOferecidos a {
  text-decoration: none;
  color: #000;
}
#servicosOferecidos .fe-box {
  width: 180px;
  padding: 10px 12px;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 15px 0;
  cursor: pointer;
  box-shadow: 6px 5px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  transition: 0.3s ease;
}
#servicosOferecidos .fe-box:hover {
  box-shadow: 6px 5px 20px rgba(0, 0, 0, 0.5);
}
#servicosOferecidos .fe-box img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  filter: grayscale(100%);
}

#depoimentos {
  text-align: center;
  background-color: #043957;
}
#depoimentos h2 {
  color: aliceblue;
}
#depoimentos h3 {
  color: aliceblue;
}
/* footers */
#footer1 {
  background-color: #c9c9c9;
  background-image: url("./images/Pattern_3.webp");
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer1 ul {
  list-style: none;
  margin: 10px;
  padding-bottom: 10px;
}
#footer1 li {
  text-align: center;
}
#footer h2,
h3 {
  color: #0e1111;
}
#footer2 {
  text-align: center;
  display: flex;
  justify-content: space-around;
  background-color: #043957;
  border-bottom: #d9d9d9 1px solid;
}
#footer2 h6 {
  color: #d9d9d9;
}
#footer2 ul {
  list-style: none;
  margin: 10px;
}
#footer2 li {
  padding: 10px;
  color: #d9d9d9;
}
#footer2 .socialMedia a {
  text-decoration: none;
  cursor: pointer;
}
#footer2 object {
  margin-right: 5px;
}
#footer2 img {
  width: 35dvh;
  height: 23dvh;
  object-fit: contain;
}
#footer3 {
  text-align: center;
  background-color: #043957;
}
#footer3 h5 {
  color: aliceblue;
}

@media (320px <= width <= 600px) {
  body {
    overflow-x: hidden;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
    font-weight: 700px;
    line-height: 12px;
  }

  p {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
  #hero {
    padding: 20px 5px 0px 20px;
  }
  #hero .intro {
    padding: 10rem 0;
  }
  #hero .imgDrAntonio {
    margin-left: -8rem;
    margin-top: 4rem;
    display: none;
  }
  #quemSomos {
    height: auto;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }

  #quemSomos img {
    width: 75%;
    height: auto;
    margin-bottom: 20px;
  }

  #quemSomos .containerSide {
    width: 30dvh;
    padding: 0;
    text-align: center;
  }
  #consultorio {
    text-align: center;
  }

  #servicosOferecidos .fe-container {
    justify-content: center;
  }
  #servicosOferecidos .fe-box {
    width: 150px;
  }

  #footer1 {
    padding: 20px;
  }

  #footer1 li {
    text-align: center;
  }

  #footer2 {
    flex-direction: column;
    align-items: center;
  }

  #footer2 .socialMedia {
    margin-bottom: 20px;
  }
}

@media (601px <= width <= 992px) {
  #hero {
    padding: 0 40px;
  }
  #hero .intro {
    padding: 9rem 30px;
  }
  #quemSomos {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #quemSomos img {
    margin-bottom: 10px;
  }
  #consultorio {
    text-align: center;
  }

  #footer2 .socialMedia {
    padding-top: inherit;
  }
}

@media (993px <= width <= 1920px) {
  #consultorio {
    text-align: center;
  }
  .socialMedia {
    padding-top: inherit;
  }
}
