*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.head {
    display: flex;
    padding: 8px 0;
    background: #29334c;
    border-bottom: 2px solid #ccc;
    padding-top: 40px;
}

.head .logo {
    max-width: 180px;
    margin-right: 24px;
}

.head .container {
    flex-direction: row;
    display: flex;
    align-items: center;
    align-content: center;
}

#home .head h1 {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1em;
    color: #dddddd;
    text-transform: uppercase;
}



.dados-inoxvita a {
    display: contents;
    color: white;
    text-decoration: none;
}

#home h1 {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    padding: 24px 0;
    color: #ffffff;
}

img.selo {
    position: relative;
    margin: 0 0 -156px 0;
}

ul.dados-inoxvita {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #323232;
    font-size: 12px;
    gap: 40px;
    padding: 4px 0;
    margin: 0;
}

ul.dados-inoxvita li {
    display: flex;
    align-items: center;
    color: #ffffff;
    gap:4px;
}


#home {
    background: url(imgs/bg-home_pexels-pixabay-35543.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 0px;
    position: relative;
}

#home::before {
    background-color: rgba(41, 51, 76, 1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 0;
}

#home .container {
    display: flex;
    z-index: 9;
    position: relative;
}

#home .container .foto {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.separador {
    display: block;
    height: 16px;
    width: 50%;
    background: #29334c;
    margin: 16px 0;
}

ul.list-home {
    padding: 0;
}


ul.list-home li {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 8px 24px;
    gap: 16px;
    font-size: 16px;
    background: #348866;
    border-radius: 8px;
    margin:8px 0;
    line-height: normal;
}



#home ul.produtos {
    display: flex;
    padding: 24px 0;
    margin: 0;
    flex-direction: row;
    gap:8px;
    align-items: stretch;
    flex-wrap: wrap;
}

#home ul.produtos li {
    display: flex;
    background: #ffffff;
    padding: 12px 8px;
    border-radius: 8px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex-direction: column;
    min-width: 30%;
}

#home ul.produtos li:last-child {
    background: transparent !important;
    padding: 0;
}

.only-mob {
    display: none !important;
}


.formulario form h3 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #29334c;
}

.formulario form p {
    color:#29334c;
}

.formulario form {
    padding: 24px 16px;
    border: 1px solid #29334c;
    background: #ffffff;
    border-radius: 16px;
}

.formulario form .separador {
    height: 8px;
}


.formulario form button.btn-solicitar {
    border-radius: 999px;
    background: #ff8300;
    padding: 16px 24px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    border:none;
}

.btn-solicitar:hover {
    background-color: #de7200 !important;
}


.formulario form .full-input {
  display: inline-block;
  padding: 0px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 4px;
}
.formulario form input {
  outline: none;
  border: none;
  display:block;
  line-height: 1em;
  font-size: 16px;
  color:#29334c;
  font-weight: 600;
}
.formulario form label {
  display: block;
  font-size: 14px;
  color: #565656;
}

.formulario form small {
    font-size: 12px;
    line-height: 120%;
    display: inline-block;
    color: #565656;
    padding: 8px 0;
}

.g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
}


#linha-produtos {
    background: #29334c;
    padding: 80px 0;
}

#linha-produtos h2 {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

#linha-produtos h6 {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

ul.produtos {
    display: flex;
    padding: 40px 0;
    margin: 0;
    flex-direction: row;
    gap:8px;
    align-items: stretch;
    flex-wrap: nowrap;
}

ul.produtos li {
    display: flex;
    background: #ffffff;
    padding: 12px 8px;
    border-radius: 8px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex-direction: column;
}

ul.produtos li h5 {
    color:#29334c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #29334c;
    padding: 4px 0;
    margin: 0;
}


#vantagens {
    background: #ffffff;
    padding: 80px 0;
}

#vantagens h2 {
    font-size: 40px;
    font-weight: 900;
    color: #29334c;
    text-transform: uppercase;
    text-align: center;
}

#vantagens h6 {
    color: #29334c;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

.list-vtg {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.vantagens-item {
    padding: 24px;
    display: flex;
    gap: 24px;
}

.vantagens-item p {
    font-size: 14px;
    line-height: 140%;
}

.vantagens-item h3 {
    font-size: 24px;
    font-weight: 900;
    color: #29334c;
    text-transform: uppercase;
}

.vantagens-item .separador {
    height: 8px;
}

#vantagens a.btn-solicitar {
    border-radius: 999px;
    background: #ff8300;
    padding: 16px 24px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    width: fit-content;
}


#home a.btn-solicitar {
    border-radius: 999px;
    background: #ff8300;
    padding: 16px 24px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    width: fit-content;
}


#sobrenos {
    background: #29334c;
    padding: 80px 0;
}

#sobrenos h2 {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}

#sobrenos p {
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

#sobrenos span {
    color:#ff8300;
    font-weight: 600;
}

#sobrenos a.btn-solicitar {
    border-radius: 999px;
    background: #ff8300;
    padding: 16px 24px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    width: fit-content;
}


#mapa{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}

#mapa iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}

footer {
    background: #323232;
    color:#ffffff;
    text-align: center;
    padding: 8px 0;
}



.back-to-top
{
    position: fixed;
    display: inline;
    background: #003265;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 999999999;
}


@media (max-width: 600px) {

    .head {
        padding-top: 40px;
    }

    #home img.logo {
        max-width: 60%;
        margin: 0;
    }

    #home .head h1 {
        font-size: 40px;
    }

    #home .container {
        flex-direction: column;
        align-items: flex-start;
    }
    #home .container .foto {
        display: none;
    }

    ul.produtos {
        flex-direction: column;
    }

    .vantagens-item {
        flex-direction: column;
    }

    ul.dados-inoxvita {
        flex-direction: column;
        gap: 4px;
    }

    .formulario form input {
      line-height: 1.5em;
    }


    ul.dados-inoxvita {
        align-items: start;
        padding:0 8px;
        flex-direction: inherit;
        gap: 20px;
    }

    ul.dados-inoxvita .txt-item-head {
        display: none;
    }

    ul.dados-inoxvita li {
        padding: 4px 16px;
    }

    .only-mob {
        display: block;
    }

}