@charset "UTF-8";
/* 
** Index - DONE
*/
.pg-index .header {
  display: flex;
  justify-content: space-between;
}
.pg-index .header .h-left h1 {
  font-size: 2.5rem;
}
.pg-index .header .h-left p {
  margin: 0.625rem 0 0;
}
.pg-index .header .h-right .logo {
  width: 12.5rem;
}
.pg-index .content .cards {
  display: flex;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
.pg-index .content .cards .item {
  width: 25%;
  overflow: hidden;
  border-radius: 0.875rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.2s;
  position: relative;
}
.pg-index .content .cards .item a .desc {
  display: flex;
  width: 100%;
  padding: 1.875rem;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  bottom: 0;
}
.pg-index .content .cards .item a .desc div h3 {
  margin-bottom: 0.313rem;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 400;
}
.pg-index .content .cards .item a .desc div p {
  color: #FFFFFF;
  font-size: 0.935rem;
}
.pg-index .content .cards .item a img {
  display: flex;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.25s;
}
.pg-index .content .cards .item a:hover img {
  transform: scale(1.05);
}
.pg-index .content .cards .item:hover {
  box-shadow: 0 5px 20px rgba(255, 111, 0, 0.7);
}
.pg-index .content .cards .item:hover .desc svg path {
  stroke: #FF6F00;
}
.pg-index .footer {
  display: flex;
  margin-top: 1.875rem;
  align-items: center;
  justify-content: space-between;
}
.pg-index .footer .f-left {
  display: flex;
  align-items: center;
}
.pg-index .footer .f-left .icon {
  width: 1.75rem;
  margin-right: 1.25rem;
}

/* 
** Contact and Thanks - DONE
*/
.pg-contact {
  background-color: #F5F5F5;
}
.pg-contact .content .contact-us {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
}
.pg-contact .content .contact-us .c-left {
  width: 30%;
}
.pg-contact .content .contact-us .c-left .breadcrumbs {
  display: flex;
  align-items: center;
}
.pg-contact .content .contact-us .c-left .breadcrumbs p {
  margin: 0.625rem 0 0;
}
.pg-contact .content .contact-us .c-left h2 {
  margin: 2.5rem 0 0.625rem;
  font-size: 4.375rem;
}
.pg-contact .content .contact-us .c-left .model {
  width: 100%;
}
.pg-contact .content .contact-us .c-right {
  width: 70%;
}
.pg-contact .content .contact-us .c-right .block {
  padding: 4.5rem;
}
.pg-contact .content .contact-us .c-right .block .profile {
  display: flex;
}
.pg-contact .content .contact-us .c-right .block .profile .photo {
  width: 4.25rem;
  height: 4.25rem;
  padding: 1rem;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.pg-contact .content .contact-us .c-right .block .profile .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
}
.pg-contact .content .contact-us .c-right .block .profile .texts h3 {
  margin-bottom: 0.313rem;
  font-size: 1.75rem;
}
.pg-contact .content .contact-us .c-right .block .message {
  margin-bottom: 2.75rem;
}
.pg-contact .content .contact-us .c-right .block .message .icon-success {
  width: 10rem;
  margin-bottom: 1.25rem;
}
.pg-contact .content .contact-us .c-right .block .message h2 {
  font-size: 3.75rem;
}

#obrigado .content .contact-us .c-left h2 {
  margin-top: 6.25rem;
}

/* 
** Product - DONE
*/
.pg-product .content .product {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  flex-direction: row;
}
.pg-product .content .product .p-left {
  width: 65%;
}
.pg-product .content .product .p-right {
  width: 35%;
}
.pg-product .content .product .p-right .block {
  padding: 4rem;
}
.pg-product .content .product .p-right .block h2 {
  font-size: 2.35rem;
}
.pg-product .content .product .p-right .block p {
  margin-bottom: 1rem;
}
.pg-product .content .product .p-right .block a {
  display: flex;
  width: auto;
  justify-content: center;
}

/* 
** Product - DONE
*/
.pg-institucional .content .institucional {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
.pg-institucional .content .institucional .i-left {
  width: 65%;
}
.pg-institucional .content .institucional .i-right {
  width: 35%;
}
.pg-institucional .content .institucional .i-right .block {
  padding: 4rem;
}
.pg-institucional .content .institucional .i-right .block h2 {
  font-size: 2.5rem;
}
.pg-institucional .content .institucional .i-right .block > p {
  margin-bottom: 1rem;
}

/* 
** 3DS Pages
*/
.pg-3ds {
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
  padding: 0 !important;
}
.pg-3ds .btn-backpage {
  top: 2.5rem;
  right: 5%;
}
.pg-3ds .content .header-3D {
  position: fixed;
  z-index: 9;
  top: 2.5rem;
  left: 5%;
  width: -moz-fit-content;
  width: fit-content;
}
.pg-3ds .content .header-3D .breadcrumbs {
  display: flex;
  align-items: end;
}
.pg-3ds .content #loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e0e0e0; /* Mesma cor de fundo para transição suave */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.pg-3ds .content #loading-screen #loading-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
}
.pg-3ds .content #loading-screen .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #cccccc;
  border-top: 5px solid #FF6F00; /* Cor do indicador de progresso */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pg-3ds {
  /*.orientation{
      position: absolute;
      left: 5%;
      bottom: 2.5rem;

      img{
          width: 14rem;
          margin-top: 2.5rem;
      }

      p{
          font-size: 0.875rem;
      }
  }*/
}

/* 
** Responsive Design
*/
@media (min-width: 1500px) and (max-width: 1650px) {
  .pg-index .header .h-right .logo {
    width: 10rem;
  }
  .pg-index .content .cards .item a .desc div h3 {
    font-size: 1.25rem;
  }
  .pg-index .content .cards .item a .desc svg {
    width: 1rem;
  }
  .pg-contact .content .contact-us {
    gap: 5rem;
  }
  .pg-contact .content .contact-us .c-left {
    width: 35%;
  }
  .pg-contact .content .contact-us .c-left h2 {
    margin: 3.75rem 0 0.625rem;
    font-size: 3.75rem;
  }
  .pg-contact .content .contact-us .c-right {
    width: 65%;
  }
  .pg-contact .content .contact-us .c-right .block .message .icon-success {
    width: 7.5rem;
  }
  .pg-contact .content .contact-us .c-right .block .message h2 {
    font-size: 3rem;
  }
  .pg-product .content .product {
    gap: 3rem;
  }
  .pg-product .content .product .p-right .block {
    padding: 4rem;
  }
  .pg-product .content .product .p-right .block h2 {
    font-size: 1.875rem;
  }
  .pg-institucional .content .institucional {
    gap: 3rem;
  }
  .pg-institucional .content .institucional .i-right .block {
    padding: 4rem;
  }
  .pg-institucional .content .institucional .i-right .block h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .pg-index .header .h-left h1 {
    font-size: 2rem;
  }
  .pg-index .header .h-right .logo {
    width: 8.75rem;
  }
  .pg-index .content .cards .item a .desc div h3 {
    font-size: 1.25rem;
  }
  .pg-index .content .cards .item a .desc div p {
    display: none;
  }
  .pg-index .content .cards .item a .desc svg {
    width: 1rem;
  }
  .pg-contact .content .contact-us {
    gap: 5rem;
  }
  .pg-contact .content .contact-us .c-left {
    width: 35%;
  }
  .pg-contact .content .contact-us .c-left h2 {
    margin: 3.75rem 0 0.625rem;
    font-size: 3.25rem;
  }
  .pg-contact .content .contact-us .c-right {
    width: 65%;
  }
  .pg-contact .content .contact-us .c-right .block .profile .texts h3 {
    font-size: 1.5rem;
  }
  .pg-contact .content .contact-us .c-right .block .message .icon-success {
    width: 7.5rem;
  }
  .pg-contact .content .contact-us .c-right .block .message h2 {
    font-size: 2.75rem;
  }
  .pg-product .content .product {
    gap: 3rem;
  }
  .pg-product .content .product .p-right .block {
    padding: 2.5rem;
  }
  .pg-product .content .product .p-right .block h2 {
    font-size: 1.875rem;
  }
  .pg-institucional .content .institucional {
    gap: 3rem;
  }
  .pg-institucional .content .institucional .i-right .block {
    padding: 2.5rem;
  }
  .pg-institucional .content .institucional .i-right .block h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .pg-index .content .cards {
    flex-wrap: wrap;
  }
  .pg-index .content .cards .item {
    width: calc(50% - 0.75rem);
  }
  .pg-index .content .cards .item a .desc div p {
    font-size: 1rem;
  }
  .pg-institucional .content .institucional {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-institucional .content .institucional .i-left {
    width: 100%;
  }
  .pg-institucional .content .institucional .i-right {
    width: 100%;
  }
  .pg-product .content .product {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-product .content .product .p-left {
    width: 100%;
  }
  .pg-product .content .product .p-right {
    width: 100%;
  }
  .pg-product .content .product .p-right .block {
    flex-direction: row;
    gap: 4rem;
  }
  .pg-product .content .product .p-right .block .l-mobile {
    width: 60%;
  }
  .pg-product .content .product .p-right .block .r-mobile {
    width: 40%;
  }
  .pg-contact .content .contact-us {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-contact .content .contact-us .c-left {
    width: 100%;
    text-align: center;
  }
  .pg-contact .content .contact-us .c-left h2 {
    margin: 6.25rem 0 0.625rem;
  }
  .pg-contact .content .contact-us .c-left .divisor {
    display: block;
    margin: 1.25rem auto;
  }
  .pg-contact .content .contact-us .c-right {
    width: 100%;
  }
  .pg-contact#obrigado .content .contact-us .c-right .block {
    align-items: center;
    text-align: center;
  }
  .pg-contact#obrigado .content .contact-us .c-right .block .divisor {
    display: block;
    margin: 1.25rem auto;
  }
}
@media (max-width: 767px) {
  .pg-index .header {
    flex-direction: column-reverse;
    text-align: center;
  }
  .pg-index .header .h-left h1 {
    font-size: 2rem;
  }
  .pg-index .header .h-left p {
    padding: 0 1rem;
  }
  .pg-index .header .h-right .logo {
    width: 10rem;
    margin-bottom: 2.5rem;
  }
  .pg-index .content .cards {
    flex-direction: column;
  }
  .pg-index .content .cards .item {
    width: 100%;
  }
  .pg-index .content .cards .item a .desc div h3 {
    font-size: 1.25rem;
  }
  .pg-index .content .cards .item a .desc div p {
    font-size: 0.875rem;
  }
  .pg-index .footer {
    flex-direction: column;
    gap: 1rem;
  }
  .pg-institucional .content .institucional {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-institucional .content .institucional .i-left {
    width: 100%;
  }
  .pg-institucional .content .institucional .i-right {
    width: 100%;
  }
  .pg-institucional .content .institucional .i-right .block {
    padding: 2rem;
  }
  .pg-institucional .content .institucional .i-right .block h2 {
    font-size: 1.5rem;
  }
  .pg-product .content .product {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-product .content .product .p-left {
    width: 100%;
  }
  .pg-product .content .product .p-right {
    width: 100%;
  }
  .pg-product .content .product .p-right .block {
    padding: 2rem;
  }
  .pg-product .content .product .p-right .block h2 {
    font-size: 1.5rem;
  }
  .pg-contact .content .contact-us {
    flex-direction: column;
    gap: 1.25rem;
  }
  .pg-contact .content .contact-us .breadcrumbs {
    justify-content: center;
  }
  .pg-contact .content .contact-us .c-left {
    width: 100%;
    text-align: center;
  }
  .pg-contact .content .contact-us .c-left h2 {
    margin: 6.25rem 0 0.625rem;
    font-size: 2rem;
  }
  .pg-contact .content .contact-us .c-left .divisor {
    display: block;
    margin: 1.25rem auto;
  }
  .pg-contact .content .contact-us .c-right {
    width: 100%;
  }
  .pg-contact .content .contact-us .c-right .block {
    padding: 2rem;
  }
  .pg-contact .content .contact-us .c-right .block .profile .photo {
    width: 3rem;
    height: 3rem;
    padding: 0.625rem;
  }
  .pg-contact .content .contact-us .c-right .block .profile .texts h3 {
    font-size: 1.25rem;
  }
  .pg-contact .content .contact-us .c-right .block .profile .texts p {
    font-size: 0.75rem;
  }
  .pg-contact .content .contact-us .c-right .block .message .icon-success {
    width: 6.25rem;
  }
  .pg-contact .content .contact-us .c-right .block .message h2 {
    font-size: 1.5rem;
  }
  .pg-contact .content .contact-us .c-right .block .message p {
    font-size: 0.75rem;
  }
  .pg-contact#obrigado .content .contact-us .c-right .block {
    align-items: center;
    text-align: center;
  }
  .pg-contact#obrigado .content .contact-us .c-right .block .divisor {
    display: block;
    margin: 1.25rem auto;
  }
  .pg-3ds .btn-backpage {
    position: absolute;
    right: 1.875rem;
  }
  .pg-3ds .content .header-3D {
    left: 0;
    width: 100%;
  }
  .pg-3ds .content .header-3D .breadcrumbs {
    justify-content: center;
  }
  .pg-3ds .content .header-3D .breadcrumbs p {
    display: none;
  }
}/*# sourceMappingURL=app.css.map */