/* Estilos personalizados */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-section {
    position: relative;
    text-align: center;
    color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.services-section .card {
    border: none;
    border-radius: 8px;
    color: #333;
    transition: transform 0.3s ease;
}

.services-section .card img {
    width: 80px;
    height: 80px;
}

.services-section .card:hover {
    transform: scale(1.05);
}
.experience-section {
    position: relative;
    color: white;
}

.experience-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.experience-section .text-light {
    max-width: 500px;
}

.experience-section h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

.experience-section p {
    font-size: 1.25rem;
    margin-top: -10px;
}

.experience-section .btn {
    background-color: #FFD700;
    color: #333;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.experience-section .btn:hover {
    background-color: #e0b800;
}

.experience-section .tool-image {
    position: relative;
}

.experience-section .tool-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.advantages-section {
    background-color: #fff;
    padding: 60px 0;
}

.advantages-section .advantage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantages-section .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.advantages-section h5 {
    font-size: 1.25rem;
    color: #b71c1c;
}

.advantages-section p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.advantages-section img.img-fluid {
    max-width: 100%;
    height: auto;
}

.quality-section {
    background-color: #feeb8c!important; /* Cor de fundo da seção */
    padding: 60px 0;
}

.quality-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality-section .image-container {
    background-color: #b71c1c;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
}

.quality-section img {
    border-radius: 0 20px 20px 0;
    max-width: 100%;
    height: auto;
}

.quality-section .text-container {
    padding: 40px;
    background-color: #feeb8c!important;
    border-radius: 20px 0 0 20px;
}

.quality-section h2 {
    color: #b71c1c;
    font-size: 2rem;
    font-weight: 700;
}

.quality-section p {
    color: #333;
    font-size: 1.1rem;
    margin-top: 15px;
}

.quality-section .btn {
    background-color: #b71c1c;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.quality-section .btn:hover {
    background-color: #a31515;
}

.quote-section {
    background-color: #feeb8c!important;
    padding: 60px 0;
}

.quote-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-section .text-container {
    max-width: 500px;
}

.quote-section h2 {
    color: #b71c1c;
    font-size: 2.5rem;
    font-weight: 700;
}

.quote-section p {
    color: #333;
    font-size: 1.1rem;
    margin-top: 15px;
}

.quote-section .btn {
    background-color: #b71c1c;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.quote-section .btn:hover {
    background-color: #a31515;
}

.quote-section .image-background {
    background-color: #b71c1c;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.quote-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.footer-section {
    background-image: url('../img/impacto-foto-5.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.footer-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.footer-links a {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #feeb8c!important; /* Cor de destaque ao passar o mouse */
}

.quality-section {
    position: relative;
    padding: 60px 0;
}

.quality-section .bg-red-extension {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #b71c1c;
    border-radius: 0 20px 20px 0;
    z-index: 0;
}

.quality-section .container {
    position: relative;
    z-index: 1;
}

.quality-section .text-container {
    border-radius: 20px 0 0 20px;
}

.quality-section .btn {
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.quality-section {
    padding: 60px 0;
}

.bg-red {
    background-color: #b71c1c;
    border-radius: 0 20px 20px 0;
    padding: 20px;
}

.quality-section .text-container {
    border-radius: 20px 0 0 20px;
}

.quality-section .btn {
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.quality-section {
    padding: 60px 0;
    position: relative;
}

.quality-section .background-red {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 50%;
    background-color: #b71c1c;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.quality-section .col-md-6.position-relative {
    z-index: 1;
}

.quality-section .text-container {
    border-radius: 20px 0 0 20px;
}

.quality-section .btn {
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.quality-section img {
    border-radius: 0 20px 20px 0;
    max-width: 100%;
    height: auto;
    margin-top: 7px;
}

.quality-section .background-red {
    position: absolute;
    top: 10rem;
    bottom: 0;
    left: -20rem;
    height: 39rem;
    width: 150%;
    max-width: 129%;
    background-color: #b71c1c;
    border-radius: 0 60px 60px 0;
    z-index: -1;
}
.ccs{
    margin-top: -10rem;
}
.ds {
    margin-top: -14rem;
    z-index: -1;
}
.services-section .card {
    border: none;
    border-radius: 8px;
    color: #333;
    transition: transform 0.3s ease;
    padding: 3rem 5rem !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #feeb8c!important;
}

.lead {
    font-size: 2.25rem !important;
    font-weight: 300;
    line-height: 1.2;
}
body, html {
    line-height: 1.1;
}
.advantages-section img.img-fluid {
    max-width: 100%;
    height: auto;
    padding: 5rem;
}

.quote-section {
    padding: 60px 0;
    position: relative;
}

.quote-section .background-red {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    background-color: #b71c1c;
    border-radius: 20px 0 0 20px;
    z-index: -1;
}

.quote-section .container {
    position: relative;
    z-index: 1;
}

.quote-section .text-container {
    border-radius: 20px 0 0 20px;
    background-color: #ffd700; /* Cor de fundo para o texto */
}

.quote-section .btn {
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.quote-section .background-red {
    position: absolute;
    top: -33px;
    bottom: 0;
    height: 37rem;
    right: -50%;
    width: 133%;
    max-width: 116%;
    background-color: #b71c1c;
    border-radius: 20px 0 0 20px;
    z-index: -1;
}

.footer-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1rem;
}
.experience-section .btn {
    background-color: #feeb8c;
    color: #333;
    border-radius: 30px;
    padding: 10px 48px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.advantages-section .icon {
    width: 40px;
    padding: 6px;
    height: 40px;
    margin-left: 10px;
    background: #dc3545;
    border-radius: 6px;
}
.mb-4 {
    margin-bottom: 3.5rem !important;
}


.py-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

@font-face {
    font-family: 'PODIUMSoft-Black';
    src: url('../fonts/PODIUMSoft-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'PODIUMSoft-Bold';
    src: url('../fonts/PODIUMSoft-SemiBold.ttf') format('truetype');
}



/* Adicione mais @font-face seções para cada variante de fonte conforme necessário */

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    font-family: inherit !important;
}
h1, h2, h5 {
    font-family: 'PODIUMSoft-Bold', sans-serif !important; /* Use a variante desejada aqui */
}

.ggf{
    display:none!important;
}

.fgg{
    display:block!important;
}
.quality-section h2 {
    color: #b71c1c;
    font-size: 4rem;
    font-weight: 700;
}

.footer-logo {
    background: #feeb8c;
    padding: 1rem;
    width: max-content;
}
.quote-section .btn {
    background-color: #b71c1c;
    color: white;
    padding: 10px 40px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.ds {
    margin-top: -14rem;
    z-index: 0;
}

body, html {
    line-height: 1.1;
    overflow-x: hidden;
}
.quote-section .background-red {
    position: absolute;
    top: -33px;
    bottom: 0;
    height: 37rem;
    width: 137%;
    left: 16rem;
    max-width: 143%;
    background-color: #b71c1c;
    border-radius: 20px 0 0 20px;
    z-index: -1;
}
@media(max-width:748px){
    .ds {
        margin-top: 0rem;
        z-index: -1;
        padding: 4rem;
    }
    .experience-section h1 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
    }
    .fgg{
        display:none!important;
    }
    .ggf{
        display:block!important;
    }
    .mb-5 {
        margin-bottom: 9rem !important;
    }
    .quote-section h2 {
        color: #b71c1c;
        font-size: 1.5rem;
        font-weight: 700;
    }
    .quality-section h2 {
        color: #b71c1c;
        font-size: 2rem !important;
        font-weight: 700;
    }
    .lead {
        font-size: 1.25rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 3rem;
    }
}