:root {
    --primary-color: #203785;
    --secondary-color: #FF5D27;
    --light-background: #ffffff;
    --dark-background: #111111;
    --font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', 'Open Sans', sans-serif;
    -webkit-font-smoothing: var(--font-smoothing);
}

/* NavBar */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--light-background);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.11);
    z-index: 999;
}

.header-total {
    display: flex;
    padding: 10px 120px;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.header-total ul {
    margin-bottom: 0;
}

.header-total a {
    color: var(--primary-color);
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 30px;
}

nav ul li a {
    text-decoration: none;
}

/* Texto sobre a imagem HOME */
.text-box {
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    text-align: center;
    font-size: 120%;
}

.text-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 90px;
    height: auto;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.text-up li {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.text-up span {
    font-weight: 400;
}

.text-up h1 {
    text-align: center;
    font-size: 3em;
    color: rgb(255, 255, 255);
}

.text-up p {
    font-size: 2vh;
    color: rgb(255, 255, 255);
}

ul, li {
    list-style: none;
}

li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cotações {
    padding-left: 0rem;
}

.logo, .logowhite {
    align-items: center;
    border: none;
}

body {
    background-color: white;
}

.embed {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.col {
    font-size: 62.5%;
    margin: 1rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.031);
}

.containeryout {
    display: grid;  
    place-content: center;
}

/* Button Faça Sua Cotação e Entre em contato HOME */
.button, .sururu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.button:hover, .sururu a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* Cor título */
.texto a {
    color: var(--secondary-color);
}

.texto1:hover a,
.texto2:hover a,
.texto3:hover a,
.texto4:hover a,
.texto5:hover a {
    color: var(--secondary-color);
}

.texto1 a,
.texto2 a,
.texto3 a,
.texto4 a,
.texto5 a {
    transition: all 0.2s;
    cursor: pointer;
}

/* Efeito título */
.texto1, .texto2, .texto3, .texto4, .texto5 {
    transition: all 0.5s;
    cursor: pointer;
}

.texto1:hover,
.texto2:hover,
.texto3:hover,
.texto4:hover,
.texto5:hover {
    transform: scale(1.2);
}

/* Formulário */
.form {
    position: relative;
    top: -80px;
    flex-direction: column;
    padding: 2rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    height: auto;
    background-color: rgb(255, 255, 255);
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.11);
}

.input-group { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem;
}

.input-box {
    display: flex;
    flex-direction: column;
}

.input-box label {
    display: flex;
    align-items: center;
}

.button-send {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.button-send button {
    margin-top: 20px;
    height: 45px;
    width: 200px;
    border: none;
    color: white;
    background: var(--primary-color);
    border-radius: 8px;
}

/* Texto Quem Somos */
.text-pai {
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 100px;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.text-pai h1 {
    color: var(--primary-color);
}

.text-filho {
    background-color: rgb(241, 241, 241);
    padding: 50px;
    width: 100%;
    border-radius: 5px;
}

.text-filho3 {
    font-size: 62.5%;
    display: flex;
    align-items: center;
    background-color: rgb(241, 241, 241);
    padding: 2.0rem;
    border-radius: 0.5rem;
    margin-top: 2.0rem;
    min-width: 300px;
}

.text-filho2 img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 2em;
}

.text-filho2 h2 {
    color: var(--primary-color);
}

.text2 {
    display: inline-block;
    max-width: 600px;
    align-items: center;
    width: 100%;
    color: white;
    margin-top: 2vh;
}

footer {
    background: #1b1b1b;
    height: auto;
    width: 100%;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
}

.footer-content h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socials {
    display: flex;
    gap: 100px;
    padding: 1em 0;
}

.socials a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    transition: color 0.4s ease;
}

.socials a:hover i {
    color: var(--secondary-color);
}

.footer-bottom {
    background-color: #000;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.texto6 a {
    color: var(--secondary-color);
}

.main {
    min-width: 300px;
    max-width: 1000px;
    margin: 100%;
}

.dropdown {
    display: none;
}

.dropdown button {
    font-size: 30px;
    border: none;
    outline: none;
}

.fotoquemsomos img {
    overflow: auto;
    float: left;
    width: 100%;
    height: 100%;
    margin-right: 30px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.274);
}

.fotoquemsomos2 img {
    opacity: 0.5;
    height: 100%;
    width: 12vh;
}

.linha {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    height: 80px;
    border-right: 2px solid rgba(0, 0, 0, 0.048);
    margin-right: 20px;
    padding-right: 20px;
}

.fotoquemsomos {
    max-width: 550px;
    width: 100%;
}

input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    border: none;
}

input:hover {
    background-color: rgba(0, 0, 0, 0.041);
}

input::placeholder {
    color: #00000042;
}

.foto1 {
    margin-top: 130px;
    margin-left: 120px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.box-all {
    display: flex;
    justify-content: space-between;
    padding: 30px 120px;
    margin-top: 100px;
    background-color: white;
}

.number-one, .number-two {
    color: grey;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box > i {
    text-decoration: none;
    font-size: 60px;
    color: var(--primary-color);
}

.conteiner-page-1 {
    background-image: url(img/upphotoshite3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    width: auto;
    height: auto;
    scroll-snap-align: start;
    min-height: 700px;
    align-items: center;
    justify-items: center;
}

.conteiner-mid {
    display: flex;
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.conteiner-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.square {
    padding: 5px 0px;
    background: #f3f3f6;
    border-radius: 5%;
}

.square > a {
    text-decoration: none;
}

.article-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fafafa;
    padding-top: 5%;
    padding-bottom: 5%;
}

.article-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: space-between;
    row-gap: 20px;
    padding: 1em;
    line-height: 25px;
}

.article-text p {
    font-size: 1.125em;
    line-height: 1.44;
    letter-spacing: .02em;
    color: rgba(90, 90, 90, 1);
    text-align: justify;
}

.article-text a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: var(--primary-color);
    padding: 10px 10px;
    margin-top: 10px;
    border-radius: 5px;
    max-width: 100px;
    transition: all .5s;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
}

.article-text a:hover {
    color: var(--secondary-color);
    background: none;
}

.article-text h2 {
    color: var(--primary-color);
}

.main-conteiner {
    background-color: white;
}

.text2 h1 {
    display: flex;
    margin-bottom: 3%;
    margin-top: 3%;
    padding: 5px 10px;
    width: 120px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    border-radius: 8px;
    justify-content: center;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.459);
}

.conteiner-services {
    display: flex;
    max-width: 900px;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.box-carga-geral, .box-carga-geral1, .box-carga-geral2, .box-carga-geral3, .box-carga-geral4, .box-carga-geral5 {
    width: 250px;
    height: 100%;
    background: #000000;
    margin: 10px;
    border-radius: 10px;
}

.box-carga-geral {
    position: relative;
    background-image: url(img2/cargageral.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-carga-geral1 {
    position: relative;
    background-image: url(img2/produtos\ especiais.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-carga-geral2 {
    position: relative;
    background-image: url(img2/produtos\ quimicos.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-carga-geral3 {
    position: relative;
    background-image: url(img2/produtosperigosos.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-carga-geral4 {
    position: relative;
    background-image: url(img2/container.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-carga-geral5 {
    position: relative;
    background-image: url(img2/maquinas.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ff0000, endColorstr=#ff0000, GradientType=0);
}

.card-conteiner:after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.617) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
}

.box-carga-geral h2,
.box-carga-geral1 h2,
.box-carga-geral2 h2,
.box-carga-geral3 h2,
.box-carga-geral4 h2,
.box-carga-geral5 h2 {
    color: #ffffff;
    display: relative;
    align-items: center;
    font-size: 20px;
    text-align: center;
    z-index: 1;
}

.box-carga-geral p,
.box-carga-geral1 p,
.box-carga-geral2 p,
.box-carga-geral3 p,
.box-carga-geral4 p,
.box-carga-geral5 p {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

.youtube {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.youtube iframe {
    min-width: 40%;
    max-width: 70%;
}

.card-conteiner {
    display: flex;
    flex-direction: column;
    margin-top: 75%;
}

.card-conteiner p {
    margin-bottom: -1px;
    z-index: 1;
}

.text-boxes {
    display: flex;
    flex-direction: column;
    color: rgba(90, 90, 90, 1);
}

.text-boxes p {
    font-size: 1rem;
}

.who-box {
    display: block;
    flex-direction: column;
    text-align: left;
    flex-wrap: wrap;
}

.who-box h1 {
    color: var(--primary-color);
}

.box-p p {
    text-align: justify;
    font-size: 90%;
    color: rgba(90, 90, 90, 1);
}

.box-article {
    padding: 0;
    align-items: center;
    display: flex;
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11); 
    flex-wrap: wrap;
}

.box-article img {
    display: flex;
}

.text-square h2 {
    font-size: 1em;
}

.image_square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5em;
    width: 16em;
    margin: 1.5em 0;
    transition: .4s;
    color: var(--primary-color);
}

.image_square > i {
    text-decoration: none;
    font-size: 60px;
}

.image_square:hover {
    color: var(--secondary-color);
}

.square {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 20px;
}

.foto-frota img {
    display: flex;
    max-width: 680px;
    width: 100%;
}

.cadastro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cadastro label {
    width: 500px;
}

.contato {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.contato p {
    color: rgba(90, 90, 90, 1);
    text-align: center;
}

.contato h1 {
    color: var(--primary-color);
    padding-top: 1em;
    text-align: center;
}

.conteiner_contato {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.input-box {
    margin: 10px;
}

.input-box > input {
    outline: solid 1px #20388550;
    transition: all .5s;
    width: auto;
}

.input-box textarea {
    outline: none;
    border-radius: 15px;
    border: transparent;
    box-shadow: 1px 1px 6px #0000001c;
    padding: 3%;
    width: 500px;
    height: 200px;
    transition: all .5s;
    border: solid 1px #20388550;
}

.input-box > input:focus,
.input-box > textarea:focus {
    border: 1px solid var(--secondary-color);
}

.send-button-container a {
    text-decoration: none;
}

.send-button-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 1em;
}

.send-button-container input {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px 72px;
}

.box-abaixo {
    display: flex;
    flex-direction: column;
    position: static;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: auto;
    max-width: 100%;
    width: 800px;
}

.input-box ::placeholder {
    color: rgb(206, 206, 206);
}

.main-box {
    padding-top: 5%;
    position: relative;
    background-image: url(img/foto5p.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-header {
    align-items: center;
}

.top_header a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.social-icons ul {
    display: flex;
    position: relative;
    padding-top: 0px;
    gap: 40px;
    padding-left: 300px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.social-icons i {
    color: white;
}

.conteiner-top {
    position: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    color: white;
    background-color: var(--primary-color);    
    margin-bottom: 1px;
}

@media screen and (max-width: 884px) {
    .dropdown {
        display: block;
    }

    .header-total nav {
        display: none;
    }
}

@media screen and (max-width: 1057px) {
    .conteiner-top {
        display: none;
    }

    .box-article {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .foto-frota img {
        width: 90%;
        margin: auto;
    }

    .article-text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .article-text > p {
        text-align: justify;
    }
    
    .top-header {
        display: none;
    }

    .social-icons {
        display: none;
    }

    .header-total {
        padding: 10px;
    }

    .conteiner-2 {
        flex-direction: column;
    }
}

.send-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagem-contato {
    position: relative;
    background-image:url(img/foto5p.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.main-color {
    background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 990px) {
    .text-up {
        margin: 0 auto;
    }

    .nav-bar {
        padding: 1.5rem 4rem;
    }

    .header-total nav ul li {
        display: none;
    }
    
    .dropdown {
        display: block;
    }

    .foto1 {
        display: flex;
    }

    .mobile-menu ul {
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .text-filho {
        flex-direction: column;
        align-items: flex-start;
    }

    .who-box h1 {
        margin-top: 10px;
    }

    .box-abaixo {
        flex-direction: column;
    }

    .contato {
        width: 100%;
        padding: 5px;
        margin-top: 20px;
    }

    .contato h1 {
        margin-bottom: 0;
        text-align: center;
    }

    .contato p {
        margin-bottom: 5px;
    }

    .input-box textarea {
        height: 100px;
        border-radius: 5px;
    }

    .box-all {
        flex-direction: column;
        align-items: center;
        padding: 50px 30px 0;
        gap: 3em;
    }

    .box-all > .box {
        flex-direction: column;
        align-items: center;
        margin-bottom: 5px;
    }

    .button-send button {
        margin: 10px auto;
    }
}

@media screen and (max-width: 508px) {
    .cadastro label {
        width: 280px;
    }

    .text-up {
        margin: 10px auto;
    }

    .text-up h1 {
        font-size: 30px;
    }

    .text-up ul li {
        flex-direction: column;
    }

    .conteiner-page-1 {
        min-height: 350px;
        margin-top: 0vh;
    }

    .text-box {
        padding: 0;
    }

    .text-pai {
        padding-top: 0;
    }

    .text-box h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .text-box > p {
        padding-bottom: 1em;
    }

    .imagem-contato {
        position: relative;
        background-image:url(img/foto5p.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 150px;
    }

    .form {
        margin-top: 1em;
        align-items: center;
        width: auto;
    }

    .button-send {
        margin: 0 auto;
    }

    .socials {
        gap: 40px;
    }

    .input-group {
        justify-content: center;
        margin: auto;
    }

    .input-box textarea {
        width: auto;
        height: 170px;
        border-radius: 15px;
    }

    .input-box > input {
        align-items: center;
    }

    .send-button-container input {
        display: flex;
        padding: 8px 40px;
    }
}

@media screen and (max-width: 280px) {
    .input-box > input {
        width: 240px;
    }

    .cadastro label {
        width: 240px;
    }

    .input-box > textarea {
        width: auto;
    }

    .send-button-container > input {
        padding: 10px 30px;
    }
}

label, input, textarea, button {
    display: block;
}

input, textarea {
    width: 100%;
    font: inherit;
    padding: 1.25rem;
    font-weight: 700;
    transition: border-color 0.3s, box-shadow 0.3s;
}

input:hover, input:focus, textarea:hover, textarea:focus {
    outline: none;
}

label {
    margin-bottom: 0.5rem;
    color: #84868f;
}

textarea {
    min-height: 12.5rem;
    resize: vertical;
}

button:disabled {
    cursor: not-allowed;
    background: #555b69;
}

.success, .error {
    text-align: center;
}

.success {
    color: var(--primary-color);
    font-weight: 900;
}

.error {
    color: tomato;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #000;
        color: #fff;
    }

    .article-1 {
        background-color: #000;
    }

    .conteiner-mid {
        background-color: #111111;
    }

    .main-color {
        background-color: #2d383c;
    }

    .box-article {
        background-color: #111111;
    }

    .box-abaixo {
        background-color: #111111;
    }

    .contato {
        background-color: #111111;
    }

    .box-all {
        background-color: #111111;
    }

    .form {
        background-color: #111111;
    }
    
    input:placeholder-shown {
        background-color: #2d383c;
    }

    textarea:placeholder-shown {
        background-color: #2d383c;
    }

    .box {
        background-color: #2d383c;
        padding: 0.5rem;
        border-radius: 5px;
    }

    .contato h1, .contato p {
        color: #fff;
    }

    .header-total {
        background: #201e23;
        backdrop-filter: blur(10px);
    }

    .square {
        background-color: #201e23;
    }

    .text-filho, .text-filho3 {
        background-color: #201e23;
    }

    .texto1 a, .texto2 a, .texto3 a, .texto4 a, .texto5 a {
        color: #fff;
    }

    .image_square {
        color: #fff;
    }

    .article-text p {
        color: #fff;
    }

    .article-text h2 {
        color: #fff;
    }

    .text-boxes h2, p, .box-p p, .who-box h1 {
        color: #fff;
    }

    .linha svg {
        color-interpolation-filters: #fff;
    }

    .logo {
        display: none;
    }

    .logowhite {
        display: flex;
    }

    .box > i {
        color: #ffffff;
    }
}
