* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'arial';
}

/* -- Header - Menu Top -- */

.header-inner-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

/* Menu TOP */
.navbar {
    background-color: #2c2c2c;
    padding: 1rem;
    position: sticky;
    top: 0;
    box-shadow: 10px 0px 10px #2c2c2c;
    z-index: 99;
    scroll-behavior: smooth;
}

.navbar>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    scroll-behavior: smooth;
}

.logo {
    color: #0084ff;
    display: flex;
    align-items: center;
}

.logo img {
    width: 85px;
    cursor: pointer;
    margin-right: 0.5rem;
}

.logo span {
    color: #fff;
}

.logoinvert {
    filter: invert(83%);
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-icon-container {
    display: flex;
    align-items: center;

}

.nav-icon-container img {
    width: 50px;
    cursor: pointer;
}

.nav-icon-container img:first-child {
    margin-right: 0.5rem;
    width: 50px;

}

nav ul li {
    color: #fff;
    margin-right: 1.5rem;
    cursor: pointer;
}

nav ul li:hover {
    transform: translateY(-5px);
    transition: all 0.2s;
    font-weight: bold;
}

.menu-button {
    display: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

/* -- Header - Menu Top -- */

/* -- Seção abaixo do menu -- */
header {
    background-image: radial-gradient(#fff, #c7c7c7);
}

.header-bottom-side ul{
    padding: 25px;
}


.header-bottom-side {
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 1rem;
}

.header-bottom-side-left {
    height: 100%;
    flex-basis: 50%;
}

.header-bottom-side-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.header-inner-content a {
    text-decoration: none;
    color: #fff;
}

.header-bottom-side-left p {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.header-bottom-side-left a {
    text-decoration: none;
    color: #fff;
}

.header-inner-content a:visited {
    text-decoration: none;
    color: #fff;
}

.header-bottom-side-left button {
    background-color: #0084ff;
    border: none;
    cursor: pointer;
    padding: 0.8rem 3.8rem;
    border-radius: 9999px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.2s;
}

.header-bottom-side-left button:hover {
    background-color: #004c94;
}

.header-bottom-side-right {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom-side-right img {
    max-width: 600px;

}

.header-bottom-side-right-ragtech {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom-side-right-ragtech img {
    width: 450px;
    height: 350px;

}

.header-bottom-side-right-acer {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom-side-right-acer img {
    width: 500px;
    height: 400px;

}


/* Slider - Carrossel*/

.carrossel {
    box-shadow: 2px 2px 4px black;
    overflow: hidden;
    height: 500px;
    width: 500px;
}

.container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.container img {
    object-fit: cover;
    height: 500px;
    width: 500px;
    align-items: center;
}

.center-p {
    align-items: center;

}

/* Slider - Carrossel*/
.download-pdf {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.download-pdf img {
    width: 100px;
    height: 100px;
}

.download-icons {
    margin: 25px auto;
    text-align: center;
}

.download-pdf-ragtech {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.download-pdf-ragtech img {
    width: auto;
    height: auto;
}

/* -- Seção abaixo do menu -- */

/* -- Logos Fornecedores -- */

main {
    background-color: #ebebeb;
}

.fundo-cinza {
    background-color: #2c2c2c;
}

.conteudo-main {
    max-width: 1280p;
    margin: 0 auto;
}

.cols {
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    padding: 4rem 1rem;
}

.cols>* {
    cursor: pointer;
    transition: all 0.2s;
}

.cols>*:hover {
    transform: translateY(-5px);
}

.cols-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.cols-5 img {
    width: 250px;
    height: 250px;
}

/* -- Logos Fornecedores -- */

/* -- Área de produtos - Prévia -- */

.cols-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.cols-2 img {
    width: 450px;
    height: 250px;
}

.cols-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.cols-3 img {
    width: 250px;
    height: 250px;
}

.cols-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.cols-4 img {
    width: 250px;
    height: 250px;
}

.section-title {
    text-align: center;
    margin-top: 4rem;
    font-size: 1.8rem;
}

.subtitle-underline {
    width: 100px;
    height: 5px;
    background: #0084ff;
    border-radius: 9999px;
    margin: 8px auto 0 auto;
}

.product {
    color: #2c2c2c;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-name {
    font-weight: 600;
    margin-top: 0.4rem;
}

.rate {
    color: #0084ff;
    font-size: 1.3rem;
}

.product-price span {
    font-weight: 600;
}

/* -- Área de produtos - Prévia -- */

/* -- Área Sobre a Orbe -- */

.gray-background {
    background-color: #2c2c2c;
}

.page-inner-content {
    max-width: 1280p;
    margin: 0 auto;
}

.exclusive-container {
    color: #fff;
    flex-direction: row-reverse;
    padding: 5rem 1rem;
}

.exclusive-container-orbe {
    color: #fff;
    padding: 5rem 1rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.exclusive-container-orbe img{
    max-width: 290px;
}

/* -- Área Sobre a Orbe -- */

/* -- Testemunhos -- */
.testimonials {
    display: flex;
    padding: 4rem 1rem;
    justify-content: space-evenly;
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
    text-align: center;
    box-shadow: 0 0 15px #afafaf;
    padding: 1rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.testimonial:hover {
    transform: translateY(-5px)
}

.testimonial p {
    margin: 5px 0;
}

.testimonial p:first-child {
    font-weight: bold;
    font-size: 5rem;
    color: #0084ff;
    margin-top: 3rem;
    line-height: 2rem;
}

.testimonial p:last-child {
    font-weight: bold;
}

/* -- Testemunhos -- */

/* -- Rodapé -- */

.footer-content {
    display: flex;
    align-items: center;
    color: #8f8f8f;
    padding: 4rem 1rem;
    gap: 2rem;
}

.download-options>* {
    margin: 1rem 0;
}

.download-options>p:first-child {
    font-weight: bold;
    color: #fff;
}

.download-options>div {
    display: flex;
}

.download-options>div img {
    width: 180px;
}

.logo-footer {
    text-align: center;
}

.links-footer h3 {
    color: #fff;
    margin-bottom: 0.8rem;
}

.links-footer ul {
    list-style: none;
}

.links-footer ul li {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.copyright {
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

.links-footer a {
    text-decoration: none;
    color: #8f8f8f;
}

.links-footer a:visited {
    text-decoration: none;
    color: #8f8f8f;
}

/* -- Rodapé -- */