/* 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: "Poppins", 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: #eff8ff;
  border-bottom: 1px solid #d8e5ed;
  z-index: 9999;
  position: relative
}

#header .content {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  padding: 16px 0;
}

#header .content .logo img {
  width: 130px;
}

#header .content .menu {
  display: flex;
  gap: 36px;
  list-style: none;
}

#header .content .menu li {}

#header .content .menu li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #0e384c;
  transition: all .3s;
}

#header .content .menu li a:hover {
  color: #17848b;
  transition: all .3s;
}


#header .content .workWithUsButton {
  background: #17848b;
  border: 1px solid #17848b;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

#header .content .workWithUsButton:hover {
  background: transparent;
  color: #17848b;
  transition: all .3s;
}



#header .content .workWithUsButtonResponsive {
  background: #17848b;
  border: 1px solid #17848b;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .3s;
  display: none;
}

#header .content .workWithUsButtonResponsive:hover {
  background: transparent;
  color: #17848b;
  transition: all .3s;
}

/* INÍCIO RESPONSIVO CABECALHO */
#header .content .responsiveContent {
  display: none;
  align-items: center;
  gap: 16px;
}

#header .content .responsive {
  display: none;
}

#header .content .responsive label[for="botaoMenuResponsivo"] {
  display: none;
  background: transparent;
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  height: 60px;
  font-weight: bold;
}

#header .content .responsive .solicitar {
  background: #17848b;
  padding: 12px 32px;
  border-radius: 32px;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s;
}

#header .content .responsive .solicitar:hover {
  background: #007a40;
  transition: all .3s;
}

#header .content .responsive #botaoMenuResponsivo {
  display: none;
}

#header .content .responsive #menuResponsivo {
  display: none;
}

#header .content .responsive #menuResponsivo label {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo {
  background: #ffffff;
  width: 80%;
  padding: 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: absolute;
  bottom: 0;
  top: 0;
  align-items: flex-start;
  overflow: auto;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .imagem {
  padding: 0 26px;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .imagem img {
  width: 100%;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links {
  width: 100%;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details {}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details[open] summary~* {
  animation: sweep .3s ease-in-out;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details summary {
  list-style: none;
  border-bottom: 1px solid #cccccc;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details summary::-webkit-details-marker {
  display: none;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details[open] summary {
  background: #65908f;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details[open] .link {
  color: #ffffff;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details summary .link {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #2f2f2f;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details .sublinks {
  display: flex;
  flex-direction: column;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .links details .sublinks a {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  text-decoration: none;
  color: #65908f;
  font-size: 14px;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .infos a {
  text-decoration: none;
  color: #313131;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  transition: all .3s;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .infos a:hover {
  color: #17848b;
  transition: all .3s;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .infos a i {
  color: #17848b;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .redes a {
  text-decoration: none;
  color: #17848b;
  font-size: 22px;
  transition: all .3s;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .redes a:hover {
  color: #007a40;
  transition: all .3s;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .copyright {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
  width: 100%;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .copyright span {
  font-size: 12px;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .copyright .desenvolvedor span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#header .content .responsive #menuResponsivo .conteudoMenuResponsivo .copyright .desenvolvedor img {
  width: 100px;
  display: flex;
}

@media(max-width: 728px) {
  #header .content .responsiveContent {
    display: flex;
  }

  #header .content .workWithUsButton {
    display: none;
  }

  #header .content .workWithUsButtonResponsive {
    display: block;
  }

  #header .content {
    flex-direction: column;
    gap: 16px;
  }

  #header .content .menu {
    display: none;
  }

  #header .content .menuResponsivo {
    display: block;
  }

  #header .content .responsive {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #header .content .responsive label[for="botaoMenuResponsivo"] {
    display: flex;
    justify-content: center;
  }

  #header .content .responsive #botaoMenuResponsivo:checked~#menuResponsivo {
    left: 0;
    opacity: 100;
    transition: all .3s;
    visibility: visible;
  }

  #header .content .responsive #menuResponsivo {
    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;
  }

  #header .content .responsive #botaoMenuResponsivo:checked~.overlay {
    background: #0009;
    visibility: visible;
    opacity: 100;
    z-index: 3;
    transition: all .5s;
  }

  #header .content .responsive #botaoMenuResponsivo:checked~body {
    overflow: hidden;
  }

  #header .content .responsive .overlay {
    position: absolute;
    visibility: hidden;
    background: transparent;
    opacity: 0;
    transition: all .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2000px;
  }
}

#topContact {
  background: #0e384c;
  color: white;
}

#topContact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 46px 0;
}

#topContact .content .infos {
  display: flex;
  gap: 46px;
  align-items: center;
}

#topContact .content .infos .info {
  display: flex;
  align-items: center;
  gap: 16px;
}

#topContact .content .infos .info i {
  font-size: 32px;
  color: #17848b;
}

#topContact .content .infos .info .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#topContact .content .infos .info .text strong {
  font-weight: 600;
  font-size: 20px;
}

#topContact .content .infos .divider {
  height: 64px;
  width: 1px;
  background: #527282;
}

#topContact .content a {
  background: white;
  border: 1px solid white;
  color: #0e384c;
  padding: 10px 14px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

#topContact .content a:hover {
  background: transparent;
  color: white;
  transition: all .3s;
}

#about .content {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 81px 0;
}

#about .content .images {}

#about .content .images img {
  width: 100%;
}

#about .content .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 728px;
  width: 100%;
}

#about .content .texts .titles {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#about .content .texts .titles span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #17848b;
  display: flex;
  align-items: center;
  gap: 5px;
}

#about .content .texts .titles span i {
  font-size: 10px;
}

#about .content .texts .titles strong {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: #0e384c;
  line-height: 48px;
}

#about .content .texts p {
  color: #527282;
  line-height: 1.8em;
}


#about .content .texts .topics {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 32px;
  row-gap: 16px;
}

#about .content .texts .topics small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #0e384c;
}

#about .content .texts .topics small i {
  background: #17848b;
  color: white;
  border-radius: 100%;
}

#about .content .texts a {
  background: #17848b;
  border: 1px solid #17848b;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

#about .content .texts a:hover {
  background: transparent;
  color: #17848b;
  transition: all .3s;
}

#services {
  background: #eff8ff;
}

#services .content {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding: 81px 0;
}

#services .content .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 16px;
}


#services .content .title .main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  justify-content: center;
}

#services .content .title span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #17848b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#services .content .title span i {
  font-size: 10px;
}

#services .content .title strong {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: #0e384c;
}

#services .content p {
  color: #527282;
  line-height: 1.8em;
}

#services .content .services {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 32px;
}

#services .content .services .service {
  background: white;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.058823529411764705);
  border-radius: 30px 30px 30px 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

#services .content .services .service strong {
  color: #0e384c;
}

#services .content .services .service p {
  color: #527282;
  font-size: 14px;
}

#services .content .services .service a {
  font-size: 12px;
  font-weight: 600;
  color: #1e84b5;
}

#products {
  background: linear-gradient(45deg, #eff8ff, #fdfdfd);
}

#products .content {
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

#products .content .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

#products .content .titles .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#products .content .titles .texts span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #17848b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#products .content .titles .texts span i {
  font-size: 10px;
}

#products .content .titles .texts strong {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: #0e384c;
  line-height: 48px;
}

#products .content .titles .bar {
  height: 3px;
  max-width: 820px;
  width: 100%;
  border-radius: 32px;
  background: linear-gradient(228deg, #e8f5ff, transparent);
}

#products .content .products {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 32px;
}

#products .content .products .service {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 8px 16px #00000008;
}

#products .content .products .service a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: all .3s;
}

#products .content .products .service a img:hover {
  filter: grayscale(1);
  transition: all .3s;
}

#products .content .products .service .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  height: 116px;
  padding: 12px;
}

#products .content .products .service .texts strong a {
  color: #0e374a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#products .content .products .service .texts strong a:hover {
  color: #2093CA;
  transition: all .3s;
}

#products .content .products .service .texts .more {
  font-size: 12px;
  font-weight: 600;
  color: #1e84b5;

}

#contact {
  background: white
}

#contact .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 96px 0;
}

#contact .content .doctorImage {}

#contact .content .doctorImage img {
  border-radius: 12px 12px 200px 200px;
  max-width: 460px;
  width: 100%;
}

#contact .content .texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 560px;
  width: 100%;
}

#contact .content .texts .titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#contact .content .texts .titles span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #17848b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#contact .content .texts .titles span i {
  font-size: 10px;
}

#contact .content .texts .titles strong {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: #0e384c;
  line-height: 48px;
}

#contact .content .texts .contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;


}

#contact .content .texts .contacts {
  font-size: 20px;
}

#contact .content .texts .contacts .phone {}

#contact .content .texts .contacts a {
  text-decoration: none;
  color: #0e374a;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;

}

#contact .content .texts .contacts a:hover {
  color: #17848b;
  transition: all .3s;
}

#contact .content .texts .contacts i {
  color: #17848b;
}

#contact .content .texts p {
  color: #527282;
  line-height: 1.8em;
}

#contact .content .texts .contacts .phone b {
  font-size: 26px;
  font-weight: 600;
}

#contact .content .texts .contacts .phone i {}

#contact .content .texts .contacts .email {}


#contact .content .texts .contacts .location i {}

#footer {
  background: #eff8ff;
}

#footer .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
}

#footer .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}

#footer .content .top .image img {
  width: 180px;
}

#footer .content .top .socials {
  display: flex;
  gap: 16px;
}

#footer .content .top .socials a {
  text-decoration: none;
  color: #0e374a;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

#footer .content .top .socials a:hover {
  color: #0e374a;
  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: #17848b;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .about .title strong {
  text-transform: uppercase;
  color: #0e374a;
}

#footer .content .down .about p {
  color: #527282;
  line-height: 1.8em;
}

#footer .content .down .about .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .content .down .about .infos span {
  color: #0e374a;
  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: #17848b;
  color: white;
  border-radius: 32px;
  font-size: 22px;
}

#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: #17848b;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .links .link .title strong {
  color: #0e374a;
  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: #0e374a;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
}

#footer .content .down .links .link .anchors a:hover {
  color: #0e374a;
  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: #96aec2;
  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: #0e374a;
  transition: all .3s;
}

#productBrief .content .breadcumbs a:last-child {
  border: none;
  color: #0e374a;
  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: #0e374a;
  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: #0e374a;
  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: #0e374a;
  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: #0e374a;
  transition: all .3s;
}

#productDetailed .content .main .breadcumbs a:last-child {
  border: none;
  color: #0e374a;
  font-weight: 600;
}

#productDetailed .content .main .breadcumbs span {
  border: none;
  color: #0e374a;
  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: #0e374a;
  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: #0e374a;
  color: #ffffff;
  padding: 8px 32px;
  border-radius: 32px;
  text-decoration: none;
  transition: all .3s;
}

#productDetailed .content .productTexts .title a:hover {
  background: #32337b;
  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: #0e374a;
  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;
}

/* Responsive General */
@media(max-width: 890px) {
  #topContact .content {
    flex-direction: column;
  }

  #topContact .content .infos {
    flex-direction: column;
    align-items: flex-start;
  }

  #topContact .content .infos .info .text strong {
    font-size: 16px;
  }

  #topContact .content .infos .info .text span {
    font-size: 14px;
  }

  #topContact .content .infos .divider {
    display: none;
  }

  #about .content .texts .titles strong {
    font-size: 28px;
    line-height: 38px;
  }

  #about .content {
    flex-direction: column;
  }

  #about .content .texts .topics {
    grid-template-columns: repeat(1, 2fr);
  }

  #services .content .title strong {
    font-size: 28px;
  }

  #services .content .services {
    grid-template-columns: repeat(1, 2fr);
  }

  #products .content .titles {
    flex-direction: column;
  }

  #products .content .titles .texts strong {
    font-size: 32px;
    line-height: 42px;
  }

  #products .content .products {
    grid-template-columns: repeat(1, 2fr);
  }

  #contact .content {
    flex-direction: column-reverse;
  }

  #footer .content .top {
    flex-direction: column;
    gap: 26px;
  }

  #footer .content .down {
    flex-direction: column;
    gap: 64px;
  }

  #footer .content .down .links {
    flex-direction: column;
    gap: 32px;
  }

  #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 .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;
  }
}

@media(max-width: 520px) {
  #products .content .titles .texts span {
    font-size: 12px;
  }

  #contact .content .texts .titles span {
    font-size: 12px;
  }

  #contact .content .texts .titles strong {
    font-size: 32px;
    line-height: 44px;
  }


  #contact .content .texts .contacts {
    margin-top: 32px;
    font-size: 22px;
  }

  #contact .content .texts .contacts .phone b {
    font-size: 22px;
  }
}