/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 22:44:13 */
body {
    font-size: 1.3rem;
}

.elementor-background-overlay {
    background: linear-gradient(to right top, #071f3e, transparent);
}

.swiper-slide-inner {
    max-width: 1200px;
}

/* Container principal do carrossel */
.logo-carousel .elementor-widget-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Wrapper do carrossel */
.logo-carousel .elementor-image-carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Container dos slides */
.logo-carousel .elementor-image-carousel {
    display: flex;
    transition: transform 1000ms ease;
}

/* Estilo individual do slide */
.logo-carousel .swiper-slide {
    width: 315.4px !important;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Container interno do slide */
.logo-carousel .swiper-slide-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/* Estilo das imagens */
.logo-carousel .swiper-slide-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 32px;
    padding: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

/* Hover effect nas imagens */
.logo-carousel .swiper-slide-image:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Slide ativo */
.logo-carousel .swiper-slide-active {
    opacity: 1;
}

/* Slides não ativos */
.logo-carousel .swiper-slide[aria-hidden="true"] {
    opacity: 0.7;
}

/* Área de notificação do Swiper */
.logo-carousel .swiper-notification {
    display: none;
}

.header-logo a {
	cursor: pointer !important;
}

.zazo-cart-count {
	top: -8px !important;
    right: -8px !important;
}

.highlight-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #3b82f6;
}

.value-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.8rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.cta-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    justify-content: center;
}

.cta-button.primary {
    background: white;
    color: #1e3a8a;
}

.cta-button.secondary {
    background: #10b981;
    color: white;
}

.cta-button.primary:hover {
    background: #f1f5f9;
}

.cta-button.secondary:hover {
    background: #059669;
}


.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.benefit-card {
    background: white;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}
.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}
.application-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.zazo-recruiter-submit {
	border-style: solid !important;
    text-decoration: none !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom-width: 0px !important;
	border-radius: 0px !important;
	border-color: #00039c !important;
    background: #00039c !important;
}

.zazo-recruiter-submit:hover {
	background: var(--ast-global-color-1) !important;
}

@media (max-width: 480px) {
	/* Estilo individual do slide */
	.logo-carousel .swiper-slide {
		width: 100% !important;
		margin-right: 20px !important;
	}
}
