/* INICIO DAS NORMALIZAÇÕES */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  color: #313131;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: button;
}

input {
  font-size: 1em;
}

textarea {
  overflow: auto;
  font-size: 1.1em;
}

[hidden] {
  display: none;
}

button,
textarea,
select,
input {
  outline: 0;
}

@media (min-width: 1399px) {
  .containerWidth {
    max-width: 1399px;
    padding: 0;
  }
}

.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* FIM DAS NORMALIZAÇÕES */

#header {
  background: white;
}

#header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: linear-gradient(45deg, #000000, #272727);
  border-radius: 10px;
}

#header .content .logo {
  background: white;
  padding: 16px 12px;
  border-radius: 0px 10px 10px 0;
}

#header .content .logo img {
  width: 180px;
  display: flex;
}

#header .content .menu {}

#header .content .menu ul {
  display: flex;
  gap: 52px;
  list-style: none;
}

#header .content .menu ul li {}

#header .content .menu ul li a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s;
}

#header .content .menu ul li a:hover {
  color: #ed3237;
  transition: all .3s;
}

#header .content .contacts {
  display: flex;
  align-items: center;
  gap: 32px;
}

#header .content .contacts .questions {
  display: flex;
  align-items: center;
  gap: 12px;
}

#header .content .contacts .questions i {
  background: #ed3237;
  border-radius: 100%;
  padding: 8px;
  color: white;
  font-size: 22px;
}

#header .content .contacts .questions .texts {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 2px;
}

#header .content .contacts .questions .texts span {
  font-size: 12px;
}

#header .content .contacts .questions .texts strong {}

#header .content .contacts .boxRequest {
  background: #ed3237;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 32px;
  border-radius: 4px;
  transition: all .3s;
}

#header .content .contacts .boxRequest:hover {
  background: #cd2125;
  transition: all .3s;
}

#whatWeDo {
  overflow: hidden;
}

#whatWeDo .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 96px 0;
  width: 100%;
  position: relative;
}

#whatWeDo .content .titles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

#whatWeDo .content .titles i {
  color: #ed3237;
  font-size: 20px;
}

#whatWeDo .content .titles span {
  text-transform: uppercase;
  color: #ed3237;
  font-weight: 700;
  font-size: 14px;
}

#whatWeDo .content .titles strong {
  font-size: 46px;
  color: black;
  text-align: center;
  line-height: 1.2em;
}

#whatWeDo .content .titles h1 {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  font-size: 300px;
  font-weight: bold;
  opacity: .025;
  color: transparent;
  color: black;
  text-transform: uppercase;
  z-index: 1;
  display: flex;
  justify-content: center;
}

#whatWeDo .content .services {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}

#whatWeDo .content .services .service {
  margin-top: 32px;
}

#whatWeDo .content .services .service:first-child {
  margin-top: 0;

}

#whatWeDo .content .services .service:last-child {
  margin-top: 64px;
}

#whatWeDo .content .services .service .image {
  position: relative;
  padding-left: 32px;
}

#whatWeDo .content .services .service .image img {
  width: 100%;
  border-radius: 10px;
}

#whatWeDo .content .services .service .image .texts {
  position: absolute;
  left: 0;
  bottom: 32px;
  background: white;
  border-radius: 0px 10px 0px 10px;
  max-width: 80%;
  box-shadow: 0px 0px 32px #00000017;
}

#whatWeDo .content .services .service .image .texts .title {
  display: flex;
  gap: 16px;
  align-items: center;
}

#whatWeDo .content .services .service .image .texts .title i {
  padding: 16px;
  font-size: 36px;
  background: #ed3237;
  border-radius: 0px 0px 10px 0;
  color: white;
}

#whatWeDo .content .services .service .image .texts .title strong {
  color: black;
  font-size: 18px;
}

#whatWeDo .content .services .service .image .texts .infos {
  display: flex;
  align-items: flex-end;
}

#whatWeDo .content .services .service .image .texts .infos .description {
  display: flex;
  padding: 22px 16px;
  text-align: center;
}

#whatWeDo .content .services .service .image .texts .infos .description p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 20px;
}

#whatWeDo .content .services .service .image .texts .infos a:hover i {
  background: #ed3237;
  transition: all .3s;
}

#whatWeDo .content .services .service .image .texts .infos i {
  transition: all .3s;
  background: black;
  color: white;
  font-size: 22px;
  padding: 8px;
  border-radius: 10px 0px 0px 0px;
}

#aboutUs {
  background: linear-gradient(45deg, white, #ededed);
}

#aboutUs .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding: 96px 0;
  background-image: url('/images/dots.png');
  background-size: 50%;
  background-repeat: no-repeat;
}

#aboutUs .content .texts {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

#aboutUs .content .texts .titles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}

#aboutUs .content .texts .titles i {
  color: #ed3237;
  font-size: 20px;
}

#aboutUs .content .texts .titles span {
  text-transform: uppercase;
  color: #ed3237;
  font-weight: 700;
  font-size: 14px;
}

#aboutUs .content .texts .titles strong {
  font-size: 46px;
  color: black;
  line-height: 1.2em;
}

#aboutUs .content .texts ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#aboutUs .content .texts ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: black;
}

#aboutUs .content .texts ul li i {
  font-size: 13px;
  background: #ed3237;
  color: white;
  padding: 2px;
  border-radius: 100%;
}

#aboutUs .content .texts .motivateText {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#aboutUs .content .texts .aboutUsDescription {
  max-width: 510px;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#aboutUs .content .image {
  position: relative;
}

#aboutUs .content .image img {
  border-radius: 10px;
  max-width: 390px;
  width: 100%;
}

#aboutUs .content .image .hapiness {
  position: absolute;
  top: 32px;
  left: -64px;
}

#aboutUs .content .image .hapiness img {
  width: 140px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#services {
  background: linear-gradient(280deg, #f7f7f7, transparent);
  overflow: hidden;
  position: relative;
}

#services .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0;
  position: relative;
}

#services .content .boxIcon {
  position: absolute;
  bottom: -96px;
  left: -20rem;
  font-size: 32rem;
  z-index: 1;
  color: #ffefe6;
}

#services .content .titles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 64px;
  position: relative;
  z-index: 2;
}

#services .content .titles .main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
  max-width: 349px;
  width: 100%;
}

#services .content .titles i {
  color: #ed3237;
  font-size: 20px;
}

#services .content .titles span {
  text-transform: uppercase;
  color: #ed3237;
  font-weight: 700;
  font-size: 14px;
}

#services .content .titles strong {
  font-size: 46px;
  color: black;
  line-height: 1.2em;
}

#services .content .titles .bar {
  height: 3px;
  width: 100%;
  border-radius: 32px;
  background: linear-gradient(45deg, #ed3237, transparent);
}

#services .content .services {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}

#services .content .services .service {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 8px 16px #00000008;
}

#services .content .services .service a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: all .3s;
}

#services .content .services .service a img:hover {
  filter: grayscale(1);
  transition: all .3s;
}

#services .content .services .service .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  height: 116px;
  padding: 12px;
}

#services .content .services .service .texts strong a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  transition: all .3s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#services .content .services .service .texts strong a:hover {
  color: #ed3237;
  transition: all .3s;
}

#services .content .services .service .texts .more {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all .3s;

}

#services .content .services .service .texts .more:hover {
  transform: translateX(4px);
  transition: all .3s;
}

#contact .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 96px 0;
}

#contact .content .doctorImage {
  position: relative;
}

#contact .content .doctorImage img {
  border-radius: 12px 12px 200px 200px;
  max-width: 360px;
  width: 100%;
}

#contact .content .doctorImage i {
  position: absolute;
  left: -16px;
  bottom: -16px;
  font-size: 96px;
  color: #ed3237;
  animation: pulse 2s infinite ease-in-out;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #ed3237;
  padding: 12px;
}

#contact .content .texts {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

#contact .content .texts .titles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}

#contact .content .texts .titles i {
  color: #ed3237;
  font-size: 20px;
}

#contact .content .texts .titles span {
  text-transform: uppercase;
  color: #ed3237;
  font-weight: 700;
  font-size: 14px;
}

#contact .content .texts .titles strong {
  font-size: 46px;
  color: black;
  line-height: 1.2em;
}

#contact .content .texts p {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 21px;
}

#contact .content .texts .contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

#contact .content .texts .contacts .phone {
  font-size: 24px;
}

#contact .content .texts .contacts a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;

}

#contact .content .texts .contacts a:hover {
  color: #ed3237;
  transition: all .3s;
}

#contact .content .texts .contacts i {
  color: #ed3237;
}


#contact .content .texts .contacts .phone b {
  font-size: 26px;
}

#contact .content .texts .contacts .phone i {
  font-size: 26px;
}

#contact .content .texts .contacts .email {}


#contact .content .texts .contacts .location i {}

#footer {
  background: linear-gradient(45deg, #000000, #272727);
}

#footer .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
}

#footer .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .content .top .image {
  padding: 12px 16px;
  background: white;
  border-radius: 12px;
}

#footer .content .top .image img {
  width: 180px;
  display: flex;
}

#footer .content .top .contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

#footer .content .top .contact p {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

#footer .content .top .contact a {
  padding: 8px 16px;
  background: #ed3237;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: all .3s;
}

#footer .content .top .contact a:hover {
  background: #cd2125;
  transition: all .3s;
}

#footer .content .top .socials {
  display: flex;
  gap: 26px;
  padding-right: 32px;
}

#footer .content .top .socials a {
  text-decoration: none;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

#footer .content .top .socials a:hover {
  color: #ed3237;
  transition: all .3s;
}

#footer .content .top .socials a i {}

#footer .content .down {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

#footer .content .down .about {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#footer .content .down .about .title {
  position: relative;
}

#footer .content .down .about .title::after {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 6px;
  background: #ed3237;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .about .title strong {
  text-transform: uppercase;
  color: #ffffff;
}

#footer .content .down .about p {
  color: #eeeeee;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

#footer .content .down .about .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .content .down .about .infos span {
  color: #eeeeee;
  display: flex;
  align-items: center;
  gap: 12px;
}

#footer .content .down .about .infos span i {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ed3237;
  color: #ffffff;
  border-radius: 32px;
  font-size: 22px;
}

#footer .content .down .about .socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

#footer .content .down .about .socials a {
  color: white;
  text-decoration: none;
  font-size: 28px;
}


#footer .content .down .links {
  display: flex;
  gap: 164px;
}

#footer .content .down .links .link {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#footer .content .down .links .link .title {
  position: relative;
}

#footer .content .down .links .link .title::after {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 6px;
  background: #ed3237;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .links .link .title strong {
  color: #ffffff;
  text-transform: uppercase;
}

#footer .content .down .links .link .anchors {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#footer .content .down .links .link .anchors a {
  color: #ffffff;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
}

#footer .content .down .links .link .anchors a:hover {
  color: #ed3237;
  transition: all .3s;
}

#footer .content .down .links .link .anchors a i {}

#footer .content .copyright {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
}

#footer .content .copyright span {
  color: #d8d8d8;
  font-size: 12px;
}

#footer .content .copyright .desenvolvedor span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#footer .content .copyright .desenvolvedor span img {
  width: 100px;
  display: flex;
}

#productBrief .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 64px 0;
}

#productBrief .content .breadcumbs {
  padding: 12px 0;
  border-radius: 32px;
  background: #e2e2e2;
}

#productBrief .content .breadcumbs a {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 0 36px;
  border-right: 1px solid #c0c0c0;
  transition: all .3s;
}

#productBrief .content .breadcumbs a:hover {
  color: black;
  transition: all .3s;
}

#productBrief .content .breadcumbs a:last-child {
  border: none;
  color: black;
  font-weight: 500;
}

#productBrief .content #subcategories {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}

#productBrief .content #subcategories .emptyCategory {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  padding: 64px 0;
}

#productBrief .content #subcategories .emptyCategory strong {
  font-size: 24px;
  font-weight: 400;
  color: #525252;
}

#productBrief .content #subcategories .emptyCategory span {
  color: #747474;
  font-size: 18px;
}

#productBrief .content #subcategories .subcategories {
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  max-width: 325px;
  width: 100%;
}

#productBrief .content #subcategories .subcategories .subcategory {
  padding: 16px;
  border-bottom: 1px solid #ffffff
}

#productBrief .content #subcategories .subcategories .subcategory:last-child {
  border: none;
}

#productBrief .content #subcategories .subcategories .subcategory .category {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

#productBrief .content #subcategories .subcategories .subcategory a {
  text-decoration: none;
  color: #8f8f8f;
  transition: all .3s;
}

#productBrief .content #subcategories .subcategories .subcategory a:hover {
  color: black;
  transition: all .3s;
}

#productBrief .content #subcategories .subcategories .subcategory .category strong {
  font-weight: 400;
}

#productBrief .content .services {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 32px;
  width: 100%;
}

#productBrief .content .services .service {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 8px 16px #00000008;
}

#productBrief .content .services .service a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: all .3s;
}

#productBrief .content .services .service a img:hover {
  filter: grayscale(1);
  transition: all .3s;
}

#productBrief .content .services .service .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  height: 116px;
  padding: 12px;
}

#productBrief .content .services .service .texts strong a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  transition: all .3s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#productBrief .content .services .service .texts strong a:hover {
  color: #2093CA;
  transition: all .3s;
}

#productBrief .content .services .service .texts .more {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all .3s;
}

#productBrief .content .services .service .texts .more:hover {
  transform: translateX(4px);
  transition: all .3s;
}

#productDetailed {
  background: #ffffff;
}

#productDetailed .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
  width: 100%;
}

#productDetailed .content .main .breadcumbs {
  padding: 12px 0;
  border-radius: 32px;
  background: #f2f2f2;
}

#productDetailed .content .main .breadcumbs a {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 0 36px;
  border-right: 1px solid #c0c0c0;
  transition: all .3s;
}

#productDetailed .content .main .breadcumbs a:hover {
  color: black;
  transition: all .3s;
}

#productDetailed .content .main .breadcumbs a:last-child {
  border: none;
  color: black;
  font-weight: 600;
}

#productDetailed .content .main .breadcumbs span {
  border: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
  padding: 0 36px;
  cursor: pointer;
}

#productDetailed .content .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

#productDetailed .content .productDetailedContent {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

#productDetailed .content .productDetailedContent .product {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}

#productDetailed .content .productDetailedContent .product .productTexts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

#productDetailed .content .images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
}

#productDetailed .content .images img {
  width: 100%;
}

#productDetailed .content .images .thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 20px;
}

#productDetailed .content .images .thumbnails a .thumbnail {
  height: 60px;
  object-fit: cover;
  transition: all .3s;
}

#productDetailed .content .images .thumbnails a .thumbnail:hover {
  filter: brightness(0.9);
  transition: all .3s;
}

#productDetailed .content .title strong {
  color: black;
  font-size: 32px;
  font-weight: 500;
}

#productDetailed .content .productTexts .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

#productDetailed .content .productTexts .title a {
  background: black;
  color: #ffffff;
  padding: 8px 32px;
  border-radius: 32px;
  text-decoration: none;
  transition: all .3s;
}

#productDetailed .content .productTexts .title a:hover {
  background: #ed3237;
  transition: all .3s;
}

#productDetailed .content .description {
  max-width: 628px;
  width: 100%;
}

#productDetailed .content .description p {
  line-height: 32px;
  color: #313131;
  text-transform: none;
}

#productDetailed .content .appointment {
  display: flex;
  margin-bottom: 32px;
}

#productDetailed .content .appointment a {
  background: black;
  color: #ffffff;
  padding: 12px 64px;
  border-radius: 32px;
  text-decoration: none;
  transition: all .3s;
}

#productDetailed .content .appointment a:hover {
  background-color: #313131;
  transition: all .3s;
}

@media(max-width: 890px) {
  #whatWeDo .content .titles h1 {
    display: none;
  }

  #whatWeDo .content .titles strong {
    font-size: 28px;
  }

  #whatWeDo .content .services {
    grid-template-columns: repeat(1, 2fr);
  }

  #aboutUs .content {
    flex-direction: column;
  }

  #aboutUs .content .texts .titles strong {
    font-size: 36px;
  }

  #aboutUs .content .image img {
    max-width: unset;
  }

  #aboutUs .content .image .hapiness {
    top: 0;
    left: 0;
  }

  #services .content .titles {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #services .content .titles .main {
    align-items: center;
    justify-content: center;

  }

  #services .content .titles strong {
    font-size: 36px;
  }

  #services .content .services {
    grid-template-columns: repeat(1, 2fr);
  }

  #contact .content {
    flex-direction: column;
  }

  #contact .content .doctorImage img {
    max-width: unset;
  }

  #contact .content .texts .titles strong {
    font-size: 36px;
  }

  #contact .content .texts .contacts {
    font-size: 22px;
  }

  #footer .content .top {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
  }

  #footer .content .top .contact {
    padding: 0 32px;
  }

  #footer .content .top .contact p {
    text-align: center;
  }

  #footer .content .down {
    flex-direction: column;
    gap: 64px;
  }

  #footer .content .down .links {
    gap: 64px;
    flex-direction: column;
  }

  #footer .content .top .contact {
    flex-direction: column;
  }

  #productBrief .content #subcategories {
    flex-direction: column;
  }

  #productBrief .content #subcategories .subcategories {
    max-width: unset;
  }

  #productBrief .content #subcategories .emptyCategory {
    padding: 0;
  }

  #productBrief .content .services {
    grid-template-columns: repeat(1, 2fr);
  }

  #productBrief .content .breadcumbs {
    border-radius: unset;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #productBrief .content .breadcumbs a {
    padding: 12px 36px;
    border-right: none;
    border: none;
  }

  #productBrief .content .breadcumbs a:first-child {
    border: none;
  }

  #productBrief .content .breadcumbs a:last-child {
    border-top: 1px solid #c0c0c0;
  }

  #productBrief .content .servicos {
    grid-template-columns: repeat(1, 2fr);
  }

  #productDetailed .content .main .breadcumbs {
    border-radius: unset;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #productDetailed .content .main .breadcumbs a {
    padding: 12px 36px;
    border-right: none !important;
  }

  #productDetailed .content .main .breadcumbs span {
    padding: 12px 36px;
    border-top: 1px solid #c0c0c0;
  }

  #productDetailed .content .main .breadcumbs a:first-child {
    border: none;
  }

  #productDetailed .content .main .breadcumbs a:last-child {}

  #productDetailed .content .main .title strong {
    font-size: 32px;
  }

  #productDetailed .content .productDetailedContent .product {
    flex-direction: column;
  }

  #productDetailed .content .images {
    padding: 12px;
  }

  #productDetailed .content .images .thumbnails {
    grid-template-columns: repeat(3, 2fr);
  }

  #productDetailed .content .images .thumbnails a .thumbnail {
    height: 80px;
  }
}

/* Responsive Menu */
#responsiveContent {
  display: none;
}

#responsiveContent label[for="responsiveMenuButton"] {
  display: none;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding-right: 16px;
}

#responsiveContent #responsiveMenuButton {
  display: none;
}

#responsiveContent #responsiveMenu {
  display: none;
}

#responsiveContent #responsiveMenu label {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #ffffff;
  font-size: 42px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent {
  background: #ffffff;
  width: 80%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  overflow: auto;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .logo {
  max-width: 190px;
  width: 100%;
  margin-top: 32px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .responsiveLinks {
  width: 100%;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .responsiveLinks a {
  padding: 16px 32px;
  border-bottom: 1px solid #e3e9eb;
  display: inline-block;
  text-decoration: none;
  color: black;
  width: 100%;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .responsiveLinks a:first-child {
  border-top: 1px solid #e3e9eb;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .socials a {
  text-decoration: none;
  color: black;
  font-size: 32px;
}


#responsiveContent #responsiveMenu .responsiveMenuContent .copyright {
  padding: 0 16px;
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


#responsiveContent #responsiveMenu .responsiveMenuContent .copyright span {
  line-height: 18px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .copyright .developer {
  display: flex;
  align-items: center;
  gap: 6px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .copyright .developer img {
  width: 100px;
  filter: contrast(0.5);
  display: flex;
}

@media(max-width: 890px) {
  #header .content .menu {
    display: none;
  }

  #header .content .contacts {
    display: none;
  }

  #responsiveContent {
    display: block;
  }

  #responsiveContent label[for="responsiveMenuButton"] {
    display: flex;
    justify-content: center;
  }

  #responsiveContent #responsiveMenuButton:checked~#responsiveMenu {
    left: 0;
    opacity: 100;
    transition: all .3s;
    visibility: visible;
  }

  #responsiveContent #responsiveMenu {
    visibility: hidden;
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    left: -200px;
    transition: all .3s;
  }

  #responsiveContent #responsiveMenuButton:checked~body {
    overflow: hidden;
  }

  #responsiveContent #responsiveMenuButton:checked~#main#header.content {
    backdrop-filter: unset;
  }

  #responsiveContent #responsiveMenuButton:checked~.overlay {
    background: #0009;
    visibility: visible;
    opacity: 100;
    z-index: 3;
    transition: all .5s;
  }

  #responsiveContent .overlay {
    position: absolute;
    visibility: hidden;
    background: transparent;
    opacity: 0;
    transition: all .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2000px;
  }
}