﻿/* ======================================== */
/* LEMBRETE                                 */
/* ======================================== */

/* Celulares pequenos */
/* @media (max-width: 320px) */
/* estilos para telas até 320px */

/* Celulares maiores */
/* @media (max-width: 414px) */
/* estilos para telas até 414px */

/* Celulares maiores */
/* @media (max-width: 480px) */
/* estilos para telas até 480px */

/* Laptops e desktops (a partir de 769px) */
/* @media (min-width: 768px) */
/* estilos para telas maiores que 768px */

/* Laptops e desktops maiores (a partir de 1024px) */
/* @media (min-width: 1024px) */
/* estilos para telas maiores que 1024px */

/* Laptops e desktops grandes (a partir de 1440px) */
/* @media (min-width: 1440px) */
/* estilos para telas maiores que 1440px */


.displayN {
    display: none;
}

.text-warning {
    color: #f1c40f; /* Amarelo ouro */
    margin-right: 2px;
}

.stars {
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding: 10px;
}

/* ---------------------------------------------------------- */
/* -------------------------- BODY -------------------------- */
/* ---------------------------------------------------------- */

.divBannerHome {
    display: none;
}

#container {
  background-color: #eaeef1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
}

.firstCardsGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 30px;
    margin-top: 50px;
}

    .firstCardsGroup #box {
        background-color: white;
        height: 200px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
    }

    .firstCardsGroup img {
        height: 100px;
    }

.textContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
}


h1 {
    font-family: sans-serif;
    color: #024150;
    font-weight: bold;
    text-align: center;
}

#textoPaginaPrincipal {
    color: #737373;
    text-align: center;
    width: 80vw;
}

    #textoPaginaPrincipal strong {
        color: #024150;
    }

.saibaMais {
  background-color: #ff7724;
  color: white;
  font-weight: bold;
  border: transparent;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 15px;
}

.secondCardsGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: white;
    padding: 10px 0px 0px 0px;
}

    .secondCardsGroup img {
        height: 50px;
        color: white;
    }

    .secondCardsGroup .box {
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .secondCardsGroup p {
        font-size: 18px;
        padding: 10px;
        text-align: center;
    }

#propositoCard {
    background-color: #737373;
}

#missaoCard {
    background-color: #d9d9d9;
}

#visaoCard {
    background-color: #a6a6a6;
}

#valoresCard {
    background-color: #0498b2;
}

.thirdCardsGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    color: #737373;
    padding: 10px;
}

    .thirdCardsGroup h2 {
        text-align: center;
        font-weight: bold;
        color: black;
        padding: 20px;
    }

    .thirdCardsGroup strong {
        color: #0498b2;
        font-size: 20px;
    }

.cardsBoxStores {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 5vw;
}

    .cardsBoxStores #boxStore {
        width: 45vw;
        background-color: #faf7f7f1;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 200px;
    }

    .cardsBoxStores span {
        font-size: 50px;
        font-weight: bold;
        color: red;
    }

    .cardsBoxStores p {
        width: 100px;
        font-size: 20px;
    }

.fourthCardsGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #737373;
    padding: 10px;
}

.servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 50px;
}

    .servicos img {
        width: 250px;
        border-radius: 20px;
        box-shadow: 0px 0px 50px #707070;
    }

    .servicos h2 {
        font-size: 30px;
        color: #024150;
        font-weight: bold;
    }

    .servicos h3 {
        font-size: 30px;
        color: #ff7724;
        font-weight: bold;
        text-align: center;
    }

    .servicos p {
        color: #737373;
        padding: 5px 0px;
        text-align: center;
        width: 50vw;
    }

#cargasFracionadas,
#cargasDedicadas,
#armazenagemEDistribuicao {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
}



.depoimentos {
    width: 80vw;
    overflow: hidden;
    margin: 50px;
}

    .depoimentos h1 {
        color: #2f85a1;
    }

    .depoimentos p {
        text-align: center;
    }

    .depoimentos strong {
        color: #1a5055;
    }

#cardsContainer {
    display: flex;
    transition: transform 0.5s ease;
}

    #cardsContainer .card {
        min-width: 100%;
        background: white;
        border: none;
        justify-content: center;
        font-style: italic;
    }

    #cardsContainer p {
        text-align: initial;
        padding: 20px;
    }

    #cardsContainer strong {
        padding: 0px 20px;
        margin-bottom: 5px;
    }

#divSetas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 10px;
}

    #divSetas .seta {
        border: none;
        background-color: transparent;
        padding: 10px;
        cursor: pointer;
        opacity: 0.5;
        user-select: none;
    }

        #divSetas .seta:hover {
            opacity: 1;
        }


        #divSetas .seta i {
            pointer-events: none; /* para que clique seja no botão, não no ícone */
            line-height: 1;
            font-size: 30px;
        }

/* ---------------------------------------------------------- */
/* -------------------------- MEDIA QUERIES -------------------------- */
/* ---------------------------------------------------------- */


@media (min-width: 768px) {

    .divBannerHome {
        display: block;
        width: 100%;
        height: 600px;
        background-image: url(/assets/imgHome.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 50px;
    }

    #container {
        padding-top: 160px;
    }

    .firstCardsGroup {
        flex-direction: row;
    }

    .secondCardsGroup {
        flex-direction: row;
    }

        .secondCardsGroup .box {
            width: 33.33%;
        }

    #propositoCard {
        background-color: #737373;
    }

    #missaoCard {
        background-color: #d9d9d9;
    }

    #visaoCard {
        background-color: #a6a6a6;
    }

    #valoresCard {
        background-color: #0498b2;
    }

    .thirdCardsGroup {
        box-shadow: 0px 0px 100px black;
        width: 80vw;
        margin: 100px 0px;
    }

    .servicos {
        flex-direction: row;
    }
        .reverso {
            flex-direction: row-reverse;
        }

        .servicos img {
            width: 280px;
        }

        .servicos h2 {
            text-align: justify;
        }

        .servicos h3 {
            text-align: start;
        }

        .servicos p {
            text-align: justify;
        }

    #cargasFracionadas,
    #cargasDedicadas,
    #armazenagemEDistribuicao {
        align-items: flex-start;
        padding: 50px 10px;
    }


    .depoimentos {
        width: 90vw;
    }

    #cardsContainer {
        gap: 10px;
    }

    #cardsContainer .card {
        min-width: calc(50% - 9px);
    }


}

@media (min-width: 1024px) {

    .divBannerHome {
        height: 800px;
        margin-top: 0;
    }

    #container {
        padding-top: 170px;
    }

    .firstCardsGroup #box {
        height: 300px;
        width: 300px;
    }

    #textoPaginaPrincipal {
        width: 50vw;
    }

    .thirdCardsGroup {
        box-shadow: 0px 0px 100px #707070;
        width: 80vw;
        margin: 100px 0px;
    }

    .servicos img {
        width: 350px;
        box-shadow: 0px 0px 80px #707070;
    }

    .depoimentos {
        width: 80vw;
    }

    #cargasFracionadas,
    #cargasDedicadas,
    #armazenagemEDistribuicao {
        padding: 50px;
    }

}


@media (min-width: 1440px) {

    .divBannerHome {
        height: 1000px;
    }

    .thirdCardsGroup {
        width: 50vw;
    }

    .servicos img {
        width: 450px;
        box-shadow: 0px 0px 100px #707070;
    }


    .depoimentos {
        width: 70vw;
    }

}


@media (min-width: 1440px) {

    .depoimentos {
        width: 60vw;
    }

}
