* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

svg {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

img {
  object-fit: contain;
}

.img {
  display: inline-block;
  user-select: none;
}

.icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}

.page-content {
  flex-grow: 1;
}

.text-center {
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h2,
h3 {
  text-align: center;
  margin-top: 25px !important;
}

h2 {
  font-family: "Nunito", sans-serif;
  font-size: 2em;
  color: #555;
  line-height: 1.3;
  margin-bottom: 2em;
  font-weight: 300;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  color: #555;
  line-height: 1.5;
  text-align: justify;
}

b,
.bold {
  font-weight: 300;
}

.highlight {
  color: #069ff8;
  font-weight: 300;
}

p b {
  font-weight: 300;
  color: #069ff8;
}

.img {
  position: relative;
}
.img input[type=file] {
  max-width: 360px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: white;
  border-radius: 8px;
  padding: 5px;
  height: auto;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.img.small-edit input[type=file] {
  zoom: 0.5;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #069ff8 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #069ff8);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
body {
  padding-top: 120px;
}

body.no-header {
  padding-top: 0;
}

header {
  padding: 0;
  margin: 0;
  background-color: #f8f9fa;
  overflow-x: clip;
  height: 120px;
  border-bottom: 1px solid rgba(32, 36, 40, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-block: 0 !important;
  transition: height 0.3s;
}
header .logo-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
header .logo {
  flex-grow: 1;
  display: flex;
  padding: 15px 0;
  transition: padding 0.3s;
}
header .logo img,
header .logo .img {
  height: 100%;
}
header .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 1px;
  font-size: 1.1em;
  height: 40px;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 20vw;
  text-wrap: nowrap;
}
header .top .address {
  color: #069ff8;
}
@media (max-width: 1000px) {
  header .top .address {
    display: none;
  }
}
header .top::after {
  content: "";
  background-color: #202428;
  position: absolute;
  height: 100%;
  width: 2000px;
  transform: translateX(calc(100% - 1px));
}
header .top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-right: 25px solid #202428;
  transform: translateX(-99%);
}
header .top,
header .top a {
  background-color: #202428;
  color: #f8f9fa;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
header .top a {
  padding: 5px 0;
}
header .top .item {
  padding-left: 14px;
  display: flex;
  vertical-align: middle;
}
header .top .item a,
header .top .item a:hover,
header .top .item a:active,
header .top .item a:visited {
  color: #f8f9fa;
}
header .top .item span {
  margin-left: 5px;
}
header .nav-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  margin: auto;
  height: 100%;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  height: 100%;
}
header nav .nav-toggle {
  display: none;
  cursor: pointer;
  padding: 10px;
}
header nav .nav-toggle .nav-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
header nav .nav-toggle .nav-toggle-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #202428;
  transition: transform 0.3s, opacity 0.3s;
}
header nav .nav-menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  transition: top 0.3s, height 0.3s;
}
header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
header nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
header nav ul li:not(:last-child)::after {
  content: "";
  background-color: rgba(32, 36, 40, 0.2);
  width: 1px;
  height: 50%;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  header nav ul li:not(:last-child)::after {
    display: none;
  }
}
header nav a,
header nav a:active,
header nav a:visited {
  cursor: pointer;
  color: #202428;
  font-size: 1.1em;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header nav a:hover {
  color: #f8f9fa;
  background-color: #202428;
}
@media (max-width: 1000px) {
  header nav .nav-toggle {
    display: flex;
  }
  header nav .nav-menu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    background-color: #f8f9fa;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(32, 36, 40, 0.2);
  }
  header nav .nav-menu li {
    height: 70px;
    width: 90%;
    margin: 0 auto;
  }
  header nav .nav-menu li a {
    width: 100%;
  }
  header nav .nav-menu.open {
    display: flex;
    flex-direction: column;
  }
}

header.minimized {
  height: 65px;
}
header.minimized .logo {
  padding: 4px;
}
@media (max-width: 1000px) {
  header.minimized .nav-menu {
    top: 65px;
    height: calc(100vh - 65px);
  }
}

.whatsapp-button {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 999;
  padding: 15px;
  border-radius: 50%;
  background: #00e76a;
  cursor: pointer;
  animation: whatsapp-icon-shadow 2s infinite;
}

.whatsapp-button:before,
.whatsapp-button:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 3px solid #00b453;
  animation: whatsapp-icon-ring 2s infinite;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.whatsapp-button:after {
  animation-delay: 0.4s;
}

.whatsapp-button .icon {
  height: 30px;
  width: 30px;
  color: #fff;
  float: left;
}

@keyframes whatsapp-icon-shadow {
  0% {
    box-shadow: 0 0 5px 0 rgba(0, 231, 106, 0.4);
  }
  70% {
    box-shadow: 0 0 5px 10px rgba(0, 231, 106, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes whatsapp-icon-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.carousel .slides-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
  cursor: grab;
}
.carousel .slides-container:active {
  cursor: grabbing;
}
.carousel .carousel-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-grow: 1;
  position: relative;
  flex-direction: row;
}
.carousel .carousel-item img.blur {
  filter: blur(20px);
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  pointer-events: none;
}
.carousel .carousel-item img.slide {
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.carousel .carousel-item .img input[type=file] {
  z-index: 20;
}
.carousel .carousel-item img.full {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
  object-fit: contain;
}
.carousel .carousel-item .img {
  width: 100%;
  height: 100%;
}
.carousel .carousel-item [delete] {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  cursor: pointer;
}
.carousel .carousel-item [add] {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  z-index: 30;
  cursor: pointer;
}
.carousel .column .cell {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
}

.home-services p {
  text-align: center;
}
.home-services .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 70px 0;
  align-items: center;
  background-image: linear-gradient(180deg, #f9f9f9, #ececec);
}
.home-services .row .description,
.home-services .row .img-container {
  padding: 40px;
}
.home-services .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-services .img {
  text-align: center;
}
.home-services img {
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  width: 80%;
}
.home-services .description {
  width: 40%;
}
@media (max-width: 768px) {
  .home-services .row {
    flex-direction: column;
  }
  .home-services .img-container {
    width: 80%;
  }
  .home-services .img-container img {
    width: 100%;
  }
  .home-services .description {
    width: 100%;
    padding: 20px;
  }
}

.home-testimonials {
  background-color: #f8f9fa;
  text-align: center;
  background-image: url("../data/images/testimonials/background.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-testimonials .page-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  width: 95%;
}
@media (max-width: 1000px) {
  .home-testimonials .page-container {
    padding: 20px 0px;
    width: 90%;
  }
}
.home-testimonials .testimonial-box,
.home-testimonials .company-message {
  width: 100%;
  padding: 20px;
  border: 10px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}
.home-testimonials .testimonial-box {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}
.home-testimonials .testimonial-box h3 {
  color: #069ff8;
  font-size: 1.5em;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.home-testimonials .testimonial-box p {
  color: #fff;
  margin: 0;
}
.home-testimonials .testimonial-box .icon-quote {
  height: 40px;
  width: 40px;
  color: #069ff8;
}
.home-testimonials .company-message {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.home-testimonials .company-message h3 {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #069ff8;
}
@media (min-width: 1000px) {
  .home-testimonials .testimonial-box,
  .home-testimonials .company-message {
    width: calc(50% - 20px);
  }
  .home-testimonials .company-message {
    margin: 0;
  }
  .home-testimonials .testimonial-box h3 {
    font-size: 2em;
  }
  .home-testimonials .testimonial-box .icon-quote {
    height: 50px;
    width: 50px;
  }
  .home-testimonials .company-message h3 {
    font-size: 1.2em;
  }
}

.home-customers {
  padding: 90px 0 135px;
  background-image: linear-gradient(353deg, #f2f2f2, transparent 20%);
}
.home-customers .page-container {
  display: flex;
  flex-direction: column;
}
.home-customers .description-box {
  min-width: max(25%, 200px);
  padding-right: 30px;
}
.home-customers .description-box,
.home-customers .description-box p {
  text-align: right;
}

.google-map {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border: 1px solid #069ff8;
}
.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.home-contact {
  margin-top: 3rem;
}
.home-contact .page-container .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
}
.home-contact .description-box {
  text-align: left;
  margin-right: 2rem;
}
.home-contact .contact-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-contact .home-contact-map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
@media (min-width: 1000px) {
  .home-contact .page-container .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 770px) and (max-width: 1000px) {
  .home-contact .home-contact-map {
    height: 500px;
    display: flex;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 770px) {
  .home-contact .home-contact-map {
    height: 400px;
    display: flex;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 500px) {
  .home-contact .home-contact-map {
    height: 300px;
    display: flex;
    justify-content: start;
    align-items: start;
  }
}

footer {
  background-color: #202428;
  color: #fff;
  text-align: center;
  padding: 10px;
  bottom: 0;
  width: 100%;
}

.orcamentos-page {
  margin-top: 3rem;
}
.orcamentos-page p {
  text-align: center;
}
.orcamentos-page .contact-map {
  width: 100%;
  height: 400px;
  border: 1px solid #069ff8;
}

.empresa-content .about-us,
.empresa-content .our-values,
.empresa-content .our-team {
  margin-bottom: 50px;
}
.empresa-content .about-us,
.empresa-content .our-values {
  margin-top: 4rem;
}
.empresa-content .about-us h2,
.empresa-content .our-values h2 {
  margin-top: 0;
}
.empresa-content .about-us span,
.empresa-content .our-values span {
  min-width: 30px;
  display: inline-block;
}
.empresa-content .our-values {
  margin-bottom: 4rem;
}
.empresa-content .our-values .value-item .icon {
  margin-right: 5px;
  vertical-align: middle;
}
.empresa-content .our-values .value-item h3 span {
  vertical-align: middle;
}
.empresa-content .our-team .team-members {
  display: flex;
  justify-content: space-between;
}
.empresa-content .our-team .team-members .member {
  width: 30%;
  text-align: center;
}
.empresa-content .our-team .team-members .member img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.empresa-content .our-team .team-members .member .name {
  font-weight: bold;
  font-size: 1.1em;
}
.empresa-content .our-team .team-members .member .role {
  color: #6c757d;
}

.artigos-page {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin: 0;
  width: 100%;
  background-color: #f8f9fa;
  text-align: center;
  background-image: url("../data/images/testimonials/background.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: space-around;
  padding: 25px;
}
.artigos-page .testimonial-box,
.artigos-page .company-message {
  width: 100%;
  padding: 20px;
  border: 10px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}
.artigos-page .testimonial-box {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}
.artigos-page .testimonial-box h3 {
  color: #069ff8;
  font-size: 1.5em;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.artigos-page .testimonial-box p {
  color: #fff;
  margin: 0;
}
.artigos-page .testimonial-box .icon-quote {
  height: 40px;
  width: 40px;
  color: #069ff8;
}
.artigos-page .company-message {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.artigos-page .company-message h3 {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #069ff8;
}
.artigos-page .testimonial-box,
.artigos-page .company-message {
  width: 45%;
}
@media (min-width: 1000px) {
  .artigos-page .testimonial-box h3 {
    font-size: 2em;
  }
  .artigos-page .testimonial-box .icon-quote {
    height: 50px;
    width: 50px;
  }
  .artigos-page .company-message h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 1000px) {
  .artigos-page {
    flex-direction: column;
  }
  .artigos-page .testimonial-box,
  .artigos-page .company-message {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .artigos-page .testimonial-box,
  .artigos-page .company-message {
    width: 98%;
  }
}

.clientes-page {
  margin-top: 3rem;
}
.clientes-page p {
  text-align: center;
}
.clientes-page h2 {
  margin-bottom: 1rem;
}
.clientes-page .carousel {
  margin-top: 2rem;
}

.services-page .page-content p {
  text-align: center;
}
.services-page .page-content .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 70px 0;
  align-items: center;
  background-image: linear-gradient(180deg, #f9f9f9, #ececec);
}
.services-page .page-content .row .description,
.services-page .page-content .row .img-container {
  padding: 40px;
}
.services-page .page-content .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-page .page-content .img {
  text-align: center;
}
.services-page .page-content img {
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  width: 80%;
}
.services-page .page-content .description {
  width: 40%;
}
@media (max-width: 768px) {
  .services-page .page-content .row {
    flex-direction: column;
  }
  .services-page .page-content .img-container {
    width: 80%;
  }
  .services-page .page-content .img-container img {
    width: 100%;
  }
  .services-page .page-content .description {
    width: 100%;
    padding: 20px;
  }
}

.page-editar {
  width: 50%;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .page-editar {
    width: 90%;
  }
}
.page-editar .variables {
  margin-top: 50px;
}
.page-editar .variables .variable {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.page-editar .variables .value {
  flex-grow: 1;
  margin-left: 8px;
  padding: 2px;
}
