:root {
    --cor-primaria: #FCC009;
    --cor-secundaria: #ffffff;
    --cor-terciaria: #000000;
    --cor-de-fundo: #000000;
    --cor-de-fundo2: #262628;
    --heading-font-size: 4.5rem;
    --paragraph-font-size: 26px;
    --titulo-tamanho: 4rem;
    --titulo-tamanho-mobile: 2rem;
    --subtitulo-tamanho: 2rem;
    --subtitulo-tamanho: 1rem;
    --margem-titulos: 20px;
}

@font-face {
    font-family: 'Objectivity-regular';
    src: url('./fonts/Objectivity-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity-medium';
    src: url('./fonts/Objectivity-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity-bold';
    src: url('./fonts/Objectivity-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Objectivity-bold', sans-serif;
}

body {
    font-family: Arial, sans-serif;
    color: var(--cor-de-fundo);
    margin: 0;
    padding: 0;
    background-color: var(--cor-de-fundo);
}

header {
    background-color: --;
    color: #fff;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: var(--titulo-tamanho);
    margin: 0 0 50px;
    font-family: Objectivity-regular !important;
    font-weight: normal !important;
}

h2 {
    font-size: var(--titulo-tamanho);
    margin: 0 0 50px;
    font-family: Objectivity-regular !important;
}

aside {
    font-family: Objectivity-regular !important;
    font-weight: normal;
}

strong {
    font-family: Objectivity-bold !important;
}

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

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

a {
    color: var(--cor-secundaria);
}

a:hover {
    color: var(--cor-primaria) !important;
}


#servicos {
    background-color: var(--cor-de-fundo);
    padding: 0% 10%;
    text-align: center;
}

.servico img {
    width: 100px;
    height: 100px;
}

#estatisticas {
    background-color: #ddd;
    padding: 20px;
    text-align: center;
}

.estatistica {
    display: inline-block;
    margin: 20px;
}

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.btn-impulsionar {
    background-color: var(--cor-primaria);
    color: var(--cor-de-fundo) !important;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 25px;
    border: none;
    transition: all 1s;
}

.btn-impulsionar:hover {
    background-color: var(--cor-de-fundo2) !important;
    color: var(--cor-primaria) !important;
    border: solid 1px var(--cor-primaria);
    scale: 1.2;
}

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

.btn-impulsionar:hover {
    background-color: var(--cor-primaria);
    color: white;
}

.titulo-diferencial {
    color: var(--cor-primaria);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: -50px;
}

.banner-full {
    width: 100%;
    height: 88vh;
    background: linear-gradient(0deg, var(--cor-de-fundo) 10%, var(--cor-de-fundo) 15%, rgba(17, 17, 18, 0) 90%), url('./imgs/backgrounds/CABRAL1.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-content h1,
.banner-content h2 {
    text-align: center;
    font-weight: bold;
}

.banner-content h1 {
    font-size: 3rem;
}

.banner-content h2 {
    font-size: 2rem;
    opacity: 0.8;
}

.bg-dark {
    background-color: var(--cor-de-fundo) !important;
}

.card {
    background-color: transparent;
    border: none;
    transition: all .6s;
}

.card:hover {
    scale: 1.06;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.76));
}

#nova-secao {
    padding: 20px 0;
    width: 100%;
    background: var(--cor-secundaria);
}


#secao-metodo {
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-full2 {
    width: 100%;
    height: 100vh;
    background: url('./imgs/backgrounds/Elementos.jpg') no-repeat left top / cover, var(--cor-de-fundo) !important;
    color: #ffffff;
    display: flex;
    flex-direction: row;
}

.col-md-6 {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.text-left {
    text-align: left;
}


.titulo-secao {
    color: var(--cor-secundaria);
    font-size: 24px;
    margin-bottom: 20px;
}

.gif-secao {
    max-width: 100%;
    height: auto;
}

.social-icons a {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
}

.social-icons svg {
    fill: #808080;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#elementos-impulsionar {
    margin-top: 10%;
}


.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-logo p {
    font-size: 14px;
}


.imgParceiro {
    max-width: 220px;
    height: auto;
    border-radius: 7px;
}

.parceiro {
    width: 180px;
    flex: 0 0 calc(25% - 10px);
    border-radius: 7px;
    margin: 15px;
    transition: all .6s, filter 200ms linear, transform 200ms linear;
}

.parceiro:hover {
    cursor: pointer;
    scale: 1.04;
}

#parceiros {
    width: 100% !important;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

/* whatsapp */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: var(--cor-secundária);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #000000;
    z-index: 999999;

}

.my-float {
    margin-top: 16px;
}

#whatsapp-link {
    color: #4CAF50;
    margin-top: 10px;
    display: inline-block;
}

#whatsapp-link a {
    text-decoration: none;
    color: #4CAF50;
}


#metodoSecao {
    display: flex;
    text-align: left;
    justify-content: center;
}

#secaoVid{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


@media (max-width: 768px) {
    .banner-principal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-center {
        width: 100%;
        margin: 0;
    }

    .banner-full,
    .banner-full2 {
        height: 60vh;
        background-position: center;
    }

    .banner-content h1,
    .banner-content h2 {
        font-size: 1.5rem;
    }

    h1,
    h2 {
        font-size: 1.5rem !important;
    }

    .col-md-6 {
        width: 100%;
        padding: 10px;
    }

    nav ul li {
        display: block;
        margin-bottom: 10px;
    }

    .logo {
        height: 30px;
    }

    .titulo-diferencial {
        font-size: 24px;
        margin-top: 0;
    }

    .card {
        margin: 10px 0;
    }

    .btn-impulsionar {
        width: 80%;
        font-size: 16px;
    }

    .social-icons a {
        margin-left: 5px;
        /* Reduz o espaço entre os ícones de mídia social */
    }

    footer {
        padding: 20px 10px;
        /* Ajusta o padding do rodapé para telas menores */
    }

    .titulo-secao {
        color: #ffffff !important;
    }

    .imgParceiro {
        max-width: 100px;
        height: auto;
        border-radius: 7px;
    }

    #secao-metodo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .titulo-secao {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .col-md-6 {
        width: 100%;
        padding: 10px;
    }

    iframe {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .btn-impulsionar {
        width: 80%;
        font-size: 1rem;
        margin-top: 20px;
    }

    p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .banner-full2 {
        width: 100%;
        height: 100vh;
        background: url('./imgs/backgrounds/Elementos.jpg') no-repeat left top / cover, var(--cor-de-fundo) !important;
        color: #ffffff;
        display: flex;
        flex-direction: row;
    }

    #ultbtn {
        width: 90%;
    }

    #metodoSecao {
        text-align: center;
    }

    #parceiros {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.metodoSecao {
    display: flex;
    justify-content: center;

}

@media (max-width: 768px) {
    .secao-flex {
        flex-direction: column;
    }

    #metodoSecao,
    #secaoVid {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
   
    .metodoSecao{
        justify-content: flex-start !important;
    }

    p, strong{
        font-size: 12px !important;
        text-align: center !important;
        font-weight: normal !important;
    }

    #ultbtn{
        width: 100% !important;
    }

    #secao-metodo
    {
        margin: 0;
        background-color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
    }

    h1
    {
        font-size: var(--titulo-tamanho);
        margin: 0;
        font-family: Objectivity-regular !important;
        font-weight: normal !important;
    }
    
    h2 {
        font-size: var(--titulo-tamanho);
        margin: 0;
        font-family: Objectivity-regular !important;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }

    nav ul li a {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
