@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.menu,.slide h2,.slide h3 {
    text-align: center
}

#lineTitle,.menu,.right-side,.slide,.top-bar,.topo-container {
    display: flex
}

.topo-fixo {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0);
    z-index: 10000;
    box-shadow: 0 2px 5px transparent;
    transition: background-color .5s
}

.left-side,.slide {
    background-size: cover
}

.topo-container {
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px
}

.logo img {
    height: 75px;
    margin-left: 50px
}

.menu {
    flex-grow: 1;
    margin-left: 20%
}

.slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 1
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    align-items: flex-end;
    justify-content: center
}

.slide h2 {
    font-weight: 700;
    color: #fff;
    font-size: 55px;
    padding: 20px 150px
}

.slide h3 {
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    padding: 5px 150px
}

#divTitleMain {
    margin-bottom: 5%
}

#lineTitle {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

#lineTitle hr {
    background-color: #fff
}

.slide.active {
    opacity: 1;
    z-index: 1;
    position: relative
}

video.background-video-trabalhe-conosco {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 110vh;
    object-fit: cover
}

.top-bar {
    height: 50px;
    overflow: hidden
}

.left-side {
    flex: 1
}

.right-side {
    background-color: #00412e;
    flex: 2;
    clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%);
    align-items: center;
    justify-content: center
}

.right-side .content {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 50px
}

.right-side button {
    background-color: #f2f2f2;
    color: #00412e;
    border: none;
    padding: 2px 18px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 25px
}

.instagram-topo {
    color: #fff;
    text-decoration: none
}
.instagram-topo:active {
    color: #fff;
    text-decoration: none
}
.instagram-topo:hover {
    color: #fff;
    text-decoration: none
}
.instagram-topo:visited {
    color: #fff;
    text-decoration: none
}
.instagram-topo:focus {
    color: #fff;
    text-decoration: none
}

.menu {
    position: relative;
    justify-content: end
}

#menu-toggle,.menu-icon {
    display: none;
    color: #FFF;
    font-weight: 900;
}

.menu-icon {
    font-size: 30px;
    cursor: pointer
}

.menu-list {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0
}

.menu-list li {
    position: relative;
}

.menu-list li a,
.submenu-label {
    text-decoration: none;
    color: #f2f2f2;
    font-weight: 600;
    transition: font-size .3s;
    text-shadow: 1px 1px 2px #000;
    font-size: 16px;
    cursor: pointer;
}

.menu-list li a:hover,
.submenu-label:hover{
    color: #f3f4f5;
    font-size: 17px
}

 /* Submenu */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #00412e;
    padding: 10px 0;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Itens do submenu */
.submenu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    text-shadow: none;
}

.submenu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}


.imgm-valores-mobile img {
    max-width: 75%;
}

#nossas-marcas-empresas {
    scroll-margin-top: 130px
}

.sppb-carousel-extended-list a,.sppb-carousel-extended-list img {
    -webkit-user-drag: none;
    user-drag: none
}

/* Checkbox para mobile */
.has-submenu input[type="checkbox"] {
    display: none;
}

/* Ao clicar no label (mobile), mostra submenu */
.has-submenu input[type="checkbox"]:checked~.submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Seta girando */
.submenu-label::after,
.submenu-link::after {
    content: " ▾";
    transition: transform 0.3s;
}

.has-submenu input[type="checkbox"]:checked+.submenu-label::after {
    transform: rotate(180deg);
}

@media(min-width: 769px) {
    nav .menu-list {
        background-color:unset!important
    }
    .has-submenu:hover .submenu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inline-block;
    }    
}

@media(max-width: 1818px) {
    .menu-list li a {
        text-decoration:none;
        color: #f2f2f2;
        font-weight: 700;
        transition: font-size .3s;
        text-shadow: 1px 1px 2px #000;
        font-size: 15px
    }
}

@media(max-width: 1632px) {
    .menu-list li a {
        font-size: 0.875rem; 
    }    
    
    .menu-list li a:hover {
        color: #f3f4f5;
        font-size: 0.906rem;
    }
}

@media(max-width: 1599px) {
    .menu-list li a {
        font-size: 0.875rem;
    }    
    
    .menu-list li a:hover {
        color: #f3f4f5;
        font-size: 0.906rem
    }
}

@media (max-width: 1579px) {
    #span-email {
        display:none
    }
}


@media(max-width: 1575px) {
    .menu-list li a {
        font-size: 0.813rem;
    }    
    
    .menu-list li a:hover {
        color: #f3f4f5;
        font-size: 0.844rem;
    }
}

@media(max-width: 1440px) {
    .slide h2 {
        font-size:34px
    }

    .slide h3 {
        font-size: 30px
    }

    .menu {
        margin-left: 5%
    }

    .menu-list {
        gap: 30px
    }

    .logo img {
        height: 50px;
        margin-left: 10px
    }
}

@media (max-width: 1300px) {
    #section-id-1760034104201{
        padding-left: 80px !important;
    }
}

@media (max-width: 920px) {
    .right-side .content {
        color:#fff;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-right: 0
    }

    .top-bar {
        height: 130px
    }
}

@media (max-width: 768px) {
    .menu-list li a,.slide h2,.slide h3 {
        color:#fff;
        font-weight: 700
    }

    #span-email,.menu-list {
        display: none
    }

    #nossas-marcas-empresas {
        scroll-margin-top: 160px
    }

    .slide h2 {
        font-size: 40px;
        padding: 20px 30px;
        text-align: center
    }

    .slide h3 {
        font-size: 30px;
        padding: 5px 30px;
        text-align: center
    }

    .menu-list {
        position: absolute;
        top: 40px;
        right: 0;
        background: #00412e;
        flex-direction: column;
        width: 200px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(0,0,0,.1);
    }

    #menu-toggle:checked+.menu-icon+.menu-list {
        display: flex;
    }
    
    #menu-toggle:checked + .menu-icon::before {
      content: "\2715"; /* Unicode do "X" */
      font-size: 28px;
    }
    
    #menu-toggle:checked + .menu-icon {
      font-size: 0; /* some o ☰ */
    }

    .menu-icon {
        display: block
    }

    .menu-list li a {
        text-decoration: none;
        transition: color .3s;
        text-shadow: 1px 1px 1px #000;
        font-size: 15px
    }

    .right-side {
        background-color: #004030
    }

    .top-bar {
        height: 100px
    }

    .left-side {
        background-size: cover;
        flex: 1.8
    }
    
    #section-id-1760034104201{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .menu-list {
        position: absolute;
        top: 40px;
        right: 0;
        background: #00412e;
        flex-direction: column;
        width: 220px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
        display: none;
    }
    
    #menu-toggle:checked+.menu-icon+.menu-list {
        display: flex;
    }
    
    #menu-toggle:checked+.menu-icon::before {
        content: "\2715";
        /* X */
        font-size: 28px;
    }
    
    #menu-toggle:checked+.menu-icon {
        font-size: 0;
    }
    
    .menu-icon {
        display: block;
    }
    
    .menu-list li a,
    .submenu-label {
        text-decoration: none;
        transition: color .3s;
        text-shadow: 1px 1px 1px #000;
        font-size: 15px;
    }
    
    .has-submenu .submenu {
        position: relative;
        background: #00412e;
        border-radius: 6px;
        box-shadow: none;
        padding-left: 10px;
        margin-top: 5px;
        transform: none;
        opacity: 1;
    }
    
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: inline-block;
    }    
}

@media(max-width: 480px){
  .shc-snambiental{
    height: auto !important;
  }

}

@media(max-width: 1024px){
  .svd-snambiental{
    height: auto !important;
  } 
}

@media(max-width: 1180px){
    .ssn-snambiental{
        padding-left: 90px !important;
    }
    .ssn-sn-solucoes{
        padding-left: 90px !important;
    }
    .ssn-sn-ctr{
        padding-left: 90px !important;
    }
}


@media(max-width: 399px) {
    .instagram-topo {
        display:none
    }
}

@media(min-width: 992px) {
    #column-wrap-id-1745885739040 {
        padding-top:4%
    }
}

body {
    font-family: Poppins,serif;
    font-style: normal;
    font-weight: 300
}
