@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Intelo';
    src: url('../assets_custom/fonts/Intelo-Regular.woff2') format('woff2'),
         url('../assets_custom/fonts/Intelo-Regular.woff') format('woff'),
         url('../assets_custom/fonts/Intelo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intelo';
    src: url('../assets_custom/fonts/Intelo-Bold.woff2') format('woff2'),
         url('../assets_custom/fonts/Intelo-Bold.woff') format('woff'),
         url('../assets_custom/fonts/Intelo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Intelo';
    src: url('../assets_custom/fonts/Intelo-Italic.woff2') format('woff2'),
         url('../assets_custom/fonts/Intelo-Italic.woff') format('woff'),
         url('../assets_custom/fonts/Intelo-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Intelo';
    src: url('../assets_custom/fonts/Intelo-BoldItalic.woff2') format('woff2'),
         url('../assets_custom/fonts/Intelo-BoldItalic.woff') format('woff'),
         url('../assets_custom/fonts/Intelo-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Intelo Extra';
    src: url('../assets_custom/fonts/Intelo-ExtraBold.eot');
    src: local('Intelo Extra Bold'), local('Intelo-ExtraBold'),
        url('../assets_custom/fonts/Intelo-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../assets_custom/fonts/Intelo-ExtraBold.woff2') format('woff2'),
        url('../assets_custom/fonts/Intelo-ExtraBold.woff') format('woff'),
        url('../assets_custom/fonts/Intelo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


html {
    font-family: "Montserrat", sans-serif;
    margin-top: 0px !important;
    padding-top: 0px !important;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
}

.img-fluid-container {
    background-image: url('../img/baner1.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    isolation: isolate;
}

.img-fluid-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(202, 131, 43, 0.4);
    mix-blend-mode: overlay;
    z-index: -1;
}

.custom-offcanvas-nav {
    padding: 1rem 1rem 1rem 5rem !important;
}

.img-fluid-container-2 {
    background-image: url('../img/banercesta1.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.img-fluid-container-3 {
    background-image: url('../img/imgcesta1.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
}

.img-fluid-container-4 {
    background-image: url('../img/baner3.jpg');
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
}

.img-fluid-container-5 {
    background-image: url('../img/baner4.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
}

.img-fluid-container-6 {
    background-image: url('../img/baner5.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
}

.img-fluid-container-7 {
    height: 17vh;
    position: relative;
}

.img-fluid-container-8 {
    background-image: url('../img/img76.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.img-fluid-container-9 {
    background-image: url('../img/img77.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.green-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 50%;
    background-color: #135B55;
    border-radius: 100% 0% 0% 0%;
    z-index: 1;
}

.offcanvas {
    width: 250px;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.offcanvas-title {
    color: #000000 !important;
}

.offcanvas-body .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
    font-weight: 400;
}

.custom-texto-menulateral1 {
    font-weight: 600;
}

.navbar {
    background-color: transparent !important;
    border: none;
}

.custom-nav-text-1 {
    color: #135B55 !important;
    font-weight: 700;
}

.nav-link {
    color: #135B55;
}

.nav-link:hover {
    color: #0c3d39;
}

.nav-item.tracinho::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin: 10px auto;
    opacity: 0.6;
}

.custom-button {
    background-color: #095953;
    color: white;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 15rem;
}

.custom-button-2 {
    background-color: #095953;
    color: white;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #074840;
}

.home-container-1 {
    background-image: url('../img/baner2.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.home-card-1 {
    background-color: #ededef;
    border-radius: 15px;
    min-height: 90px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.img-card-1 {
    width: 80px;
}

.custom-img-home-1 {
    margin-top: 100px;

}

.custom-img-home-3 {
    margin-top: 110px;
}

.custom-baner-logo-1 {
    z-index: 1;
}

.custom-img-home-2 {
    width: 100%;
    margin-top: 75px;
    border-radius: 0px 110px 0px 110px;
    position: relative;
}

.custom-img-home-5 {
    margin-top: 100px;
}

.custom-img-home-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(202, 131, 43, 0.4);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 10 !important;
}

@media (max-width: 1024px) {
    .custom-img-home-2 {
        max-width: 23rem;
    }
}

@media (max-width: 768px) {
    .custom-img-home-2 {
        max-width: 18rem;
    }
}

.texto-home-1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #EE7133;
}

.texto-home-2 {
    font-size: 47px;
    font-weight: 500;
    color: #095953;
    margin-top: -30px;
}

.texto-home-3 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-4 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-5 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #EE7133;
}

.texto-home-6 {
    font-size: 47px;
    font-weight: 500;
    color: #095953;
    margin-top: -30px;
}

.texto-home-7 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-8 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-9 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #EE7133;
}

.texto-home-10 {
    font-size: 47px;
    font-weight: 500;
    color: #555555;
    margin-top: -30px;
}

.texto-home-11 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-12 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-13 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 400;
    color: #EE7133;
}

.texto-home-14 {
    font-size: 47px;
    font-weight: 500;
    color: #555555;
    margin-top: -30px;
}

.texto-home-15 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-16 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-17 {
    margin-top: 75px;
    font-size: 29px;
    font-weight: 700;
    color: #095953;
}

.texto-home-18 {
    font-size: 18px;
    font-weight: 400;
}

.texto-home-19 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 75px;
}

.texto-home-20 {
    font-size: 15px;
    font-weight: 300;
}

.texto-home-21 {
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
}

.custom-baner-1 {
    background-color: #F0F0F0;
    margin-top: 75px;
    padding-bottom: 50px;
}

.custom-baner-2 {
    background-color: #F0F0F0;
    margin-top: 75px;
    padding-bottom: 50px;
}

.custom-baner-3 {
    background-color: #095953;
    padding-bottom: 50px;
    color: #ffffff;
}

.custom-input {
    background-color: #44817c !important;
    border: 1px solid #FF8C40;
    border-radius: 10px;
    color: white;
    padding: 10px;
}

.custom-input::placeholder {
    color: white;
    opacity: 1;
}

.custom-input::placeholder::after {
    content: '*';
    color: #FF8C40;
}

.custom-btn-3 {
    background-color: #FF8C40;
    border: 1px solid #FF8C40;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
}

.custom-btn-3:hover {
    background-color: #ff7a26;
    color: white;
}

.custom-footer {
    background-color: #F7F8F2;
    padding-bottom: 50px;
}

.texto-footer-1 {
    color: #095953;
    font-size: 14px;
    font-weight: 600;
    margin-top: 85px;
    margin-bottom: 30px;
}

.texto-footer-2 {
    font-size: 13px;
    font-weight: 500;
    margin-top: -10px;
}

.texto-footer-3 {
    color: #095953;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
}

.texto-footer-4 {
    color: #095953;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}

.custom-footer2 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-divider {
    height: 1px;
    background-color: #095953;
    width: 100%;
    margin-top: 10px;
}

.custom-icon-footer {
    color: #095953;
    width: 30px;
}

.custom-img-cestas-1 {
    border-radius: 20px;
    width: 100%;
    max-height: 90%
}

.custom-img-cestas-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-texto-cestas-1 {
    font-size: 25px;
    font-weight: 400;
}

.card0 {
    position: relative;
    border-radius: 0px 80px 0px 80px;
    background-color: #fff;
    padding: 15px;
    min-height: 300px;
    z-index: 1;
    margin-bottom: 50px;
}

.card0::before {
    content: '';
    position: absolute;
    top: 8;
    left: 6px;
    width: calc(100% + 5px);
    height: 100%;
    border: 1px solid #EE7133;
    border-radius: 0px 80px 0px 80px;
    z-index: -1;
}

.custom-img-card {
    max-width: 11rem;
    height: auto;
    margin: 0 auto;
}

.card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.btn-custom-4 {
    background-color: #095953;
    color: #fff;
    width: 100%;
    border: 1px solid #095953;
    border-radius: 0px 30px 0px 30px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-top: 50px;
    margin-bottom: 30px;
}

.btn-custom-4:hover {
    background-color: #ffffff;
    color: #095953;
    border-color: #064b47;
    border: 3px solid #095953;
}

.custom-texto-cestas-2 {
    font-size: 20px;
    font-weight: 300;
    color: #EE7133;
    margin-top: 50px;
}

.custom-texto-cestas-3 {
    font-size: 40px;
    font-weight: 400;
    color: #095953;
    margin-top: -20px;
    margin-bottom: 50px;
}

.custom-texto-cestas-4 {
    font-size: 20px;
    font-weight: 600;
    color: #095953;
    margin-top: 50px;

}

.custom-texto-card-1 {
    font-size: 20px;
    font-weight: 500;
    color: #095953;
}

.custom-texto-card-2 {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #343434 !important;
}

.custom-card {
    border-radius: 0px 40px 0px 40px;
    background-color: #f0f0f0;
    margin: 10px;
    padding: 15px;
    transition: transform 0.3s;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 80px;
}

.custom-card:hover {
    transform: scale(1.02);
}

.custom-card-img-top {
    max-width: 100%;
    height: auto;
}

.custom-card-body {
    text-align: center;
}

.custom-card-text {
    margin: 5px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent;
    color: #095953;
}

.custom-seta-card {
    color: #095953;
    font-size: 25px;
}

.custom-demoimento-text-1 {
    font-size: 18px;
    font-weight: 700;
    color: #095953;
}

.custom-demoimento-text-1 {
    font-size: 13px;
    font-weight: 500;
}

.custom-foto-depoimento {
    border-radius: 0px 30px 0px 30px;
    border: 1px solid #095953;
    background-color: #f0f0f0;
    padding: 5px;
    margin-top: -50px;
    z-index: 99;
}

.custom-texto-destaque {
    font-size: 2.5rem;
    font-weight: 100;
}

@media (max-width: 1024px) {
    .custom-texto-destaque {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .custom-texto-destaque {
        font-size: 1.5rem;
    }
}

.custom-baner-texto {
    height: 100vh;
}

.btn-close-custom {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn-close-custom img {
    width: 30px;
    height: 30px;
}

.navbar-toggler {
    border: none;
    z-index: 10 !important;
}

/* .custom-navbar-toggler {
    margin-top: -350px;
} */

@media (max-width: 750px) {
    .custom-navbar-toggler {
        margin-top: 0px;
    }
}

.nav-overlay {
    position: relative;
}

.nav-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 2px;
    height: 43rem;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-50%);
}

@media (max-width: 1440px) {
    .nav-overlay::before {
        height: 33rem;
    }
}

.green-element1 {
    width: 150px;
    height: 30rem;
    background-color: rgba(19, 91, 85, 0.2);
    border-radius: 160px;
    margin: 10px auto 0;
    margin-top: 40px;
}

@media (max-width: 1440px) {
    .green-element1 {
        width: 100px;
        height: 400px;
    }
}

/* .green-element1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 40%;
    background-image: url('../img/teste.jpg');
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.green-element1.hidden::after {
    opacity: 1;
} */

.green-element2 {
    width: 150px;
    height: 30rem;
    background-color: rgba(19, 91, 85, 0.2);
    border-radius: 160px;
    margin: 10px auto 0;
    margin-top: 100px;
}

@media (max-width: 1440px) {
    .green-element2 {
        width: 100px;
        height: 400px;
    }
}

.green-element3 {
    width: 150px;
    height: 30rem;
    background-color: rgba(19, 91, 85, 0.2);
    border-radius: 160px;
    margin: 10px auto 0;
    margin-top: 40px;
}

@media (max-width: 1440px) {
    .green-element3 {
        width: 100px;
        height: 400px;
    }
}

.green-element4 {
    width: 150px;
    height: 30rem;
    background-color: rgba(19, 91, 85, 0.2);
    border-radius: 160px;
    margin: 10px auto 0;
    margin-top: 100px;
}

@media (max-width: 1440px) {
    .green-element4 {
        width: 100px;
        height: 400px;
    }
}

@media (max-width: 768px) {

    .green-element1,
    .green-element2,
    .green-element3,
    .green-element4 {
        height: 200px;
    }
}

.custom-logo-baner-home {
    margin-top: -2200px;
}

.texto-home-21 {
    font-size: 2.5rem;
    font-weight: 100;
    color: #ffffff;
    margin-top: -1000px;
}

.custom-texto-destaque-home {
    color: #EE7133;
    font-weight: 300;
}

@media (max-width: 768px) {
    .texto-home-21 {
        font-size: 1.5rem;
    }
}

.custom-container-cestas-2 {
    background-color: #085852;
    padding-bottom: 50px;
}

.custom-texto-cestas-5 {
    font-size: 2.2rem;
    color: #EE7133;
    font-weight: 400;
    margin-top: 80px;
}

.custom-texto-cestas-6 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    margin-top: -30px;
}

.custom-texto-cestas-7 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 300;
    margin-top: -20px;
}

.custom-texto-cestas-8 {
    font-size: 1.7rem;
    color: #EE7133;
    font-weight: 400;
    margin-top: 50px;
}

.custom-texto-cestas-9 {
    font-size: 3.3rem;
    color: #085852;
    font-weight: 400;
}

.custom-texto-cestas-10 {
    font-size: 20px;
    font-weight: 400;
}

.custom-container-cestas-3 {
    background-color: #F0F0F0;
    border-radius: 20px;
    padding-top: 5px;
    margin-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.custom-card2 {
    border: 1px solid #085852;
    border-radius: 0px 40px 0px 40px;
    overflow: hidden;
    min-height: 450px;
    background-color: #fff;
    padding-top: 30px;
    margin-top: 10px;
}

.custom-card2 img {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    max-width: 180px;
    height: auto;
    margin-top: 30px;
}

.custom-card2 .card-title2 {
    font-weight: 700;
    font-size: 23px;
    color: #004c46;
    margin-top: 10px;
}

.custom-texto-cestas-11 {
    font-weight: 600;
    font-size: 23px;
    color: #004c46;
    margin-top: 20px;
}

.custom-texto-cestas-12 {
    font-weight: 400;
    font-size: 1.2rem;
}

.testimonial-card {
    border: 1px solid #004c46 !important;
    border-radius: 0px 40px 0px 40px !important;
    padding: 15px !important;
    background-color: #fdfdfd !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-img {
    min-width: 100px;
    height: auto;
    border: 1px solid #eb8234;
    padding: 3px;
    border-radius: 0px 40px 0px 40px;
}

.custom-texto-cestas-13 {
    font-size: 18px;
    font-weight: 700;
    color: #004c46;
}

.custom-texto-cestas-14 {
    font-size: 16px;
    font-weight: 400;
    color: #004c46;
}

blockquote {
    color: #555;
    font-size: 16px !important;
}

.custom-texto-titulo-cesta {
    margin-top: 50px;
    color: #085852;
    font-size: 2.5rem;
    font-weight: 300;
}

.cesta-container-1 {
    background-image: url('../img/banercesta2.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.cesta-container-2 {
    background-image: url('../img/img25.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.cesta-container-3 {
    background-image: url('../img/img28.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.cesta-container-4 {
    background-image: url('../img/img32.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.cesta-container-5 {
    background-image: url('../img/img33.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.cesta-container-6 {
    background-image: url('../img/img46.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.cesta-container-7 {
    background-image: url('../img/img73.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
}

.custom-container-esquerda {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-texto-cestas-15 {
    margin-top: 100px;
    color: #eb8234;
    font-size: 2rem;
    font-weight: 400;
}

.custom-texto-cestas-16 {
    margin-top: -30px;
    color: #085852;
    font-size: 2.4rem;
    font-weight: 500;
}

.custom-texto-cestas-17 {
    font-size: 1.2rem;
    font-weight: 400;
}

.icon-container {
    background-color: #f4f4f4;
    border-radius: 0px 40px 0px 40px;
    border: 1px solid #004c46;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    min-height: 120px;
}

.delivery-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.card-title-logistica2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

.card-title-pat {
    color: #004c46;
    font-weight: 500;
    font-size: 18px;
}

.card-text-pat {
    font-weight: 500;
    font-size: .8rem;
}

.card-link {
    color: #004c46;
    font-weight: bold;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

.atendimento {
    font-size: 1.7rem;
    color: #004c46;
    border: 1px solid #004c46;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 50px;
}

.custom-texto-cestas-18 {
    font-size: 3rem;
    color: #004c46;
    font-weight: 500;
}

.custom-texto-cestas-19 {
    font-size: 2rem;
    color: #004c46;
    font-weight: 500;
    margin-top: -20px;
}

.custom-container-cestas-5 {
    background-color: #F0F0F0;
    margin-top: 150px;
}

.custom-faixa-branca {
    background-color: #fff;
    min-height: 200px;
}

.custom-img-cesta-4 {
    margin-top: -100px;
    border-radius: 0px 100px 0px 100px;
}

.custom-texto-cestas-20 {
    font-size: 1.7rem;
    color: #085852;
    font-weight: 400;
    margin-top: -10px;
}

.custom-texto-cestas-21 {
    font-size: 1.1rem;
    font-weight: 400;
}

.card3 {
    margin-top: 50px;
    border-radius: 0px 80px 0px 80px;
    border: 1px solid #004c46;
    background-color: #fff;
    padding: 10px;
    min-height: 200px;
    margin-bottom: 50px;
}

.custom-texto-card-3 {
    font-size: 18px;
    font-weight: 500;
}

.custom-container-cesta-6 {
    background-color: #004c46;
    border-radius: 0px 0px 80px 80px;
    margin-top: 120px;
}

.custom-img-cesta-6 {
    margin-top: -60px;
    border-radius: 0px 80px 0px 00px;
}

.custom-texto-cestas-22 {
    font-size: 2.6rem;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
}

.custom-texto-cestas-23 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    margin-top: -15px;
}

.custom-button3 {
    background-color: #FF8C40;
    color: white;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 16rem;
}

.custom-button3:hover {
    background-color: #e7772c;
}

.custom-texto-tipos-1 {
    color: #fff;
    font-size: 2.2rem;
    margin-top: 20px;
    font-weight: 500;
}

.custom-button4 {
    background-color: #FF8C40;
    color: white;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 15rem;
    margin-top: -20px;
    position: absolute;
}

.custom-button4:hover {
    background-color: #e7772c;
}

.faq-container {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #004c46;
}

.faq-item {
    padding: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    background: none;
    border: none;
    font-size: .9rem;
    font-weight: 400;
    color: #004c46;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.faq-question:focus {
    outline: none;
}

.faq-icon {
    font-size: 18px;
    color: #004c46;
}

.faq-answer {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
}

.white-bg {
    background-color: #ffffff;
}

.gray-bg {
    background-color: #f7f7f7;
}

.destaque-card {
    border-radius: 15px;
    background-color: #F0F0F0;
}

.secondary-card {
    border-radius: 15px;
    background-color: #F0F0F0;
    min-height: 300px;
}

.card-title4 {
    font-weight: bold;
    color: #004c46;
    font-size: 18px;
}

.card-subtitle4 {
    font-weight: bold;
    color: #004c46;
    font-size: 16px;
}

.text-orange {
    color: #eb8234;
    font-weight: bold;
    font-size: 17px;
}

.text-muted4 {
    font-size: 14px;
    color: #6c757d;
}

.price4 {
    font-weight: bold;
    font-size: 18px;
}

.btn-select {
    background-color: #004c46;
    color: #ffffff;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background-color: #003934;
}

.card-image img {
    max-width: 150px;
    border-radius: 10px;
}

.secondary-card img {
    max-width: 180px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.secondary-card img:hover {
    transform: scale(1.1);
}

.mainbox {
    box-sizing: border-box;
    position: relative;
    width: 230px;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 160px;
    transition: all 0.3s ease;
}

.checkbox:focus {
    border: none;
    outline: none;
}

.checkbox:checked {
    right: 10px;
}

.checkbox:checked~.mainbox {
    width: 50px;
}

.checkbox:checked~.mainbox .search_input {
    width: 0;
    height: 0px;
}

.checkbox:checked~.mainbox .iconContainer {
    padding-right: 8px;
}

.checkbox {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
    appearance: none;
}

.search_input {
    box-sizing: border-box;
    height: 100%;
    width: 170px;
    background-color: transparent;
    border: none;
    outline: none;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 1em;
    color: white;
    transition: all 0.3s ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.search_input::placeholder {
    color: rgba(255, 255, 255, 0.776);
}

.iconContainer {
    box-sizing: border-box;
    padding-top: 5px;
    width: fit-content;
    transition: all 0.3s ease;
}

.search_icon {
    box-sizing: border-box;
    fill: white;
    font-size: 1.3em;
}

.thumbnail-img {
    padding: 15px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
    background-color: #F0F0F0;
}

.thumbnail-img:hover {
    transform: scale(1.1);
}


.main-image {
    width: 100%;
    max-width: 400px;
}

.product-info {
    margin-bottom: 5px;
}

.product-title {
    font-weight: 500;
    color: #004c46;
    font-size: 20px;
}

.product-ref {
    color: #6c757d;
    font-size: 14px;
}

.product-price {
    font-weight: 500;
    font-size: 22px;
}

.custom-form {
    background-color: #004c46;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    border: 1px solid #EE7133;
    color: #fff;
}

.order-form h6 {
    font-weight: bold;
    color: #ffffff;
    background-color: #004c46;
    border-radius: 5px 5px 0 0;
    margin: 0 -15px;
}

.form-control {
    border: 1px solid #EE7133 !important;
    border-radius: 5px;
    background-color: #44817c;
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.btn-submit {
    background-color: #eb8234;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 50px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #d96f24;
}

.image-section img {
    object-fit: cover;
}

.text-overlay h1 {
    font-size: 4rem;
    font-weight: bold;
}

.text-overlay p {
    font-size: 1.5rem;
    font-weight: lighter;
    letter-spacing: 1px;
}

form .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}

form .form-control::placeholder {
    color: #aaa;
}

form .btn-success {
    background-color: #004c46;
    border-color: #004c46;
    border-radius: 50px;
}

form .btn-success:hover {
    background-color: #003834;
    border-color: #003834;
}

a {
    color: #004c46;
    font-weight: bold;
}

.custom-texto-tipos1 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #e7772c;
}

.custom-texto-tipos2 {
    font-size: 2rem;
    font-weight: 500;
    color: #004c46;
    margin-top: -20px;
}

.custom-texto-tipo3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #004c46;
}

.custom-texto-tipo4 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #004c46;
}

.custom-texto-tipo5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4B4B4B;
}

.custom-texto-tipo6 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #004c46;
}

.custom-texto-tipo7 {
    font-size: 1rem;
    font-weight: 500;
    color: #4B4B4B;
}

.custom-texto-tipo8 {
    font-size: .8rem;
    font-weight: 500;
    color: #4B4B4B;
}

.custom-container-cinza {
    background-color: #F0F0F0;
    padding-top: 80px;
    padding-bottom: 80px;
}

.custom-img-tipos-1 {
    border-radius: 0px 50px 0px 50px;
}

.custom-card-tipo1::after {
    content: "";
    position: absolute;
    top: 1%;
    bottom: 10%;
    right: 0;
    width: 1px;
    background-color: #095953;
    transform: translateX(50%);
}

.custom-container-tracinhoverde {
    height: 50px;
    background-color: #fff;
}

.custom-container-tracinhoverde::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 8px;
    background-color: #095953;
    border-radius: 50px;
}

.custom-box-info {
    border: 1px solid #095953;
    border-radius: 0px 20px 0px 20px;
    padding: 20px 15px;
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.custom-icon-check {
    position: absolute;
    top: -15px;
    right: 30px;
    background-color: #095953;
    border-radius: 0px 10px 0px 10px;
    padding: 5px;
}

.custom-icon-check img {
    width: 100%;
    height: 20px;
}

.custom-icon-check2 {
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: #095953;
    border-radius: 0px 10px 0px 10px;
    padding: 5px;
}

.custom-icon-check2 img {
    width: 100%;
    height: 20px;
}

.custom-texto-pat1 {
    font-size: .8rem;
    color: #4d8581;
}

.custom-texto-pat2 {
    font-size: .8rem;
    color: #095953;
    font-weight: 500;
}

.custom-texto-pat3 {
    font-size: .7rem;
    font-weight: 400;
    margin-top: -15px;
}

.custom-box-info3 {
    border: 1px solid #095953;
    border-radius: 0px 20px 0px 20px;
    padding: 20px 15px;
    position: relative;
    display: inline-block;
    background-color: transparent;
    width: 100%;
    min-height: 110px;
}

.custom-icon-check3 {
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: #095953;
    border-radius: 0px 10px 0px 10px;
    padding: 5px;
}

.custom-icon-check3 img {
    width: 100%;
    height: 20px;
}

.custom-container-baner-meio {
    padding-left: 0px;
    padding-right: 0px;
}

.baner-meio {
    width: 100%;
    height: 100vh;
}

.custom-container-quem-somos1 {
    margin-top: -300px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.custom-texto-titulo-quemsomos {
    font-size: 2rem;
    font-weight: 400;
    color: #004c46;
}

.custom-image-borda {
    position: relative;
    display: inline-block;
}

.custom-image {
    display: block;
    border-radius: 15px;
}

.custom-image-borda::after {
    content: "";
    position: absolute;
    top: 60px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #e07a33;
    border-radius: 0px 80px 0px 80px;
    z-index: 1;
}

.custom-button-quemsomos1 {
    display: inline-block;
    color: #444;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid #095953;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.custom-button-quemsomos1:hover {
    background-color: #095953;
    color: #fff;
}

.custom-align-right {
    text-align: right;
}

.custom-produto-1 {
    background-color: #f0f0f0;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
}

.custom-item-list {
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
}

.custom-item-list li {
    margin-bottom: 5px;
}

.tracinho-divisor::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51%;
    transform: translateX(-50%);
    width: 3px;
    background-color: #d5d5d5;
    z-index: 0;
}

.custom-img-baner-2 {
    width: 100%;
    height: 100% !important;
}

.custom-texto-produto-5 {
    font-size: 1.6rem;
    color: #EE7133;
    font-weight: 400;
}

.custom-texto-produto-6 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    margin-top: -30px;
}

.custom-texto-produto-7 {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.custom-texto-produto-8 {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
}

.custom-texto-produto-9 {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    margin-top: -20px;
}

.destaque-card-natal {
    border-radius: 15px;
    background-color: #e6f5eb;
}

.secondary-card-natal {
    border-radius: 15px;
    background-color: #e6f5eb;
    min-height: 300px;
}

.custom-texto-portal-1 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
}

.custom-form-portal {
    border: 1px solid #44817c !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #000000 !important;
}

.custom-form-portal::placeholder {
    color: #000000 !important;
}

.custom-image-wrapper {
    position: relative;
    background-color: #f8f9fa;
    border: 1px solid #095953;
    border-radius: 0px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}

.custom-image-wrapper img {
    width: 50%;
    height: auto;
}

.custom-texto-cestas-24 {
    font-size: .8rem;
    font-weight: 400;
    color: #004c46;
    margin-top: -20px;
}

.bg-green {
    background-color: #095953;
    border-radius: 50px 0px 50px 0px;
}

.icon-custom {
    width: 40px;
    height: auto;
}

.border-custom {
    border: 1px solid #333;
    border-radius: 50px 0px 50px 0px;
    background-color: #fff;
    color: #333;
}

.custom-img-baner-centro {
    width: 100% !important;
    height: 100%;
}

.custom-img-baner-meio {
    width: 100%;
    border-radius: 0px 140px 0px 140px;
    margin-top: -100px;
}

.custom-box-info2 {
    border: 1px solid #095953;
    border-radius: 0px 50px 0px 50px;
    padding: 60px 15px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.custom-icon-check4 {
    position: absolute;
    top: -55px;
    left: 30px;
    border-radius: 0px 10px 0px 10px;
    padding: 5px;
    font-size: 50px;
}

.custom-texto-1 {
    font-size: 20px;
    font-weight: 300;
}

.text-warning {
    color: #e38a22 !important;
}

.custom-dropdown {
    background-color: #4b817b;
    color: #ffffff;
    border: 2px solid #e38a22;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}

.custom-dropdown:focus {
    border-color: #e38a22;
    box-shadow: none;
}

.texto-home-00 {
    font-size: 20px;
    font-weight: 400;
}

.highlight-title {
    font-size: 24px;
    font-weight: bold;
    color: #F77F32;
    text-transform: uppercase;
}

.icon-box {
    min-width: 80px;
    height: 80px;
    background-color: #F77F32;
    border-radius: 0px 30px 0px 30px;
}

.custom-img-iconbox{
    border-radius: 0px 30px 0px 30px;
}

.main-text {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.highlight-text {
    color: #F77F32;
}

.description-text {
    font-size: 15px;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 50px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #F77F32;
    background-color: transparent;
    color: #F77F32;
    font-size: 25px;
    font-weight: 600;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background-color: #F77F32;
    color: #ffffff;
}

.arrow-btn-2 {
    width: 40px;
    height: 40px;
    border: 1px solid #085852;
    background-color: #085852;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn-2:hover {
    background-color: #045a54;
    color: #ffffff;
}

.highlight-title {
    font-size: 28px;
    font-weight: bold;
    color: #F77F32;
    text-transform: uppercase;
    line-height: 1.5;
}

.metric-value {
    font-size: 20px;
    font-weight: bold;
    color: #F77F32;
}

.metric-description {
    font-size: 14px;
    color: #666666;
}

.footnote {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.metrics-row .metric {
    position: relative;
}

.metrics-row .metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background-color: #ddd;
}

.service-section {
    position: relative;
    overflow: hidden;
}

.service-section img {
    object-fit: cover;
}

.quote-overlay {
    position: absolute;
    top: 30%;
    right: 0%;
    background-color: #FF8B41;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0px 0 0 100px;
    max-width: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.quote-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.quote-author {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.title-bar {
    background-color: #FF8B41;
    padding: 20px 0;
    max-width: 40%;
    margin-top: -30px;
    position: relative;
    border-radius: 0px 50px 0px 0px;
}

.title-bar h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}

.service-description {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.service-button {
    background-color: #F77F32;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-button:hover {
    background-color: #e06628;
}

.card-custom-logistica {
    border: 1px solid #FF8B41;
    border-radius: 0px 30px 0px 30px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.company-logo {
    max-width: 100px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #F77F32;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-highlight-2 {
    color: #45CE75;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}

.section-highlight {
    color: #F77F32;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
}

.section-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.features-list p {
    font-size: 15px;
}

.features-list li {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #343434;
}

.features-list i {
    color: #F77F32;
    margin-right: 10px;
}

.btn-primary-2 {
    background-color: #F77F32;
    border-color: #F77F32;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}

.btn-primary-2:hover {
    background-color: #d8692b;
    border-color: #d8692b;
}

.main-image2 {
    position: relative;
    z-index: 1;
}

.overlay-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 50%;
    z-index: 2;

}



.benefits-section {
    background-color: #fff;
    padding: 20px;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.benefit-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.benefit-image {
    max-height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .benefit-title {
        font-size: 1.1rem;
    }

    .benefit-description {
        font-size: 0.9rem;
    }
}

.partner-section {
    background-color: #F5F8EC;
    color: #333;
}

.partner-title {
    color: #3CB371;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.partner-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.partner-call-to-action {
    font-size: 1rem;
    color: #333;
    margin-bottom: 25px;
}

.btn-primary {
    background-color: #085852;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0b7a73;
    color: #fff;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}

.section-title-3 {
    font-size: 30px;
    font-weight: 600;
    color: #343434;
}

.text-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.text-card .icon {
    font-size: 2rem;
    color: #FFD700;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text-custom-atacado-5 {
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
}

.bg-green2 {
    background-color: #085852;
    border-radius: 20px;
}

.bg-light {
    background-color: #F0F0F0 !important;
    border-radius: 20px;
}

.btn-outline-light {
    border: 2px solid #095953;
    color: #095953;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
}

.btn-outline-light:hover {
    background-color: #095953;
    color: #fff;
}

.benefits-section2 {
    color: #004D40;
    margin-top: 100px !important;
}

.benefits-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #004D40;
}

.benefit-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343434;
}

.benefit-text {
    font-size: 17px;
    color: #343434;
}

.store-section {
    background-color: #ff8e2c;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.store-title {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Intelo Extra' !important;
}

.store-description {
    font-size: 18px;
    margin-bottom: 15px;
}

.store-highlight {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.store-btn {
    background-color: #085852;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.store-btn:hover {
    background-color: #0b423f;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    


    
}

.green-area {
    /* background-color: #085852; */
    color: #FFFFFF;
    padding: 20px;
    border-radius: 0 0px 0px 0;
    width: 45%;
    margin-left: 0px;
    z-index: 1;
    padding-top: 150px;
}

@media (max-width: 768px) {
    .green-area {
        padding-top: 100px;
        width: 100%;
    }
}

.green-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.green-description {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.nobre-logo {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 5%;
    padding-top: 300px;
}

@media (max-width: 768px) {
    .nobre-logo {
        display: none;
    }
}

.nobre-logo p {
    font-size: 1rem;
    font-weight: normal;
    margin-top: -10px;
}

.swiper2 {
    width: 100%;
    height: 100%;
}

.swiper-slide2 {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45% !important;
}

.swiper-slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide3 {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide3 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-controls {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.testimonial-section {
    background-color: #e9f9e9;
    color: #2e7d32;
    padding-bottom: 200px;
    padding-top: 50px;
}

.testimonial-img-2 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #2e7d32;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
    opacity: 0.5;
}

.swiper-button-prev,
.swiper-button-next {
    color: #2e7d32;
    background: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.custom-img-logistica2-2 {
    margin-top: 40%;
}

.custom-img-logistica2-3 {
    margin-top: 50%;
}

.custom-button-4 {
    background-color: #095953;
    color: white;
    border: none;
    border-radius: 25px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}

.custom-button-4:hover {
    background-color: #074840;
}

.custom-card-5 {
    border: none;
    background: #fff;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: #003834 solid 1px;
    overflow: visible !important;
    position: relative;
}

.custom-card-5 .card-img-top-5 {
    margin-top: -100px;
    position: relative;
    z-index: 20 !important;
    transform: translateZ(0);
}

.custom-swiper-wrapper {
    padding-bottom: 40px;
    overflow: visible;
}

.swiper4 {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide4 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible !important;
    position: relative;
}

.swiper-slide4 img {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20 !important;
    position: relative;
}

.custom-container-logistica2 {
    padding-top: 150px;
    padding-bottom: 100px;
}
.highlight-title-2 {
    font-size: 20px;
    font-weight: bold;
    color: #085852;
    text-transform: uppercase;
}
.custom-texto-pj{
    font-size: 60px;
    font-weight: 500;
    color: #FF8B41;
    margin-top: -20px;
}

.main-text-2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: -30px;
}

.description-text-2 {
    font-size: 16px;
    color: #000000;
}

.text-green {
    color: #085852;
    font-weight: bold;
    font-size: 17px;
}

.text-cinza {
    color: #4b4b4b;
    font-weight: bold;
    font-size: 17px;
}

.custom-container-logistica {
    padding-top: 150px;
    padding-bottom: 100px;
}

.custom-botao-preto{
    padding-left: 50px !important;
    padding-right: 50px !important;
    border: #4b4b4b;
    font-size: 22px;
}

.texto-logistica-1 {
    margin-top: 100px;
    font-size: 30px;
    font-weight: 500;
    color: #EE7133;
}

.texto-logistica-2 {
    font-size: 18px;
    font-weight: 400;
}

.custom-subtitle-logistica-1{
    font-size: 28px;
    font-weight: 500;
    color: #676767;
    margin-top: 100px;
    margin-bottom: 100px;
}

.custom-img-logistica-1{
    color: #FF8B41;
    border-radius: 0px 10px 0px 10px;
}

.texto-logistica-3 {
    font-size: 16px;
    font-weight: 600;
    color: #FF8B41;
}

.description-text-3 {
    font-size: 16px;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 50px;
}


/* .swiper-container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    opacity: 0.8;
    transform: scale(0.95);
    width: 280px;
    max-width: 600px;
    height: auto; 
    margin: 0 auto; 
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
} */

.custom-card-distribuidora-3 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.custom-card-distribuidora-3 img {
    width: 50%;
    height: auto;
}

.card-content {
    padding: 20px;
}

.card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.card:hover {
    transform: scale(1.05);
}

.btn-primary-4 {
    background-color: #3CB371;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    width: 55%;
}

.btn-primary-4:hover {
    background-color: #2E8B57;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent !important;
    color: #368056 !important;
    font-size: 20px;
    border: none !important;
    outline: none !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #27a35d !important;
}

.custom-img-distribuidora-3{
    border-radius: 0px 80px 0px 80px;
    margin-bottom: 60px;
}

.custom-texto-distribuidora-5 {
    font-size: 1.6rem;
    color: #45CE75;
    font-weight: 400;
    margin-top: 150px;
}

.custom-texto-distribuidora-6 {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    margin-top: -10px;
}

.custom-texto-distribuidora-9 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: -20px;
}

.custom-texto-distribuidora-3 {
    font-size: 1.6rem;
    color: #45CE75;
    font-weight: 400;
}

.custom-texto-distribuidora-4 {
    font-size: 3rem;
    color: #343434;
    font-weight: 500;
    margin-top: -10px;
}

.card-title-logistica2-2{
    color: #003834;
    font-size: 22px;
    font-weight: 500;
}

.card-text-logistica2-2{
    font-size: 17px;
    line-height: 1;
    color: #003834;
    font-weight: 300;
}

.bg-green3 {
    background-color: #085852;
    border-radius: 20px;
}

.card-title-logistica2-3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
}

.section-title-2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #004D40;
}

.custom-card {
    overflow: visible;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    padding-top: 50px;
    position: relative;
}

.custom-card-image-6 {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80% !important;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.card-body-custom-atacado {
    text-align: center;
    padding-top: 160px;
}

/* .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
} */

.custom-texto-10{
    font-size: 1.8rem;
    font-weight: 500;
    color: #676767;
}

.custom-texto-11 {
    font-size: 15px;
    color: #343434;
    margin-bottom: 20px;
}

.atendimento-2 {
    font-size: 1.7rem;
    color: #EE7133;
    border: 1px solid #EE7133;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 50px;
}

.custom-texto-12{
    font-size: 1.7rem;
    font-weight: 500;
    color: #676767;
}

.custom-img-check{
    width: 30px;
}

.custom-container-distribuidora-1 {
    background-color: #1b5a52;
    padding-bottom: 50px;
}

.custom-baner-4 {
    background-color: #F77F32;
    padding-bottom: 50px;
    color: #ffffff;
}

.custom-input-2 {
    background-color: #ee7133 !important;
    border: 1px solid white !important;
    border-radius: 10px !important;
    color: white !important;
    padding: 10px !important;
}

.custom-input-2::placeholder {
    color: white !important;
    opacity: 1 !important;
}

.custom-input-2::placeholder::after {
    content: '*';
    color: #FF8C40 !important;
}

.c-section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #ffffff;
    padding-top: 140px;
    padding-bottom: 140px;
}

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

.c-benefits-text h2 {
    font-size: 45px;
    font-weight: 600;
}

.c-benefits-text span {
    color: #45ce75;
}

.c-benefits-text p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.c-btn-benefits {
    background-color: #45ce75;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    display: inline-block;
}

.c-btn-benefits:hover {
    background-color: #218838;
}


.c-card-distribuidora {
    max-width: 98%;
}

.c-card-distribuidora {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.c-p-8 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #343434;
}

.c-p-9 {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
}

.c-card-1 {
    background-color: #45ce75;
    z-index: 4;
    position: relative;
}

.c-card-2 {
    background-color: #6ed893;
    margin-top: -20px;
    z-index: 3;
    position: relative;
}

.c-card-3 {
    background-color: #97e3b2;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

.c-card-4 {
    background-color: #ace9c1;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

@media (max-width: 992px) {
    .c-section-1 {
        flex-direction: column;
        text-align: center;
    }

    .c-benefits-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .c-benefits-cards {
        max-width: 100%;
    }
}


.custom-testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #45ce75;
    padding: 50px 0;
}

.custom-testimonial-text {
    flex: 1;
    color: #fff;
}

.custom-testimonial-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.custom-bold-text {
    color: #165b30;
}

.custom-testimonial-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.custom-btn-all-testimonials {
    background-color: #165b30;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-btn-all-testimonials:hover {
    background-color: #0f3e22;
}


.custom-testimonial-cards {
    flex: 2;
    display: flex;
    gap: 20px;
}

.custom-testimonial-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 250px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.custom-quote {
    font-size: 14px;
    color: #4B4B4B;
}

.custom-divider {
    border: none;
    border-top: 2px solid #9be4b5;
    margin: 15px 0;
}


.custom-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.custom-profile-name {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.custom-profile-role {
    font-size: 12px;
    color: #666;
    margin: 0;
}


@media (max-width: 992px) {
    .custom-testimonial-container {
        flex-direction: column;
        text-align: center;
    }

    .custom-testimonial-text {
        text-align: center;
    }

    .custom-testimonial-cards {
        flex-direction: column;
        align-items: center;
    }
}



.brand-logo {
    max-width: 120px;
    height: auto;
}



.custom-baner-5 {
    background-color: #fff;
    padding-bottom: 50px;
}

.custom-input-3 {
    background-color: #45ce75;
    border: 1px solid white !important;
    border-radius: 10px !important;
    color: white !important;
    padding: 10px !important;
}

.custom-input-3::placeholder {
    color: white !important;
    opacity: 1 !important;
}

.custom-input-3::placeholder::after {
    content: '*';
    color: #45ce75 !important;
}

.custom-btn-4 {
    background-color: #45ce75;
    border: 1px solid #45ce75;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
}

.custom-btn-4:hover {
    background-color: #32c566;
    color: white;
}










.swiper-container-2 {
    width: 100% !important;
    max-width: 900px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    overflow: visible !important;
}

@media (max-width: 1024px) {
    .swiper-container-2 {
        overflow: hidden !important;
    }
}

@media (max-width: 768px) {
    .swiper-container-2 {
        overflow: hidden !important;
    }
}

.swiper-wrapper-2 {
    display: flex !important;
    align-items: center !important;
}

.swiper-slide-5 {
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1) !important;
    text-align: center !important;
    padding: 0px !important;
    position: relative !important;
    transition: transform 0.3s ease-in-out !important;
    width: 38% !important;
}

@media (max-width: 768px) {
    .swiper-slide-5 {
        width: 100% !important;
    }
}

.swiper-container-2 .swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2 !important;
}


.swiper:not(.swiper-container-2) .swiper-slide-active {
    /* transform: scale(0.9) !important; */
    /* opacity: 0.7 !important; */
}


.swiper-slide-5 img {
    width: 100% !important;
    max-width: 350px !important;
    margin-top: -70px !important;
    border-radius: 15px !important;
}

.swiper-slide-5 h4 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #1c6530 !important;
    margin-top: -270px !important;
}

.swiper-slide-5 p {
    font-size: 14px !important;
    color: #5e5e5e !important;
    margin: 10px 15px !important;
    margin-top: 300px !important;
}

.btn-ver-mais {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.custom-seta-esquerda {
    left: -180px !important;
}

.custom-seta-direita {
    right: -180px !important;
}







.custom-card-6 {
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #fff;
    height: 100%;
}
.card-dark-green {
    background-color: #004D40;
}
.card-yellow {
    background-color: #FFD54F;
    color: #333;
}
.card-orange {
    background-color: #FFCC80;
    color: #333;
}
.card-light-gray {
    background-color: #ECEFF1;
    color: #333;
}
.custom-btn-6 {
    background-color: #004D40;
    color: white;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}
.custom-btn-6:hover {
    background-color: #00332C;
    color: white;
}
.img-fluid-custom {
    margin-top: -100px;
}

.img-fluid-custom-2 {
    margin-top: -45px;
}






.section-container {
    background-color: #F8F9F5;
    padding: 0px 0;
    margin-top: 80px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-container {
    padding: 40px;
}

.content-container h2 {
    font-weight: bold;
    color: #004D40;
    font-family: 'Intelo Extra' !important;
}

.content-container h3 {
    font-weight: bold;
    font-size: 20px;
    color: #004D40;
    font-family: 'Intelo Extra' !important;
}

.content-container p {
    color: #333;

}

.content-container p strong {
    font-weight: bold;

}

.product-item {
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item h5 {
    font-weight: bold;
    color: #004D40;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-1 {
    font-size: 20px;
    font-weight: 600;
    color: #004D40;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-2 {
    font-size: 30px;
    font-weight: 800;
    color: #004D40;
    margin-top: -20px;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-3 {
    font-size: 14px;
    font-weight: 400;
    color: #888886;
    font-family: 'Intelo', sans-serif !important;
}








.text-container-7 {
    background-color: #f0f0f0;
    border-radius: 0px 40px 0px 0px;
    min-height: 94vh;
}

.text-container-7 h2 {
    font-weight: 400;
    color: #004D40;
    font-size: 25px;
    margin-top: 100px;
    font-family: 'Intelo', sans-serif !important;
    font-weight: normal !important;
}

.text-container-7 h1 {
    font-weight: 800;
    color: #004D40;
    font-size: 75px;
    font-family: 'Intelo Extra' !important;
    font-weight: 800 !important;
}

.text-container-7 p {
    color: #387773;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Intelo', sans-serif !important;
    font-weight: normal !important;
}

.highlight-7 {
    font-weight: bold;
    color: #004D40;
}

.icon-container-7 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.icon-box-7 {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    width: 150px;
    border:  2px solid #387773;
    font-family: 'Intelo', sans-serif !important;
    font-weight: normal !important;
}

.icon-box-7 img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.icon-box-7 p {
    font-size: 11px;
    margin: 0;
}

.image-container-7 {
    background-color: #f0f0f0;
    border-radius: 40px 0px 0px 0px;
    min-height: 94vh;
}

.atacado-container-1 {
    background-image: url('../img/img86.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.c-container-atacado-2 {
    background-color: #f7f8f2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.c-p-0 {
    font-size: 40px;

    color: #095953;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-4 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'Intelo', sans-serif !important;
    font-weight: normal !important;
}

.c-p-5 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-top: -20px;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-6 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-top: -45px;
    font-family: 'Intelo', sans-serif !important;
}

.c-p-7 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: -20px;
    font-family: 'Intelo', sans-serif !important;
    font-weight: normal !important;
}

.c-img-atacado-1 {
    margin-top: -100px;
}

.c-p-atacado-1 {
    font-size: 35px;
    font-weight: 800;
    color: #095953;
    font-family: 'Intelo Extra' !important;
}

.c-p-atacado-2 {
    font-size: 20px;
    font-weight: 600;
    color: #095953;
    font-family: 'Intelo Extra' !important;
}

.logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.c-z-index-1 {
    z-index: 99 !important;
}

.c-p-10 {
    font-size: 20px;
    font-weight: 600;
    color: #095953;
    font-family: 'Intelo Extra' !important;
    font-weight: 800 !important;
}