* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* arrumear */
.carrosel1-img{
    width: 60vh;
    left: 90px;
    position: absolute;
}
.bgc-empresa{
    background-color: #E46300;
    margin-right:-20px;
}
.empresa{
    width: 900px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
/* arrumear */

/* conteudo carrosel 1*/
.conteudo{
    width: 90vh;
    height: 70vh;
    margin-left: 40vh;
}
.titulo-carrosel1{
    font-size: 10vh;
}
.sub-titulo-carrosel1{
    font-size: 7vh;
    font-weight: 100;
    margin-top: -3vh;
    margin-left: 3vh;
}
.img-conteudo-carrosel1{
    width: 30vh;
    margin-left: 3vh;
    margin-top: 4vh;
}
.descricao-carrosel1{
    font-size: 3vh;
    color: #A1A1A1;
    font-weight: 600;
    line-height: 3vh;
    margin-left: 3vh;
}
.canaletas-carrosel1{
    width: 40vh;
    margin-left: 3vh;
    margin-top: 5vh;
}
/* conteudo carrosel 1*/

/* conteudo carrosel 2*/
.carrosel2-bg {
    position: absolute;
    margin-top: 10vh;
    margin-left: -87vh;
    width: 201vh;
    opacity: 0.8;
    z-index: 1; 
}
.conectores-carrosel2,
.descricao-carrosel2,
.titulo-carrosel2,
.sub-titulo-carrosel2 {
    position: relative; 
    z-index: 5; 
}
.carrosel2-img{
    width: 85vh;
    margin-top: 90px;
    margin-left: -15vh;
    z-index: 2;
}
.titulo-carrosel2{
    font-size: 10vh;
    z-index:3;
    margin-top: -5vh;
}
.sub-titulo-carrosel2{
    font-size: 7vh;
    font-weight: 100;
    margin-top: -3vh;
    margin-left: 3vh;
    z-index:3;
    position: absolute;
}
.img-conteudo-carrosel2{
    width: 30vh;
    margin-left: 3vh;
    margin-top: 4vh;
}
.descricao-carrosel2{
    font-size: 3vh;
    color: #A1A1A1;
    font-weight: 600;
    line-height: 3vh;
    margin-left: 3vh;
    z-index:6;
    width: 90vh;
    margin-top: 15vh;
}
.conectores-carrosel2{
    width: 50vh;
    margin-left: 3vh;
    margin-top: 5vh;
    z-index:5;
}
/* conteudo carrosel 2*/

/* conteudo carrosel 3*/
.carrosel3-img{
    width: 130vh;
    margin-top: -30px;
}
.descricap-carrosel3{
    font-size: 5vh;
    text-align: center;
    position: absolute;
    width: 140vh;
    line-height: 4vh;
    margin-top: 80vh;
    font-weight: 600;
}
/* conteudo carrosel 3*/

/* section produtos*/
.titulo-produtos{
    text-align:center;
    font-size: 10vh;
}
.sub-titulo-produtos{
    text-align:center;
    font-size: 5vh;
    margin-top: -2vh;
}
.conteiner-produtos{
    width: 120vh;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.produto{
    width: 40vh;
    height: 60vh;
    margin-top: 5vh;
    display:inline-block;
}
.produto-img{
    width: 40vh;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.produto-titulo{
    font-size: 4vh;
}
.produto-txt{
    font-size: 2vh;
    width: 35vh;
    margin-top: 4vh;
    font-weight: 400;
    line-height: 2vh;
    margin-bottom: 6vh;
}
.produto-botao{
    font-size: 1.8vh;
    font-weight: bold;
    background-color: #E46300;
    padding: 1vh 5vh;
    border-radius: 5px;
}
a{
    text-decoration: none;
}
.produto-desc{
    font-size: 2.3vh;
    font-weight: 400;
    margin-left: 38vh;
    width: 100vh;
    margin-bottom: -7vh;
}
/* section produtos*/

/* Menu de navegação */
.menu-nav {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.logo-nav{
    width: 120px;
    margin-left: -620px;
    position: absolute;
}
.contratar{
    text-decoration: none;
    background-color: #00ad4c;
    padding: 8px;
    padding-left: 35px;
    padding-right: 15px;
    border-radius: 45px;
    position: absolute;
    margin-right: -675px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
}
.zap{
    left: 10px;
    margin-top:-2px;
    position: absolute;
    width: 20px;
}
.contratar:hover{
    transform: scale(1.05);
    background-color: #006a2e;
}
.button-container {
    display: flex;
    background-color: rgb(0 0 0 / 35%);
    transition: transform 0.3s;
    backdrop-filter: blur(4px);
    width: 800px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    padding: 15 25px;
}
.button {
    outline: 0 !important;
    border: 0 !important;
    width: auto;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    gap: 5px;
}
.button:hover {
    transform: scale(1.10) translateY(-3px);
}
.icon {
    font-size: 16px;
}
body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.carrossel-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.carrossel {
    display: flex;
    width: 300vw; /* 3 slides */
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.slide {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    right: 40vh;
}
.slide1 {background: linear-gradient(to bottom, #000000 0%, #1a1a1a 100%);}
.slide2 { background: linear-gradient(90deg, #004799 0%, #00295A 100%); }
.slide3 { background: linear-gradient(180deg, #F7931A 0%, #F37400 100%);}
.indicadores {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.indicadores span {
    width: 75px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicadores span.ativo {
    background-color: white;
}
section.sobre {
    background-color: #2A2A2A;
    color: white;
    padding: 100px 20px;
    margin-right:-20px;
    }
.slide4 {background: #2A2A2A;}
.slide5 {background: #2A2A2A;}
.slide6 {background: #2A2A2A;}
section.sobre2 {
    background-color: #000000;
    color: white;
    padding: 100px 20px;
    margin-right:-20px;
    }
/* slide 2*/

/* carrossel 4*/
.conteudo-slide4{
    width: 160vh;
    display: inline-flex;
    margin-left: 30vh;
    margin-top: -3vh;
}
.slide4-titulo{
    font-size: 6vh;
    width: 100vh;
    position: absolute;
}
.slide4-txt{
    position: absolute;
    font-size: 2vh;
    margin-top: 10vh;
    width: 60vh;
    font-weight: 400;
}
.slide4-botao{
    display: flex;
    position: absolute;
    margin-top: 30vh;
    font-size: 2.2vh;
    background-color: #E46300;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
}
.slide4-img{
    width: 90vh;
    margin-left: 40vh;
}
/* carrossel 4*/

/* seguimentos*/
.seguimentos-titulo{
    font-size: 8vh;
    text-align: center;
}
.seguimentos-desc{
    font-size: 3.8vh;
    text-align: center;
    margin-top: -1vh;
}
.seguimentos-desc-final{
    font-size: 2vh;
    text-align: center;
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
}
.gallery {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    height: 320px;
    align-items: stretch;
}
.item {
    flex: 1 1 0;
    overflow: hidden;
    transition: flex 350ms ease;
    position: relative;
    border-radius: 8px;
    margin-left: -5px;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2); 
    transition: background-color 300ms ease;
}
.item:nth-child(1)::before {
    background-color: rgb(0 127 255 / 50%); 
}
.item:nth-child(2)::before {
    background-color: rgb(255 111 0 / 50%); 
}
.item:nth-child(3)::before {
    background-color: rgb(117 117 117 / 69%);
}
.item:hover,
.item.hover {
    flex: 3 1 0;
}
.item:hover::before,
.item.hover::before {
    background-color: rgba(0, 0, 0, 0.1); 
}
.divisao1{
    margin-top: 7vh;
    border: 0.2vh solid #FF6100;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/* seguimentos*/

/* sobre a empresa*/
.sobre-empresa{
    margin-top: 5vh;
}
.sobre-empresa-titulo{
    font-size: 6vh;
    margin-left: 40vh;
}
.sobre-empresa-subtitulo1{
    font-size: 4vh;
    margin-top: 5vh;
    margin-left: 40vh;
    color: #FF6100;
}
.sobre-empresa-descricao1{
    font-size: 2vh;
    margin-top: 2vh;
    margin-left: 40vh;
    width: 70vh;
}
.sobre-empresa-subtitulo2{
    font-size: 4vh;
    margin-top: 5vh;
    margin-left: 40vh;
    color: #FF6100;
}
.sobre-empresa-descricao2{
    font-size: 2vh;
    margin-top: 2vh;
    margin-left: 40vh;
    width: 70vh;
}
.sobre-empresa-subtitulo3{
    color: #FF6100;
    font-size: 4vh;
    margin-top: 5vh;
    margin-bottom: 2.1vh;
}
li{
    font-size: 2.7vh;
}
.valores{
    margin-top: -36vh;
    margin-left: 120vh;
    position: absolute;
}
.empresa2{
    margin-top: 10vh;
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
/* sobre a empresa*/

/* endereco*/
.mapa{
    margin-top: 5vh;
    border-radius: 8px;
    margin-left: 40vh;
}
.endereco{
    position: absolute;
    margin-top: -35vh;
    margin-left: 115vh;
}
.cidade{
    font-size: 5vh;
}
.cep{
    margin-top: 7vh;
    font-size: 2vh;
    line-height: 1.8vh;
    margin-bottom: 7vh;
    font-weight: 400;
}
.endereco-botao{
    background-color: #E46300;
    padding: 1vh 5vh 1vh 5vh;
    border-radius: 5px;
}
/* endereco*/