
a {
    text-decoration: none;
}
.erro {
    font-size: 30px;
    background-color: red;
    border-radius: 0.5rem;
    color: #fff;
    text-align: center;
    margin-top: 200px;
    width: 600px !important;
}

.aviso {
    font-size: 30px;
    background-color: yellow;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    width: 600px !important;
}

.sucesso {
    font-size: 30px;
    background-color: green;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    color: #fff;
    width: 600px !important;
}

.sucesso2 {
    font-size: 30px;
    background-color: green;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    color: #fff;
    width: 300px !important;
}

body {
    background-color: #e4f0fc;
    margin: 0;
    padding: 0;
    font-family: 'Roboto' , sans-serif;
}

.navbar-nav a {
    color: #000;
    font-family: 'Roboto' , sans-serif;
}

.nav-link {
    margin-right: 60px;
}

.nav-link:hover {
    color: #038d38;
}

.home {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.titulo-home {
    background-color: #0033C6;
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    padding: 1px;
    border-top: #fff solid 1px;
    margin-bottom: 10px;
}

.buscador {
    margin: 10px;
}

.informar_cliente {
    margin-top: 50px;
    font-size: 30px;
}

.form-label {
    font-family: 'Roboto' , sans-serif;
}

.check-form {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 10px;
}

tr:not(:first-child):hover {
    background-color: #fff;
}

.titulo-prog {
    padding: 10px 20px 10px 20px;
    text-align: center;
    border: 1px solid #413f3f;
}

.titulo-prog-i {
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: rgb(23, 7, 240);
    border: 1px solid #413f3f;
}

.dados-prog {
    font-size: 18px;
    text-align: center;
    border: 1px solid #413f3f;
}

.dados-prog-i {
    font-size: 18px;
    text-align: center;
    color: rgb(23, 7, 240);
    border: 1px solid #413f3f;
}

.dados-prog-i a {
    color: rgb(23, 7, 240);
}

.dados-prog-i a:hover {
    color: #ca0202;
}

.dados-total {
    font-size: 20px;
    text-align: center;
}

.menu-icon-sub {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.botao-voltar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.botao-edit {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cab-pedido {
    border: solid 1px #000;
    padding: 5px;
}

.logo-pedido {
    display: inline-block;
}

.logo-pedido img {
    width: 70px;
    display: flex;
}

.texto-cab-pedido {
    display: inline-block;
    margin-left: 10px;
}

.total-pedido {
    display: inline-block;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    margin: 10px;
}

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

.comissao-dados {
    text-align: center;
    border: solid 1px #949292;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.form-produto {
    display: inline-block;
}

.caracteristicas {
    text-align: center;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

@media print {
    .navbar {
        display: none;
    }
    .titulo-home {
        background-color: #fff;
        color: #000;
    }
    .buscador {
        display: none;
    }
    .dados-prog-i {
        display: none;
    }
    .titulo-prog-i {
        display: none;
    }
    .botao-voltar {
        display: none;
    }
    .botao-edit {
        display: none;
    }
}

/* 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: "Play", sans-serif;
  overflow-x: hidden;
  color: black;
}

button {
  font-family: "Play", sans-serif;
  cursor: pointer;
  border: none;
}

.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: 1199px;
    padding: 0;
  }
}

.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* FIM DAS NORMALIZAÇÕES */

#topHeader {
  background: linear-gradient(45deg, #001c21, #007186);
}

#topHeader .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#topHeader .content .socials {
  display: flex;
  align-items: center;
}

#topHeader .content .socials a {
  text-decoration: none;
  color: white;
  background: #003f49;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
}

#topHeader .content .socials a:hover {
  background: #5c9aaf;
  color: black;
  transition: all 0.3s;
}

#topHeader .content .phone span {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #97bbc2;
  font-weight: 500;
}

#topHeader .content .phone a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

#topHeader .content .phone a:hover {
  text-decoration: underline;
  color: white;
  transition: all 0.3s;
}

#header {
  background: #f0f6f9;
  border-bottom: 1px solid #004e5c;
}

#header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

#header .content .logo {
}

#header .content .logo img {
  width: 150px;
  display: flex;
}

#header .content .menu {
}

#header .content .menu ul {
  display: flex;
  gap: 52px;
  list-style: none;
  margin: 0;
}

#header .content .menu ul li {
}

#header .content .menu ul li a {
  color: #305a6a;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
}

#header .content .menu ul li a:hover {
  color: #5c9aaf;
  transition: all 0.3s;
}

#header .content .abs {
  display: flex;
  align-items: center;
  gap: 36px;
}

#header .content .abs .search {
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #004450;
  background: #d6e6ed;
  border-radius: 32px;
}

#header .content .abs .search input {
  background: transparent;
  border: none;
  font-size: 14px;
  padding-left: 12px;
  color: #305a6a;
  font-family: "Play", sans-serif;
}

#header .content .abs .search input::placeholder {
  font-family: "Play", sans-serif;
  color: #95bac8;
}

#header .content .abs .search button {
  color: #305a6a;
  background: transparent;
  padding: 6px;
  text-align: center;
  border: none;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
}

#header .content .abs .contactButton {
  color: white;
  background: #305a6a;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  transition: all 0.3s;
  padding: 8px 16px;
  border-radius: 4px;
}

#header .content .abs .contactButton:hover {
  background: #5c9aaf;
  transition: all 0.3s;
}

/* Responsive Menu */
#responsiveContent {
  display: none;
}

#responsiveContent label[for="responsiveMenuButton"] {
  display: none;
  color: #305a6a;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}

#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;
  background: white;
  display: inline-block;
  text-decoration: none;
  color: #305a6a;
  width: 100%;
  font-size: 16px;
}

#responsiveContent
  #responsiveMenu
  .responsiveMenuContent
  .responsiveLinks
  a:first-child {
  border-top: 1px solid #e3e9eb;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .socials {
  display: flex;
  align-items: center;
  gap: 32px;
}

#responsiveContent #responsiveMenu .responsiveMenuContent .socials a {
  text-decoration: none;
  background: white;
  color: #305a6a;
  font-size: 36px;
  padding: 0;
}

#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;
}

#responsiveContent
  #responsiveMenu
  .responsiveMenuContent
  .responsiveContactButton {
  color: white;
  background: #305a6a;
  text-decoration: none;
  font-size: 18px;
  display: flex;
  transition: all 0.3s;
  padding: 8px 25px;
  border-radius: 4px;
}

@media (max-width: 890px) {
  #topHeader .content {
    justify-content: center;
    padding: 10px 0;
  }

  #topHeader .content .phone span {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #topHeader .content .socials {
    display: none;
  }

  #header .content {
    flex-direction: column;
  }

  #header .content .abs {
    gap: 24px;
  }

  #header .content .abs .contactButton {
    display: none;
  }

  #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 0.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 0.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 0.5s;
  }

  #responsiveContent .overlay {
    position: absolute;
    visibility: hidden;
    background: transparent;
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2000px;
  }
}

#services {
  background-image: url(/images/feature.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

#services .content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 96px 0;
  position: relative;
}

#services .message {
  padding: 28px 0;
  padding-bottom: 42px;
  text-align: center;
  font-size: 24px;
}

#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-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

#services .content .titles .main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}

#services .content .titles span {
  text-transform: uppercase;
  color: #9fb2bc;
  font-weight: 700;
  font-size: 14px;
}

#services .content .titles strong {
  font-size: 46px;
  color: #335e6d;
  line-height: 1.2em;
}

#services .content .titles p {
  color: #476676;
}

#services .content .titles .bar {
  height: 3px;
  width: 100%;
  border-radius: 32px;
  background: linear-gradient(45deg, #000000, transparent);
}

#services .content .services {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 16px;
  position: relative;
  z-index: 2;
}

#services .content .services .service {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: white;
  box-shadow: 0px 8px 16px #00000008;
}

#services .content .services .service a img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s;
}

#services .content .services .service a img:hover {
  filter: grayscale(1);
  transition: all 0.3s;
}

#services .content .services .service .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  height: 164px;
  padding: 12px;
}

#services .content .services .service .texts .main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#services .content .services .service .texts strong a {
  color: #1d3e49;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.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: #5c9aaf;
  transition: all 0.3s;
}

#services .content .services .service .texts .main .prices {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#services .content .services .service .texts .main .prices .fipe {
  color: red;
  font-size: 14px;
}

#services .content .services .service .texts .main .prices .price {
  color: green;
  font-weight: 600;
}

#services .content .services .service .texts .more {
  color: #274955;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 10px;
  transition: all 0.3s;
}

#services .content .services .service .texts .more:hover {
  transform: translateX(4px);
  transition: all 0.3s;
}

#footer {
  background: #e4ecf1;
}

#footer .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
}

#footer .content .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .content .top .image img {
  width: 200px;
  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: white;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s;
}

#footer .content .top .contact a:hover {
  background: #bd4708;
  transition: all 0.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 0.3s;
}

#footer .content .top .socials a:hover {
  color: white;
  transition: all 0.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: 46px;
}

#footer .content .down .about .title {
  position: relative;
}

#footer .content .down .about .title::after {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 6px;
  background: #004e5c;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .about .title strong {
  text-transform: uppercase;
  color: #004e5d;
}

#footer .content .down .about p {
  color: #62949d;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

#footer .content .down .about .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .content .down .about .infos span {
  color: #004f5d;
  display: flex;
  align-items: center;
  gap: 12px;
}

#footer .content .down .about .infos span i {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00505e;
  color: white;
  border-radius: 32px;
  font-size: 16px;
}

#footer .content .down .about .socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

#footer .content .down .about .socials a {
  color: #004e5c;
  font-size: 26px;
  transition: all 0.3s;
}

#footer .content .down .about .socials a:hover {
  color: #5c9aaf;
  transition: all 0.3s;
}

#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: #004e5d;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

#footer .content .down .links .link .title strong {
  color: #004e5d;
  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: #004f5d;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}

#footer .content .down .links .link .anchors a:hover {
  color: #5c9aaf;
  transition: all 0.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: #004450;
  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;
}

@media (max-width: 890px) {
  #services {
    background-size: unset;
  }

  #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);
  }

  #services .content .services .service a img {
    height: 286px;
  }

  #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 .about p {
    font-size: 14px;
  }

  #footer .content .down .links {
    gap: 64px;
    flex-direction: column;
  }

  #footer .content .top .contact {
    flex-direction: column;
  }
}
