@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* Global Styles */

body::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 93.75%;
    }
}

@media screen and (max-width: 720px) {
    html {
        font-size: 87.5%;
    }
}

body,
input,
select,
textarea,
button {
    font: 400 1rem "Roboto", sans-serif;
}

button {
    cursor: pointer;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Global Styles */

.banner-home {
    width: 100%;
}

.section-home-buttons button {
    background: #e5e5e5;
    box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.25);
    border-radius: 74px;
    height: 100%;
    font-size: calc(2rem + 0.15vw);
}

.header-product {
    background: #E1CCBE;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-product-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-white {
    max-width: 60px;
}

.back-home,
.back-productMenu {
    max-width: 30px;
    cursor: pointer;
}

.header-product h1 {
    color: #414243;
    padding: 1rem 0;
    text-align: center;
    font-size: 40px;
font-weight: 400;
}

.buttons-product button {
    background: #E5E5E5;
    box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.25);
    border-radius: 74px;
    padding: 0;
    border: none;
    font-size: calc(1.25rem + 0.25vw);
    gap: 1rem;
    position: relative;
}

.buttons-product button .block-button {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.buttons-product a:hover {
    color: #000;
}

.buttons-product p {
    margin: 0;
    text-align: center;
}

.buttons-product .image-rounded {
    width: calc(3rem + 4vw);
}

/* Popup Home */

.popup {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 1.75rem;
}

.popup .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup img {
    max-width: 40px;
    margin-bottom: calc(1rem + 0.15vw);
}

.popup h3 {
    font-size: calc(1.25rem + 0.15vw);
    margin-bottom: calc(1rem + 0.15vw);
}

.popup p {
    font-size: calc(0.9rem + 0.15vw);
    text-align: left;
}

.popup a {
    font-size: calc(0.75rem + 0.15vw);
    color: #6750a4 !important;
    cursor: pointer;
    padding: calc(0.75rem + 0.15vw) 0;
    font-weight: bold;
}

.popup-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.active {
    display: block !important;
    opacity: 1 !important;
}

.desactive {
    display: none !important;
}

/* Popup */

/* Modal */

.modal-dialog {
    top: 35%;
  }
  
  .modal.fade .modal-ajuda {
    transform: translate(0, 212px);
  }
  
  .modal.show .modal-ajuda {
    transform: none;
  }
  
  .modal-ajuda {
    position: absolute !important;
    bottom: 0 !important;
    margin: 0 0.5rem !important;
    top: initial !important;
  }
  
  .modal-header {
    border-bottom: none;
    padding: 0.5rem 1rem;
  }
  
  .modal-header h5 {
    width: 100%;
    text-align: center;
  }
  
  .modal-header p {
    cursor: pointer;
  }
  
  .modal-body {
    padding: 0.5rem 1rem;
  }
  
  .modal-body button,
  .modal-body a {
    display: block;
    padding: 1rem;
  }
  
  .modal-content {
    border-radius: 1.75rem;
  }
  
  #modalFeedback .modal-header,
  #modalGuiaDeUso .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #modalFeedback .modal-header img,
  #modalGuiaDeUso .modal-header img {
    max-width: 40px;
    margin: calc(1rem + 0.15vw) 0;
  }
  
  #closePopup {
    font-size: calc(1rem + 0.15vw);
    cursor: pointer;
    text-align: center;
    padding: 2px 34px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
    background: #373737;
    color: #fff;
    font-weight: 500;
  }

/* Modal */

iframe {
    width: 100%;
    height: 300px;
}

.video-montagem,
.usage-guide {
    margin: 2rem 1rem 0;
}

/* Carrosel do manual */

.carousel {
    position: initial;
}

.carousel-indicators {
    position: fixed !important;
    z-index: 999;
    padding: 1rem 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    background: #fff;
}

.carousel-indicators button {
    width: 7px !important;
    height: 7px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 10px;
    background-color: #000 !important;
}

.carousel-item {
    min-height: 100vh;
    padding: 1rem 1rem 2rem;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
}

.carousel-item:nth-last-child() {
    padding: 1rem 3rem 2rem !important;
}

.carousel-item:first-child {
    padding: 1rem !important;
}

.carousel-item img {
    height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    position: fixed !important;
}

/* Carrosel do manual */

/* Accordion */

.accordion-collapse {
    overflow-y: scroll;
    max-height: 500px;
}

.accordion-item {
    margin: 1rem .5rem;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.accordion-button:focus {
    border-color: #000;
    box-shadow: none;
}

.accordion-button::after {
    content: "+";
    font-size: 20px;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-body {
    overflow-y: auto;
}

.accordionGarantia {
    padding: .5rem !important;
}

.accordionGarantia ul {
    padding: 0 !important;
}

.accordionGarantia ul li {
    padding: .5rem 0;
}

/* Accordion */

/* Painel Admin */

.painel-admin {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 4rem;
    margin-top: 4rem;
}

/* Painel Admin */

.section-home-buttons button:hover, .section-home-buttons button:focus {
    border: none !important;
    background: #e5e5e5 !important;
}

/* Modal de componentes */

.modal-components {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background: white;
    right: 24px;
    z-index: 99999999;
    bottom: 50px;
    display: none;
    border: none;
  }

  .message-modal-components {
    right: 120px;
    bottom: 50px;
    background: white;
    border-radius: 70px;
    padding: 10px 20px;
    height: 64px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    display: none;
    z-index: 99999999;
  }

  .message-modal-components p {
    margin: 0;
    font-size: 15px;
    color: #49454F;
  }

  .message-modal-components button {
    background-color: #373737;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 16px;
    border-radius: 28px;
    border: none;
  }

  .modal-backdrop-components {
    z-index: 1050;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    cursor: pointer;
  }