@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    color: var(--negro);

}

html {
    scroll-behavior: smooth;
}

/* PADRÃO DE CORES */
:root {
    --verde-musgo: #195A4A;
    --pessego: #ffecd1;
    --ambar: #ff7d00;
    --cinza-escuro: #838383;
    --chocolate: #78290f;
    --azul-escuro: #070b4d;
    --azul-medio: #055092;
    --negro: #001524;
    --vermelho-escuro: #c02203;
    --vermelho-transparente: #ff2c0237;
    --cinza-claro: #f1f1f1;
    --cinza-texto-medio: #b4b4b4;
    --cinza-texto: #516171;
    --branco: #ffffff;
    --verde: #0a822a;
    --verde-claro: #2da84e;
    --amarelo: #ffeb3b;

}

/* PADRÃO DE LINKS */
a {
    font-weight: 500 !important;
    color: var(--branco);
    transition: 0.4s ease;
    text-decoration: none;
}

footer {
    color: var(--branco) !important;
}

/* PADRÃO DE TÍTULOS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
    color: var(--verde) !important;
    /* font-size: clamp(1rem, 1.8vw, 2rem); */
}

.text-banner h2 {
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


/* PADRÃO DE IMAGENS */
img {
    width: 100%;
}

.titulos {
    font-family: "Changa One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo {
    width: 200px;
    height: auto;
}

/* PADRÃO DE FUNDOS */
.bg-cover {
    background-size: cover;
    background-position: center !important;
}

/* PADRÕES DE TÍTULOS */
.intro {
    margin-bottom: 40px !important;
}

.intro h6 {
    font-weight: 700 !important;
    color: var(--vermelho-escuro) !important;
}

.intro p {
    max-width: 800px !important;
    margin: auto;
}

/* PADRÃO DE SECTION */
section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.videos {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

/* SUPER TOPO */


.top-nav {
    background-color: var(--verde-musgo);
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
    color: var(--branco);
}

.top-nav i,
.top-nav span {
    vertical-align: middle;
    cursor: pointer;
}


.redes-sociais a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    background-color: rgba(255, 255, 255, 0.3);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
}

.redes-sociais a:hover {
    background-color: var(--branco);
    color: var(--verde);
}

/* FIM SUPER TOPO */

.img-carrooka {
    width: 600px;
    max-width: 600px;
    height: auto;
    margin-bottom: 20px;
}

/* MENU DO SITE */
.navbar {
    height: 160px;
    box-shadow: 0px 6px 30px rgba(117, 117, 117, 0.342);
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--azul-escuro) !important;
}

.navbar-brand span {
    color: var(--vermelho-escuro) !important;
    font-size: 40px;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--branco) !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--amarelo) !important;
}

.dropdown-menu a:hover {
    color: var(--cinza-texto-medio) !important;
}

.btn-brand {
    background-color: var(--vermelho-escuro);
    color: var(--branco);
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s ease;
}

.btn-brand:hover {
    background-color: var(--vermelho-transparente);
    color: var(--vermelho-escuro);
    border: 1px solid var(--vermelho-escuro);
}


#cards-imagens {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* FIM MENU DO SITE */

.card-img {
    /* Aplica a animação: nome, duração, tipo, repetição */
    animation: deslizarDaEsquerda 1s ease-out forwards;

    /* Estado inicial antes da animação (opcional: começa invisível) */
    opacity: 0;
    width: 80%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;


}

.card-imgLogo {
    /* Aplica a animação: nome, duração, tipo, repetição*/
    animation: deslizarDaEsquerda 1s ease-out forwards;

    /* Estado inicial antes da animação (opcional: começa invisível)*/
    opacity: 0;
    width: 90%;
    height: auto;
    /*border-radius: 50%;*/
    max-width: 400px;
    transition: transform 0.5s ease,
        box-shadow 0.5s ease;
}

.card-imgLogoPrinc {
    /* Aplica a animação: nome, duração, tipo, repetição*/
    animation: deslizarDaEsquerda 1s ease-out forwards;

    /* Estado inicial antes da animação (opcional: começa invisível)*/
    opacity: 0;
    width: 100%;
    height: auto;
    /*border-radius: 50%;*/
    max-width: 500px;
    transition: transform 0.5s ease,
        box-shadow 0.5s ease;
}


.card-img2 {
    /* Aplica a animação: nome, duração, tipo, repetição */
    animation: deslizarDaEsquerda 1s ease-out forwards;

    /* Estado inicial antes da animação (opcional: começa invisível) */
    opacity: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.card {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.texto-empresa {
    /* Aplica a animação: nome, duração, tipo, repetição */
    animation: deslizarDireita 1s ease-out forwards;

    /* Estado inicial antes da animação (opcional: começa invisível) */
    opacity: 0;
}

.card img {
    max-width: 250px;
    height: auto;
    align-content: center;
    align-items: center;
}

.card img:hover {
    transition: transform 1s ease;
    transform: rotate(360deg);

}

.modal-content {
    border-radius: 10px !important;
}

#imgdiversos:hover {
    transition: transform 1s ease;
    transform: scale(1.3);
}

.logo:hover {
    transition: transform 1s ease;
    transform: rotate(360deg);
}

.card-imgI {
    max-width: 400px;
    height: auto;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.card-imgI:hover {
    transform: scale(1.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}

.card-img-arrow {
    width: 400px;
    max-width: 400px;
    height: auto;
}

.card-img-top {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.strike {
    width: 30px;
    height: auto;
}

.carrom3D {
    width: 120px;
    height: auto;
    justify-content: left;
}

#btnVoltarTopo {
    display: none;
    /* Escondido por padrão */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #01441f;
    color: white;
    cursor: pointer;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
}

#btnVoltarTopo:hover {
    background-color: #12a052;
}

.texto-piscando {
    animation: piscar 1s infinite;
}

@keyframes piscar {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-whatsapp-flutuante {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;

    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-whatsapp-flutuante i {
    width: 35px;
    height: auto;
}

.btn-whatsapp-flutuante:hover {
    background-color: #8c3512;
    transform: scale(1.1);
}

.texto-mobile {
    display: none;
}



@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-80%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    min-width: 200px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.637));
}

.logos:hover .logos-slide {
    animation-play-state: paused;
    filter: grayscale(0%);
    opacity: 1;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;

}

.logos-slide img {
    max-height: 80px;
    min-width: 200px;
    max-width: 250px;
    margin: 0 80px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;

}

.logos-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.produto-preco {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 16px;
}

.btn-ml {
    background-color: #FFF159;
    font-size: 18px;
    color: #333333;
    padding: 12px 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold !important;
    border-radius: 10px;
    display: block;
    transition: background-color 0.2s;
}

.btn-ml:hover {
    background-color: #e6d73f;
}


/* Esconde o rodapé em telas menores que 425px */
@media (max-width: 425px) {

    section {
        padding-top: 1px !important;
        padding-bottom: 5px !important;
    }

    .img-carrooka {
        width: 280px;
        max-width: 280px;
        height: auto;
        margin-bottom: 10px;
    }

    .card-img-arrow {
        width: 280px;
        max-width: 280px;
        height: auto;
    }

    .navbar {
        height: 200px;
        box-shadow: 0px 6px 30px rgba(117, 117, 117, 0.342);
    }

    .texto-mobile {
        display: flex;
        text-align: center !important;
    }

    footer {
        display: none !important;
    }

    iframe {
        display: none !important;
    }

    nav {
        display: flex;
        justify-content: center !important;
        /* Centraliza o conteúdo horizontalmente */
        align-items: center !important;
        /* Centraliza o conteúdo verticalmente */
        position: relative;
    }



    .navbar-brand {
        margin: 0 auto;
        /* Empurra a marca para o centro exato */
    }

    .navbar-collapse {
        background-color: var(--verde);
        /* Cor de fundo no mobile */
        padding: 10px;
        border-radius: 5px;
    }

    .strike {
        display: none !important;
    }

    /* #carouselExampleInterval {
        display: none !important;
    } */
}

@media (max-width: 768px) {
    .btn-whatsapp-flutuante {
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 20px;
    }

    .btn-whatsapp-flutuante i {
        width: 28px;
        height: auto;
    }

    .top-nav {
        justify-content: center !important;
        text-align: center !important;

    }

    .navbar {
        height: 200px;
        box-shadow: 0px 6px 30px rgba(117, 117, 117, 0.342);
    }

    footer {
        display: none !important;
    }

    iframe {
        display: none !important;
    }

    nav {
        display: flex;
        justify-content: center;
        /* Centraliza o conteúdo horizontalmente */
        align-items: center;
        /* Centraliza o conteúdo verticalmente */
        position: relative;
    }

    .navbar-brand {
        margin: 0 auto;
        /* Empurra a marca para o centro exato */
    }

    .navbar-collapse {
        background-color: var(--verde);
        /* Cor de fundo no mobile */
        padding: 10px;
        border-radius: 5px;
    }

    .strike {
        display: none !important;
    }

    /* #carouselExampleInterval {
        display: none !important;
    } */
}

/* Define o movimento */
@keyframes deslizarDaEsquerda {
    from {
        transform: translateX(-100%);
        /* Começa fora da tela à esquerda */
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /* Termina na posição original */
        opacity: 1;
        /* Fica visível */
    }
}

@keyframes deslizarDireita {
    from {
        opacity: 0;
        transform: translateX(100px);
        /* Começa 100px à direita da posição original */
    }

    to {
        opacity: 1;
        transform: translateX(0);
        /* Termina na posição original */
    }

}