@charset "UTF-8";
/* line 1, app/assets/stylesheets/web_site.scss */
.flash-messages {
  top: 110px;
  display: block;
  position: absolute;
  border: none;
  z-index: 898;
  transition: left 0.5s ease;
  width: 100%;
}

/* line 11, app/assets/stylesheets/web_site.scss */
.center-text {
  text-align: center;
}

/* line 15, app/assets/stylesheets/web_site.scss */
.center-flex {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* line 22, app/assets/stylesheets/web_site.scss */
.img-sm {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(52, 152, 219, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 30, app/assets/stylesheets/web_site.scss */
.img-md {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(52, 152, 219, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 38, app/assets/stylesheets/web_site.scss */
.img-lg {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px solid rgba(52, 152, 219, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 46, app/assets/stylesheets/web_site.scss */
.mg-left-sm {
  margin-left: 25px;
}

/* line 50, app/assets/stylesheets/web_site.scss */
.mg-left-md {
  margin-left: 100px;
}

/* line 54, app/assets/stylesheets/web_site.scss */
.mg-left-lg {
  margin-left: 200px;
}

/* line 58, app/assets/stylesheets/web_site.scss */
.search-site {
  display: flex;
  width: 250px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 65, app/assets/stylesheets/web_site.scss */
.navbar {
  background-color: #1d67e9;
  /* Cor de fundo do menu */
  color: #fff;
  /* Cor do texto */
  box-shadow: 0 0 1px 0.5px #1d67e9;
  height: 110px;
}

/* line 72, app/assets/stylesheets/web_site.scss */
.container-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 115px 20px 20px 20px;
}

/* line 81, app/assets/stylesheets/web_site.scss */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 90, app/assets/stylesheets/web_site.scss */
.header {
  display: block;
  position: fixed;
  background-color: #2a8bed;
  border: none;
  z-index: 899;
  transition: left 0.5s ease;
  width: 100%;
}

/* line 100, app/assets/stylesheets/web_site.scss */
.header-span-count {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 13px;
  height: 13px;
  background-color: red;
  color: white;
  font-size: 10px;
  border-radius: 50%;
}

/* line 114, app/assets/stylesheets/web_site.scss */
.logo {
  width: 80px;
  height: 80px;
  border-radius: 30%;
  border: 2px solid rgba(52, 152, 219, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 123, app/assets/stylesheets/web_site.scss */
.logo-smart {
  display: none;
}

/* line 127, app/assets/stylesheets/web_site.scss */
.text-logo {
  text-align: center;
  font-size: 13px;
  color: white;
}

/* line 133, app/assets/stylesheets/web_site.scss */
.text-logo-smart {
  display: none;
}

/* line 137, app/assets/stylesheets/web_site.scss */
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

/* line 144, app/assets/stylesheets/web_site.scss */
.nav-links li {
  margin-left: 20px;
}

/* line 148, app/assets/stylesheets/web_site.scss */
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

/* line 155, app/assets/stylesheets/web_site.scss */
.nav-links a:hover {
  color: #4cecf5;
}

/* line 159, app/assets/stylesheets/web_site.scss */
.cat-links-body {
  background-color: #eeeeee;
  padding-top: 115px;
}

/* line 164, app/assets/stylesheets/web_site.scss */
.cat-links-container {
  margin: 0 auto;
}

/* line 168, app/assets/stylesheets/web_site.scss */
.cat-links-toggle {
  display: none;
}

/* line 175, app/assets/stylesheets/web_site.scss */
.cat-links nav {
  margin: 0 auto;
  padding: 10px;
}

/* line 180, app/assets/stylesheets/web_site.scss */
.cat-links ul {
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

/* line 191, app/assets/stylesheets/web_site.scss */
.cat-links ul li {
  display: inline;
}

/* line 195, app/assets/stylesheets/web_site.scss */
.cat-links ul li a {
  color: #1d67e9;
  font-size: 18px;
  transition: color 0.3s;
}

/* line 201, app/assets/stylesheets/web_site.scss */
.cat-links ul li a:hover {
  color: #4cecf5;
}

/* line 205, app/assets/stylesheets/web_site.scss */
.page-car {
  color: black;
  margin: 10px;
}

/* line 210, app/assets/stylesheets/web_site.scss */
.slider-photo {
  position: relative;
  width: 100%;
  max-width: 2300px;
  height: auto;
  overflow: hidden;
  /* Oculta os slides fora da área visível */
  margin: 0 auto;
}

/* line 219, app/assets/stylesheets/web_site.scss */
.slider-photo ul {
  display: flex;
  transition: transform 0.9s ease-in-out;
  /* Suaviza a transição entre slides */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 227, app/assets/stylesheets/web_site.scss */
.slider-photo ul li {
  flex: 0 0 100%;
  /* Cada slide ocupa 100% do espaço visível */
}

/* line 231, app/assets/stylesheets/web_site.scss */
.slider-photo img {
  width: 100%;
  height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ajusta a imagem ao contêiner sem distorcer */
}

/* line 238, app/assets/stylesheets/web_site.scss */
.pagination-center {
  display: flex;
  justify-content: center;
}

/* line 243, app/assets/stylesheets/web_site.scss */
.pagination {
  display: inline-flex;
  gap: 0.5rem;
  /* Ajuste o espaçamento entre os itens conforme necessário */
}

/* line 248, app/assets/stylesheets/web_site.scss */
.page, .next, .last {
  margin: 0;
}

/* line 252, app/assets/stylesheets/web_site.scss */
.price-link-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 25px;
  height: 40px;
  position: relative;
  left: 250px;
  bottom: 6px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 5px;
  font-size: 40px;
  cursor: pointer;
  z-index: 588;
  transition: bottom 0.5s ease;
}

/* line 272, app/assets/stylesheets/web_site.scss */
.price-link.open {
  top: 50px;
}

/* line 276, app/assets/stylesheets/web_site.scss */
.price-link {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  position: relative;
  background-color: #0a58ca;
  color: #fff;
  z-index: 586;
  top: 13px;
  left: 205px;
  border-radius: 10px 3px 25px 25px;
  transition: top 0.5s ease;
}

/* line 293, app/assets/stylesheets/web_site.scss */
.div-prod-desc {
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  z-index: 587;
}

/* line 302, app/assets/stylesheets/web_site.scss */
.div-prod-desc h1 {
  text-align: center;
  font-size: 30px;
  border-radius: 25px 3px 25px 3px;
  width: 50%;
  padding: 7px;
  background-color: #0d6efd;
  color: white;
  z-index: 587;
}

/* line 313, app/assets/stylesheets/web_site.scss */
.label-product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 115px;
  z-index: 587;
}

/* line 322, app/assets/stylesheets/web_site.scss */
.label-product h1 {
  color: white;
  background-color: #0d6efd;
  border-radius: 25px 3px 25px 3px;
  padding: 5px;
  width: 30%;
  text-align: center;
  z-index: 587;
}

/* line 332, app/assets/stylesheets/web_site.scss */
.container-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 341, app/assets/stylesheets/web_site.scss */
.container-products ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

/* line 347, app/assets/stylesheets/web_site.scss */
.container-products li {
  flex: 0 0 calc(12.5% - 10px);
  flex-direction: column;
}

/* line 352, app/assets/stylesheets/web_site.scss */
.container-products li:nth-child(5) {
  margin-left: 0;
}

/* line 356, app/assets/stylesheets/web_site.scss */
.container-product {
  border: 2px solid #C2D3FF;
  border-radius: 25px;
  width: 220px;
  height: 410px;
  margin: 30px 10px 30px 10px;
  background-color: white;
  transition: all 0.3s ease;
  /* Transição suave */
}

/* line 366, app/assets/stylesheets/web_site.scss */
.container-product:hover {
  background-color: #E6F0FE;
  border: 4px solid #0d6efd;
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(13, 110, 253, 0.7);
}

/* line 373, app/assets/stylesheets/web_site.scss */
.container-product div {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 379, app/assets/stylesheets/web_site.scss */
.container-product div img {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 180px;
  border-radius: 25px;
  margin: 10px;
}

/* line 390, app/assets/stylesheets/web_site.scss */
.container-product div h3 {
  color: #0d6efd;
  font-size: 12px;
  overflow-wrap: break-word;
  margin: 10px;
}

/* line 397, app/assets/stylesheets/web_site.scss */
.container-product div p {
  color: #0d6efd;
  font-size: 30px;
  margin: 10px;
}

/* line 403, app/assets/stylesheets/web_site.scss */
.container-product div a {
  background-color: #0d6efd;
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
  /* Transição suave */
}

/* line 411, app/assets/stylesheets/web_site.scss */
.container-product div span {
  font-size: 20px;
  color: white;
}

/* line 416, app/assets/stylesheets/web_site.scss */
.container-product div a:hover {
  transform: scale(1.1);
}

/* line 420, app/assets/stylesheets/web_site.scss */
.site-prod-buttom {
  display: flex;
  color: white;
  width: 123px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background-color: #1d67e9;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* line 434, app/assets/stylesheets/web_site.scss */
.site-prod-buttom input {
  all: unset;
  margin-left: 10px;
}

/* line 439, app/assets/stylesheets/web_site.scss */
.site-prod-buttom i {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: white;
  color: #1d67e9;
  margin: 3px;
  padding: 2px;
  border-radius: 5px;
}

/* line 451, app/assets/stylesheets/web_site.scss */
.site-prod-buttom:hover {
  background-color: #052c65;
}

/* line 455, app/assets/stylesheets/web_site.scss */
.site-delete-car-buttom {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #dc3545;
  border-radius: 5px;
  color: white;
  width: 55px;
  height: 55px;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* line 469, app/assets/stylesheets/web_site.scss */
.site-delete-car-buttom button {
  display: block;
  cursor: pointer;
  all: unset;
  width: 55px;
  height: 55px;
}

/* line 477, app/assets/stylesheets/web_site.scss */
.site-delete-car-buttom i {
  position: absolute;
}

/* line 481, app/assets/stylesheets/web_site.scss */
.site-delete-car-buttom:hover {
  background-color: #b22222;
}

/* line 485, app/assets/stylesheets/web_site.scss */
.site-purchase-car-buttom {
  margin: 40px;
  margin-right: 70px;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #0d6efd;
  border-radius: 5px;
  color: white;
  width: 300px;
  height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* line 503, app/assets/stylesheets/web_site.scss */
.site-purchase-car-buttom button {
  display: block;
  cursor: pointer;
  all: unset;
  width: 220px;
  height: 50px;
}

/* line 511, app/assets/stylesheets/web_site.scss */
.site-purchase-car-buttom i {
  display: flex;
}

/* line 515, app/assets/stylesheets/web_site.scss */
.site-purchase-car-buttom:hover {
  background-color: #0a58ca;
}

/* line 519, app/assets/stylesheets/web_site.scss */
.site-car-table {
  display: table;
  border-collapse: collapse;
  background: #f2f5fc;
  overflow: hidden;
}

/* line 526, app/assets/stylesheets/web_site.scss */
.site-car-table th, td {
  padding: 15px;
  text-align: center;
}

/* line 531, app/assets/stylesheets/web_site.scss */
.site-car-table th {
  background-color: #3b83db;
  color: white;
  text-transform: uppercase;
}

/* line 537, app/assets/stylesheets/web_site.scss */
.site-car-table tr:nth-child(even) {
  background-color: #e3eafa;
}

/* line 541, app/assets/stylesheets/web_site.scss */
.site-car-table td {
  border-bottom: 1px solid #ddd;
}

/* line 545, app/assets/stylesheets/web_site.scss */
.control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

/* line 557, app/assets/stylesheets/web_site.scss */
.control.prev {
  padding: 10px;
  left: 10px;
}

/* line 562, app/assets/stylesheets/web_site.scss */
.control.next {
  padding: 10px;
  right: 10px;
}

/* line 571, app/assets/stylesheets/web_site.scss */
.form-site p {
  width: 80%;
  margin: 10px auto 10px auto !important;
}

/* line 576, app/assets/stylesheets/web_site.scss */
.form-site label {
  margin-right: 5px;
  font-size: 20px;
}

/* line 581, app/assets/stylesheets/web_site.scss */
.form-site i {
  margin-right: 10px;
  font-size: 25px;
}

/* line 586, app/assets/stylesheets/web_site.scss */
.print-white {
  color: white !important;
}

/* line 590, app/assets/stylesheets/web_site.scss */
.print-blue {
  background-color: #1d67e9 !important;
}

/* line 594, app/assets/stylesheets/web_site.scss */
.bar-footer {
  width: auto;
  height: 50px;
  background-color: #1d67e9;
  box-shadow: 0 0 1px 0.5px #1d67e9;
}

/* line 601, app/assets/stylesheets/web_site.scss */
.icon-footer {
  display: flex !important;
  margin: 10px;
  justify-content: center !important;
  align-items: center !important;
  color: #505358;
}

/* line 609, app/assets/stylesheets/web_site.scss */
.div-icon-footer {
  display: flex;
}

/* line 613, app/assets/stylesheets/web_site.scss */
.div-footer {
  width: 25%;
  height: 140px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 622, app/assets/stylesheets/web_site.scss */
.group-footer {
  display: flex;
  width: 90%;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 630, app/assets/stylesheets/web_site.scss */
.group-footer h1 {
  font-size: 13px;
  color: #1d67e9;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
  border: 0;
}

/* line 639, app/assets/stylesheets/web_site.scss */
.group-footer h2 {
  font-size: 13px;
  color: #505358;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}

/* line 647, app/assets/stylesheets/web_site.scss */
.group-footer p {
  font-size: 10px;
  color: #505358;
  margin-top: 0px !important;
  margin-bottom: 7px !important;
  padding: 0;
  border: 0;
}

/* line 656, app/assets/stylesheets/web_site.scss */
.end-footer {
  width: auto;
  height: 1000px;
  background-color: white;
  box-shadow: -3px 9px 5px 9px #d8cfcf;
}

/* line 663, app/assets/stylesheets/web_site.scss */
.end-footer-div-right {
  display: flex;
  margin-left: auto;
}

/* line 668, app/assets/stylesheets/web_site.scss */
.end-footer-group {
  display: flex;
  width: 100%;
}

/* line 673, app/assets/stylesheets/web_site.scss */
.end-footer-group h1 {
  font-size: 13px;
  color: #bbbec3;
  padding: 0;
  border: 0;
}

/* line 680, app/assets/stylesheets/web_site.scss */
.end-footer-group p {
  margin-left: 50px;
  font-size: 13px;
  color: #bbbec3;
  padding: 0;
  border: 0;
}

/* line 688, app/assets/stylesheets/web_site.scss */
.end-footer-div-mr {
  margin-top: 30px;
  margin-right: 400px;
}

/* line 693, app/assets/stylesheets/web_site.scss */
.end-footer-div-ml {
  margin-top: 30px;
  margin-left: 400px;
}

/* line 698, app/assets/stylesheets/web_site.scss */
.end-footer-flex {
  display: flex;
}

/* line 702, app/assets/stylesheets/web_site.scss */
.photo {
  margin-top: 10px;
  justify-content: center;
  display: flex;
}

/* line 708, app/assets/stylesheets/web_site.scss */
.photo div {
  justify-content: center;
  display: flex;
}

/* line 712, app/assets/stylesheets/web_site.scss */
.photo ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

/* line 718, app/assets/stylesheets/web_site.scss */
.photo li {
  flex: 0 0 calc(20% - 10px);
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 2px;
}

/* line 726, app/assets/stylesheets/web_site.scss */
.photo li:nth-child(5) {
  margin-left: 0;
}

/* line 730, app/assets/stylesheets/web_site.scss */
.photo label {
  color: #4e73df;
  font-size: 9px;
  font-weight: bold;
  margin-top: 5px;
}

/* line 737, app/assets/stylesheets/web_site.scss */
.photo img {
  margin: 2px;
  max-width: 100px;
  height: auto;
  border-radius: 8px;
}

/* line 744, app/assets/stylesheets/web_site.scss */
.photo-prod {
  margin-top: 10px;
  justify-content: center;
  display: flex;
}

/* line 750, app/assets/stylesheets/web_site.scss */
.photo-prod img {
  margin: 10px;
  width: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.5s ease-in-out;
}

/* line 759, app/assets/stylesheets/web_site.scss */
.hidden {
  opacity: 0;
}

/* line 763, app/assets/stylesheets/web_site.scss */
.select-prod {
  border: 2px solid #4e73df !important;
}

/* line 767, app/assets/stylesheets/web_site.scss */
.site-product-name {
  font-weight: bold;
  width: auto;
  text-align: center;
  font-size: 30px;
}

/* line 774, app/assets/stylesheets/web_site.scss */
.site-product-cost {
  width: auto;
  text-align: center;
  font-size: 40px;
  color: #1d67e9;
  background-color: #f8f8ff;
}

/* line 782, app/assets/stylesheets/web_site.scss */
.site-product-form {
  padding: 10px;
  height: 63px;
  width: auto;
  background-color: #f8f8ff;
  font-size: 20px;
}

/* line 790, app/assets/stylesheets/web_site.scss */
.site-product-form-result {
  text-align: left;
  padding-left: 30px;
  height: 60px;
  font-size: 20px;
}

/* line 797, app/assets/stylesheets/web_site.scss */
.site-product-form-result input {
  width: 80px;
  font-size: 20px;
}

/* line 802, app/assets/stylesheets/web_site.scss */
.site-label-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 1px black;
  transition: border 0.3s ease;
}

/* line 813, app/assets/stylesheets/web_site.scss */
.site-label-color.selected {
  border: #000;
  box-shadow: 0 0 5px #000002;
}

/* line 818, app/assets/stylesheets/web_site.scss */
.site-label-size {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 20%;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #1d67e9;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: border 0.3s ease;
}

/* line 837, app/assets/stylesheets/web_site.scss */
.site-label-size:hover {
  background-color: #0056b3;
}

/* line 841, app/assets/stylesheets/web_site.scss */
.site-label-size.selected {
  border: #000;
  background-color: #0056b3;
  box-shadow: 0 0 5px #000002;
}

/* line 847, app/assets/stylesheets/web_site.scss */
.site-label-transp {
  margin: 5px 5px 5px 0px;
  width: 180px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #1d67e9;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: border 0.3s ease;
}

/* line 865, app/assets/stylesheets/web_site.scss */
.site-label-transp:hover {
  background-color: #0056b3;
}

/* line 869, app/assets/stylesheets/web_site.scss */
.site-label-transp.selected {
  border: #000;
  background-color: #0056b3;
  box-shadow: 0 0 5px #000002;
}

/* line 875, app/assets/stylesheets/web_site.scss */
.site-div-desc {
  font-size: 20px;
}

/* line 879, app/assets/stylesheets/web_site.scss */
.hidden-radio {
  display: none;
}

/* line 883, app/assets/stylesheets/web_site.scss */
.payment-body {
  padding-top: 100px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* line 892, app/assets/stylesheets/web_site.scss */
.payment-container {
  background-color: white;
  border-radius: 1.5vh;
  width: 65vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 899, app/assets/stylesheets/web_site.scss */
.payment-container h2 {
  border-radius: 1.5vh 1.5vh 0 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: white;
  background: #1d67e9;
  text-align: center;
}

/* line 908, app/assets/stylesheets/web_site.scss */
.payment-container-value {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #1d67e9;
  text-align: center;
  font-size: 3vh;
}

/* line 920, app/assets/stylesheets/web_site.scss */
.payment-form-inline {
  display: flex;
  flex-direction: row;
}

/* line 925, app/assets/stylesheets/web_site.scss */
.payment-form-inline div {
  width: 99%;
}

/* line 929, app/assets/stylesheets/web_site.scss */
.payment-form-grid {
  padding: 3vh;
}

/* line 933, app/assets/stylesheets/web_site.scss */
.payment-form-group {
  width: 100%;
  height: 5vh;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0.5vh 0px 0px 0px;
  padding-left: 8px;
  transition: all 0.3s ease;
}

/* line 943, app/assets/stylesheets/web_site.scss */
.payment-form-group:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

/* line 947, app/assets/stylesheets/web_site.scss */
.payment-form-button {
  margin-top: 2.5vh;
  width: auto;
  padding: 2vh;
  font-size: 1.5vh;
  font-weight: bold;
  background-color: #009ee3;
  color: #ffffff;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 961, app/assets/stylesheets/web_site.scss */
.payment-form-button:hover {
  background-color: #007bbd;
}

/* line 965, app/assets/stylesheets/web_site.scss */
.order-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* line 972, app/assets/stylesheets/web_site.scss */
.order-container-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 30%;
  height: auto;
}

/* line 982, app/assets/stylesheets/web_site.scss */
.order-container-icon p {
  margin: 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  background-color: #1d67e9;
  color: white;
  border-radius: 5px;
}

/* line 992, app/assets/stylesheets/web_site.scss */
.order-container-icon a {
  text-decoration: none !important;
}

/* line 996, app/assets/stylesheets/web_site.scss */
.order-container-icon a img {
  width: 200px;
  height: 200px;
  transition: all 0.3s ease;
}

/* line 1002, app/assets/stylesheets/web_site.scss */
.order-container-icon a img:hover {
  transform: scale(1.05);
}

/* line 1006, app/assets/stylesheets/web_site.scss */
.order-container-icon i {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 250px;
}

/* line 1016, app/assets/stylesheets/web_site.scss */
.address-p-message {
  text-align: center;
  color: silver;
  font-size: 20px;
  font-weight: bold;
}

/* line 1023, app/assets/stylesheets/web_site.scss */
.container-pay-method {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 10px;
}

/* line 1031, app/assets/stylesheets/web_site.scss */
.favorite-star-actived {
  font-size: 30px;
  position: relative;
  left: -13px !important;
  top: -13px !important;
  z-index: 1;
  left: 2px;
  color: #fdf369;
  text-shadow: -1px -1px 0 #C2D3FF, 1px -1px 0 #C2D3FF, -1px  1px 0 #C2D3FF, 1px  1px 0 #C2D3FF;
  transition: transform 0.3s ease;
  transform: scale(1);
}

/* line 1048, app/assets/stylesheets/web_site.scss */
.favorite-star-actived:hover {
  animation: pulse 1s infinite;
}

/* line 1052, app/assets/stylesheets/web_site.scss */
.favorite-star {
  font-size: 30px;
  position: relative;
  left: -13px !important;
  top: -13px !important;
  z-index: 1;
  left: 2px;
  color: #fff;
  text-shadow: -1px -1px 0 #C2D3FF, 1px -1px 0 #C2D3FF,  -1px  1px 0 #C2D3FF, 1px  1px 0 #C2D3FF;
  transition: transform 0.3s ease;
  transform: scale(1);
}

/* line 1069, app/assets/stylesheets/web_site.scss */
.favorite-star:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1085, app/assets/stylesheets/web_site.scss */
#strength-bar {
  border-radius: 5px;
  margin: 20% auto;
  width: 80%;
  background-color: #ddd;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1095, app/assets/stylesheets/web_site.scss */
#strength-level {
  height: 10px;
  width: 0%;
  background-color: red;
  transition: width 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 1103, app/assets/stylesheets/web_site.scss */
#strength-message {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media (orientation: portrait), (max-width: 990px) {
  /* line 1111, app/assets/stylesheets/web_site.scss */
  .body {
    padding-left: 0px;
  }
  /* line 1115, app/assets/stylesheets/web_site.scss */
  .navbar {
    background-color: #1d67e9;
    color: #fff;
    box-shadow: 0 0 1px 0.5px #1d67e9;
    height: 90%;
  }
  /* line 1122, app/assets/stylesheets/web_site.scss */
  .logo-smart {
    width: 100px;
    height: 100px;
    border-radius: 30%;
    border: 2px solid rgba(52, 152, 219, 0.1);
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }
  /* line 1134, app/assets/stylesheets/web_site.scss */
  .header-span-count {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    bottom: 20px;
  }
  /* line 1149, app/assets/stylesheets/web_site.scss */
  .logo {
    display: none;
  }
  /* line 1153, app/assets/stylesheets/web_site.scss */
  .search-site {
    display: none;
  }
  /* line 1157, app/assets/stylesheets/web_site.scss */
  .container-site {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
    padding: 250px 20px 20px 20px;
  }
  /* line 1165, app/assets/stylesheets/web_site.scss */
  .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
    padding: 0 20px;
  }
  /* line 1173, app/assets/stylesheets/web_site.scss */
  .container-products {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
    padding: 0 20px;
  }
  /* line 1181, app/assets/stylesheets/web_site.scss */
  .container-product {
    border: 2px solid #C2D3FF;
    border-radius: 25px;
    width: 600px;
    height: 1250px;
    margin: 60px 40px 60px 40px;
    background-color: white;
    transition: all 0.3s ease;
    /* Transição suave */
  }
  /* line 1191, app/assets/stylesheets/web_site.scss */
  .container-product div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1197, app/assets/stylesheets/web_site.scss */
  .container-product div img {
    display: flex;
    justify-content: center;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 540px;
    height: 540px;
    border-radius: 25px;
    margin: 30px;
  }
  /* line 1208, app/assets/stylesheets/web_site.scss */
  .container-product div h3 {
    color: #0d6efd;
    font-size: 36px;
    overflow-wrap: break-word;
    margin: 30px;
  }
  /* line 1215, app/assets/stylesheets/web_site.scss */
  .container-product div p {
    color: #0d6efd;
    font-size: 90px;
    margin: 30px;
  }
  /* line 1221, app/assets/stylesheets/web_site.scss */
  .container-product div a {
    background-color: #0d6efd;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
    transition: all 0.3s ease;
    /* Transição suave */
  }
  /* line 1229, app/assets/stylesheets/web_site.scss */
  .container-product div span {
    font-size: 90px;
    color: white;
  }
  /* line 1234, app/assets/stylesheets/web_site.scss */
  .container-product div a:hover {
    transform: scale(1.1);
  }
  /* line 1238, app/assets/stylesheets/web_site.scss */
  .text-logo-smart {
    font-size: 40px;
    color: white;
    display: flex;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
  }
  /* line 1247, app/assets/stylesheets/web_site.scss */
  .text-logo {
    display: none;
  }
  /* line 1251, app/assets/stylesheets/web_site.scss */
  .nav-link-smart {
    background-color: #2a8bed;
    display: flex;
    justify-content: center;
    height: 95px;
    text-decoration: none;
  }
  /* line 1259, app/assets/stylesheets/web_site.scss */
  .nav-links {
    list-style: none;
    margin: 25px;
    padding: 0;
  }
  /* line 1265, app/assets/stylesheets/web_site.scss */
  .nav-links li {
    margin-left: 20px;
  }
  /* line 1269, app/assets/stylesheets/web_site.scss */
  .nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    transition: color 0.3s;
    white-space: nowrap;
    border: 20px;
  }
  /* line 1278, app/assets/stylesheets/web_site.scss */
  .nav-links span {
    display: none;
  }
  /* line 1282, app/assets/stylesheets/web_site.scss */
  .nav-links a:hover {
    color: #4cecf5;
  }
  /* line 1289, app/assets/stylesheets/web_site.scss */
  .cat-links-container {
    position: relative;
  }
  /* line 1293, app/assets/stylesheets/web_site.scss */
  .cat-links-toggle {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #2a8bed;
    color: #fff;
    border: none;
    padding: 4px 30px 20px 30px;
    font-size: 40px;
    cursor: pointer;
    z-index: 989;
    transition: left 0.5s ease;
  }
  /* line 1308, app/assets/stylesheets/web_site.scss */
  .cat-links.open {
    left: 0;
  }
  /* line 1312, app/assets/stylesheets/web_site.scss */
  .cat-links {
    position: fixed;
    top: 0px;
    left: -500px;
    /* Escondido inicialmente */
    width: 500px;
    height: 100%;
    background-color: #2a8bed;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 988;
  }
  /* line 1325, app/assets/stylesheets/web_site.scss */
  .cat-links ul {
    display: block;
    position: fixed;
    list-style: none;
    padding: 20px;
    margin: 0;
    margin-top: 120px;
  }
  /* line 1333, app/assets/stylesheets/web_site.scss */
  .cat-links ul li {
    margin: 15px 0;
  }
  /* line 1337, app/assets/stylesheets/web_site.scss */
  .cat-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 50px;
    margin: 10px;
  }
  /* line 1344, app/assets/stylesheets/web_site.scss */
  .div-prod-desc h1 {
    text-align: center;
    font-size: 70px;
    border-radius: 25px 3px 25px 3px;
    width: 80%;
    padding: 7px;
    background-color: #0d6efd;
    color: white;
    z-index: 587;
  }
  /* line 1355, app/assets/stylesheets/web_site.scss */
  .label-product {
    display: flex;
    position: relative;
    right: 115px;
    align-items: center;
    justify-content: center;
    z-index: 587;
  }
  /* line 1364, app/assets/stylesheets/web_site.scss */
  .label-product h1 {
    color: white;
    background-color: #0d6efd;
    border-radius: 25px 3px 25px 3px;
    padding: 10px;
    width: 70%;
    text-align: center;
    font-size: 80px;
  }
  /* line 1374, app/assets/stylesheets/web_site.scss */
  .price-link-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 30px;
    height: 50px;
    position: relative;
    left: 265px;
    bottom: 6px;
    background-color: #0d6efd;
    color: #fff;
    border: none;
    padding: 5px;
    font-size: 40px;
    cursor: pointer;
    z-index: 588;
    transition: bottom 0.5s ease;
  }
  /* line 1394, app/assets/stylesheets/web_site.scss */
  .price-link.open {
    top: 85px;
  }
  /* line 1398, app/assets/stylesheets/web_site.scss */
  .price-link {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    position: relative;
    background-color: #0a58ca;
    color: #fff;
    z-index: 586;
    top: 48px;
    left: 205px;
    font-size: 25px;
    border-radius: 3px 3px 25px 25px;
    transition: top 0.5s ease;
  }
  /* line 1417, app/assets/stylesheets/web_site.scss */
  .slider-photo {
    padding-top: 108px;
  }
  /* line 1421, app/assets/stylesheets/web_site.scss */
  .slider-photo img {
    width: 100%;
    height: 400px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    /* Ajusta a imagem ao contêiner sem distorcer */
  }
  /* line 1428, app/assets/stylesheets/web_site.scss */
  .card-body-99 {
    width: 99%;
  }
  /* line 1435, app/assets/stylesheets/web_site.scss */
  .form-site label {
    font-size: 50px;
  }
  /* line 1439, app/assets/stylesheets/web_site.scss */
  .form-site p {
    width: 95%;
    margin: 20px auto 15px auto !important;
  }
  /* line 1444, app/assets/stylesheets/web_site.scss */
  .form-site input {
    font-size: 50px !important;
  }
  /* line 1448, app/assets/stylesheets/web_site.scss */
  .form-site label {
    padding-right: 4px;
    font-size: 40px;
  }
  /* line 1453, app/assets/stylesheets/web_site.scss */
  .form-site i {
    padding-right: 10px;
    font-size: 50px;
  }
  /* line 1458, app/assets/stylesheets/web_site.scss */
  .h6-70 {
    font-size: 70px !important;
    white-space: nowrap;
  }
  /* line 1463, app/assets/stylesheets/web_site.scss */
  .h6-60 {
    font-size: 60px !important;
    white-space: nowrap;
  }
  /* line 1468, app/assets/stylesheets/web_site.scss */
  .center-text {
    text-align: center;
  }
  /* line 1472, app/assets/stylesheets/web_site.scss */
  .center-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  /* line 1479, app/assets/stylesheets/web_site.scss */
  .print-white {
    color: white !important;
  }
  /* line 1483, app/assets/stylesheets/web_site.scss */
  .print-blue {
    background-color: #1d67e9 !important;
  }
  /* line 1487, app/assets/stylesheets/web_site.scss */
  .bar-footer {
    display: none;
  }
  /* line 1491, app/assets/stylesheets/web_site.scss */
  .group-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 1497, app/assets/stylesheets/web_site.scss */
  .group-footer h1 {
    text-align: center;
    font-size: 70px;
    color: #1d67e9;
    margin-bottom: 40px;
    margin-top: 5px;
    padding: 0;
    border: 0;
  }
  /* line 1507, app/assets/stylesheets/web_site.scss */
  .group-footer h2 {
    display: none;
  }
  /* line 1511, app/assets/stylesheets/web_site.scss */
  .group-footer p {
    text-align: center;
    font-size: 40px;
    color: #505358;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    padding: 0;
    border: 0;
  }
  /* line 1521, app/assets/stylesheets/web_site.scss */
  .div-footer {
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1531, app/assets/stylesheets/web_site.scss */
  .icon-footer {
    margin-right: 30px;
    font-size: 40px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #505358;
  }
  /* line 1543, app/assets/stylesheets/web_site.scss */
  .div-icon-footer div {
    margin-bottom: 20px;
  }
  /* line 1547, app/assets/stylesheets/web_site.scss */
  .div-icon-footer p {
    text-align: start;
    margin-bottom: 0 !important;
  }
  /* line 1552, app/assets/stylesheets/web_site.scss */
  .end-footer {
    width: auto;
    height: 1000px;
    background-color: white;
    box-shadow: -3px 9px 5px 9px #d8cfcf;
  }
  /* line 1559, app/assets/stylesheets/web_site.scss */
  .end-footer-div-right {
    display: flex;
  }
  /* line 1563, app/assets/stylesheets/web_site.scss */
  .end-footer-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  /* line 1569, app/assets/stylesheets/web_site.scss */
  .end-footer-group p {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 35px;
    color: #bbbec3;
    padding: 0;
    border: 0;
  }
  /* line 1578, app/assets/stylesheets/web_site.scss */
  .end-footer-div-mr {
    margin-top: 0px;
  }
  /* line 1582, app/assets/stylesheets/web_site.scss */
  .end-footer-div-ml {
    display: none;
  }
  /* line 1586, app/assets/stylesheets/web_site.scss */
  .photo-prod {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }
  /* line 1592, app/assets/stylesheets/web_site.scss */
  .photo-prod img {
    margin: 10px;
    width: 600px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.5s ease-in-out;
  }
  /* line 1601, app/assets/stylesheets/web_site.scss */
  .site-product-name {
    font-weight: bold;
    width: auto;
    text-align: center;
    font-size: 60px;
  }
  /* line 1608, app/assets/stylesheets/web_site.scss */
  .site-product-cost {
    width: auto;
    text-align: center;
    font-size: 80px;
    color: #1d67e9;
    background-color: #f8f8ff;
  }
  /* line 1616, app/assets/stylesheets/web_site.scss */
  .site-product-form {
    padding: 20px;
    height: 300px;
    width: auto;
    background-color: #f8f8ff;
    font-size: 40px;
  }
  /* line 1624, app/assets/stylesheets/web_site.scss */
  .site-product-form-result {
    text-align: left;
    padding-left: 30px;
    height: 300px;
    font-size: 40px;
  }
  /* line 1631, app/assets/stylesheets/web_site.scss */
  .site-product-form-result input {
    width: 80px;
    font-size: 40px;
  }
  /* line 1636, app/assets/stylesheets/web_site.scss */
  .container-color-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
  /* line 1641, app/assets/stylesheets/web_site.scss */
  .site-label-color {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s ease;
    box-shadow: 0 0 1px black;
  }
  /* line 1652, app/assets/stylesheets/web_site.scss */
  .container-size-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
  /* line 1658, app/assets/stylesheets/web_site.scss */
  .site-label-size {
    margin: 5px;
    width: 100px;
    height: 100px;
    border-radius: 20%;
    border: 2px solid transparent;
    cursor: pointer;
    background-color: #1d67e9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 40px;
    cursor: pointer;
    transition: border 0.3s ease;
  }
  /* line 1678, app/assets/stylesheets/web_site.scss */
  .site-label-transp {
    margin: 5px 5px 5px 0px;
    width: auto;
    height: 90px;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    background-color: #1d67e9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    padding: 0px;
    cursor: pointer;
    transition: border 0.3s ease;
    font-size: 30px !important;
  }
  /* line 1698, app/assets/stylesheets/web_site.scss */
  .site-div-desc {
    font-size: 40px;
  }
  /* line 1702, app/assets/stylesheets/web_site.scss */
  .payment-body {
    padding-top: 180px;
  }
  /* line 1706, app/assets/stylesheets/web_site.scss */
  .payment-container {
    width: 45vh;
  }
  /* line 1710, app/assets/stylesheets/web_site.scss */
  .payment-container h2 {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 4vh;
  }
  /* line 1716, app/assets/stylesheets/web_site.scss */
  .payment-container-value {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 3vh;
  }
  /* line 1728, app/assets/stylesheets/web_site.scss */
  .payment-form-grid {
    padding: 3vh;
    font-size: 2vh;
  }
  /* line 1733, app/assets/stylesheets/web_site.scss */
  .payment-form-group {
    width: 100%;
    height: 3vh;
    padding-left: 20px;
    font-size: 2vh;
  }
  /* line 1740, app/assets/stylesheets/web_site.scss */
  .payment-form-button {
    padding: 0px;
    width: 150px;
    height: 100px;
  }
  /* line 1746, app/assets/stylesheets/web_site.scss */
  .site-prod-buttom {
    padding-left: 55px;
    display: flex;
    color: white;
    width: 380px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: #1d67e9;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  /* line 1760, app/assets/stylesheets/web_site.scss */
  .site-prod-buttom i {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: white;
    color: #1d67e9;
    margin: 3px;
    padding: 2px;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
  /* line 1775, app/assets/stylesheets/web_site.scss */
  .site-delete-car-buttom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #dc3545;
    border-radius: 5px;
    color: white;
    width: 110px;
    height: 110px;
    font-size: 25px;
    transition: all 0.3s ease;
  }
  /* line 1789, app/assets/stylesheets/web_site.scss */
  .site-delete-car-buttom button {
    display: block;
    cursor: pointer;
    all: unset;
    width: 110px;
    height: 110px;
  }
  /* line 1797, app/assets/stylesheets/web_site.scss */
  .site-delete-car-buttom i {
    position: absolute;
  }
  /* line 1801, app/assets/stylesheets/web_site.scss */
  .site-delete-car-buttom:hover {
    background-color: #b22222;
  }
  /* line 1805, app/assets/stylesheets/web_site.scss */
  .site-purchase-car-buttom {
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #0d6efd;
    border-radius: 5px;
    color: white;
    width: 500px;
    height: 100px;
    font-size: 40px;
    transition: all 0.3s ease;
  }
  /* line 1821, app/assets/stylesheets/web_site.scss */
  .site-purchase-car-buttom button {
    display: block;
    cursor: pointer;
    all: unset;
    width: 440px;
    height: 100px;
  }
  /* line 1829, app/assets/stylesheets/web_site.scss */
  .site-purchase-car-buttom i {
    display: flex;
    padding-right: 20px;
  }
  /* line 1834, app/assets/stylesheets/web_site.scss */
  .site-car-table {
    display: table;
    border-collapse: collapse;
    background: #f2f5fc;
    overflow: hidden;
  }
  /* line 1841, app/assets/stylesheets/web_site.scss */
  .site-car-table th, td {
    padding: 15px;
    text-align: center;
    font-size: 25px;
  }
  /* line 1847, app/assets/stylesheets/web_site.scss */
  .site-car-table th {
    background-color: #3b83db;
    color: white;
    text-transform: uppercase;
  }
  /* line 1853, app/assets/stylesheets/web_site.scss */
  .site-car-table tr:nth-child(even) {
    background-color: #e3eafa;
  }
  /* line 1857, app/assets/stylesheets/web_site.scss */
  .site-car-table td {
    border-bottom: 1px solid #ddd;
  }
  /* line 1861, app/assets/stylesheets/web_site.scss */
  .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  /* line 1873, app/assets/stylesheets/web_site.scss */
  .control.prev {
    top: 330px;
    padding: 25px;
    left: 25px;
  }
  /* line 1879, app/assets/stylesheets/web_site.scss */
  .control.next {
    top: 330px;
    padding: 25px;
    right: 25px;
  }
  /* line 1885, app/assets/stylesheets/web_site.scss */
  .flash-messages {
    top: 223px;
    display: block;
    position: absolute;
    border: none;
    z-index: 898;
    transition: left 0.5s ease;
    width: 100%;
    font-size: 35px;
  }
  /* line 1896, app/assets/stylesheets/web_site.scss */
  .logoff-button {
    padding: 10px 15px !important;
    font-size: 20px !important;
  }
  /* line 1901, app/assets/stylesheets/web_site.scss */
  .container-logoff {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  /* line 1908, app/assets/stylesheets/web_site.scss */
  .order-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* line 1916, app/assets/stylesheets/web_site.scss */
  .order-container-icon {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 50%;
    height: auto;
  }
  /* line 1926, app/assets/stylesheets/web_site.scss */
  .order-container-icon p {
    margin: 20px;
    white-space: nowrap;
    text-align: center;
    font-size: 30px;
    background-color: #1d67e9;
    color: white;
    border-radius: 5px;
  }
  /* line 1936, app/assets/stylesheets/web_site.scss */
  .order-container-icon a img {
    width: 500px;
    height: 500px;
  }
  /* line 1941, app/assets/stylesheets/web_site.scss */
  .order-container-icon i {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  /* line 1951, app/assets/stylesheets/web_site.scss */
  .address-p-message {
    text-align: center;
    color: silver;
    font-size: 40px;
    font-weight: bold;
  }
  /* line 1958, app/assets/stylesheets/web_site.scss */
  .container-pay-method {
    flex-direction: column;
  }
  /* line 1962, app/assets/stylesheets/web_site.scss */
  .favorite-star-actived {
    font-size: 120px;
    position: relative;
    left: -50px !important;
    top: -50px !important;
    z-index: 1;
    left: 2px;
    color: #fdf369;
    text-shadow: -1px -1px 0 #C2D3FF, 1px -1px 0 #C2D3FF, -1px  1px 0 #C2D3FF, 1px  1px 0 #C2D3FF;
    transition: transform 0.3s ease;
    transform: scale(1);
  }
  /* line 1979, app/assets/stylesheets/web_site.scss */
  .favorite-star-actived:hover {
    animation: pulse 1s infinite;
  }
  /* line 1983, app/assets/stylesheets/web_site.scss */
  .favorite-star {
    font-size: 120px;
    position: relative;
    left: -50px !important;
    top: -50px !important;
    z-index: 1;
    left: 2px;
    color: #fff;
    text-shadow: -1px -1px 0 #C2D3FF, 1px -1px 0 #C2D3FF, -1px  1px 0 #C2D3FF, 1px  1px 0 #C2D3FF;
    transition: transform 0.3s ease;
    transform: scale(1);
  }
  /* line 2000, app/assets/stylesheets/web_site.scss */
  .favorite-star:hover {
    animation: pulse 1s infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
}
